* {
    padding: 0;
    opacity: 1;
}

.heading {
    font: normal Cormorant SC;
    color: #FF3147;
    text-align: left;
    opacity: 1;
    margin-bottom: 8px;
}

.heading1 {
    font: normal Cormorant SC;
    text-align: left;
    font-weight: bolder;
    color: #000000;
    font-size: 40px;
    opacity: 1;
}

.note {
    font: normal Poppins;
    text-align: left;
    color: #000000;
    opacity: 1;
}

.btn {
    font: normal Poppins;
    text-align: center;
    letter-spacing: 1.4px;
    color: #FFFFFF;
    height: 40px;
    width: 140px;
    border: none;
    border-radius: 2px;
    background: #FF3147 0% 0% no-repeat padding-box;
    opacity: 1;
    display: inline-block;
    text-decoration: none;
}

.btn:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.section2 {
    background: #FAFAFA 0% 0% no-repeat padding-box;
}

.container {
    margin-top: 23px;
    margin-bottom: 23px;
}

.about {
    margin-top: 3%;
    margin-bottom: 4%;
    top: 0px;
    left: 0px;
    width: 100%;
}

.box {
    background: transparent url('./assets/Quotemarks-left.png') 0% 10% no-repeat padding-box;
    background-position: 0.5% -7%;
    background-size: 5%;
    margin-top: 5%;
    margin-left: 23%;
}

.card {
    box-shadow: 3px 6px 20px #672C2C1F;
    margin-bottom: 25%;
    margin-top: 25%;
}

.card:hover {
    transform: scale(1.095);
}

.card-img-top {
    margin-top: 15px;
    align-items: center;
    width: 30px;
    height: 30px;
}

.card-img {
    height: 52px;
    width: 42px;
    margin-top: 20px;
    margin-left: 15px;
}

.small-card {
    width: 250px;
    height: 170px
}

.small-card img {
    max-width: 100%;
    height: auto;
}

.title {
    font: normal Poppins;
    text-align: center;
    font-size: 50px;
    font-weight: 0;
}

.effects {
    background-color: #F6F6F6;
    background: linear-gradient(to left, #FF3147 50%, #F6F6F6 50%);
    background-size: 200%;
    background-position: left;
    transition: background-position 0.5s ease-out;
}

.effects:hover {
    background-position: right;
    cursor: default;
}

.card-title {
    font-size: 16px;
}

.footer1 {
    background: transparent url('./assets/NoPath\ -\ Copy.png') 0% 0% no-repeat padding-box;
    background-color: #FF3147;
}

.img-box {
    margin-top: 8%;
    margin-bottom: 8%;
    margin-left: 10%;
    align-items: center;
    height: 45px;
    opacity: 1;
}

.image-card {
    width: 230px;
    height: 320px;
    margin: 5px;
}

.image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.carousel-indicators {
    position: absolute;
    bottom: -45px;
    left: 1px;
    right: 295%;
    display: flex;

}

.custom-indicator {
    width: 10px;
    height: 10px;
    bottom: 0px;
}

.custom-indicator1 {
    width: 20px;
    height: 20px;
    margin-top: -5px;
}

.carousel-item .card {
    margin: 10px;
    max-width: 150px;
}

.carousel-item .card img {
    max-width: 100%;
    height: auto;
}


.image-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.image-card img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.image-card:hover img {
    transform: scale(1.1);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FF3147;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.image-card:hover .card-overlay {
    opacity: 0.86;
}

.card-overlay h5,
.card-overlay p {
    color: #ffffff;
    margin: 10px 0;
}

.card-overlay .image {
    height: auto;
    width: 50px;
    margin-top: 35%;
    margin-bottom: 0%;
}

.button {
    background-color: #F4F4F4;
    color: #FF3147;
    letter-spacing: 1.4px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    border-radius: 2px;
    padding: 10px 22px;
}

.button:hover {
    text-decoration: none;
    color: #FF3147;
}

.card-body .arrow {
    width: 25px;
    margin-left: 5px;
    margin-right: 5px;
}