@font-face {
    font-family: 'LDFComicSans';
    src: url('./fonts/LDFComicSans.woff2') format('woff2'),
        url('./fonts/LDFComicSans.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
/* html, body {
    overflow-x: hidden;
  } */
  
.navbar .container .navbar-brand {
    font-family: 'LDFComicSans';
    font-weight: 700;
    font-style: normal;
}
.container .row .navbar-brand {
    font-family: 'LDFComicSans';
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    color: white;
    /* margin-top: 20px;
    border: 5px solid black;
    border-radius: 50%; */
}
.container .row .navbar-brands {
    font-family: 'LDFComicSans';
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    background-color: white;
    color: black;
    /* margin-top: 20px; */
    padding: 13px;
    text-align: center;
    border: 5px solid black;
    border-radius: 50%;
}
.logo {
    height: 50px;
    width: auto;
    transform: scale(2.3);
}
.row .myIconRow {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.row {
    --bs-gutter-x: 0 !important;
}
.online-shopping-card {
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}
.online-shopping-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.online-shopping-card img {
    object-fit: cover;
    height: 200px;
}
.price-offer-section {
    padding: 0.5rem 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
footer a {
    text-decoration: none;
}
.copy {
    padding-bottom: 15px;
}
.bg-darks {
    background-color: rgb(98 107 117) !important;
}
.logos img {
    object-fit: cover;
    width: 200px;
    height: 145px;
    transform: scale(1.0);
}
@media (max-width: 1199px) {
    .card-body #btn a{
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .col-md-4.myText p {
        font-size: 12px !important;
        text-align: left !important;
    }
    .row.myIconRow {
        flex-direction: row !important;
    }
    .myIcon {
        text-align: right;
    }
    .col-md-4.myText {
        padding: 0;
        text-align: center;
        margin: auto 0;
        line-height: unset;
        font-size: 18px;
        font-weight: 400;
    }
}
@media (max-width: 480px) {
    .col-md-4.myText p {
        font-size: 12px !important;
    }
}