/*general section*/
img {
width: 100%;
}
.page-content-inner {
padding: 0px 13px;
}

.page-content-element {
    padding: 30px 0;
}

.section-name {
text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
    color: white;
}
/*end general section*/

/*---------------------------------------------------*/

/* banner section*/
.text_description {
    display: block;
    text-align: center;
    flex: 1 1 500px;
}
.banner-image-container {
    flex: 1 1 500px;
    width: 100%;
    align-self: center;
}

.banner-image-container img{
 width: 100%;
}

.title {
    font-size: 40px;
    color: var(--color);
    text-shadow: 0 0 20px var(--color);
}

.first_text {
    color: white;
    font-size: 24px;
    text-align: start;
word-spacing: 2px;
}

.second_text {
    color: white;
    font-size: 17px;
margin-top: calc(5px + 0.21vw);
text-align: start;
word-spacing: 2px;
}

/* end banner section*/

/*---------------------------------------------------*/

/* fon_pages section*/
.fon_pages {
   background-image: var(--fon_url);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.fon_pages  .row {
    flex-direction: column;
}

.shadow {
    filter: drop-shadow(0px 0px 10px var(--color));
    box-shadow: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shape-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: 100px;
    width: 100px;
    margin: 25px;
    background: var(--color);
}

.shape-inner {
    height: 98px;
    width: 98px;
    background: radial-gradient(black, 85%, var(--color));
    background-size: cover;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.figure {
-webkit-clip-path: var(--clip_path);
        clip-path: var(--clip_path);
}

.img_prod {
    width: 60%;
    display: block;
}

.text_prod {
    font-size: 20px;
    margin: auto;
    width: 70%;
    color: white;
    text-align: center;
}
/* end fon_pages section*/

/*---------------------------------------------------*/

/* step bar section*/
.img_bar {
    margin: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text_bar {
    display: block;
    text-align: center;
    color: white;
    font-size: 20px;
    padding: 5% 10% 5%;
}

.step_bar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: auto;
    filter: drop-shadow(0px 0px 10px var(--color));
}

.step_item_outer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: 20px;
    width: 20px;
    margin: 7px;
    background: var(--color);
}

.step_item_inner {
    height: 18px;
    width: 18px;
    background: black;
    background-size: cover;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.active_step {
    background: var(--color) !important;
}
/* end step bar section*/

/*---------------------------------------------------*/

/* technologies section*/
.technologies {
    display: block;
    background-image: var(--fon_url2);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    color: white;
    font-size: 18px;
    padding: 10px 0;
    margin-top: 10px;
    border-top: solid 1px var(--color);
    border-bottom: solid 1px var(--color);
}
.tech_banner {
width: 100%;
}
.tech_banner img {
width: 100%;
}
.technologies b {
color: var(--color);
}
.technologies div {
    padding: 10px 0;
}


.technologies_title {
    font-size: 36px !important;
}

.tech-item-title {
    color: var(--color) !important;
    font-size: 24px;
}
.tech-item-text div{
padding: 0px 0px;
}

.tech-item-card {
max-width: 350px;
margin: 0 10%;
}

.tech-item-card-title {
margin-bottom: 10px;
border: solid 1px var(--color);
}
.tech-item-card-list {
text-align:start;
font-size:16px;
border: solid 1px var(--color);
}
/* end technologies section*/

/*---------------------------------------------------*/
/* specification section*/
.specification {
border-bottom: solid 1px var(--color);
padding-bottom: calc(10px + 2vw);
}
.specification > .row {
justify-content: space-around;
}
.specification-option {
display: flex;
flex-direction: column;
min-width: 350px;
max-width: 400px;

color: white;
}

.specification-name {
font-family: 'Segoe UI Bold';
font-size: 22px;
text-align: center;
width: 100%;
min-height: 100px;
margin: 0px auto;
color: white;
padding-top: 20px;
}

.specification-name b{
color: var(--color);
}
.specification-list {
flex-grow: 1;
border: solid 1px var(--color);
box-shadow: 0 0 10px var(--color);
min-height: 300px;
padding-top: 20px;
padding-right: 30px;
font-size: 20px;
}

.specification-list li {
padding-block: 4px;
}
.specification-list.list-no-bullet li:first-child{
list-style-type: none;
}

/* end specification section*/

/*---------------------------------------------------*/
/* pricing section*/

.pricing {
color: white;
}
.section-name {
text-align: center;
    font-size: 36px;
    margin-bottom: 10px;
}

.pricing > .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pricing-option {
margin-bottom: 30px;
width: 70%;
max-width: 400px;
min-width: 350px;
}

.full-wide .pricing-content, .full-wide .pricing-features {
margin: auto;
}
.pricing-name {
border: solid 1px var(--color);
box-shadow: 0 0 10px var(--color);
padding: 5px 0px;
margin-bottom: 20px;
text-align: center;
font-family: 'Segoe UI Regular';
font-size: 24px;

}

.pricing-content {
border: solid 1px var(--color);
box-shadow: 0 0 10px var(--color);

}

.price-tag {

text-align: center;
padding: 20px 0px;
margin: 0px 15px 20px 15px;
border-bottom: 1px solid grey;
}

.price-tag div:nth-child(1) {
font-size: 30px;
text-decoration: underline;
}
.price-tag div:nth-child(2) {
font-size: 14px;
text-decoration: none;
}

.pricing-features {
margin: 0px 15px;
}

.pricing ul{
list-style-type: '✓';
}
.list-no-bullet li:first-child {
list-style-type: '➥';
}
.pricing ul li{
padding-left: 25px;
}

.pricing ul li::marker {
font-size: 24px;
}
.pricing ul li span{
font-size: 18px;
}
/* end pricing section*/

/*---------------------------------------------------*/
@media only screen and (min-width: 600px) {
.text_description{
 min-width: 500px;
}
.title {
font-size: 56px;
text-shadow: none;
}
.first_text {
    color: white;
    font-size: 32px;
}

.second_text {

    color: white;
    font-size: 26px;

}
.tech-item-text div{
padding: 0px 10%;
font-size: 24px;
}

    .fon_pages  .row {
        flex-direction: row;
    }
    .fon_pages  .row-offset:nth-child(2n+1) {
        margin-right: 12.5%;
    }
    .fon_pages  .row-offset:nth-child(2n) {
        margin-left: 12.5%;
    }

    .text_prod {
    width: 100%;
    }

    .pricing-option {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .pricing-content {
    flex-grow: 1;
    }

    .pricing > .row {
    display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: unset;
    }

    .tech_banner img{
        max-height: 110px;
        width: auto;
    }

    .pricing ul li span{
    font-size: 20px;
    }
}

@media only screen and (min-width: 1025px) {

.shape-outer {
    height: 8vw;
    width: 8vw;
    margin: 25px;
    min-height: 110px;
    min-width: 110px;
    max-height: 180px;
    max-width: 180px;
}

.shape-inner {
    height: calc(8vw - 2px);
    width: calc(8vw - 2px);
    min-height: 108px;
    min-width: 108px;
    max-height: 178px;
    max-width: 178px;
}

    .text_description{
        text-align: start;
    }
    .text_prod{
        font-size: 24px;
        color: white;
        text-align: center;
        padding: 1% 10% 1%;
    }
    .text_bar{
        font-size: 24px;
    }

    .full-wide .pricing-content {
        width: 76%;
    }
    .pricing .col + .col {
        margin-left: 30px;
    }

    .tech-item-text div{
        padding: 0px 10vw;
    font-size: 26px;
    }
.tech-item-text div + div{
margin-block: 5px;
}

}

@media only screen and (min-width: 1921px) {

.title {
font-size: 66px;
}
.first_text {
    font-size: 42px;
}

.second_text {
    font-size: 32px;
}
.tech-item-text div{

font-size: 34px;
}
.text_prod{
        font-size: 34px;
    }
.text_bar{
    font-size: 34px;
}
.specification-list {

font-size: 26px;
}
.pricing ul li span{
    font-size: 26px;
    }

.section-name {
font-size: 46px;
}

.pricing-name {
font-size: 34px;
}
.specification-name {
font-size: 34px;
}

.specification-option {
max-width: 600px;
}
}





