/*about our shop section*/
.about-section {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-bottom: 3rem;
}

h2::first-letter {
    font-size: 3rem;
}

h2 span {
    font-size: 2rem;
    font-weight: bolder;
}

.small-blue {
    font-size: 2rem;
    color: #bcc4f2;
}

.small-gray {
    color: #6f6e6e;
    font-size: 2rem;
}

button {
    text-align: center;
    background-color: #eb19b7;
    color: white;
    padding: 7px 25px;
    border: none;
    font-weight: bold;
    font-size: 1rem;
}

.about-img img {
    width: 100%;
}

.quality-img img {
    width: 100%;
}

/*best quality section*/
.quality-content h2 {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 60px;

}

.quality-content p {
    line-height: 57px;
    font-size: 1.1rem;

}

.quality-img {
    width: 100%;
}

.quality-img img {
    width: 100%;
    margin-top: 10rem;
}

/*offer_glass*/

span.nav-link-text {
    color: black !important;
}

.text-dark {
    color: black !important
}

.offer {
    width: 100%;
    padding-top: 5rem;
    position: relative;
}

.offer-section1 {
    background-color: #dadde3;
}

.offer-section1 img {
    width: 100%;
}

.offer-section2 {
    background-color: #bcc4f2;

}

.offer_heading {
    width: min-content;
    display: block;
    margin: auto;
    text-align: left;
    font-weight: 900;
    font-size: 2.9rem;
    margin-top: 5rem;
}

.offer-section2 button {
    display: block;
    margin: 30px auto;
    text-align: center;
}

.price {
    background-color: rgb(255, 0, 212);
    color: white;
    font-size: 1.3rem;
    font-weight: 700;
    display: inline-block;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 20px 10px;
    position: absolute;
    left: 32%;
    bottom: 25%;
}

/*buy your stylish glasses*/
.stylebox {
    text-align: center;
    margin-top: 5rem;
    width: 100%;
    margin-bottom: 10rem;

}

.small-gray {
    color: #6f6e6e;
    font-size: 2rem;
}

.stylebox p {
    font-size: 1.2rem;
}

.box-img img {
    width: 60%;
    text-align: center;
    height: max-content;
}


/*footer*/
.footer {
    background-color: black;

}

.footer-section {
    display: flex;
    justify-content: center;
    flex-direction: row
}

.footer-content1 h2 {
    color: white;
    margin-top: 50px;
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 55px;
}

.footer-content1 p {
    color: gray;
    margin-top: 30px;
    margin-bottom: 5px;
    text-align: left;
    font-size: 1rem;
}

a.footer-content1 {
    text-align: center;
    background-color: black;
    color: white;
    border-radius: 50px;
}

li,
a.list {
    list-style: none;

}

ul.list-normal {
    padding-left: 0.1rem;
}

.footer-content2 h3 {
    color: white;
}

.footer-content2 input {
    border: none;
    background-color: black;
    color: gray;
    padding: 0px 0px;
}

.footer-content2 button {
    color: white;
    font-size: 0.9rem;
    background-color: black;
    border-radius: 20px;
    border: 1px solid white;
    padding: 5px 20px;
    margin-top: 20px;

}

.footer-content2 hr {
    margin: 0.3rem 0;
}

.footer-content3 h5 {
    color: white;
    font-size: 1.5rem;
}

.footer-content3 ul {
    padding-left: 0.1rem;
    color: white;
}

.footer-content3 ul li {
    list-style-type: none;

}

.footer-4 {
    background-color: #cdafed !important;
    padding-top: 1rem;
}

.footer-content4 {
    background-color: rgb(198, 167, 255);
    text-align: center;
    font-size: 0.87rem;
    margin-bottom: 0.3rem;
}

.footer-content4 .frame {
    --frame-spacing: 1.5rem;
}

h2.element-header {
    font-size: 2rem !important;
    font-weight: 700 !important;
    text-align: center;
}

hr.hr {
    color: white;
    margin: 0.3rem 0;
}

hr {
    color: white;
}

.carousel .carousel-backgroundimage-fade {
    opacity: 1 !important;
}


.carousel .carousel-backgroundimage-grayscale {
    filter: brightness(1) !important;
}

.carousel .carousel-item h1 {
    font-weight: 500;
    font-size: 4rem;
}

.carousel .carousel-item h3 {
    color: white !important;
    font-weight: 500;
    font-size: 2.7rem;
}

.carousel .carousel-item a {
    text-decoration: none;
    margin-top: 5rem;
    border: none;
}

.carousel-control-icon1 {
    position: absolute;
    top: 30% !important;
    transform: translate(0, -50%);
    width: auto;
    height: auto;
    color: black !important;
    padding: 1em;
    background-color: whitesmoke !important;
    transition: all 0.4s ease-in-out 0s;
    background-image: url() !important;
}

.carousel .carousel-control-icon1:before {
    border-top: 1px solid black !important;
    border-right: 1px solid black !important;
}

.carousel-control-icon2 {
    position: absolute;
    top: 40% !important;
    transform: translate(0, -50%);
    width: auto;
    height: auto;
    color: #0288D1;
    padding: 1em;
    background-color: rgb(221, 25, 162) !important;
    transition: all 0.4s ease-in-out 0s;
    background-image: url() !important;

}

.carousel .carousel-control-icon2:before {
    border-top: 1px solid white !important;
    border-right: 1px solid white !important;
}

/*carousel-control-next .carousel-control-icon {
    right: 81.97rem!important;
}*/
.carousel-control-next {
    /* right: 0; */
    left: -61px;
}

.hr hr {
    margin: 0 !important;
    color: inherit;
    border-top: var(--bs-border-width) solid;
    opacity: 1 !important;
}

/* card.html */
.ourglass {
    background-color: #bcc4f2;
}

.ourglass-content {
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.row {
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.box {

    background-color: white;
    width: auto !important;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid rgb(247, 243, 243);
    border-radius: 1rem;
    padding: 100px 20px 30px 20px;

}

.card1 {

    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 2rem;
}


.box1 {
    margin-top: 1rem;
    gap: 2rem;
}

.box2 {
    margin-top: 1.2rem;

}

/*.box img {
        width: 100%;
    }*/
a.gray {
    color: gray !important;
    text-decoration: underline !important;
    font-size: 1.1rem;
    cursor: pointer;
}

.box p {
    margin-top: 0;
    margin-bottom: 0rem;
}

.custom-close-btn {
    background: transparent;
    position: absolute;
    top: 0;
    right: 16px;
    height: var(--mm-spn-item-height, 48px);
    line-height: var(--mm-spn-item-height, 48px);
    background: none;
    border: none;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    z-index: 1000;
}
.mm-spn li:after
{
    margin-left:0!important;
}
.mm-spn li:last-child::after
{
    border-top: 0px solid;
}
/*Responsive view*/


@media (max-width: 991px) {
    .price {
        background-color: rgb(255, 0, 212);
        color: white;
        font-size: 1.3rem;
        font-weight: 700;
        display: inline-block;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        text-align: center;
        padding: 20px 10px;
        position: absolute;
        left: 54%;
        bottom: 59%;
    }
}

@media (max-width: 1200PX) {
    .box {
        padding: 101px 40px 30px 40px;
    }
}

@media (max-width: 745PX) {
    .box {
        padding: 101px 15px 30px 15px;
    }
}

@media (max-width: 534PX) {
    .box {
        padding: 100px 50px 30px 50px;
    }
}
@media screen and (min-width: 992px)
{
    .mm-ocd--open
    {
        display: none;
    }
}
