* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

    list-style: none;
    list-style-type: none;
    text-decoration: none;
}

:root {
    --font-family: "Gotham", sans-serif;
}

html {
    /* font-size: 10px; */
    /* 10px / 16px = 0.625 = 62.5% */
    /* percentage of user's browser font-size settings */
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

@media only screen and (max-width: 900px) {
    .hrml {
        font-size: 50% !important;
    }
}

@media only screen and (max-width: 600px) {
    .hrml {
        font-size: 35% !important;
    }
}

body {
    font-family: "", sans-serif;
    line-height: 1;
    font-weight: 400;
    color: #000;
    overflow-x: hidden;
}

/* ********************* */

/* navigation */

/* ********************* */

.brand {
    margin-right: 2rem;
}

.search-toggle,
.search-cancel {
    display: block;
    cursor: pointer;
    font-size: 1.45rem;
    line-height: inherit;
    color: #000;
}

.search-block {
    position: fixed;
    top: 0%;
    right: -100%;
    width: 100%;
    height: auto;
    z-index: 10;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.35s ease-in-out;
}

.search-block.is-active {
    top: 0%;
    right: 0;
}

.search-form {
    display: flex;
    align-items: center;
    column-gap: 0.75rem;
    padding: 0.75rem 1rem;
}

.search-input {
    display: block;
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    height: auto;
    padding: 1rem 1.25rem;
    border: none;
    outline: none;
    border-radius: 0.25rem;
    color: #000;
    background-color: hsl(0, 0%, 95%);
}

.search-input::-webkit-search-decoration,
.search-input::-webkit-search-cancel-button {
    display: none;
    visibility: hidden;
}
/* .modal-backdrop.show {
  opacity: -0.5 !important;
} */
/* .model-width{
  width: 40% !important;
  padding-bottom: 4%;
} */
/* .model-position{
  left: 41%;
  top: 0%;
} */
.addnewpost {
    width: auto;
    height: auto;
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
}
.cart-flex {
    display: flex;
    align-items: center;
    /* gap: 1rem; */
    padding: 1% 5% 0% 1%;
}
.req-topic-btn {
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    border: 0px;
    width: 481px;
    height: 58px;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.modal-content1 {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 800px;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: 4%;
    outline: 0;
    padding: 50px;
    padding: 50px 80px;
}
.modal-title1 {
    /* margin-bottom: 4%; */
    line-height: var(--bs-modal-title-line-height);
    font-size: 23px;
    font-weight: 600;
}
.topic-title {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 600;
    height: 10% !important;
}
.model-text {
    font-family: var(--font-family);
    line-height: 20px;
    margin-bottom: 4% !important;
}
.topic-textarea {
    padding: 5px 0px 20px 5px;
}
@media only screen and (max-width: 1024px) {
    .modal-content1 {
        /* width: 70% !important; */
        padding: 20px 30px;
    }
}
@media only screen and (max-width: 992px) {
    .cart-flex {
        margin-right: 5rem;
        position: absolute;
        top: 8%;
        display: none;
        right: 5%;
        padding-top: 1rem;
    }
}
@media only screen and (max-width: 768px) {
    .modal-title1 {
        margin-left: 26%;
    }
}
.border-bt {
    border-bottom: 0.5px solid #000;
    opacity: 0.3;
}

.header-height {
    height: auto !important;
    background-color: transparent !important;
    position: relative;
    z-index: 11;
    margin: 20px;
    padding: 0;
}

.nav-font {
    font-size: 18px !important;
    line-height: 22px !important;
    color: #111111 !important;
    margin-right: 1.5rem;
}

.respons-nav {
    position: absolute;
    right: 0 !important;
}

/* heading class*/

.red-head-box {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.red-head {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #db4444;
    text-transform: capitalize;
}

.red-box {
    width: 20px;
    height: 40px;
    background-color: #db4444;
    border-radius: 4px;
}

.heading-primary {
    font-weight: 600;
    font-size: 48px;
    line-height: 64px;
    font-family: var(--font-family);
    margin-bottom: 30px;
}

.heading-primary span {
    color: #b53b89;
}

.heading-secondary {
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    font-family: var(--font-family);
}

.heading-tertiary {
    font-weight: 500;
    font-size: 25px;
    line-height: 34px;
    font-family: var(--font-family);
    color: #ffffff;
}

.paregraph {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    opacity: 0.8;
    font-family: var(--font-family);
}

.re-paregraph {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #111111;
    font-family: var(--font-family);
}

.product-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #db4444;
}

.product-price del {
    text-decoration-line: line-through !important;
    color: #000000;
    opacity: 0.5;
}

/* btn */

.btn1 {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.btn-yellow:link,
.btn-yellow:visited {
    color: #fafafa;
    background-color: #b53b89;
    padding: 0.8rem 3rem;
}

.btn-yellow:hover,
.btn-yellow:active {
    color: #fff;
    background-color: transparent;
    border: 1px solid #b53b89;
}

.btn-hero:link,
.btn-hero:visited {
    color: #fff;
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 35px;
    padding: 0.8rem 2rem;
    position: fixed;
    bottom: 1%;
    right: 0%;
    transform: translate(-50%, -50%);
}

/* @media only screen and (max-width:1050px){
  .btn-hero:link,
.btn-hero:visited{
bottom: -3%;
right: -5%;
transform: translate(-50%, -50%);
}
} */

/* .btn-hero:hover{
  transform: scale(1.05);
  bottom: 0.5%;
right: 6%;
} */

.btn-subs:link,
.btn-subs:visited {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(180deg, #b53b89 0%, #b53b89 100%);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 1rem 2rem;
    font-family: var(--font-family);
}

.btn-subs:hover {
    transform: scale(1.05);
}

p {
    margin-bottom: 0;
}

.pad-space {
    padding: 3rem 0 0 4rem;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.text-left {
    text-align: left;
}

.mt4 {
    margin-top: 4rem;
}

.mt-8 {
    margin-top: 8rem;
}

.mb-8 {
    margin-bottom: 8rem;
}

.font-weight-600 {
    font-weight: 600 !important;
}

@media only screen and (max-width: 992px) {
    .heading-primary {
        font-size: 35px;
    }

    .heading-primary span {
        color: #b53b89;
    }

    .heading-secondary {
        font-size: 28px;
        line-height: 42px;
    }

    .heading-tertiary {
        font-size: 22px;
    }

    .paregraph {
        font-size: 18px;
        line-height: 26px;
    }

    .re-paregraph {
        font-size: 16px;
        line-height: 24px;
    }

    .product-price {
        font-size: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .heading-primary {
        font-size: 30px;
        line-height: 50px;
    }

    .heading-primary span {
        color: #b53b89;
    }

    .heading-secondary {
        font-size: 25px;
        line-height: 40px;
    }

    .heading-tertiary {
        font-size: 20px;
        line-height: 30px;
    }

    .paregraph {
        font-size: 17px;
        line-height: 25px;
    }

    .re-paregraph {
        font-size: 15px;
        line-height: 22px;
    }

    .product-price {
        font-size: 14px;
    }
}

/* scrolling effect */

.reveal {
    position: relative;
    opacity: 0;
}

.reveal.active {
    opacity: 1;
}

.active.fade-bottom {
    animation: fade-bottom 1s ease-in;
}

.active.fade-left {
    animation: fade-left 1s ease-in;
}

.active.fade-right {
    animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-left {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-right {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
