* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style: none;
    font-family: Montserrat;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: Lorin;
    src: url(../cdn/font/Lorin/TTF/Lorin-Bold.ttf);
}
@font-face {
    font-family: Montserrat;
    src: url(../cdn/font/Montserrat-Regular.ttf);
}
@font-face {
    font-family: philosophy;
    src: url(../cdn/font/philos/);
}

h1,
h2,
h3,
h4,
h5,
h6 {
      font-family: Lorin !important;
}

h1 {
    font-size: 65px;
    font-weight: 500;
    letter-spacing: 1px;
   font-family: Lorin;
    color: #281c75;
}

h3 {
    font-size: 40px !important;
    font-weight: 400;
       font-family: Lorin;
}

h5 {
    font-size: 18px;
}

h4 {
    font-size: 40px !important;
    color: #fff !important;
    font-weight: 500 !important;
}

.all_spanbtext {
    color: #fff;
    font-size: 14px;
}

p {
    font-size: 15px;
}

.services_para {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.all_spanwhite {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
}

.about_section {
    background-image: url(/images/about_girl.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 4rem 0;
    height: auto;
}

.services {
    background-image: url(../images/services_banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 6rem 0;
    height: auto;
}

.product {
    background-image: url(../images/ourproduct_banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 4rem 0;
    height: auto;
}


.header_wrapper {
    background-color: #fff;;
}

a.nav-link.active {
    color: #000;
       font-family: Lorin !important;
}

.nav-link {
    color: #000 !important;
    font-weight: 600;
    padding: 0.5rem 1rem !important;
    font-size: 16px;
}

.company-logo {
    width: 90px;
    border-radius: 4px;
}

.btn_enquire {
    background-color: brown;
    color: #fff;
    padding: 0.6rem 1.4rem !important;
    border-radius: 32px !important;
}

.btn_enquire:hover {
    background-color: #e00e0e;
    color: #fff;
}

span {
    color: #000000;
    font-size: 40px;
    font-weight: 500;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    margin: auto !important;
}

.all_span {
    color: #e00e0e;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
}


.about_img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    border-radius: 24px;
}

.white-heading {
    color: #ffffff;
}

.heading:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}

/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    position: relative;
    background-image: url(../images/Testimonial_banner.webp);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
    height: 70vh;
}

.testimonial_heading {
    color: #000;
    font-size: 20px;
    text-align: left;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 7%;
    top: 50%;
    right: auto;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
    left: auto;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    width: 1000%;
    height: 280px;
    margin: auto;
}

.testimonial4_slide p {
    color: #000000;
    font-size: 16px;
    line-height: 1.7;

    text-align: left;
}

.testimonial4_slide h4 {
    color: #000000;
    font-size: 22px;
    text-align: left;
}

.testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}

.stars {
    color: #e7ab3a;
    font-size: 14px;
    margin-bottom: 5px;
}

/* ------testimonial  close-------*/

.card_tab {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 10px;
    border: none !important;
    border-radius: 16px !important;
    margin: 20px 10px;
}

.left-arrow {
    font-size: 20px;
    font-weight: 600;
}

.card_span {
    font-size: 14px;
    font-weight: 400;
    color: #292929;
    display: inline-block;
}

.card_title {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-bottom: 5px;
}

.price {
    font-size: 14px;
    font-weight: 600;
    color: #4649ff;
    display: inline-block;
}

.product_img {
    width: 100%;
    border-radius: 16px;
}

.card-body.mb-0 {
    padding: 8px;
}

.card_services {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 10px;
    border: none !important;
    border-radius: 16px !important;
    margin: 10px 10px;
}

.slick-prev .slick-arrow::after {
    content: "←";
}

.slick-next .slick-arrow::after {
    content: "←";
}

.footer_wrapper {
    width: 100%;
    /* padding-top: 10px; */
    background-image: url(../images/footer_banner.webp);
    background-size: cover;
    background-position: center;
    /* background: #000; */
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.img_social {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    margin-left: 10px;
}

.footer_li {
    padding: 0.4rem 0;
}

.footer_anchor {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.footer_logo {
    width: 100px;
    mix-blend-mode: multiply;
}

/* about css start here */
.about_banner {
    background-image: url(/frontend/images/about-banner.jpg);
    width: 100%;
    height: 350px;
  
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.percentage_heading {
    color: #c23859 !important;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.whatmake_imgbox {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
}

.about_pageimg {
    border-radius: 24px;
    width: 100%;
    height: 450px;
}

.cart_banner {
    height: 300px;
    background-image: url(../img/premium_img.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indoor_li {
    list-style: auto !important;
    line-height: 28px;
}

.btn_explore {
    background: -webkit-linear-gradient(0deg,
            rgba(194, 56, 89, 1) 0%,
            rgba(44, 131, 192, 1) 100%);
    color: #fff;
    padding: 0.8rem 1.7rem;
    border-radius: 32px;
}

.most_btn {
    border-radius: 24px;
    border: 1px solid #000000;
    padding: 0.5rem 1.3rem;
    padding-bottom: 8px !important;
}

.contact_form {
    background-color: #fff;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
        rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 2rem;
    border-radius: 24px;
}

.shoping_btn {
    padding: 0.7rem 1.8rem;
    background-color: #c23859;
    color: #ffffff;
    border-radius: 32px;
    font-size: 15px;
}

.shoping_btn:hover {
    background-color: #f15b1f;
    color: #fff;
}

.checkout_text {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

input::placeholder {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.box_heading {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.box_para {
    color: #4d4c4c;
    font-size: 14px;
    font-weight: 400;
}

.ox {
    background: linear-gradient(90deg,
            rgb(251, 228, 252) 0%,
            rgb(228, 250, 244) 100%);
    padding: 2rem 2rem;
    color: beige;
    border-radius: 16px;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
        height: -webkit-fill-available;
}

.contact_box {
    color: #000 !important;
    font-size: 28px;
}

.form_heading {
    font-size: 20px !important;
}

.card_blog {
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 16px;
    height: 470px;
    margin-bottom: 30px;
}

.btn_continue {
      background-color: transparent;
    color: #e95d2a;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    border: 1px solid #e95d2a !important;
}
.btn_continue:hover{
    color:#fff;
     background-color: #e95d2a;
}
.blog-title {
    font-size: 20px;
    line-height: 25px;
    display: block;
    color: #e95d2a;
    font-weight: 600;
}

.blog_span {
    font-size: 13px;
    color: #222;
    font-weight: 500;
    padding-bottom: 10px;
}

.blog-text {
   font-size: 14px;
    line-height: 25px;
    color: #000000;
    display: block;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.blog_img {
    width: 100%;
    min-height: 250px;
    object-fit: cover;
    border-radius: 16px;
    overflow: hidden;
}

.card_blog {
    background-color: #fff !important;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 16px !important;
    height: 470px;
    margin-bottom: 30px !important;
}

i.fa-solid.fa-star {
    font-weight: 900;
    color: purple;
    font-size: 20px;
    margin-top: 8px;
    margin-right: 10px;
}

span {
    margin-bottom: 15px !important;
    font-size: 16px;
    color: #0c0808;
    line-height: 29px;
}

.service_img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 16px;
}

.service_heading {
    font-size: 30px;
    padding-bottom: 20px;
}

section.percentage {
    background: linear-gradient(90deg,
            rgb(251, 228, 252) 0%,
            rgb(228, 250, 244) 100%);
    padding: 2rem 0;
}

.table-avatar {
    font-size: 16px;
}

.table-action {
    text-align: center;
}

.forms {
    background: #e7e7e726 !important;
    border: 1px solid #a6a6a6 !important;
    border-radius: 24px !important;
    padding: 20px !important;
}

.form-check-label {
    color: #ffffff;
    font-size: 16px;
}

.login_banner {
    background-image: url(/frontend/images/login_banner.jpg);
    width: 100%;
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
        rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    background-color: #e7e7e726;
    padding: 3rem 0;
    border-radius: 32px;
    border: 1px solid #a6a6a6;
}

.form_card {
    padding: 20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
        rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 16px;
}

.form-select {
    background: #e3dede;
    border: none;
    border-radius: 24px;
    margin-bottom: 15px;
    width: 100%;
    padding-left: 20px;
}

.form-check-label {
    color: #fff;
    padding-left: 10px;
}

.form_heading {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
}

.forms::placeholder {
    color: #ffffff !important;
    font-size: 14px;
}

.form-control {
    background: #e3dede;
    border: none;
    border-radius: 24px;
    padding: 20px;
}

.form-select {
    background: #e3dede;
    border: none;
    border-radius: 24px;
    margin-bottom: 15px;
    width: 100%;
    padding-left: 20px;
}

.ffff {
    width: 100%;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
}

.forgot_text {
    color: #fff;
}

.form-check-label {
    color: #fff;
    padding-left: 10px;
}

.form_card {
    background-color: #fcf5f5;
    padding: 3rem 2rem;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
        rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    border-radius: 34px;
}

.check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
    background: #e3dede;
    color: #222222 !important;
    display: flex;
    justify-content: unset;
    /* padding: 6px; */
    border-radius: 24px;
    justify-content: space-between;
    padding-top: 7px;
    padding-bottom: 7px;
}

.form_affliate_text {
    font-size: 15px;
}

.form_anchr {
    color: #457ee7;
}
    .qty{
        width:60px;
    }
    .add-to-cart {
    padding: 10px 20px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    border: none;
    background: #a50b0b;
    color: #fff;
}
@media screen and (max-width: 768px) {
    
        .qty{
        width:40px;
    }
  .add-to-cart
{
    font-size:12px;
    padding:10px;
}
button.ms-3.py-lg-2.px-lg-4.border-0.buy-now {
    font-size: 12px;
    padding: 10px;
}
.ss{
    height:400px !important;
}

.testimonial4_slide img{
         width: auto;

    height:150px;
}
.testimonial {
    height: auto;
        padding-top: 35px;
    padding-bottom: 0px;
}
.testimonial4_slide {
    width: 90%;
}
.banner-content{
    width:100%;
    padding:10px;
}
.banner-content h1 {
    font-size: 28px !important;
    margin: 0 0 20px;
}
.services {
    padding: 3rem 0;
    height: auto;
}
.product {
    padding: 2rem 0;
}
a.nav-link {
    color: #000000 !important;
    text-align:center;
}
h3 {
    font-size: 32px !important;

}
}
img.w-100.rounded-2.service-img{
        height: 230px;
    object-fit: cover;
}
.testimonial {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  margin: 15px;
  height:300px;
  overflow-y:scroll;
}
.testimonial p {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
}
.testimonial h4 {
  font-size: 18px !important;
  color:#000 !important;
  font-weight: 600;
  margin-bottom: 3px;
}
.testimonial span {
  font-size: 14px;
  color: #888;
}



.form-control:focus {
    border-color: #ab0000;
box-shadow: none;
}