@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../../inc/fonts/montserrat/Montserrat-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Mid';
    src: url('../../inc/fonts/montserrat/Montserrat-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../../inc/fonts/montserrat/Montserrat-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold-900';
    src: url('../../inc/fonts/montserrat/Montserrat-ExtraBold.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}


.pe-block-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: 5px black;
    border-style: solid;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
}

.pe-blocks {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px;
}

.pe-block-container select {
    max-width: 300px;
}

.pe-block-item {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

.pe-block-items {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

img {
    width: 50px;
    height: 50px;
}

.image-field {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.pe-block-card {
    display: flex;
    flex-wrap: wrap;
}

.pe-item-card-single,
.pe-item-card-multiple,
.pe-item-card-none {
    opacity: 1;
    display: flex;
    flex-direction: column;
    margin: 10px;
    background-color: rgb(245, 245, 245);
    border-radius: 10px;
}

.pe-clicked {
    opacity: 1;
}


.pe-card-image {
    height: 177px;
    width: 264px;
    border-radius: 10px
}

.pe-card-text {
    background-color: rgb(245, 245, 245);
    border-radius: 0px 0px 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 17px;
    height: 50px;
    font-family: 'Montserrat-Regular';
}

.pe-blocks-card {
    display: flex;
    flex-direction: column;
}

.step-page-body {
    margin: 10px;
    display: none;
    justify-content: flex-start;
    background-color: rgb(255, 255, 255);
    align-items: center;
    width: 80%;
    border-radius: 10px;
    padding: 10px;
    padding-top: 138px;
}

.seperate-blocks {
    height: 100px;
}

.before-buttons {
    margin-bottom: 31px;
    width: 80%;
    height: 1px;
    background: rgba(0, 0, 0, 0.20);
}

.step-page-body.hide {
    display: none;
}


.step-page-body.active {
    display: flex;
}

.step-page-body.active.step-done.hide {
    display: none;
}

.step-page-body h2 {
    color: rgb(0, 0, 0);
}

.main-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}



.block-header,
.selected-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    padding-left: 11px;
}

.block-header svg,
.selected-header svg {
    width: 26px;
    height: 6px;
    background-color: rgba(189, 22, 34, 1);
}

.break {
    height: 61px;
    width: 1px;
    background-color: grey;
}

.step-title {
    display: flex;
    gap: 81px;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    height: 20%;
    margin: 5px;
    flex-wrap: wrap;
}

.step-title .one-step-title {
    opacity: 0.3;
}

.step-title .one-step-title:first-child {
    opacity: 1;

}

.step-title .one-step-title.step-done {
    opacity: 1;
}

.step-number-span {
    font-family: 'Montserrat-Bold';
    color: rgba(189, 22, 34, 1);
    font-size: 55px;
    width: 23px;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.step-title-span {
    display: flex;
    flex-direction: column;
    width: 110px;
    height: 48px;


}

.step-title-part {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
}

.one-step-title {
    display: flex;
    gap: 13px;
    align-items: center;
}

.span-title {
    font-family: 'Montserrat-Bold-900';
    font-size: 24px;
    line-height: 17px;
}

h2.prices {
    font-size: 20px;
}

#headerimg {
    display: none;
}


.pe-clicked {
    border: rgba(189, 22, 34, 1) 2px solid;
    border-radius: 10px;
}

.final-step-page {
    margin: 10px;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    background-color: rgb(255, 255, 255);
    width: 80%;
    padding: 10px;
    gap: 10px;
    padding-top: 138px;
}

.final-step-page.active {
    display: flex;
}

.sides {
    display: flex;
    padding: 10px;
    gap: 100px;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 80px;
}

.side1 {

    height: 35%;
}

.side2 {
    border-radius: 10px;
    width: 635px;
    height: 373px;
    flex-shrink: 0;
    background-image: linear-gradient(1deg, rgba(189, 22, 34, 0.60) 54.47%, rgba(255, 255, 255, 0.00) 100%), url('../images/final-page-image.png');
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.side2 .image-text p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    /* 100% */
}

.image-text {
    display: flex;
    padding-left: 27px;
    justify-content: flex-start;
    width: 350px;
    flex-shrink: 0;
}

.image-text .image-logo {
    display: flex;
    width: 80px;
    height: 21px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #BD1622;
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    justify-content: center;
    align-items: center;
}

.image-text a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;

}


a {
    text-decoration: none;
}

.pe-red {
    color: rgba(189, 22, 34, 1);
}

.final-price {
    color: #BD1622;
    font-size: 3rem;
    font-family: 'Montserrat-Bold-900';
    font-style: normal;
    font-weight: 800;

}

#selected-items>.pe-item-card-single {
    pointer-events: none;
    opacity: 1;
}

.button-holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 15px;
    padding-left: 60%;
}

.button-holder-final {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 53%;
}

.button-holder-right {
    display: flex;
    gap: 15px;
}

.prices {
    font-family: 'Montserrat-Bold-900';
}

p {
    font-family: 'Montserrat-Regular';
    font-size: 20px;
}

.pe-site,
.pe-button {
    display: flex;
    justify-content: space-evenly;
    font-family: 'Montserrat-Regular';
    width: 141px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 2px solid #BD1622;
    background-color: white;
    color: #BD1622;
    font-size: 14px;
}

.pe-site {
    display: flex;
    justify-content: space-evenly;
    font-family: 'Montserrat-Regular';
    width: 181px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 2px solid #BD1622;
    background-color: white;
    color: #BD1622;
    font-size: 14px;

}

.pe-reload {
    display: flex;
    justify-content: space-evenly;
    font-family: 'Montserrat-Regular';
    width: 201px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 2px solid #BD1622;
    background-color: white;
    color: #BD1622;
    font-size: 14px;

}

.pe-previous.active {
    color: #BD1622;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #FFF;
    width: 170px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 2px solid #BD1622;

}

.pe-previous {
    color: rgba(0, 0, 0, 0.30);
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: #FFF;
    width: 170px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 2px solid rgba(0, 0, 0, 0.30);
}

.pe-email,
.pe-email-sub {
    font-size: 12px;
    font-family: 'Montserrat-Regular';
    color: white;
    width: 209px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50px;
    border: 2px;
    background-color: white;
    background: #BD1622;
}

.svg-img {
    width: 18px;
    height: 17.622px;
    flex-shrink: 0;
}

button {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#popupContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

#popupContent {
    max-width: 400px;
    margin: 5px;
}

.pe-card-title {
    margin: 0px;
}

p.pe-card-title {
    font-weight: bold;
    font-size: 16px;
}

.logo {
    height: 14px;
    width: 30px;
    border-radius: 2px;
    margin-right: 23px;
}

.cancel-estimation {
    padding-left: 95%;
}
#final-button-holder{
    width: 100%;
}
.plus-image-field{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    
}

@media(max-width: 1030px) {
    .final-step-page {
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
    }

    .sides {
        flex-direction: column;
        align-items: center;

    }

    .side2 {
        border-radius: 10px;
        width: 100%;
        height: 50%;
        background-image: linear-gradient(1deg, rgba(189, 22, 34, 0.60) 54.47%, rgba(255, 255, 255, 0.00) 100%), url('../images/final-page-image.png');
        margin: 5px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
}

@media (max-width: 580px) {
    .step-title {
        gap: 0px;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

}