.offersection {
    margin-top: 20px;
    border: 0;
    width: 90%;
    margin-left:5%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(190, 190, 190, 0.2), rgba(0, 0, 0, 0));
}
.text-sec1 {

    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 18px;
}

.text {
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 40px auto;
}

.offer_title {
    margin-top: 30px;;
    width:100%;
    text-align: center;
    padding: 25px;
}


.offersDescription1 {
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
    justify-content:center;
    margin-bottom: 0;
}

.offer_icon img {
    position: relative;
    margin-right: 25px;
    width: 150px;
}

.descriptionText {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    justify-content:space-evenly;
    margin-bottom: 10px;
}

.seemorespace {
    display: flex;
    align-items: center;
    margin-left: 25px;
    margin-right: 25px;
}
.seemore {
    position: relative;
    justify-content: center;
    margin: auto;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
    background-color: rgba(0, 112, 114, 0.3);
    border-radius: 5px;
    max-width: 1175px;
    width: 100%;
    
}

.offers1 {
    position: relative;
    display: none;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
    transition: max-height .8s ease-out;
}

.offers1.open {
    max-height: 1500px;
    transition: max-height 1.8s ease-out;
}

i.changeitem {
    rotate: 0deg;
    transition: all 0.2s ease-out;
}

i.changeitem.rotate {
    transform: rotate(180deg);
}

.offers2 {
    position: relative;
    display: none;
    max-height: 0;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
    transition: max-height .8s ease-out;
}

.offers2.open {
    max-height: 1500px;
    transition: max-height 1.8s ease-out;
}

.boxes {
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
}
.boxes div {
    margin: auto;
    padding:10px;
    width: 350px;
    border-style: solid;
    border-width: 1px;
    border-color:rgb(150, 150, 150);
}
 .offerheader {
    background-color: black;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
 }
 .duration {
    background-color: #3a3a3a;
    color:black;
 }
.result {
    background-color: #3a3a3a;
    color:black;
}
.outfit {
    background-color: #3a3a3a;
    color:black;
}
.setup {
    background-color: #3a3a3a;
    color:black;
}
.prize {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgba(0, 112, 114, 0.5);
}