* {
    -web-kit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-family: Inter;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0px;
    font-family: Inter;
}

:root {
    touch-action: pan-x pan-y;
    --theme-gradient: linear-gradient(91.87deg, #8a71f8 0%, #e98bf7 100%);
    --theme-text-shadow: 0px 8px 45px rgba(138, 113, 248, 0.4);

    --theme-bg: rgba(255, 87, 51, 1);
    --theme-bg-text-color: #fff;

    --theme-bg-gr1: linear-gradient(107.88deg, #1c1c21 0%, #131316 100%);
    --theme-bg-gr1-border: #ffffff0a;
    --theme-bg-gr1-text: #fff;

    --theme-bg-gradient: linear-gradient(
        101deg,
        rgb(138, 113, 248) 10%,
        rgb(233, 139, 247)
    );
    --theme-bg-shadow: rgba(169, 122, 248, 0.4) 0px 8px 45px;
    --theme-bg-text-color: #fff;
}

a {
    text-decoration: none;
    color: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* form submit loader css */
.form_process_loader {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 50px;
}

.form_process_loader img {
    width: 60px;
}

.custom_container {
    max-width: 1297px;
    margin: 0 auto;
}

input:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: unset !important;
}

input:focus-visible,
button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-color: unset !important;
}

/* header style  */
.desk_header {
    padding: 15px 15px;
    background: linear-gradient(276.1deg, #0e2a72 40.46%, #ff5733 127.63%);
}

.header_bar_listing a {
    margin-right: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.42px;
    color: #fff;
}

.header_bar_listing a:last-child {
    margin-right: 0px;
}
.language_btn button {
    padding: 9px 15px !important;
    width: 143px;
    color: #fff;
    height: 38px;
}
.language_btn button i {
    color: #fff;
}
.language_btn button::after {
    right: 12px;
    position: absolute;
    color: #fff;
}
.language_btn ul.dropdown-menu {
    background: rgba(43, 43, 43, 1) !important;
}
.header_btn {
    margin-left: 24px;
}
.header_btn a {
    background: var(--theme-bg);
    color: var(--theme-bg-text-color);
    width: 142px;
    height: 52px;
    border-radius: 5px;
    font-family: Nunito;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0px;
}

.header_logo {
    width: 80px;
}

/* responsive sidebar css */
.res_sidebar {
    background: rgba(43, 43, 43, 1);
}

.sidebar_close_btn {
    background: var(--theme-bg);
    border-radius: 10px;
    padding: 11px 15px 9px 15px;
    margin: 15px 10px;
}

.sidebar_close_btn i {
    color: var(--theme-bg-text-color);
    font-size: 20px;
    font-weight: 600;
    line-height: 16.8px;
}

.res_header_links_list {
    margin-bottom: 40px;
}

.res_header_links_list a {
    font-weight: 500;
    margin-bottom: 30px;
    border-bottom: 1px solid #4d4d4d;
    padding-bottom: 10px;
    width: 100%;
    color: #fff !important;
    font-size: 18px;
}

@media (max-width: 991px) {
    .header_toggle_btn i {
        color: #fff;
        font-size: 20px;
        margin-right: 30px;
    }
}

@media (max-width: 768px) {
    .header_toggle_btn i {
        margin-right: 20px;
    }

    .header_btn a {
        width: 132px;
        height: 41px;
    }
}

/* header css end */

.product_brand_section {
    display: block;
    width: 100%;
    padding: 0px 15px 0px 15px;
    margin-bottom: 70px;
    float: left;
}

.product_brand_heading {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 49px;
    text-align: center;
    flex-direction: column;
}

.product_brand_heading h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 24px;
    color: rgba(18, 18, 18, 1);
    margin-bottom: 0px;
    text-transform: capitalize;
    position: relative;
}

.product_brand_heading p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(18, 18, 18, 1);
}

.product_brand_main {
    float: left;
    width: 100%;
}

.brand_slider_arrow_box {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0px;

    width: 100%;
}

.brand_slider_arrow_box a.brand_pre_arrow.slick-arrow {
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    background: rgba(217, 217, 217, 1);
    border-radius: 50%;
}

.brand_slider_arrow_box a.brand_pre_arrow.slick-arrow i {
    color: #000;
}

.product_brand_list {
    float: left;
    width: 100%;
    padding: 0px 50px;
    position: relative;
}

.product_brand_list ul {
    margin: 0px -15px;
    padding: 0px;
}

.product_brand_list ul .slick-track {
    display: flex;
    align-items: center;
}

.product_brand_list ul li {
    list-style: none;
    width: 25%;
    padding: 15px 15px 15px 15px;
    float: left;
    margin: 0px !important;
}

.product_brand_figure_box {
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.product_brand_figure_box figure {
    width: 140px;
    margin: 0px !important;
}

.product_brand_figure_box figure img {
    width: 100%;
}

@media (max-width: 1024px) {
    .product_brand_section {
        margin-bottom: 40px;
    }

    .product_brand_heading {
        padding-bottom: 30px;
    }

    .product_brand_main {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        margin: 0px 0px;
    }

    .product_brand_list {
        width: 100%;
        padding: 0px 30px;
    }

    .product_brand_list ul {
        margin: 0px -10px;
    }

    .product_brand_list ul li {
        padding: 15px 10px 15px 10px;
    }

    .brand_slider_arrow_box a.brand_pre_arrow.slick-arrow {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 768px) {
    .product_brand_heading h3 {
        font-size: 30px;

        padding-bottom: 15px;
    }

    .product_brand_heading p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 540px) {
}

.home_6_parent {
    display: block;
    width: 100%;
    padding: 60px 15px;
   
    float: left;
    background: linear-gradient(
        94.98deg,
        #262525 54.68%,
        rgba(38, 37, 37, 0.89) 93.99%
    );
}

.home_6_header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 49px;
    text-align: center;
    flex-direction: column;
    max-width: 1060px;
    margin: 0 auto;
}

.home_6_header h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 24px;
    color: #fff;
    margin-bottom: 0px;
    text-transform: capitalize;
    position: relative;
}

.home_6_header p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.home_6_listing {
    float: left;
    width: 100%;
}

.home_6_listing ul {
    margin: 0px -15px;
    padding: 0px;
}

.home_6_listing ul li {
    list-style: none;
    width: 33.333%;
    padding: 0px 15px;
    float: left;
    margin: 0px !important;
}

.home_6_img_box {
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.home_6_img_box figure {
    width: 100%;
    margin: 0px !important;
}

.home_6_img_box figure img {
    width: 100%;
}

@media (max-width: 1024px) {
    .home_6_parent {
      
        padding: 30px 15px;
    }

    .home_6_header {
        padding-bottom: 30px;
    }

    .home_6_listing ul {
        margin: 0px -10px;
    }

    .home_6_listing ul li {
        padding: 0px 10px;
    }
}

@media (max-width: 768px) {
    .home_6_header h3 {
        font-size: 30px;

        padding-bottom: 15px;
    }

    .home_6_header p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 540px) {
    .home_6_listing ul li {
        width: 100%;
        padding: 10px 15px;
    }
}

.home_7_parent {
    width: 100%;
    display: block;
    padding: 0px 15px;
    margin-bottom: 80px;
}

.home_7_body {
    display: grid;
    grid-template-columns: 1fr 1fr;

    gap: 30px 43px;
    width: 100%;
}

.home_7_body figure {
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
}

.home_7_body figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_7_content {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.home_7_data {
    display: flex;

    flex-direction: column;
}

.home_7_data h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 30px;
    color: rgba(26, 32, 44, 1);
}

.home_7_data span {
    width: 69px;
    height: 5px;
    background-color: var(--theme-bg);
    margin-bottom: 20px;
}

.home_7_data p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    padding-bottom: 18px;
    color: rgba(18, 18, 18, 1);
}

.home_7_btn a {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    color: rgba(255, 87, 51, 1) !important;
    display: flex;
    align-items: center;
}

.home_7_btn a i {
    padding-left: 10px;
    color: rgba(255, 87, 51, 1);
    font-size: 16px;
}

@media (max-width: 1024px) {
    .home_7_parent {
        margin-bottom: 40px;
    }

    .home_7_body {
        display: flex !important;
        flex-direction: column !important;
    }

    .home_7_data {
        align-items: center;
    }

    .home_7_data p {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .home_7_data h3 {
        font-size: 31px;
        padding-bottom: 25px;
    }

    .home_7_data span {
        width: 47px;
        height: 3px;
        margin-bottom: 15px;
    }

    .home_7_data p {
        font-size: 16px;
        line-height: 24px;
    }
}

.home_8_parent {
    display: block;
    width: 100%;
    background-image: url("/images/banner_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.home_8_box {
    display: grid;
    grid-template-columns:50% 50%;
 
    position: relative;
    z-index: 1;
    width: 100%;
    align-items: center;
    height: 100%;
}

.home_8_box figure {
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
    position: relative;
}

.home_8_box figure img {
    width: 100%;
    height: 100%;
}

.home_8_box_body_main {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    width: 100%;
    padding-right: 90px;
    padding-left: 15px;
}

.home_8_box_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 570px;
}

.home_8_box_heading {
    display: grid;
    width: 100%;
}

.home_8_box_heading h3 {
    font-family: Inter;
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 4%;
    text-transform: capitalize;

    color: #fff;
    padding-bottom: 24px;
}

.home_8_box_heading p {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;

    color: #fff;
    padding-bottom: 32px;
}

.home_8_box_body .home_8_box_shop_btn {
    width: 100%;
    display: flex;
}

.home_8_box_body .home_8_box_shop_btn a {
    font-family: Nunito;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    letter-spacing: 0%;
    width: 170px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_8_box_body .home_8_box_shop_btn a:hover{
  color: #fff !important;
}

@media (max-width: 1140px) {
    .home_8_box_body_main {
        padding-right: 40px;
        justify-content: flex-start;
    }
}

@media (max-width: 1024px) {
    .home_8_parent {
        margin-bottom: 40px;
    }

    .home_8_box {
        grid-template-columns: 100%;
      
    }
    .home_8_box_heading {
        padding-bottom: 0px;
        text-align: center;
    }

    .home_8_box_body_main {
        padding-right: 15px;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .home_8_box_body {
        max-width: 700px;
        margin-bottom: 20px;
    }

    .home_8_box_body {
        padding-left: 0px;
        border-left: unset;
    }

    .home_8_box_body_main {
        justify-content: center;
    }

    .home_8_box_heading p {
        text-align: center;
        padding-bottom: 30px;
    }

    .home_8_box_body .home_8_box_shop_btn {
        justify-content: center;
    }

    .home_8_box_heading h3 {
        font-size: 40px;
        line-height: 55px;
    }
}

@media (max-width: 768px) {
    .home_8_box {
        grid-template-columns: 100%;
      
    }

    .home_8_box_body_main {
        padding-right: 15px;
        justify-content: center;
        padding-bottom: 40px;
    }

    .home_8_box_body {
        justify-content: center;
        text-align: center;
        max-width: 100%;
    }

    .home_8_box_body .home_8_box_shop_btn {
        justify-content: center;
    }

    .home_8_box_body_main {
        padding-bottom: 15px;
    }

    .home_8_box_heading h3 {
        font-size: 24px;
        line-height: 35px;
        padding-bottom: 15px;
    }

    .home_8_box_heading p {
        font-size: 16px;
        line-height: 28px;
    }

    .home_8_box_body .home_8_box_shop_btn a {
        width: 150px;
        height: 48px;
    }
}

@media (max-width: 540px) {
}

.home_10_parent {
    width: 100%;
    display: block;
    padding: 0px 15px;
    margin-bottom: 60px;
}

.home_10_body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 43px;
    width: 100%;
    background-image: url("/images/Frame 1000011503.png");
    padding: 80px 70px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.home_10_body figure {
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_10_body figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 232px;
}

.home_10_content {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.home_10_data {
    display: flex;

    flex-direction: column;
}

.home_10_data h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 12px;
    color: #fff;
}

.home_10_data p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
    padding-bottom: 32px;
    color: #fff;
}

.home_10_btn a {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    justify-content: center;
    color: #fff !important;
    display: flex;
    align-items: center;
    background: rgba(37, 68, 142, 1);
    width: 244px;
    height: 52px;
    border-radius: 44px;
}

@media (max-width: 1024px) {
    .home_10_parent {
        margin-bottom: 40px;
    }

    .home_10_body {
        display: flex !important;
        flex-direction: column !important;
        padding: 40px 30px;
    }

    .home_10_data {
        align-items: center;
    }

    .home_10_data p {
        text-align: center;
    }
    .home_10_data h3 {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .home_10_data h3 {
        font-size: 31px;
        padding-bottom: 25px;
    }

    .home_10_data p {
        font-size: 16px;
        line-height: 24px;
    }
}

.testimonial_section {
    display: block;
    width: 100%;
    margin-bottom: 100px;
    float: left;
    padding: 70px 15px;
    background: rgba(255, 239, 240, 1);
}

.custom_container {
    max-width: 1140px;
    margin: 0px auto;
}

.testimonial_heading {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}

.testimonial_heading h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0%;

    color: rgba(82, 82, 82, 1);
    position: relative;
}

.testimonial_heading a {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #2d2a38;
}

.testimonial_slider_arrow_box {
    display: flex;
    align-items: center;
}

.testimonial_slider_arrow_box a.testimonial_pre_arrow.slick-arrow {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    background: #ffffff;
    box-shadow: 0px 4px 48px rgb(0 0 0 / 6%);
    border-radius: 12px;
    margin-right: 8px;
    text-decoration: none !important;
}

.testimonial_slider_arrow_box a.testimonial_pre_arrow.slick-arrow:hover {
    background: #fbf7f4;
}

.testimonial_slider_arrow_box a.testimonial_pre_arrow.slick-arrow:last-child {
    margin-right: 0px;
}

.testimonial_slider_arrow_box a.testimonial_pre_arrow.slick-arrow i {
    color: #000;
}

.testimonial_list {
    float: left;
    width: 100%;
    position: relative;
}

.testimonial_list ul {
    margin: 0px -15px;
    padding: 0px;
}

.testimonial_list ul li {
    list-style: none;
    width: 25%;
    height: 100%;
    padding: 0px 15px;
    float: left;
    margin: 0px !important;
}

.testimonial_data_box {
    width: 100%;
    display: flex;
    background: #ffffff;
    border-radius: 2px;
    flex-direction: column;
    padding: 31px 23px 40px 35px;
    background: #ffffff;

    border-radius: 20px;
    height: 100%;
}

.testimonial_figure_box {
    width: 100%;
    align-items: center;
    display: flex;
    padding-bottom: 23px;
}

.testimonial_figure_box figure {
    margin-bottom: 0px;
    margin-right: 13px;
    width: 52px;
    height: 52px;
}

.testimonial_figure_box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px !important;
}

.testimonial_reviewer_data {
    display: flex;
    flex-direction: column;
}

.testimonial_reviewer_data h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #25292d;
    margin: 0px;
    padding-bottom: 6px;
}

.testimonial_reviewer_data small {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #898989;
}

.testimonial_rating_stars {
    display: flex;
    align-items: center;
    padding-bottom: 7px;
}

.testimonial_rating_stars i {
    color: #e51451;
    padding-right: 2px;
    font-size: 10px;
}

.testimonial_rating_stars i:last-child {
    padding-right: 0px;
}

.testimonial_description {
    padding-bottom: 29px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.testimonial_description p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #25292d;
}

.testimonial_detail_fields {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.testimonial_date_field span {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #898989;
}

.testimonial_list ul.slick-dots {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0px !important;
    bottom: -40px;
    position: absolute;
}

.testimonial_list ul.slick-dots li {
    width: unset !important;
    height: unset !important;
    padding: 0px 5px;
}

.testimonial_list ul.slick-dots li:last-child {
    padding-right: 0px;
}

.testimonial_list .slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    cursor: pointer;
    outline: none;
    background: transparent !important;
    border-radius: 50% !important;
    border: 2px solid #25292d !important;
    position: relative;
    color: transparent;
}

.testimonial_list .slick-dots li.slick-active button {
    background: #25292d !important;
    border: 1px solid #25292d !important;
}

.testimonial_list .slick-dots li button:before {
    display: none !important;
}

@media (max-width: 1024px) {
    .testimonial_section {
        margin-bottom: 40px;
        padding: 40px 15px;
    }

    .testimonial_detail_fields {
        align-items: flex-start;
        flex-direction: column;
    }

    .testimonial_heading {
        flex-direction: column;
    }

    .testimonial_heading h3 {
        padding-bottom: 15px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .testimonial_slider_arrow_box a.testimonial_pre_arrow.slick-arrow {
        width: 36px;
        height: 36px;
    }
    .testimonial_heading h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .testimonial_list ul li {
        padding: 0px 8px;
    }

    .testimonial_list ul {
        margin: 0px -8px;
    }

    .testimonial_data_box {
        padding: 31px 23px 40px 25px;
    }
}

.custom_5_parent {
    width: 100%;
    display: block;
    padding: 80px 15px;
    margin-bottom: 100px;
    background-image: url("/images/Group 1686555008 (1).png");
    background-size: cover;
    background-repeat: no-repeat;
}

.custom_5_body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 43px;
    width: 100%;
}

.custom_5_body figure {
    margin-bottom: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_5_body figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom_5_content {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.custom_5_data {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.custom_5_data h3 {
    font-family: Inter;
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.4px;
    text-transform: capitalize;

    padding-bottom: 20px;
    color: #fff;
}

.custom_5_data p {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.4px;
    text-transform: capitalize;

    padding-bottom: 42px;
    color: #fff;
}

.custom_5_btn a {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0%;
    justify-content: center;
    color: #fff !important;
    display: flex;
    align-items: center;
    background: transparent;
    width: 166px;
    height: 50px;

    border: 1px solid rgba(255, 255, 255, 1);
}

@media (max-width: 1024px) {
    .custom_5_parent {
        margin-bottom: 40px;
        padding: 40px 15px;
    }

    .custom_5_body {
        display: flex !important;
        flex-direction: column !important;
    }

    .custom_5_data {
        align-items: center;
    }

    .custom_5_data p {
        text-align: center;
        font-size: 20px;
    }

    .custom_5_data h3 {
        text-align: center;
        font-size: 34px;
    }
}

@media (max-width: 768px) {
    .custom_5_data h3 {
        font-size: 31px;
        padding-bottom: 25px;
    }

    .custom_5_data p {
        font-size: 16px;
        line-height: 24px;
    }
}

.product_listing_parent {
    padding: 0px 15px;
    margin-bottom: 80px;
    display: inline-block;
    width: 100%;
}

.product-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

ul#productTabs {
    margin-bottom: 60px !important;
    border: unset !important;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 13px;
}

ul#productTabs li.nav-item {
    margin-right: 34px;
}

ul#productTabs li.nav-item button {
    border: 1px solid rgba(209, 69, 78, 1);
    font-family: Inter;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 14px 49px !important;
    color: rgba(209, 69, 78, 1) !important;
    border-radius: 5px !important;
}

ul#productTabs li.nav-item button.active {
    background: rgba(209, 69, 78, 1) !important;
    color: #fff !important;
}

.product-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.product-card:hover img {
    transform: scale(1.05);
}

.overlay_data {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    color: #fff;
    padding: 10px 24px 24px 24px;
    text-align: left;

    transition: transform 0.3s ease;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0%;
}

@media (max-width: 1024px) {
    .product_listing_parent {
        margin-bottom: 40px;
    }
    .single_pro {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 540px) {
    .single_pro {
        flex: 0 0 100%;
        max-width: 100%;
    }
    ul#productTabs {
        margin-bottom: 45px !important;
    }
    ul#productTabs li.nav-item {
        margin-right: 20px;
    }
    ul#productTabs li.nav-item button {
        padding: 10px 30px !important;
    }
}

.footer-section {
    background: linear-gradient(93.07deg, #121212 38.32%, #ff5733 163.84%);
    color: #fff;
    float: left;
    width: 100%;
    padding: 60px 15px;
}

.footer-data-box {
    display: grid;
    width: 100%;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;

    gap: 30px 20px;
}

.footer-detail-box-one {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer-detail-box-one figure {
    margin: 0px !important;
    width: 85px !important;
    padding-bottom: 24px;
}

.footer-detail-box-one figure img {
    width: 100%;
}

.footer-detail-box-one p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 4%;
    text-transform: capitalize;
    color: #fff;
    margin: 0px !important;
    padding-right: 23px;
    padding-bottom: 20px;
}

.footer-socail-links {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.footer-socail-links a {
    background: rgba(66, 66, 66, 1);

    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin-right: 20px;
}

.footer-socail-links a:last-child {
    margin-right: 0px;
}

.footer-socail-links a i {
    color: #ffffff;
    font-size: 16px;
}

.footer-detail-box-two {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer-detail-box-heading {
    position: relative;
    padding-bottom: 24px;
}

.footer-detail-box-heading h3 {
    margin: 0px !important;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;

    color: #ffffff;
}

.footer-detail-box-content-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}

.footer-detail-box-content-list li {
    list-style: none;
    display: flex;
    align-items: center;
    padding-bottom: 12px;
}

.footer-detail-box-content-list li:last-child {
    padding-bottom: 0px;
}

.footer-detail-box-content-list li a {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 186%;
    letter-spacing: 0%;

    color: #fff;
    text-decoration: none;
}

.footer-detail-box-content-list li a:hover {
    color: #fff;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}

.footer-contact-list li {
    list-style: none;
    display: flex;
    padding-bottom: 12px;
    align-items: center;
}

.footer-contact-list li:last-child {
    padding-bottom: 0px;
}

.footer-contact-list li i {
    padding-right: 8px;
    font-size: 20px;
    line-height: 186%;
    color: #fff;
}

.footer-contact-list li a {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 186%;
    letter-spacing: 0%;

    color: #fff;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .footer-data-box {
        grid-template-columns: 1.6fr 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .footer-data-box {
        grid-template-columns: 1.6fr 1fr;
    }
}

@media (max-width: 540px) {
    .footer-data-box {
        grid-template-columns: 1fr;

        gap: 30px 0px;
    }

    .footer-detail-box-one {
        justify-content: center;
        align-items: center;
    }

    .footer-detail-box-one p {
        padding-right: 0px;
        text-align: center;
    }

    .footer-detail-box-heading {
        padding-bottom: 0px;
    }

    .footer-contact-list {
        padding-top: 15px !important;
    }

    .footer-detail-box-content-list {
        padding-top: 15px !important;
    }

    .panel {
        display: none;
        overflow: hidden;
        transition: 0.5s ease-out;
        text-align: left;
    }

    .footer-detail-box-heading.accordion:after {
        content: "\002B";
        color: #fff;
        font-family: "revicons";
        font-size: 26px;
        position: absolute;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0px;
        top: 0px;
        right: 0px;
    }

    .footer-detail-box-heading.active:after {
        content: "\2212" !important;
        color: #fff;
        font-family: "revicons";
        font-size: 21px;
        position: absolute;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0px;
        top: 0px;
        right: 0px;
    }
}

@media (min-width: 540px) {
    .modcontent.panel {
        display: block !important;
    }
}

.static_banner {
    margin-bottom: 80px;
    padding: 170px 15px;
    background-image: url("/images/Group 1686555008.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.static_content h2 {
    font-family: Inter;
    font-weight: 800;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    color: #fff;
    padding-bottom: 29px;
}
.static_content p {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}
@media (max-width: 1024px) {
    .static_banner {
        margin-bottom: 40px;
        padding: 80px 15px;
    }
    .static_content h2 {
        font-size: 36px;
    }
    .static_content p {
        font-size: 18px;
        line-height: 30px;
    }
}
@media (max-width: 768px) {
    .static_content h2 {
        font-size: 28px;
        padding-bottom: 20px;
    }
    .static_content p {
        font-size: 15px;
        line-height: 28px;
    }
    .static_banner {
        padding: 45px 15px;
    }
}
.custom_sec_1 {
    margin-bottom: 100px;
    padding: 0px 15px;
}

.custom_sec_1_data h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 35px;
    color: rgba(18, 18, 18, 1);
}

.custom_sec_1_data ul {
    gap: 43px;
}

.custom_sec_1_data ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    padding-bottom: 12px;
    grid-template-columns: 3fr 4fr 1fr;
    gap: 15px 10px;
}

.custom_sec_1_data ul li span {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0%;
    color: rgba(18, 18, 18, 1) !important;
}

.custom_sec_1_data ul li p {
    font-family: Inter;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0%;
    color: rgba(18, 18, 18, 1) !important;
}

.custom_sec_1_data ul li a {
    border: 1px solid rgba(209, 69, 78, 1);
    width: 165px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(209, 69, 78, 1) !important;
    border-radius: 12px;
}

@media (max-width: 1024px) {
    .custom_sec_1 {
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .custom_sec_1_data h3 {
        font-size: 24px;
    }
    .custom_sec_1_data ul li span {
        font-size: 16px;
        line-height: 23px;
    }
    .custom_sec_1_data ul li p {
        font-size: 16px;
        line-height: 23px;
    }
    .custom_sec_1_data ul li a {
        width: 130px;
        height: 44px;
    }
    .custom_sec_1_data ul li {
        grid-template-columns: 1fr;
    }
}
/* inner pages css */

.contact_section {
    padding: 0px 15px;
    margin-bottom: 70px;
}

.contact_header {
    padding-bottom: 54px;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

.contact_header small {
    font-size: 18.48px;
    font-weight: 500;
    line-height: 27.71px;
    background: var(--theme-bg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 6px;
}

.contact_header h2 {
    font-size: 54px;
    font-weight: 700;
    line-height: 66px;
    color: #0a0a0b;
    padding-bottom: 5px;
}

.contact_header p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #0a0a0b;
}

/* form style */
.contact_box {
    grid-template-columns: 1fr 2fr;
    gap: 30px 50px;
}

.princing_box {
    max-width: 770px;
    margin: 0 auto;
}

/* demo page description */
.contact_description {
    padding-bottom: 10px;
}

.contact_description strong {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #0a0a0b;
    padding-bottom: 20px;
}

.contact_description p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    padding-bottom: 10px;
}

.contact_description_listing {
    gap: 20px 0px;
}

.contact_description_listing li {
    padding-left: 40px;
}

.contact_description_listing li:before {
    position: absolute;
    content: "";
    border: 4px solid #e61a57;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 0px;
    top: 4px;
}

.contact_description_listing li::after {
    position: absolute;
    content: "";
    left: 7px;
    height: 100%;
    width: 1px;
    background: #000;
    top: 21px;
}

.contact_description_listing li:last-child:after {
    position: unset;
    background-color: transparent;
}

.contact_description_listing li strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 8px;
    color: #000;
}

.contact_description_listing li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

.contact_details {
    gap: 20px 0px;
}

.contact_details_list img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.contact_details_list {
    box-shadow: 0px 1px 18px 0px #00000014;
    background: #ffffff;
    border-radius: 10px;
    padding: 13px 85px 13px 20px;
}

.contact_details_list small {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    padding-bottom: 7px;
    color: #0a0a0b;
}

.contact_details_list span {
    font-size: 15px;
    font-weight: 500;
    line-height: 18.9px;
    color: #0a0a0b;
}

.contact_details_list .arrow_div {
    right: 20px;
}

.contact_details_list i {
    background: #f8f8f8;
    color: #0a0a0b;
    border-radius: 4px;
    padding: 14px 14px;
}

.contact_social {
    margin-top: 40px;
}

.contact_social strong {
    font-size: 20px;
    font-weight: 500;
    line-height: 25.2px;
    color: #000000;
    padding-bottom: 20px;
}

.contact_social_listing a {
    box-shadow: 0px 1px 18px 0px #00000014;
    background: #ffffff;
    width: 54px;
    height: 54px;
    color: #0a0a0b;
    font-size: 22px;
    margin-right: 14px;
    border-radius: 8px;
}

.contact_social_listing a:last-child {
    margin-right: 0px;
}

.contact_form {
    background-color: #fff;
    box-shadow: 0px 7px 24px 0px #00000014;
    padding: 30px 30px;
    border-radius: 12px;
}

.contact_fields_main {
    gap: 25px 25px;
}

.contact_fields_box {
    grid-template-columns: 1fr 1fr;
    gap: 25px 25px;
}

.contact_single_field {
    gap: 10px 0px;
}

.contact_single_field span {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
}

.contact_single_field input {
    padding: 18px 18px;
    resize: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    color: #767676;
    background: #f8f8f8;
    border-radius: 60px;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: unset;
    height: 56px;
}

.contact_single_field textarea {
    padding: 18px 18px;
    resize: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    color: #767676;
    background: #f8f8f8;
    border-radius: 10px;
    width: 100%;
    border: none;
    outline: none;
    border-bottom: unset;
    height: 135px;
}

.contact_single_field label.error {
    color: #cc0000;
    text-transform: capitalize;
    margin: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 11px;
}

.contact_btn {
    display: flex;
    width: 100%;
}

.contact_btn button {
    color: var(--theme-bg-text-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 23.94px;
    letter-spacing: -0.1599999964237213px;
    height: 56px;
    cursor: pointer;
    border: unset;

    background: var(--theme-bg);
    border-radius: 50px;
}

@media (max-width: 1024px) {
    .contact_section {
        margin-bottom: 40px;
    }

    .contact_box {
        gap: 30px 30px;
    }

    .contact_fields_main {
        gap: 20px 20px;
    }

    .contact_fields_box {
        gap: 20px 20px;
    }

    .contact_form {
        padding: 20px 20px;
    }
}

@media (max-width: 768px) {
    .contact_box {
        flex-direction: column-reverse;
        display: flex !important;
        gap: 0px;
    }

    .contact_details_parent {
        margin-top: 30px;
    }

    .contact_header {
        padding-bottom: 30px;
    }

    .contact_header h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .contact_header small {
        font-size: 15px;
        line-height: 14.71px;
        padding-bottom: 3px;
    }

    .contact_header p {
        font-size: 13px;
        line-height: 19px;
    }

    .contact_fields_box {
        grid-template-columns: 1fr;
    }
}

/* custom section style */
.custom_section_listing_parent {
    padding: 0px 15px;
    margin-bottom: 100px;
}

.custom_section_listing_main {
    gap: 60px;
}

.custom_section_listing {
    grid-template-columns: 1fr 1fr;
    gap: 30px 40px;
}

.custom_content strong {
    font-size: 32px;
    font-weight: 600;
    line-height: 38.85px;
    color: #0a0a0b;
    padding-bottom: 16px;
}

.custom_content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}

@media (max-width: 1024px) {
    .custom_section_listing_parent {
        margin-bottom: 40px;
    }
    .reverse_listing {
        display: flex !important;
        flex-direction: column-reverse !important;
        gap: 0px;
    }

    .custom_section_listing {
        grid-template-columns: 1fr;
    }

    .custom_content {
        text-align: center;
        align-items: center;
    }

    .reverse_listing .custom_content {
        padding-top: 30px;
    }

    .custom_section_listing_main {
        gap: 40px;
    }

    .custom_section_listing figure {
        max-width: 540px;
        margin: 0 auto;
    }

    .custom_content strong {
        font-size: 24px;
        line-height: 28px;
    }

    .custom_content p {
        font-size: 16px;
        line-height: 25px;
    }
}

.single_pro_detail_parent {
    margin-bottom: 100px;
    padding: 80px 15px 0px 15px;
}
.single_pro_box {
    grid-template-columns: 1fr 1fr;
    gap: 30px 30px;
}
.single_pro_box_content {
    gap: 32px;
}
.single_pro_header h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(97, 101, 105, 1);
    position: relative;
}
.single_pro_header h3::after {
    position: absolute;
    content: "";
    bottom: -17px;
    left: 0px;
    background: rgba(69, 90, 100, 1);
    width: 80px;
    height: 5px;
}
.single_pro_box figure img {
    border-radius: 5px;
}
.single_pro_header a {
    border: 1px solid rgba(209, 69, 78, 1);
    border-radius: 12px;
    width: 165px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(209, 69, 78, 1) !important;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}
.single_pro_heading h6 {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 16px;
    color: rgba(97, 101, 105, 1);
}
.single_pro_info_listing {
    gap: 12px;
}
.single_pro_info_listing li {
    list-style: none;

    border-bottom: 0.6px solid rgba(225, 228, 232, 1);
}
.single_pro_info_listing li span {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0%;

    color: rgba(146, 151, 157, 1);
}
.single_pro_info_listing li small {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: right;
    color: rgba(97, 101, 105, 1);
}
.single_pro_feature_listing li {
    list-style: none;
    padding: 12px 12px 12px 0px;
}
.single_pro_feature_listing li span {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0%;
    color: rgba(97, 101, 105, 1);
    display: flex;
    align-items: center;
}
.single_pro_feature_listing li span i {
    color: rgba(41, 101, 154, 1);
    padding-right: 4px;
}

@media (max-width: 1024px) {
    .single_pro_detail_parent {
        margin-bottom: 40px;
        padding: 40px 15px 0px 15px;
    }
    .single_pro_box {
        grid-template-columns: 1fr;
    }
    .single_pro_header a {
        width: 121px;
        height: 44px;
    }
}

.single_pro_tips {
    margin-bottom: 80px;
    padding: 0px 15px;
}

.single_pro_tips_data h4 {
    font-family: Inter;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(18, 18, 18, 1);
    padding-bottom: 42px;
}

.single_pro_tips_data ul li {
    list-style: none;
}

.single_pro_tips_data ul {
    gap: 32px;
}

.single_pro_tips_data ul li h5 {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;

    color: rgba(18, 18, 18, 1);
    padding-bottom: 24px;
}

.single_pro_tips_data ul li p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: rgba(18, 18, 18, 1);
}

@media (max-width: 1024px) {
    .single_pro_tips {
        margin-bottom: 40px;
    }

    .single_pro_tips_data h4 {
        font-size: 28px;

        padding-bottom: 25px;
    }

    .single_pro_tips_data ul li h5 {
        font-size: 20px;

        padding-bottom: 13px;
    }

    .single_pro_tips_data ul li p {
        font-size: 14px;
        line-height: 23px;
    }

    .single_pro_tips_data ul {
        gap: 20px;
    }
}

.custom_7_parent {
    padding: 0px 15px;
    margin-bottom: 100px;
}

.custom_7_data * {
    color: #000 !important;
}
@media (max-width: 1024px) {
    .custom_7_parent {
        margin-bottom: 40px;
    }
}

.custom_8_parent {
    padding: 65px 15px;
    margin-bottom: 100px;
    background: linear-gradient(276.1deg, #121212 40.46%, #ff5733 127.63%);
}
.custom_8_listing ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 30px;
}

.custom_8_listing_content {
    background: rgba(43, 43, 43, 1);
    border-radius: 16px;
    padding: 20px 20px;
    gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
}
.custom_8_listing_content h6 {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 30.81px;
    letter-spacing: 0px;
    text-transform: capitalize;
    color: #fff;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.custom_8_listing_content h6 i {
    color: rgba(0, 153, 13, 1);
    padding-right: 20px;
}
.custom_8_listing_content p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #fff;
}

@media (max-width: 1024px) {
    .custom_8_parent {
        margin-bottom: 40px;
        padding: 40px 15px;
    }
    .custom_8_listing_content h6 {
        font-size: 16px;
        line-height: 26.81px;
    }
    .custom_8_listing_content h6 i {
        padding-right: 6px;
    }
    .custom_8_listing_content p {
        font-size: 14px;
    }
    .custom_8_listing ul {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 540px) {
    .custom_8_listing ul {
        grid-template-columns: 1fr;
    }
}


.custom_9_listing ul {
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
}

.custom_9_listing ul li {
  background: rgba(251, 251, 251, 1);
  border-radius: 25px;
  padding: 30px 30px;
  grid-template-columns: 1fr 1fr;
  gap: 20px 30px;
  align-items: center;
}

.custom_9_listing ul li figcaption h6 {
  font-family: Inter;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(18, 18, 18, 1);
  padding-bottom: 16px;
}

.custom_9_listing ul li figcaption p {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  color: rgba(18, 18, 18, 0.7);
}
@media(max-width:1024px){
  .custom_9_listing ul li figcaption h6 {

font-size: 24px;
}
.custom_9_listing ul li figcaption p {

font-size: 14px;
line-height: 21px;

}
.custom_9_listing ul li {
grid-template-columns: 1fr 2fr;

}
}
@media(max-width:768px){
  .custom_9_listing ul {
grid-template-columns: 1fr 1fr;
gap: 20px 15px;
}
.custom_9_listing ul li {

border-radius: 8px;
padding: 10px 10px;
grid-template-columns: 1fr;

}
.custom_9_listing ul li figcaption h6 {
font-size: 18px;
}
}