.carousel-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
}

.carousel-item {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.arrow {
    border: solid rgb(255, 255, 255);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 12px;
}

.arrow-prev {
    left: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
}

.arrow-next {
    right: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.itme-1 {
    z-index: 2;
    opacity: 1;
    background-image: url(../model-x/img/2.jpg);
    background-size: cover;
}

.itme-2 {
    background-image: url(../model-x/img/1.jpg);
    background-size: cover;
}
.itme-3 {
    background-image: url(../model-x/img/1.jpg);
    background-size: cover;
}

*:target ~ .itme-1 {
    opacity: 0;
}

#item-1:target ~ .itme-1 {
    opacity: 1;
}

#item-2:target ~ .itme-2, #item-3:target ~ .itme-3 {
    z-index: 3;
    opacity: 1;
}




.row-f-oreder {
    display: flex;
    justify-content: space-between;
}


.title-ms-text-12 {
    margin-top: 1.5rem;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}


.text-h-1 {
    text-align: center;
}
.ms-text-1 {
    font-size: 1.3rem;
    font-weight: 400;
    text-align: start;
    line-height: 2rem;
    margin-bottom: 0.5rem;
}

.title-ms-text {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.title-ms-text-1 {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.title-ms-text-mx {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin-top: 3rem;
    margin-bottom: 10rem;
}

.title-ms-text-mxs {
    font-size: 14px;
    text-align: left;
    margin-top: 3rem;
}

form {
    width: 90%;
    max-width: 600px;
}

.f-header-title {
    color: #000000;
    font-size: 1.9rem;
    font-weight: bold;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.f-title-ship-info {
    color: red;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.o-input-group {
    margin-bottom: 10px;
}

input {
    width: 100%;
    padding: 1.5rem;
    border-radius: 1rem;
    outline: 0;
    border: 1px solid #000000;
    background: transparent;
    color: #000000;
    font-size: 1.3rem;
}

.row-f-oreder {
    display: flex;
    justify-content: space-between;
}

.o-input-groups {
    flex-basis: 28%;
    margin: 0.5rem;
}

.o-input-groupsx {
    flex-basis: 28%;
}

.o-input-group {
    flex-basis: 48%;
}

button {
    padding: 10px 0;
    color: #ffffff;
    outline: none;
    background-color: #000000;
    border: 1px solid;
    width: 100%;
    cursor: pointer;
    font-size: 1.3rem;
}

.ms-info-tx {
    margin: 0.5rem 0;
    font-size: 12px;
    line-height: 18px;
    text-align: start;
    letter-spacing: normal;
}

hr {
    width: 100%;
    margin-top: 2rem;
}
.success {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 1rem 0;
    color: #fffdfd;
    outline: none;
    background-color: #1b6130;
    border: 1px solid;
    width: 100;
    font-size: 1.3rem;
    text-align: center;
    border-radius: 1rem;
}

.buttons {
    width: 100%;
    padding: 1.5rem;
    border-radius: 1rem;
    outline: 0;
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
    font-size: 1.3rem;
}


/* @media screen and (max-width: 600px) {
    .carousel-wrapper {
        background-image: url(../model-s/img/2.jpg);
    }
} */