.footer-container{
    flex-direction: column!important;
    gap: 20px!important;    
    justify-content: center!important;
}

.card-title{
    color: white;
    font-size: 2rem;
    line-height: normal;
}

.card-title >b:nth-child(odd){
    color: #4a307a;
}

.card-title >b:nth-child(even){
    color:#ec6f19
}

.left{
    align-self: flex-start;
}

.feature-heading{
    font-size: 36px;
}

.header-section{
    padding: 10px 15px;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.header-section-main{
    font-size: 4rem;
    line-height: normal;
}

.header-section-body{
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap; 
    grid-row-gap: 12px;
    grid-column-gap: 12px;
}

.header-section-sub-body{
    padding: 15px 0px;
}

.body-container{
    display:flex; 
    flex-direction:row;
}

.header{
    display: flex; 
    background-color: #acdbef; 
    border-radius: 16px;
}

.main-container{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    color: white;
    height: fit-content;
    background-color:#f2f2f2; 
    display: flex; gap:16px; 
    padding-bottom: 16px;
    border: none;
}

.info-container{
    height: 400px; 
    grid-row-gap: 30px;;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    color: #000;
}

html, body{
    max-width: 100%;
    overflow-x: hidden;
}

.card-body{
    align-items: center;
    display:flex; 
    flex-direction: row;
    justify-content: space-between;
    padding-left:0px;
    padding-right:0px
}

.features{
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap; 
    background-color: #ffffff; 
    border-radius: 16px;
    padding: 5rem 0px 5rem 0px; 
    gap: 8rem;
    justify-content: center;
}

.featureDescription[for="c1"]{
    display: block;
}

#icons{
    color: #000;
    color: white;
    border-radius: 18px;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#feature-text{
    color: #000;
}

.wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    height: 400px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
}

.card {
    width: 80px;
    border-radius: .75rem;
    background-size: cover;
    cursor: pointer;
    overflow: hidden;
    border-radius: 2rem;
    margin: 0 10px;
    display: flex;
    align-items: flex-end;
    transition: .6s cubic-bezier(.28,-0.03,0,.99);
    box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.8);
}

.card > .row {
    color: white;
    display: flex;
    flex-wrap: nowrap;
}

.card > .row > .icon {
    background: #223;
    color: white;
    border-radius: 50%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
}

.card > .row > .description {
    display: flex;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    height: 80px;
    width: 520px;
    opacity: 0;
    transform: translateY(30px);
    transition-delay: .3s;
    transition: all .3s ease;
}

.description p {
    color: #b0b0ba;
    padding-top: 5px;
}

.description h4 {
    text-transform: uppercase;
}

input {
    display: none;
}

input:checked + label {
    width: 600px;
}

input:checked + label .description {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.card[for="c1"] {
    background-image: url(Assets/productFeature3.jpg);
    background-position: top;
    font-size: 16px;
}

.card[for="c2"] {
    background-image: url('Assets/productImage5.jpg');
    font-size: 16px;
}

.card[for="c3"] {
    background-image: url('Assets/productImage6.jpg');
    background-position: right;
    font-size: 16px;
}

.card[for="c4"] {
    background-image: url('Assets/productImage9.jpg');
    font-size: 16px;
}

.card[for="c5"] {
    background-image: url('Assets/productImage7.jpg');
    background-image: url(Assets/productImage7.jpg);
    background-position: bottom;
    font-size: 16px;
}

img{
    border-radius: 16px;
}

.badge{
    border: #4a307a 2px solid;
    color: #4a307a;
    height: 44px;
    padding: 14px 20px;
    font-size: 14px;
    background-image: linear-gradient(to bottom,#ffffff4d,#fff0 50%,#0000001f 51%,#0000000a)!important;
}

.glossy-button {
    width: 130px;
    height: 44px;
    border-radius: 24px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
    background-image: linear-gradient(to bottom,#ffffff4d,#fff0 50%,#0000001f 51%,#0000000a)!important;
}

.glossy-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.glossy-button:active {
    transform: translateY(0);
    box-shadow: none;
}

body{
    background-color: #f2f2f2;
}

.carousel-image{
    width: 100%;
    height: 100%;
}

.carousel-item {
    text-align: center;
}

.carousel-caption {
    text-align: left;
    margin-bottom: 0px;
    left: 5%;
}

.imageContainer{
    display: flex;
    padding: 20px 20px 20px 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.imageContainer > div > img{
    border-radius: 16px;
}
.imageContainer > div:nth-child(even){
    margin-top: 60px;
}

.imageContainer > div:nth-child(odd){
    height: max-content;
}

.noPadding{
    padding:0px;
}

.card-text{
    padding-left: 15px;
}

.card-number{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px; 
    height: 40px;
    border-radius: 50%;
    background-color: black; 
    background-image: linear-gradient(to bottom,#ffffff4d,#fff0 50%,#0000001f 51%,#0000000a)!important;
}

.card-number .icons {
    color: white;
    font-size: 20px;
}

.carousel-caption{
    color: black;
}

.footer{
    display: flex; 
    background-color: #acdbef; 
    border-radius: 16px;
    justify-content: space-around;
}

@media only screen and (max-width: 600px) {
    .footer{
        background-position-x: center;
        background-image: url(Assets/productImage2.png);
        background-position-y: 1px;
        background-repeat: no-repeat;  
    }

    .header{
        background-position-x: center;
        background-image: url(Assets/productCover-removebg.png);
        background-position-y: 1px;
        background-repeat: no-repeat;
        padding: 0px;
        max-height: auto;
    }

    .imageContainer > div:nth-child(even){
        margin-top: 0px;
    }

    .container{
        max-height: 200px;
    }

    .features{
        padding: 0rem 0px 0rem 0px; 
    }

}

@media only screen and (min-width: 600px) {
    .container{
        height: 251px;
    }

    .imageContainer > div:nth-child(even){
        margin-top: 0px;
    }
        
    .header{
        max-height: auto
    }
}

@media only screen and (min-width: 768px) {
    .container{
        height:400px;
    }

    .features{
        padding: 2.5rem 0px 2.5rem 0px; 
    }

    .imageContainer > div:nth-child(even){
        margin-top: 0px;
    }
        
    .header{
        max-height: auto
    }
}

@media only screen and (min-width: 992px) {
    .imageContainer > div:nth-child(even){
        margin-top: 60px;
    }

    .header{
        max-height: auto
    }
}

@media only screen and (min-width: 1200px) {
    .imageContainer > div:nth-child(even){
        margin-top: 60px;
    }

    .header{
        max-height: 540px
    }
}
