@media (max-width: 768px) {
    .lefthidd {
        display: none;
    }
}
@media (min-width: 769px) {
    .shownew {
        display: none;
    }
}

@media (max-width: 769px) and (min-width: 500px) {
    .imgheight {
        height: 700px;
        width: 100%;
    }
}

.newrow > * {
    flex-shrink: 0;
    max-width: 50%;
    padding-right: calc(var(--bs-gutter-x) * 0.2);
    padding-left: calc(var(--bs-gutter-x) * 0.2);
    margin-top: var(--bs-gutter-y);
}

.box {
    display: inline-block;
    height: 40px;
    width: 60px;
    background-color: #d9d9d9;
    border-radius: 10px;
    color: rgb(36, 36, 36);
    text-align: center;
    padding: 6px;
    border: 1px solid #f1f3f6;
}
.icon {
    display: inline-block;
    font-size: 30px;
    padding-right: 15px;
}

.box:hover {
    border: 1px solid black;
}

.color {
    display: inline-block;
    height: 35px;
    width: 35px;
    background-color: #d9d9d9;
    border-radius: 10px;
    color: rgb(36, 36, 36);
    text-align: center;
    padding: 8px;
    border: 1px solid #f1f3f6;
}

.color:hover {
    border: 1px solid black;
}

@media (max-width: 992px) and (min-width: 772px) {
    .imgheightsmall {
        height: 120%;
        width: 100%;
    }
}
@media (max-width: 992px) and (min-width: 772px) {
    .margintop {
        margin-top: 50px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .imgheightsmall {
        height: auto;
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .margintop {
        margin-top: 10px;
    }
}
@media (min-width: 1200px) {
    .imgheightsmall {
        height: auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .margintop {
        margin-top: 10px;
    }
}

/* logo */

.text-muted {
    color: #eeeeee !important;
}

.textpadding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.fontstyle {
    font-weight: bold;
}

@media (max-width: 575px) {
    .textpadding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .newrow > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 50%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }
}

.bottommargin {
    margin-bottom: 10px;
    padding: 5px;
}

.imgstyle {
    width: 100%;
    height: auto;
}

.card-body {
    padding: 10px;
}
.card:hover {
    box-shadow: 1px 0px 10px -4px rgb(46, 46, 46);
}

@media (min-width: 1250px) {
    .card-img-top {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}

@media (min-width: 992px) and (max-width: 1250px) {
    .card-img-top {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

@media (min-width: 772px) and (max-width: 992px) {
    .card-img-top {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}

@media (min-width: 500px) and (max-width: 772px) {
    .card-img-top {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}

@media (min-width: 320px) and (max-width: 500px) {
    .card-img-top {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

.button-87 {
    margin-top: 10px;
    padding: 10px 17px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    border: 0px;
    font-weight: 700;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(
        45deg,
        #ff512f 0%,
        #f09819 51%,
        #ff512f 100%
    );
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
.button-87:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}
.button-87:active {
    transform: scale(0.95);
}

.selected {
    border: 1px solid black;
}
