body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1600px !important;
    }
}

:root {
    --font-default: "League Spartan", sans-serif;
    --font-primary: "League Spartan", sans-serif;
    --font-secondary: "League Spartan", sans-serif;
    --font-tertiary: "League Spartan", sans-serif;
}
.label_text_category {
    color: #848484;
    font-family: var(--font-default);
    font-size: 22px;
    line-height: 24px;
    cursor: pointer;
}
/* header csss  */
#space-header .c-btn {
    border: transparent;
    background-color: #b5a78f;
    color: #fff;
    font-family: "League Spartan", sans-serif;
    border-radius: 50px;
    width: 180px;
    padding: 20px;
    /* Adjust the padding as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 22px;
}

#space-header .c-btn:hover {
    background-color: #1a1a1a;
    transition: opacity 0.2s ease-in-out;
}

#space-header .nav-link {
    font-family: "League Spartan", sans-serif;
    font-size: 18px;
    line-height: 21px;
    text-align: left;
    letter-spacing: 0.54px;
    color: #252525;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 500;
}

#space-header .nav-link:hover {
    color: #b5a78f;
}

#space-header .chang-img img {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#space-header .chang-img {
    position: relative;
}

#space-header .bag-icon {
    transition: opacity 0.2s ease-in-out;
}

#space-header .shop-bag-icon:hover .bag-icon {
    opacity: 0;
}

#space-header .shop-bag-icon .hover-bag {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/menu-icon.png);
    width: 44.8px;
    height: 44.8px;
}

#space-header .head-container {
    max-width: 1625px;
}

.quote_for_silder {
    font-size: 90px;
    font-family: var(--font-primary);
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    line-height: 101px;
}

.div_button_home_page {
    display: inline-block;
    color: #ffff;
    text-decoration: none;
    margin: 20px 0px 10px 0px;
    border: 1px solid #ffffff;
    background-color: transparent;
    border-radius: 50px;
    cursor: pointer;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    width: 220px;
    font-family: var(--font-default);
}

p {
    margin-bottom: 0 !important;
}

.last-sub-row {
    padding: 50px 0px;
}

.carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
    border-radius: 10px !important;
}

.fixed-top {
    top: 20px !important;
    /* 1.25rem converted to px */
}

.li_section {
    margin: 0 1vw 0 1vw;
}

.icon_plus_button_home {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 20vw;
}

.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
    width: 31px !important;
    height: 20px !important;
}

.carousel .carousel-control-prev-icon {
    background-image: url(../img/arrow_left_white.png);
}

.carousel .carousel-control-prev-icon:hover {
    background-image: url(../img/arrow-hov-prev.png);
}

.carousel .carousel-control-next-icon {
    background-image: url(../img/arrow_right_white.png);
}

.carousel .carousel-control-next-icon:hover {
    background-image: url(../img/arrow-hov-next.png);
}

/* killer  */

.div_button {
    display: inline-block;
    border: 1px solid #ccc;
    background: #b5a78f;
    border-radius: 28px;
    /* 1.75rem converted to px */
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 20%);
    cursor: pointer;
    width: 180px;
    /* 11.25rem converted to px */
    height: 60px;
    /* 3.75rem converted to px */
    display: flex;
    justify-content: center;
    align-items: center;
}

.image_silder_opn_para {
    width: 100% !important;
}

.text_container {
    margin-top: 70px;
}

.div_button:hover {
    background-color: #1a1a1a;
    color: white;
    text-decoration: none;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
}

.image_silder {
    display: block;
}

.overlay_text {
    position: absolute;
}

.text_div p {
    color: #848484;
    font-family: var(--font-default);
    font-size: 22px;
    line-height: 24px;
    max-width: 610px;
}

.bold_text {
    font-family: var(--font-secondary);
    font-size: 70px;
    line-height: 78px;
    color: #252525;
}

/* css for increment  counter  */

/* Default styles */

.counter-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.Increment_Counter_Section {
    padding-top: 150px;
    padding-bottom: 200px;
}

.counter {
    color: #b5a78f;
    font-family: var(--font-secondary);
    font-size: 70px;
    text-align: center;
    width: 100px;
    line-height: 78px;
    font-weight: 600;
}

.counter span {
    font-family: var(--font-default);
    font-size: 84.8px;
    /* 5.3rem converted to px */
    color: #1a1a1a;
    padding-right: 5vw;
}

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

.vertical-line_footer_Sec {
    height: 57px;
    float: left;
    border: 1px solid #b5a78f;
    width: 0px;
}

.vertical-line {
    width: 1px;
    height: 134px;
    /* 8.12rem converted to px */
    float: left;
    border: 3px solid #b5a78f;
    border-radius: 2px;
}

.counter_span_text {
    font-size: 25px;
    line-height: 28px;
    font-family: var(--font-default);
}

/* Media queries for responsiveness */

.shopping_bag_icon {
    height: 25.6px;
    width: 20px;
    /* 1.25rem converted to px */
}

/* css for out project previous div and text  */

.out_project_text_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.out_project_text_divh1 {
    font-size: 60px;
    line-height: 67px;
    font-family: var(--font-secondary);
    margin-bottom: 10px;
    font-weight: 600;
}

.out_project_text_divp {
    font-size: 22px;
    font-family: var(--font-default);
    color: #848484;
    line-height: 24px;
    max-width: 1080px;
}

/* view all projection section css  */

.text_viewall {
    margin-top: 44.8px;
    /* 2.8rem converted to px */
    height: 30px;
    background-color: #f4f4f4;
    display: flex;
    margin-bottom: 44.8px;
    /* 2.8rem converted to px */
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.custom-text h5 {
    color: #b5a78f;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 20px;
    font-family: var(--font-secondary);
    border-bottom: 3px solid;
    padding-bottom: 3px;
    line-height: 22px;
    font-weight: 600;
}

.custom-text h5:hover {
    color: #1a1a1a;
}

.project_images_div {
    height: fit-content;
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.image-container {
    position: relative;
    width: 25%;
    height: 300px;
    box-sizing: border-box;
}

.image-container a {
    position: relative;
    z-index: 999;
}

.image-container a:hover {
    filter: opacity(0.8);
}
.shop-view-btn1 {
    transition: 1s linear;
    overflow: hidden;
}

.shop-view-btn1:hover img.hov-img {
    transform: scale(1.1);
    transition: 0.5s linear;
}
.product-short-disc.mt-4.mb-4 {
    text-align: center;
}

.image-container img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 280px;
    transition: filter 0.3s ease;
}

.overlay-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*transform: translate(-50%, -50%);*/
    background-color: transparent;
    color: #000;
    width: 100%;
    display: flex;
    padding: 10px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.overlay-text bold {
    font-size: 33px;
    position: relative;
    opacity: 1;
    line-height: 37px;
    font-family: var(--font-secondary);
    z-index: 35;
    font-weight: 600;
    color: #252525;
    width: 100%;
    text-align: center;
    display: block;
}

.overlay_textpara {
    padding-left: 10px;
    font-size: 22px;
    font-family: var(--font-primary);
    font-weight: 300;
    line-height: 24px;
    color: #848484;
    width: 100%;
    text-align: center;
    display:block;
}

.image-container:hover img {
    filter: blur(3px);
}

.image-container:hover .overlay-text {
    visibility: visible;
    opacity: 1;
}

.image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.image-container:hover::after {
    opacity: 0.5;
}

.Contect_from_section {
    background-image: url("../img/home_contactbg.png");
    opacity: 1;
    background-size: cover;
    background-color: #b5a78f;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-new-form .form_control {
    background: #efefef 0% 0% no-repeat padding-box;
    border: 1px solid #cecece;
    text-align: left;
    letter-spacing: 0px;
    color: #848484;
    opacity: 1;
    font-size: 22px;
    line-height: 24px;
    font-family: "League Spartan";
    margin-bottom: 10px;
    padding: 30px;
}

.contact-new-form .submitbutton {
    background: #b5a78f;
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    display: block;
    margin: auto;
}

.contact-new-form .submitbutton:hover {
    background: #1a1a1a;
}

.contact-form {
    background-color: transparent;
    padding: 20px;
    border-radius: 10px;
    width: 80vw;
    max-width: 800vw;
}

.contact-form h2 {
    margin: 10vh 0px;
    /* 5vh converted to px */
    color: white;
    font-family: var(--font-secondary);
    font-size: 60px;
    /* 3.75rem converted to px */
    text-align: center;
}

.input-group {
    display: flex;
    justify-content: space-between;
    margin: 0px;
}

.input-group input,
.input-group textarea {
    width: 49%;
    height: 5rem;
    background-color: #c9bca5;
    padding: 10px;
    border: 1px solid white;
    border-radius: 5px;
}

.input-group textarea {
    width: 100%;
    resize: vertical;
}

.text_bg::placeholder {
    color: white;
    opacity: 1;
    font-size: 21.92px;
    /* 1.3rem converted to px */
    font-family: var(--font-default);
}

.from_submit_button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.from_submit_button_service_page {
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
    z-index: 999;
    margin-top: 300px;
    /* 18.75rem converted to px */
}

.text-slide {
    background: #b5a78f;
    color: #fff;
    padding: 30px;
}

.text-slide a.slide-achor-text {
    color: #fff;
    text-decoration: underline !important;
    font-weight: 800;
}
.submit_bt {
    margin: 8vh;
    /* 4vh converted to px */
    width: 220px;
    /* 13.75rem converted to px */
    height: 60px;
    /* 3.75rem converted to px */
    font-size: 20px;
    /* 1.25rem converted to px */
    font-family: var(--font-default);
    text-align: center;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #252525;
    border: none;
    border-radius: 32px;
    cursor: pointer;
}

.submit_bt:hover {
    background-color: #1a1a1a !important;
    color: white;
}

.text_bg {
    background-color: #c9bca5;
    font-family: var(--font-default);
    font-size: 21.92px;
    /* 1.37rem converted to px */
    margin: 5px 0px;
}

.footer_logo_img {
    width: 140px;
}

.footer-sectiondiv1 {
    padding: 30px 0 30px 0;
}

.footer-section {
    width: 592px;
    /* 74vw converted to px */
}

.footer-section ul li {
    list-style-type: none;
    padding: 0;
}

.footer-section ul li a {
    font-family: var(--font-secondary);
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.54px;
    color: #ffffff;
    font-weight: 600;
}

.contact-info p {
    margin: 5px 0;
    font-family: var(--font-default);
    font-size: 17.92px;
    /* 1.12rem converted to px */
    color: white;
}

.contact-info p i {
    color: #c9bca5;
    margin: 0px 10px 0px 5px;
}

.footer_ul_com {
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px 0px 49.92px 0px;
    /* 3.12rem converted to px */
}

.contact-info {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    margin: 20px 0px 20px 10px;
}

.last_footer_section {
    display: flex;
    background-color: #3e3e3e;
    height: 76px;
}

.last_footer_section div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.last_footer_sectionpara {
    color: #ffffff;
    padding-top: 10px !important;
    font-size: 15px;
    font-family: var(--font-default);
    line-height: 25px;
}

.footer_first_Section {
    height: 289.12px;
    background-color: #1a1a1a;
    display: flex;
    align-items: center;
}

.footer_icon_img {
    display: inline-block;
    position: relative;
    width: 30.32px;
    /* 1.87rem converted to px */
    height: 16px;
    /* 1rem converted to px */
}

.logo_icon_contect_footer_icon {
    width: 20px;
    /* 1.25rem converted to px */
    margin-right: 12px;
}

.contact-info a {
    margin-right: 5px !important;
    font-family: var(--font-default);
    font-size: 20px;
    color: #fff;
    position: relative;
    line-height: 22px;
}

.contact-info a:hover {
    color: white !important;
    text-decoration: none !important;
    cursor: pointer;
}

.last_footer_sectionpara a {
    font-size: 15px;
    line-height: 25px;
    opacity: 1;
    letter-spacing: 0px;
    color: #ffffff;
    font-family: var(--font-default);
}

.location-content img {
    position: absolute;
    left: -33px;
    bottom: 15px;
}

.home-page button.carousel-control-prev,
.home-page button.carousel-control-next {
    background: none !important;
}
.home-page-slider img.d-block.w-100 {
    height: 700px;
}
.home-page button.carousel-control-prev:hover,
.home-page button.carousel-control-next:hover {
    background: none !important;
}

.home-page-slider .carousel-caption.d-none.d-md-block {
    position: absolute;
    left: 0;
    bottom: 325px;
    right: 0;
}

.home-page-slider .carousel-item h5 {
    font-size: 90px;
    line-height: 101px;
    font-family: var(--font-primary);
    color: #ffffff;
    letter-spacing: 0px;
    opacity: 1;
    text-align: center;
}

.home-page-slider .carousel-item p {
    line-height: 30px;
    font-size: 27px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    text-align: center;
    font-family: var(--font-default);
    width: 100%;
}

.home-page-slider button.carousel-control-next,
.home-page-slider button.carousel-control-prev {
    opacity: 1 !important;
}

.home-page-slider .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 0px 9px;
}

.home-page-slider .carousel-indicators .active {
    opacity: 1;
    background-color: #b5a78f;
}

.submitbutton {
    border: transparent;
    background-color: #ffffff;
    color: #252525;
    font-family: "League Spartan", sans-serif;
    border-radius: 50px;
    width: 180px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 22px;
}

.submitbutton:hover {
    background-color: #1a1a1a;
    transition: opacity 0.2s ease-in-out;
    color: #ffff;
}

.contact-form .row {
    margin: 60px 0px;
    display: flex;
    align-items: center;
}

/* ____________________________________________________________ */

/* About us page1 CSS Start  */

.container_div_image {
    background-image: url("../img/Mask-Group-1.png");
    background-size: cover;
    background-position: center;
    width: 100%;
}

.container .centered {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    height: 60px;
    /* 3.75rem converted to px */
    padding: 288px 0;
    /* 18rem converted to px */
}

.r3 {
    font-size: 90px;
    font-family: var(--font-primary);
    color: #ffffff;
    line-height: 101px;
}

.r4 {
    font-size: 18px;
    font-family: var(--font-default);
    line-height: 21px;
    color: #ffffff;
    letter-spacing: 0.54px;
}

.our_story_color_text {
    color: #b5a78f;
    font-size: 18px;
    font-family: var(--font-default);
    line-height: 21px;
    letter-spacing: 0.54px;
}

.main_div_Second_Sec {
    margin: 120px 0;
    /* 7.5rem converted to px */
}

.row_image_plus_text_div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.second_Sec_h1text {
    font-family: var(--font-secondary);
    font-size: 70px;
    line-height: 78px;
    font-weight: 600;
    color: #252525;
    text-transform: capitalize;
    margin-top: 27px;
}

.second_sec_para {
    font-family: var(--font-default);
    color: #848484;
    font-size: 22px;
    line-height: 24px;
    width: 100%;
    max-width: 740px;
}

.text_Second_img {
    height: 700px;
    /* 43.75rem converted to px */
    width: 600px;
    /* 37.5rem converted to px */
}

.swiper-team {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.about-slider .serv-in-heading {
    text-align: left;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
    font-size: 60px;
    line-height: 67px;
    font-family: var(--font-default);
    font-weight: 600;
}

.about-slider .ser-ini-p {
    text-align: left;
    letter-spacing: 0px;
    color: #848484;
    opacity: 1;
    font-size: 22px;
    line-height: 24px;
    font-family: var(--font-default);
}

.client-info h3 {
    text-align: center;
    font-size: 30px;
    font-family: var(--font-primary);
    letter-spacing: 0px;
    color: #252525;
    line-height: 34px;
    opacity: 1;
}

.client-info p {
    letter-spacing: 0.54px;
    color: #b5a78f;
    opacity: 1;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    font-family: var(--font-default);
    text-transform: uppercase;
}

.client-info {
    padding: 28.8px 0px;
    /* 1.8rem converted to px */
}

.about-slider .swiper-button-about-prev,
.about-slider .swiper-button-about-next {
    display: flex;
    align-items: center;
    height: 68px;
    /* 4.3rem converted to px */
    width: 68px;
    /* 4.3rem converted to px */
    justify-content: center;
}

.about-slider .navigation-about {
    display: flex;
    gap: 36.8px;
    /* 2.3rem converted to px */
    width: 100%;
}

.about-slider .swiper-button-about-prev img:hover {
    content: url("../img/arrow_left_circle_blk.svg") !important;
}

.about-slider .swiper-button-about-next img:hover {
    content: url("../img/arrow_right_circle_blk.svg") !important;
}

.simple_text {
    text-align: center;
    margin-bottom: 80px;
}

.simple_text h3 {
    font-size: 60px;
    line-height: 67px;
    font-family: var(--font-secondary);
    font-weight: 600;
    color: #252525;
}

/* css for why choose us */

.box_of_components img {
    max-width: 100%;
    width: 130px;
    height: 87.44px;
    margin-bottom: 40px;
}

.box_of_components strong {
    display: block;
    margin-bottom: 10px;
}

#last_image0f_viewall {
    height: 15vh;
}

.box_of_components {
    background-color: #ffffff;
    height: 428.8px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 55px;
    align-items: center;
    flex-direction: column;
}

.quotes_of_img_main {
    font-family: var(--font-primary);
    font-size: 25px;
    line-height: 28px;
    color: #252525;
}

.quotes_of_img_para {
    font-family: var(--font-default);
    font-size: 22px;
    line-height: 24px;
    color: #848484;
}

.main_div_biz_image {
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.biz_safe_image_div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.biz_safe_image_div img {
    margin: 90px 60px;
}

#about_page_counter {
    display: flex;
    background-color: #b5a78f;
    justify-content: center;
    align-items: center;
    margin-bottom: 10vh;
}

.counter_container_aboutsection {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15vh 0 15vh 0;
    height: 25vh;
    flex-wrap: wrap;
}

#about_Sec_inc_div1,
#about_Sec_inc_div2 {
    margin: 10vh 0 10vh 0;
    border-right: 5px solid white;
    width: 45vw;
}

#about_Sec_inc_div3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10vh 0 10vh 0;
    width: 53vw;
}

.vertical-line_about_Sec {
    width: 0px;
    height: 134px;
    float: left;
    border: 3px solid #ffffff;
}

.counter_about_page {
    color: #ffffff;
    font-family: var(--font-secondary);
    font-size: 70px;
    text-align: center;
    width: 100px;
    line-height: 78px;
    font-weight: 600;
}

.counter_span_text_about_page {
    font-size: 25px;
    line-height: 28px;
    color: #ffffff;
    font-family: var(--font-default);
}

@media (min-width: 1400px) and (max-width: 1900px) {
    #about_Sec_inc_div1,
    #about_Sec_inc_div2 {
        width: 16vw;
    }
}

@media screen and (max-width: 480px) {
    #about_Sec_inc_div1,
    #about_Sec_inc_div2 {
        width: 70vw;
        border-right: none;
    }
}

.counter_about_sec {
    color: white !important;
    font-family: var(--font-default);
    font-size: 68.8px;
    /* 4.3rem converted to pixels */
}

.white_counter_text {
    color: white;
    font-family: var(--font-default);
    font-size: 84.8px;
    /* 5.3rem converted to pixels */
}

.incremen_div_about_section {
    display: flex;
    width: 368px;
    justify-content: center;
    align-items: center;
    border-right: 5px solid white;
    flex-direction: column;
}

/* images changes section css  */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* service page1 CSS    */

.First_Section {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
}

.First_Section2 {
    height: 24vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.first_text {
    font-family: var(--font-primary);
    font-size: 90px;
    color: #252525;
    line-height: 101px;
}

.first_textpara {
    font-family: var(--font-default);
    font-size: 18px;
    letter-spacing: 0.54px;
    line-height: 21px;
    text-align: center;
    color: #252525;
}

#simple_text_se {
    text-align: center;
    margin: 20px 0px 0px 0px;
    /* 1.25rem * 16px */
}

.GramdChild_div h1 {
    font-family: var(--font-secondary);
    font-size: 89.6px;
    /* 5.6rem * 16px */
    color: white;
}

/* image container css */

.parent_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5vw;
    margin-top: -85px;
}

.child_div {
    width: 480px;
    max-width: 480px;
    height: 312px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -80px;
}

.GramdChild_div {
    height: 200px;
    /* 12.5rem * 16px */
    width: 100%;
    max-width: 200px;
    /* 12.5rem * 16px */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b5a78f;
    margin-top: -112px;
    /* -7vh * 16px */
}

section.why-choose-sec {
    margin-top: 250px;
}

.child_div:hover .GramdChild_div {
    transform: translate(0%, -25%);
    transition: transform 0.3s;
}

.child_div .GramdChild_div {
    transition: transform 0.3s;
}

.from_submit_button_service_page {
    opacity: 0;
    transform: translate(0%, -240%);
    transition: transform 0.3s, opacity 0.3s;
}

.child_div:hover .from_submit_button_service_page {
    opacity: 1;
    transform: translate(0%, 25%);
}

.text_of_div {
    text-align: center;
}

.text_of_div h5 {
    font-family: var(--font-primary);
    font-size: 40px;
    /* 2.5rem * 16px */
    margin-top: 64px;
    /* 4vh * 16px */
}

.hover_button_service button {
    display: none;
}

.child_div:hover .hover_button_service button,
.GramdChild_div:hover .hover_button_service button {
    display: block;
}

.text_of_div {
    transition: none;
}

@media screen and (max-width: 1525px) {
    .child_div {
        margin-top: -80px;
        /* -5vh * 16px */
    }
}

@media screen and (max-width: 1059px) {
    .child_div {
        margin-top: -32px;
        /* -2vh * 16px */
    }
}

.r9 {
    transition: all 0.3s linear;
    background-color: #b5a78f !important;
    color: #fff;
}

.hover_div {
    background-color: red;
    width: 100px;
}

.containerr {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.hover-div {
    position: relative;
    width: 200px;
    height: 200px;
    background-color: lightblue;
    text-align: center;
}

.submit-container {
    position: absolute;
    bottom: -50px;
    /* Initially hidden below the hover-div */

    left: 50%;
    transform: translateX(-50%);
    transition: bottom 0.5s ease;
    /* Transition for smooth bottom change */
}

.hover-div:hover .submit-container {
    bottom: 10px;
    /* Show button container when hover-div is hovered */
}

.submit-btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: opacity 0.5s ease;
    /* Transition for smooth opacity change */

    opacity: 0;
    /* Initially hidden */
}

.submit-container:hover .submit-btn {
    opacity: 1;
    /* Show button on hover */
}

.Parent_component_of_box {
    margin: 0rem 0rem 10rem 0rem;
}

/* _____________________________________________________________________________________________________ */

/* Protfolio page1 css  */

/* hidden page1 css  */
.hidden_img {
    height: 800px;
    /* 50rem * 16px */
    width: 100%;
}

.hidden_img img {
    height: 800px;
    /* 50rem * 16px */
    width: 100%;
}

.hidden_img_about_text {
    margin-top: 89.6px;
    /* 5.6rem * 16px */
    margin-bottom: 100px;
    /* 6.25rem * 16px */
}

.r1_text {
    font-size: 17.6px;
    /* 1.1rem * 16px */
    line-height: 19.2px;
    /* 1.2rem * 16px */
    color: #848484;
    font-family: var(--font-default);
}

.rq_text {
    font-size: 24px;
    /* 1.5rem * 16px */
    color: #252525;
    font-family: var(--font-default);
    line-height: 28.8px;
    /* 1.8rem * 16px */
}

.r3_text {
    font-size: 20.8px;
    /* 1.3rem * 16px */
    color: #848484;
    font-family: var(--font-default);
    line-height: 22.4px;
    /* 1.4rem * 16px */
    width: 100%;
    max-width: 720px;
}

/* +++++++++++++++++++++++++++++ compoletee herer  */
.hidden_text_div_para {
    margin: 0 0px 68.8px 0px;
    /* 4.3rem * 16px */
}

.silde_page_main_section {
    overflow: hidden;
}

.silde_page_main_section .container {
    max-width: 1360px !important;
}

/* hidden image silder div  */
.myswiper {
    width: 100%;
    position: relative;
}

.myswiper .swiper-slide {
    width: auto !important;
    margin-right: 40px;
}

.portfolio-inner-slider {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}

.myswiper .swiper-button-next,
.myswiper .swiper-button-prev {
    position: absolute;
    width: 70px;
    height: 70px;
}

.myswiper .swiper-button-prev img:hover {
    content: url("../img/port-left-blk.svg") !important;
}

.myswiper .swiper-button-next img:hover {
    content: url("../img/port-right-blk.svg") !important;
}

.myswiper .swiper-button-next:after,
.myswiper .swiper-button-prev:after {
    content: "" !important;
}

/* ________________________________________________________________ */

/* Career page1 css  */
.child_div_carrer_page {
    height: auto;
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 20px 0px;
    flex-direction: column;
}

.container_div_image_carrer_page {
    background-image: url("../img/Mask-Group-14.png");
    background-size: cover;
    background-position: center;
    background-position: center;
    width: 100%;
}

.full_time_text {
    font-family: var(--font-default);
    font-size: 18px;
    color: #b5a78f;
    line-height: 21px;
}

.second_text_ca {
    font-family: var(--font-primary);
    font-size: 35px;
    line-height: 39px;
    color: #1a1a1a;
    padding: 30px 0px;
    
text-transform: capitalize;
}

.para_text_career {
    font-family: var(--font-default);
    font-size: 22px;
    color: #848484;
    text-align: center;
    line-height: 24px;
    padding-bottom: 40px;
}

.mutiple_divs_Sec {
    padding: 80px;
}

.div_button_career {
    color: white;
    border: 1px solid #ccc;
    background: #b5a78f;
    border-radius: 31px;
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 20%);
    cursor: pointer;
    padding: 15px 30px;
}

.Header_Section_button_link {
    text-decoration: none;
}

.contact_us_text_bt {
    font-size: 20px;
    font-family: var(--font-default);
    color: white;
}

.div_button_home_page:hover {
    background-color: #1a1a1a;
    color: white;
    border: none;
}

.div_button_home_page:hover .Header_Section_button_link {
    text-decoration: none;
}

.div_button_career:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

.button_text_career {
    color: #ffffff;
    font-size: 20px;
    font-family: var(--font-default);
    line-height: 22px;
}

.button_text_career a {
    color: #fff;
}

.child_div_carrer_page {
    height: 460px;
    padding: 0px 40px;
}

.main_text_career {
    margin-top: 84px;
}

.swiper-button-prev.swiper-button-disabled svg {
    background-image: url("../img/arrow-left-circle-gold.png") !important;
}

/* ________________________________________________________________ */

/* shop page1 css  */

.productdata .single-product-diaplay1 {
    padding-bottom: 50px;
}

.container_div_image_shop_page {
    background-image: url("../img/Mask-Group-12.jpg");
    background-size: cover;
    background-position: center;
    background-position: center;
    width: 100%;
}

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

.categories_div input {
    display: none;
    color: #848484;
    font-size: 21px;
    font-family: var(--font-default);
}

.categories_div li {
    margin: 3px;
    list-style-type: none;
}

.main_content_cate {
    color: #b5a78f;
    font-family: var(--font-default);
    font-size: 18px;
    text-transform: uppercase;
    line-height: 21px;
    letter-spacing: 0.54px;
    padding-bottom: 30px;
}

.Shop_product_section {
    margin: 10vh 0 10vh 0;
}

.first_ul_Section {
    margin-bottom: 5vh;
}

.label_text_category {
    color: #848484;
    font-family: var(--font-default);
    font-size: 22px;
    line-height: 24px;
}

.first_section_2cols {
    margin-bottom: 10vh;
}

.img_div_product:hover .button_inside_img {
    display: block;
}

.button_inside_img {
    display: none;
    position: absolute;
    top: 93%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #b5a78f;
    color: #1a1a1a;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

.button_inside_img:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
}

input[type="checkbox"]:checked + label.col {
    color: red;
}

/* shop page1 ?  */

.shop-page1 {
    margin-top: 16vh;
}

.shop-page1 .side-bar1 ul li {
    list-style: none;
    font-size: 20.8px;
    /* 1.3rem = 1.3 * 16px */
    margin-bottom: 10px;
    color: #848484;
    font-family: var(--font-default);
    font-weight: 300;
}

.shop-page1 .side-bar1 ul li strong.list-head1 {
    line-height: 100px;
    font-weight: 600;
    color: #b5a78f;
    letter-spacing: 0.54px;
    font-size: 17.6px;
    /* 1.1rem = 1.1 * 16px */
    font-family: var(--font-default);
}

.shop-page1 .single-product-diaplay1 img {
    width: 100%;
    background: #eaeaea;
}

.shop-page1 .single-product-diaplay1 h4 {
    text-align: center;
    font-size: 25px;
    line-height: 28px;
    color: #252525;
    font-family: var(--font-primary);
    padding-top: 15px;
}

.shop-page1 .single-product-diaplay1 p {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #848484;
    font-family: var(--font-default);
}

.single-product-diaplay1 button.btn-get-started1{
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background-color: #b5a78f;
    border: none;
}
.single-product-diaplay1:hover button.btn-get-started1 {
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 160px;
    left: 90px;
}
.service-inner-slider .swiper-works img.img-fluid {
    height: 525px;
    object-fit: cover;
}

button.btn-get-started1 {
    display: none !important;
}
.single-product-diaplay1{
    overflow:hidden;
}
.single-product-diaplay1 button.btn-get-started1:hover {
    background-color: #1a1a1a;
}

.button.btn-get-started1 {
    text-align: center;
    position: absolute;
    top: 60px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 40px;
    width: 150px;
    display: none !important;
}

.single-product-diaplay1:hover button.btn-get-started1{
    display: block !important;
}

.single-product-diaplay1 {
    position: relative;
}

.shop-section {
    height: 160px !important;
    /* 10vh = 10 * 16px */
    margin: 112px !important;
    /* 7vh = 7 * 16px */
}

.pagination_section {
    padding: 80px 0px;
    /* 5rem = 5 * 16px */
}

.pagination a.page-link {
    border: none;
    background: transparent !important;
    color: #848484;
    padding: 6px 14px;
    font-size: 20.8px;
    /* 1.3rem = 1.3 * 16px */
    font-family: var(--font-default);
}

.pagination_section .page-item.active a {
    color: #b5a78f;
}

.pagination_section .page-link:focus {
    background-color: transparent;
    box-shadow: none;
}

.pagination_section {
    position: relative;
}

.pagination_section .pagination {
    position: absolute;
    left: 24%;
    right: 0px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination_Secation {
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

input[type="checkbox"]:checked + label.col {
    color: #b5a78f;
}

/* ________________________________________________________________ */

/* Career-inner-page css */

.career-inner .content-row {
    margin-bottom: 99.2px;
    /* 6.2rem = 6.2 * 16px */
}

.career-inner {
    padding-top: 99.2px;
    /* 6.2rem = 6.2 * 16px */
    padding-bottom: 99.2px;
    /* 6.2rem = 6.2 * 16px */
}

.career-inner .designer {
    margin-top: 64px;
    /* 4rem = 4 * 16px */
}

.career-inner .designer h1 {
    font-size: 59.2px;
    /* 3.7rem = 3.7 * 16px */
    line-height: 65.6px;
    /* 4.1rem = 4.1 * 16px */
    padding-bottom: 40px;
    
    text-transform: capitalize;
    /* 2.5rem = 2.5 * 16px */
}

.career-inner .designer p {
    font-size: 20.8px;
    /* 1.3rem = 1.3 * 16px */
    line-height: 22.4px;
    /* 1.4rem = 1.4 * 16px */
    padding-bottom: 19.2px;
    /* 1.2rem = 1.2 * 16px */
}

.career-inner .responsibilities h4 {
    font-size: 24px;
    /* 1.5rem = 1.5 * 16px */
    line-height: 27.2px;
    /* 1.7rem = 1.7 * 16px */
    padding-bottom: 19.2px;
    /* 1.2rem = 1.2 * 16px */
}

.career-inner .responsibilities li {
    font-size: 35.2px;
    /* 2.2rem = 2.2 * 16px */
    line-height: 38.4px;
    /* 2.4rem = 2.4 * 16px */
    padding-bottom: 32px;
    /* 2rem = 2 * 16px */
}

.career-inner .requirements h4 {
    font-size: 24px;
    /* 1.5rem = 1.5 * 16px */
    line-height: 22.4px;
    /* 1.4rem = 1.4 * 16px */
    padding-bottom: 19.2px;
    /* 1.2rem = 1.2 * 16px */
}

.career-inner .requirements li {
    font-size: 20.8px;
    /* 1.3rem = 1.3 * 16px */
    line-height: 22.4px;
    /* 1.4rem = 1.4 * 16px */
    padding-bottom: 20px;
    /* 1.25rem = 1.25 * 16px */
}

.career-inner .requirements p {
    color: #252525;
    font-size: 28.8px;
    /* 1.8rem = 1.8 * 16px */
    line-height: 32px;
    /* 2rem = 2 * 16px */
    font-family: League Spartan;
    font-weight: 600;
    letter-spacing: 0px;
    opacity: 1;
}

.career-inner .posted-date p {
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    font-family: League Spartan;
    letter-spacing: 0px;
    padding-bottom: 20px;
    /* 1.25rem = 1.25 * 16px */
    color: #b5a78f;
    opacity: 1;
}

.location span,
.employment-type span,
.experience-level span {
    text-align: left;
    font-size: 16px;
    /* 1rem = 16px */
    line-height: 28.8px;
    /* 1.8rem = 1.8 * 16px */
    font-family: League Spartan;
    letter-spacing: 1.6px;
    color: #848484;
    text-transform: uppercase;
    opacity: 1;
}

.career-inner .location h5 {
    text-align: left;
    font-size: 20.8px;
    /* 1.3rem = 1.3 * 16px */
    line-height: 32px;
    /* 2rem = 2 * 16px */
    font-family: League Spartan;
    font-weight: 600;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
    
text-transform: capitalize;
}

.career-inner .employment-type h5 {
    text-align: left;
    font-size: 20.8px;
    /* 1.3rem = 1.3 * 16px */
    font-family: League Spartan;
    line-height: 32px;
    /* 2rem = 2 * 16px */
    font-weight: 600;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
    
text-transform: capitalize;
}

.career-inner .experience-level h5 {
    text-align: left;
    font-size: 20.8px;
    /* 1.3rem = 1.3 * 16px */
    font-family: League Spartan;
    line-height: 32px;
    /* 2rem = 2 * 16px */
    font-weight: 600;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
}

.career-inner .apply-now-btn a {
    color: #fff;
    font-family: League Spartan;
    width: 219.2px;
    /* 13.7rem = 13.7 * 16px */
    height: 59.2px;
    /* 3.7rem = 3.7 * 16px */
    font-weight: 500;
    font-size: 19.2px;
    /* 1.2rem = 1.2 * 16px */
    display: block;
    line-height: 28.8px;
    /* 1.8rem = 1.8 * 16px */
    padding: 19.2px;
    /* 1.2rem = 1.2 * 16px */
    text-decoration: none;
    transition: 0.5s;
    text-align: center;
    background: #b5a78f;
    border-radius: 50px;
}

.career-inner .career-inner-back a.btn-get-started {
    font-size: 19.2px;
    line-height: 27.2px;
    font-family: League Spartan;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #b5a78f !important;
    border-bottom: 4px solid;
    padding-bottom: 48px;
}

.career-inner .posted-date {
    margin-top: 113.6px;
}

.career-inner .career-inner-right {
    padding-right: 40px;
}

.career-inner li::marker {
    color: #b5a78f;
}

.career-inner .apply-now-btn {
    margin-top: 59.2px;
}

.location,
.employment-type {
    padding-bottom: 40px;
}

.career-inner .career-inner-back i.bi-chevron-double-right {
    color: #e22626;
    font-size: 240px;
}

.career-inner .apply-now-btn a:hover,
.career-inner .ready-btn a:hover {
    background: #1a1a1a 0% 0% no-repeat padding-box;
    color: #fff;
    opacity: 1;
}

.career-inner .ready-btn a {
    color: #fff;
    font-family: League Spartan;
    width: 216px;
    height: 59.2px;
    font-weight: 500;
    font-size: 19.2px;
    line-height: 20.8px;
    padding: 19.2px;
    display: block;
    margin: auto;
    text-decoration: none;
    transition: 0.5s;
    text-align: center;
    background: #b5a78f;
    border-radius: 50px;
}

/* Career-inner-page  css end */

/* ________________________________________________________________ */

/* service-inner-page  css  */

.service-inner-carousel .carousel-item h5 {
    font-size: 5.6rem;
    line-height: 6.2rem;
    font-family: var(--font-primary);
    color: #ffffff;
    letter-spacing: 0px;
    opacity: 1;
    text-align: center;
}

.service-inner-carousel .carousel-item p {
    font-size: 1.1rem;
    line-height: 1.2rem;
    font-family: var(--font-default);
    color: #ffffff;
    letter-spacing: 0.54px;
    opacity: 1;
    text-align: center;
}

.service-inner-carousel .carousel-item.active {
    position: relative !important;
}

.service-inner-carousel .carousel-caption {
    position: absolute;
    left: 0;
    bottom: 210px !important;
    right: 0;
}

.service-inner-slider .carousel-dark .carousel-control-next-icon,
.service-inner-slider .carousel-dark .carousel-control-prev-icon {
    filter: none !important;
    width: 3rem;
    height: 2rem;
}

.service-inner-carousel button.carousel-control-next {
    background-color: #b5a78f;
    display: flex;
    align-items: center;
    border-radius: 5rem;
    position: absolute;
    height: 4.3rem;
    width: 4.2rem;
    top: 210px;
    right: 3.1rem;
}

.service-inner-carousel button.carousel-control-prev {
    background-color: #b5a78f;
    display: flex;
    align-items: center;
    border-radius: 5rem;
    position: absolute;
    height: 4.3rem;
    width: 4.2rem;
    top: 210px;
    right: 3.1rem;
}

.service-inner-carousel button.carousel-control-next:hover,
.service-inner-carousel button.carousel-control-prev:hover {
    background-color: #1a1a1a;
}

.service-inner-carousel button.carousel-control-next,
.service-inner-carousel button.carousel-control-prev {
    opacity: 1 !important;
}

.service-inner-page .service-in-p {
    font-size: 1.3rem;
    color: #848484;
    line-height: 1.7rem;
    font-family: var(--font-default);
    text-align: center;
    opacity: 1;
    letter-spacing: 0;
    max-width: 1235px;
    width: 100%;
    margin: 0 auto;
}

.service-inner-page .service-paragraph {
    padding: 6.2rem 0rem;
}

.service-inner-page .service-in-h {
    font-size: 3.7rem;
    line-height: 4.1rem;
    text-align: center;
    opacity: 1;
    letter-spacing: 0;
    color: #252525;
    font-family: var(--font-secondary);
}

.service-inner-page .service-heading {
    padding-bottom: 3.1rem;
}

.service-inner-page .show-h {
    text-align: center;
    letter-spacing: 0px;
    color: #252525;
    text-transform: capitalize;
    opacity: 1;
    font-size: 2.5rem;
    line-height: 2.8rem;
    font-family: var(--font-primary);
    background: #ffffff;
    padding: 3rem;
}

.service-inner-page .hide-show-row {
    padding: 3.2rem 0px;
}

.service-inner-page .hide-show-div {
    overflow: hidden;
    background: transparent;
    padding: 20px;
    height: 25.6rem;
}

.service-inner-page .hide-show-div .hide-p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.service-inner-page .hide-show-div:hover .hide-p {
    max-height: 480px;
    /* Adjust the height based on your content */
    transition: max-height 0.5s ease-in;
    margin: 0 auto;
}

.service-inner-page .hide-show-div:hover .show-h {
    color: #b5a78f;
    /* Change the color on hover if needed */
}

.service-inner-page .hide-show-div:hover {
    background: #ffff;
}

.service-inner-page .hide-show-col p {
    text-align: center;
    letter-spacing: 0px;
    color: #848484;
    opacity: 1;
    font-size: 1.3rem;
    line-height: 1.6rem;
    font-family: var(--font-default);
    width: 100%;
    max-width: 365px;
    height: 16.2rem;
    margin: 0 auto !important;
}

.service-inner-page .budget-p {
    max-width: 370px !important;
}

.service-inner-page .service-inner-slider {
    background: #fff;
    opacity: 1;
    padding: 6.2 0rem;
}

.service-inner-page .serv-in-heading {
    text-align: left;
    letter-spacing: 0px;
    color: #252525;
    opacity: 1;
    font-size: 3.7rem;
    line-height: 5rem;
    background: #ffffff;
    font-family: var(--font-default);
    font-weight: 600;
}

.service-inner-page .ser-ini-p {
    text-align: left;
    letter-spacing: 0px;
    color: #848484;
    opacity: 1;
    font-size: 1.3rem;
    line-height: 1.8rem;
    background: #ffffff;
    font-family: var(--font-default);
}

.navigation-works {
    display: flex;
    gap: 38px;
    width: 100%;
    /*    transform:translate(0px,45px);
  */
}

.navigation-works img.img-fluid {
    width: 20px;
}

.works-slide-content {
    max-width: 454px;
    gap: 3.2rem;
    display: grid;
}

.swiper-works {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-button-testmonials-prev,
.swiper-button-testmonials-next {
    background-color: #b5a78f;
    display: flex;
    align-items: center;
    border-radius: 50px;
    height: 4.3rem;
    width: 4.3rem;
    justify-content: center;
    cursor: pointer;
}

.swiper-button-testmonials-prev:hover,
.swiper-button-testmonials-next:hover {
    background-color: #252525;
}

/* service-inner-page  css end */

/* contect us page css  */

.container_div_image_contect_page {
    background-image: url("../img/Mask-Group-15.png");
    background-size: cover;
    background-position: center;
    background-position: center;
    width: 100%;
}

.Contect_from_section_contect_page {
    background-image: url("../img/contact_bg.png");
    opacity: 1;
    background-size: cover;
    background-color: #f4f4f4;
}

.specal_Div_margin {
    padding: 5.3rem 0rem;
}

.first_Section_contect_p1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.icon_pls_details {
    margin: 1.2rem 0;
    display: flex;
    gap: 5px;
}

.icon_of_details {
    display: flex;
    margin-right: 25px;
    justify-content: center;
    align-items: center;
}

.child_text_conttt span {
    display: inline-block;
}

.detalies_of_this_icons {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}

.first_subtitile text {
    letter-spacing: 0.54px;
    font-size: 18px;
    font-family: var(--font-primary);
    color: #b5a78f;
    line-height: 21px;
}

.quotes_of_para h3 {
    color: #252525;
    font-size: 70px;
    font-family: var(--font-secondary);
    font-weight: 600;
    line-height: 78px;
}

.child_title {
    max-width: 570px;
    margin: 28px 0;
}

.child_title p {
    font-size: 22px;
    font-family: var(--font-default);
    color: #848484;
    opacity: 1;
    line-height: 24px;
}

.detalies_of_this_icons text {
    line-height: 22px;
    font-size: 20px;
    letter-spacing: 2px;
    font-family: var(--font-default);
    color: #848484;
}

.child_text_conttt {
    font-size: 25px;
    line-height: 28px;
    font-family: var(--font-primary);
    color: #252525;
    opacity: 1;
}

.input-group1 {
    display: flex;
    margin: 15px 0px !important;
    justify-content: space-between;
}

.input-group1 input,
.input-group1 textarea {
    width: 100%;
    height: 5rem;
    background-color: #efefef;
    padding: 10px;
    border: 1px solid #cecece;
    border-radius: 5px;
}

.input-group1 textarea {
    width: 100%;
    resize: vertical;
}

.text_bg1::placeholder {
    color: #848484;
    opacity: 1;
    font-size: 1.3rem;
    font-family: var(--font-default);
}

.from_submit_button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit_bt1 {
    margin: 4vh;
    width: 13.7rem;
    height: 3.7rem;
    font-size: 1.2rem;
    font-family: var(--font-default);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border: none;
    border-radius: 32px;
    cursor: pointer;
    background-color: #b5a78f;
}

.from_submit_button a {
    text-decoration: none;
}

.submit_bt1:hover {
    background-color: #1a1a1a;
    color: white;
}

.text_bg1 {
    background-color: #c9bca5;
    font-family: var(--font-default);
    font-size: 1.3rem;
    margin: 5px 0px 5px 0px;
}

.map_containers {
    width: 100% !important;
    height: 600px !important;
}

.logo_icon_contect {
    width: 25px;
}

.horiziontal_line {
    margin-bottom: 35px;
}

.first_input_box {
    gap: 15px;
}

.second_Section_contect_p1 a {
    color: #252525;
}

/* Contact-page  css end */

/* shop inner page css  start  */

.shop-inner #aad-cart {
    background-color: #fff;
    font-family: "Raleway", sans-serif;
    width: 240px;
    height: 68px;
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding: 20px;
    transition: 0.5s;
    color: #e22626;
    text-decoration: none;
    border: 1px solid #e22626;
    text-align: center;
    border-radius: 0px;
}

.shop-inner .product #aad-cart img {
    margin-left: 20px;
}

.shop-inner #aad-cart:hover {
    background: #e22626 0% 0% no-repeat padding-box;
    border: 1px solid #e22626;
    color: #fff;
    opacity: 1;
}

.shop-inner #aad-cart span {
    display: flex;
    justify-content: end;
    position: relative;
}

.product-price.mt-4 {
    margin-top: 0px !important;
}

.Shop-inner-QTA-buttons {
    width: 300px;
    height: 55px;
    background: #efefef 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 0px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-around;
}

.Shop-inner-QTA-buttons button,
input {
    border: none;
}

#Shop-inner-QTY-counter {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.add-to-cart.mt-5 {
    margin-top: 30px !important;
}

.Shop-inner-QTY-text {
    padding-right: 36px;
}

.shop-inner .slick-slide {
    display: none;
    float: left;
    height: auto;
    min-height: 1px;
}

.side-pics div#prev {
    padding-bottom: 10px;
}

.side-pics {
    text-align: center;
}

.side-pics div#prev {
    padding-bottom: 10px;
    margin-top: -30px;
}

.side-pics div#next {
    padding-top: 10px;
}

.shop-inner .main-img img,
.imgs img {
    width: 100%;
}

.shop-inner .imgs img {
    width: 105px;
    height: 105px;
    object-fit: contain;
    margin-bottom: 10px;
}

.shop-inner #product-detail .content {
    display: flex;
    padding-bottom: 0px !important;
}

.shop-inner .imgs {
    display: table-caption;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 3px;
    width: 120px;
    overflow-y: scroll;
    height: 480px;
    padding: 20px 0px;
    overflow-x: hidden;
}

.Shop-inner-QTY-text {
    padding-right: 36px;
}

/* fade-in animation */
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.shop-inner .fade-in {
    opacity: 0;
    animation: fadeIn 0.5s ease-in forwards;
}

.shop-inner .main-img {
    width: 70%;
}

.shop-inner .main-img img {
    width: 650px !important;
    margin-left: 10px !important;
    height: auto !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    min-height: 400px !important;

    padding: 0px 0px 0px 0px !important;
}

.shop-inner .single_add_to_cart_button.button {
    background-color: #22c4ff;
    color: #fff;
    border: navajowhite;
    font-size: 19px;
    border-radius: 9px;
    width: 273px;
    height: 60px;
}

.shop-inner .price {
    font-size: 30px;
    line-height: 35px;
    color: #252525;
    font-family: "Poppins";
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
.main_parent_div:hover .from_submit_button_service_page.hover_button_service {
    opacity: 1;
    transform: translate(0%, -141%);
    transition: transform 0.3s, opacity 0.3s;
    z-index: 0 !important;
}
.main_parent_div {
    z-index: 999;
    position: relative;
}
.child_div {
    z-index: 999;
    position: relative;
}
.from_submit_button_service_page {
    left: 0;
    right: 0;
}
.row.row_div_imag_icon_si {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 0px !important;
}
.parents_com_si_img {
    width: 25% !important;
}

.shop-inner .product-wrapper {
    margin-left: 32px;
}

.shop-inner .carousel {
    width: 90%;
    margin: 0px auto;
}

.shop-inner .slick-slide {
    margin: 10px;
}

.shop-inner .slick-slide img {
    width: 258px;
    height: 280px;
    margin: unset;
    object-fit: cover;
    border-radius: 10px;
}

.shop-inner .wrapper .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

.shop-inner .slick-prev.slick-arrow:after {
    content: "â®" !important;
    color: #a8a5a5;
    font-size: 26px;
}

.shop-inner .slick-prev.slick-arrow {
    background-color: transparent;
    border: none;
    color: transparent;
    width: 20px;
    position: absolute;
    right: 265px;
    top: -59px;
}

.shop-inner .slick-next.slick-arrow {
    background-color: transparent;
    border: none;
    color: transparent;
    width: 20px;
    position: absolute;
    right: 188px;
    top: -59px;
}

.shop-inner .slick-next.slick-arrow:after {
    content: "â¯" !important;
    color: #a8a5a5;
    font-size: 26px;
}

.shop-inner .p-category h5 {
    font-size: 18px;
    line-height: 28px;
}

.shop-inner #crt-modal-open {
    top: 40%;
}

.shop-inner #crt-modal-open h5 {
    text-align: left;
    font: normal normal 500 19px/30px poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.shop-inner #crt-modal-open h4 {
    text-align: left;
    font: normal normal 500 18px/30px poppins;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.shop-inner #crt-modal-open h2 {
    text-align: center;
    font: normal normal bold 25px/30px prata;
    letter-spacing: 0px;
    color: #343434;
    opacity: 1;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.shop-inner #crt-modal-open button.btn-close {
    background-color: red;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
}

.shop-inner #crt-modal-open .modal-header {
    border: unset !important;
}

.shop-inner #crt-modal-open .modal-content {
    background-color: transparent !important;
    border-color: transparent;
}

.shop-inner #crt-modal-open .modal-body {
    background-color: #fff;
    border-radius: 10px;
}

.shop-inner #crt-modal-open button.btn-close {
    position: absolute;
    right: 0;
    top: 28px;
    z-index: 9;
}

.side-pics div#prev {
    padding-bottom: 10px;
}

.side-pics {
    text-align: center;
}

.side-pics div#prev {
    padding-bottom: 10px;
    margin-top: -30px;
}

.side-pics div#next {
    padding-top: 10px;
}

#product-detail {
    padding-top: 0rem;
    padding-bottom: 10rem;
}

.main-img img#current {
    background-color: #eaeaea;
}

.product .imgs img {
    background-color: #eaeaea;
}

.Gallery-arrow img {
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
}

.product-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Shop-inner-QTA-buttons .sub,
.add {
    color: #b5a78f;
    font-size: 30px;
    font-weight: 600;
    width: 16px;
    background-attachment: #efefef;
}

.product .discription {
    font-size: 22px;
    line-height: 24px;
    font-family: var(--font-default);
    text-align: center;
    letter-spacing: 0px;
    color: #848484;
    opacity: 1;
}

.related-product {
    background-color: #b5a78f;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 100px;
}

.related-product h1 {
    font-family: var(--font-secondary);
    text-align: center;
    font-size: 60px;
    line-height: 59px;
    font-weight: 800;

    letter-spacing: 0px;
    color: #ffffff;

    padding-bottom: 70px;
    opacity: 1;
}

.related-product-dic img {
    width: 100%;
    background-color: #f5f5f5;
    opacity: 1;
}

.related-product-dic p {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--font-primary);
    letter-spacing: 0px;
    color: white;
    opacity: 1;
    padding-top: 15px;
}

.related-product-dic span {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--font-default);
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
}

.related-product-dic {
    display: flex;
    flex-direction: column;
}

.related-product-dic {
    transition: 1s linear;
}

.related-product-dic :hover.rel-pro-img {
    transform: scale(1.1);
    transition: 1s ease-out;
}

.prod-inn-div {
    position: relative;
    display: inline-block;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.prata {
    font-size: 2.5rem;
    font-family: var(--font-primary);
    color: black;
}

.price strong {
    font-size: 2.1rem;
    font-family: var(--font-default);
    color: #848484;
    line-height: 2.7rem;
}

.add_to_card_btn {
    font-family: var(--font-default);
    font-size: 1.2rem;
    color: white;
}

.value_card_si {
    font-size: 28px;
    font-family: var(--font-default);
    color: #848484;
    background-color: #efefef;
    text-align: center;
    width: 160px;
}

.parents_com_si_img {
    width: 23% !important;
    flex: 0 0 auto;
    height: auto !important;
}

.row_div_imag_icon_si {
    gap: 10px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-short-disc {
    width: 100%;
    max-width: 65rem;
}

.submit_bt_inner_page {
    margin: 4vh;
    width: 50%;
    padding: 12px 0;
    max-height: 20%;
    background-color: #b5a78f !important;
    border: none;
    border-radius: 32px;
    cursor: pointer;
    position: absolute;
    top: 67%;
    left: 19%;
    text-align: center;
    display: none;
}

.parents_com_si_img:hover .submit_bt_inner_page {
    visibility: visible;
    display: block;
}

.submit_bt_inner_page span {
    font-size: 1.2rem;
    font-family: var(--font-default);
    text-align: center;
    color: white;
    padding-top: 5px;
}

.breadcrumbs {
    padding: 3.7rem 0rem;
}

.breadcrumbs h2 {
    font-size: 1.1rem;
    line-height: 1.4rem;
    color: #252525;
    opacity: 1;
    letter-spacing: 0.54px;
    text-align: left;
    font-family: var(--font-default);
}
.back-div {
    margin: 20px 0;
}

/* shop-inner-page  css end */

@media only screen and (min-width: 992px) and (max-width: 1600px) {
    .container {
        max-width: 1210px !important;
    }

    #space-header .head-container {
        max-width: 1210px !important;
    }

    #space-header .c-btn {
        padding: 15px !important;
    }

    .quote_for_silder {
        font-size: 60px !important;
        line-height: 78px !important;
    }

    .home-page-slider .carousel-item p {
        font-size: 18px !important;
    }

    .div_button_home_page {
        padding: 15px !important;
    }

    .text_div p {
        font-size: 17px;
        max-width: 470px;
        line-height: 20px;
    }

    .bold_text {
        font-size: 60px;
        line-height: 68px;
    }

    .Increment_Counter_Section {
        padding-top: 120px;
        padding-bottom: 130px;
    }

    .out_project_text_divp {
        font-size: 18px;
        line-height: 22px;
        max-width: 880px;
    }

    .out_project_text_divh1 {
        font-size: 50px;
        line-height: 47px;
    }

    .custom-text h5 {
        font-size: 18px;
        line-height: 20px;
    }

    .carousel .carousel-control-prev-icon,
    .carousel .carousel-control-next-icon {
        width: 21px !important;
        height: 15px !important;
    }

    .contact-info a {
        font-size: 15px;
    }

    .logo_icon_contect_footer_icon {
        width: 15px;
    }

    .location-content img {
        left: -25px;
    }

    .home-page-slider .carousel-caption.d-none.d-md-block {
        position: absolute;
        left: 0;
        bottom: 258px;
        right: 0;
    }

    .submitbutton {
        padding: 15px !important;
    }

    .second_sec_para {
        max-width: 630px;
    }

    /* shop-inner */
}

/* Resposive websites css  */

/* mobile view  */
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
    /*  header css*/

    .parent_div {
        display: block;
        margin: unset;
    }

    .child_div {
        margin-top: 200px;
        width: 100%;
    }

    .main_text_career {
        margin-top: 40px;
    }

    .second_text_ca {
        font-size: 28px;
        line-height: 32px;
    }

    .mutiple_divs_Sec {
        padding: unset;
    }

    .para_text_career {
        font-size: 14px;
        line-height: 18px;
    }

    .child_div_carrer_page {
        height: 360px;
    }

    .shop-page1 {
        margin-top: 45px;
    }

    .page_section_text {
        margin: 5px 3px !important;
    }

    /* Home page   */

    #navbarNav .navbar-nav {
        margin-top: 24px;
    }

    .mob-contact {
        margin: 10px 0px !important;
    }

    #space-header .chang-img img {
        display: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .div_button_career {
        padding: 10px 30px;
    }

    .button_text_career a {
        font-size: 15px;
        line-height: 28px;
    }

    .bold_text {
        font-size: 30px;
        line-height: 40px;
    }

    .text_container {
        margin-top: 40px;
    }

    .text_div {
        width: 100% !important;
        margin: 20px 0;
    }

    .text_div p {
        font-size: 12px;
        line-height: 18px;
    }

    #space-header .site-logo {
            width: 70px !important;
    height: auto !important;
    }

    #space-header .c-btn {
        padding: 7px 12px;
        font-size: 12px;
        width: 120px;
    }

    .navbar-dark .navbar-toggler-icon {
        width: 22px;
        height: 22px;
    }

    .home-page-slider .quote_for_silder {
        font-size: 20px;
        line-height: 25px;
    }

    .home-page-slider .carousel-item p {
        font-size: 12px;
        line-height: 13px;
    }

    .div_button_home_page {
        font-size: 9px !important;
        padding: 7px 12px !important;
        width: 120px !important;
        margin-bottom: 10px !important;
    }
   .service-inner-page .show-h {
    font-size: 18px;
    line-height: 25px;
    padding: 15px;
}

.service-inner-page .hide-show-col p {
    font-size: 12px;
    line-height: 18px;
}

.service-inner-page .hide-show-div {
    height: 200px;
}
.service-inner-page .serv-in-heading {
    font-size: 25px;
    line-height: 30px;
    padding-top: 15px;
}

.service-inner-page .ser-ini-p {
    font-size: 15px;
    line-height: 18px;
}

.swiper-button-testmonials-prev, .swiper-button-testmonials-next {
    height: 40px;
    width: 40px;
}
.service-inner-page .fixedservice .text-slide {
    left: unset !important;
    bottom: unset !important;
}
.service-inner-slider .swiper-works img.img-fluid {
    height: unset;
}
.tab-portfolio h2 {
    font-size: 12px;
    line-height: 18px;
}
.single-product-diaplay1 button.btn-get-started1 {
    padding: 10px 0px;
}

.single-product-diaplay1:hover button.btn-get-started1 {
    left: 0;
    right: 0;
        width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.shop-inner .main-img img {
    min-height: unset !important;
}
    .carousel-caption {
       top: 10%;
    }

    .first_text {
        font-size: 30px;
        line-height: 30px;
    }

    .First_Section {
        height: unset;
        margin: 30px 0px;
    }

    .text_of_div h5 {
        font-size: 28px !important;
    }

    .box_of_components {
        height: 300px;
        padding: 15px;
    }
    .box_of_components img {
        max-width: 100%;
        width: 80px;
        height: auto;
        margin-bottom: 40px;
    }

    .Parent_component_of_box {
        margin-bottom: 20px;
    }

    .Parent_component_of_box {
        margin-bottom: 20px;
    }

    .contact_form h2 {
        font-size: 40px !important;
    }

    .row.get-row {
        padding-bottom: 0px !important;
    }

    .contact_form {
        width: 100%;
    }

    .why-choose-sec {
        margin-top: 150px !important;
    }

    .home-page-slider .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
    }

    .carousel-indicators {
        margin-bottom: 0px !important;
    }

    .carousel .carousel-control-prev-icon,
    .carousel .carousel-control-next-icon {
        width: 21px !important;
        height: 10px !important;
    }

    .div_button_home_page {
        padding: 7px 12px;
        width: 120px;
        font-size: 9px;
    }

    .out_project_text_div {
        padding: 5px;
    }

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

    .out_project_text_divp {
        font-size: 14px;
        text-align: center;
        line-height: 18px;
        padding-bottom: 30px;
    }

    .Increment_Counter_Section {
        padding: 18px 0px;
    }

    .counter {
        font-size: 35px;
        line-height: 40px;
    }

    .counter_span_text {
        font-size: 14px;
        line-height: 18px;
    }

    .overlay-text bold {
        font-size: 28px;
    }

    .contact-form h2 {
        font-size: 40px;
        line-height: 28px;
        margin: 25px 0px;
    }

    #contactus_row_adjust {
        display: inline-block;
        width: 100%;
        padding-left: 0px;
    }

    .submitbutton {
        padding: 7px 12px;
        font-size: 12px;
        width: 120px;
        margin-top: 20px;
    }

    .custom-text h5 {
        font-size: 16px;
        line-height: 18px;
    }

    .footer_first_Section {
        height: unset;
    }

    .footer-section ul li a {
        font-size: 14px;
    }

    .contact-info a {
        font-size: 14px;
        line-height: 18px;
    }

    .last_footer_sectionpara {
        font-size: 14px;
        line-height: 18px;
    }

    /* About page css  */

    .about_page_text_Section {
        width: 100% !important;
        margin: 25px 0;
    }

    .upper_box_divs {
        margin: 20px 0;
    }

    .main_div_biz_image {
        margin: 20px auto;
    }

    .footer_ul_com {
        gap: 30px;
        margin: 15px 0px;
        padding: 0px;
        justify-content: flex-start;
    }

    /* career page css  */
    .out_project_text_div {
        padding: 0px;
        max-width: 100%;
    }

    .logo_icon_contect_footer_icon {
        width: 15px;
    }

    .last_footer_section div {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 0px;
        align-items: flex-start;
    }

    .image-container {
        position: relative;
        width: 100%;
        /*height: 22.5rem;*/
        /*margin: 0rem 0rem 1.2rem 0rem;*/
        box-sizing: border-box;
    }

    .project_images_div {
        padding: 15px 0px;
    }

    .text_Second_img {
        width: -webkit-fill-available !important;
        margin-top: 60px;
    }

    .simple_text {
        height: unset;
    }

    .First_Section2 {
        height: 15vh;
    }

    .service-inner-carousel .carousel-caption {
        bottom: 6.2rem;
    }

    .service-inner-carousel .carousel-item h5 {
    font-size: 25px;
    line-height: 30px;
    }

    .service-inner-carousel button.carousel-control-next,
    .service-inner-carousel button.carousel-control-prev {
        top: 150px;
    }
    .service-inner-carousel .carousel-item p {
    font-size: 12px;
    line-height: 15px;
}

    .service-inner-carousel button.carousel-control-prev {
        left: 3.1rem;
    }

    .service-inner-carousel button.carousel-control-next {
        right: 3.1rem;
    }

    .swiper-works {
        margin-top: 50px;
    }

    .container .centered {
        height: unset !important;
    }

    .pagination_section .pagination {
        left: 0px;
    }

    .increment_div {
        width: 45vw;
        margin-bottom: 20px;
        border-right: none;
    }

    .vertical-line {
        display: none;
    }

    .icon_plus_button_home {
        width: 28vw;
    }

    .vertical-line_footer_Sec {
        display: none;
    }

    #main_row_for_prodect_id {
        display: flex;
        align-items: center !important;
        flex-direction: column !important;
        justify-content: center !important;
    }

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

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 16px !important;
        height: 16px !important;
    }

    .contact-info {
        align-items: baseline;
        margin: 15px 0;
        flex-direction: column;
        gap: 15px;
    }

    .container .centered {
        padding: 20px 0px;
    }

    .r3 {
        font-size: 45px;
        line-height: 60px;
    }

    .main_div_Second_Sec {
        margin: 20px 0px;
    }

    .second_Sec_h1text {
        font-size: 35px;
        line-height: 35px;
    }

    .second_sec_para {
        font-size: 14px;
        line-height: 18px;
    }

    .text_Second_img {
        height: unset;
    }

    .simple_text h3 {
        font-size: 30px;
        line-height: 35px;
    }

    .simple_text {
        height: unset;
        margin-bottom: 0px;
    }

    .quotes_of_img_para {
        font-size: 14px;
        line-height: 18px;
    }

    .biz_safe_image_div img {
        margin: 20px 15px;
        width: 60px;
    }

    .counter_about_page {
        font-size: 35px;
        line-height: 38px;
    }

    .counter_span_text_about_page {
        font-size: 14px;
        line-height: 18px;
    }

    .vertical-line_about_Sec {
        height: 55px;
        border: 1px solid #ffffff;
    }

    .about-slider .serv-in-heading {
        font-size: 40px;
        line-height: 30px;
    }

    .about-slider .ser-ini-p {
        font-size: 14px;
        line-height: 18px;
    }

    .works-slide-content {
        gap: 20px;
    }

    .client-info h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .client-info p {
        font-size: 14px;
        line-height: 18px;
    }
}

.location-content img {
    position: unset;
}

.location-achor span {
    margin-left: 30px;
}

.contact-info p {
    margin: 5px 0 0px 11%;
    font-family: var(--font-default);
    font-size: 17.92px;
    color: white;
}

/*.parents_com_si_img {*/
/*  width: 80% !important;*/
/*}*/

.GramdChild_div {
    margin-top: -80px;
}

.from_submit_button_service_page {
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
    z-index: 999;
    margin-top: 250px;
}

.footer_logo_img {
    width: 100px;
}

.second_col_contect_page {
    margin-top: 15%;
}

/*  shop-inner-page media start*/

.shop-inner .inner-shop-banner .breadcrumbs h2 {
    font-size: 25px !important;
    line-height: 30px !important;
}

.shop-inner .inner-shop-banner .brdcrm-bnnr {
    height: auto;
    padding: 30px 0px;
}

.shop-inner .inner-shop-banner .breadcrumbs ol {
    font-size: 12px;
    line-height: 15px;
}

.shop-inner .inner-shop-banner .breadcrumbs h2 {
    font-size: 25px !important;
    line-height: 30px !important;
}

.shop-inner .inner-shop-banner .brdcrm-bnnr {
    height: auto !important;
    padding: 30px 0px !important;
}

.shop-inner .inner-shop-banner .breadcrumbs ol {
    font-size: 12px;
    line-height: 15px;
}

.shop-inner .price {
    font-size: 20px;
    line-height: 30px;
}

.shop-inner .main-img img {
    /* height: 280px !important; */
    width: 100% !important;
    object-fit: contain !important;
}

.product .main-img {
    display: block !important;
    align-items: center;
}

.shop-inner .imgs {
    height:auto !important;
}

.shop-inner #product-detail .content {
    padding-bottom: 50px !important;
}

.shop-inner .slick-slide img {
    width: 100% !important;
    height: 280px !important;
}

.shop-inner .slick-next.slick-arrow {
    right: 125px !important;
}

.shop-inner .slick-prev.slick-arrow {
    left: 130px;
}

.shop-inner #breadcrumbs {
    padding-left: 10px !important;
}

.shop-inner .product-wrapper {
    margin-left: 0px;
}

.product .prata {
    font-size: 25px;
    line-height: 30px;
}

.product .discription {
    font-size: 22px;
    line-height: 24px;
    font-family: var(--font-default);
    text-align: center;
}

.Shop-inner-QTA-buttons {
    width: 150px;
    height: 40px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.Shop-inner-QTA-buttons .sub,
.add {
    font-size: 26px;
    padding-left: 20px;
    padding-right: 20px;
    height: 42px;
}

.product .mt-5 {
    margin-top: 2rem !important;
}

.shop-inner #aad-cart {
    padding: 10px 15px 10px 15px;
    font-size: 15px;
    line-height: 20px;
    width: 160px;
    height: 40px;
}

.related-product h1 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 25px;
}

.related-product {
    padding-top: 30px;
    padding-bottom: 30px;
}

#product-detail {
    padding-bottom: 40px;
}

/*  shop-inner end css*/

/* tablet view */

@media (min-width: 769px) and (max-width: 1080px)  and (-webkit-min-device-pixel-ratio: 3){
    .navbar-brand img {
        width: 80px !important;
    }

    #space-header .nav-link {
        padding: 5px !important;
        font-size: 12px !important;
    }

    #space-header .c-btn {
        padding: 7px 12px !important;
        font-size: 12px !important;
    }

    #space-header .chang-img img {
        bottom: 10px !important;
        width: 12px !important;
    }

    #navbarNav .navbar-nav {
        margin-top: 0px !important;
    }
}


@media (min-width: 320px) and (max-width: 850px) {

.bold_text {
    font-size: 20px;
    line-height: 20px;
}

.out_project_text_div {
    flex-direction: unset;
}

.contact_form h2 {
    font-size: 30px !important;
}

.footer_ul_com {
    display: block !important;
}

.last_footer_sectionpara {
    text-align: left !important;
}

.last_footer_sectionpara a {
    text-align: left !important;
}

.second_Sec_h1text {
    font-size: 30px;
    line-height: 30px;
}

.about-slider .serv-in-heading {
    font-size: 30px;
    line-height: 15px;
}

.filter-tabs text-center {
    display: block;
}

.out_project_text_divh1 {
    font-size: 30px;
    line-height: 25px;
}

.career_page_main_Section .out_project_text_div {
    display: block;
}

.career_page_main_Section  .second_text_ca {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
}

.career_page_main_Section  .full_time_text {
    font-size: 13px;
    line-height: 0px;
}

.child_div_carrer_page {
    height: 450px;
}

.career-inner .designer h1 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
}

.career-inner .designer p {
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 19.2px;
}

.career-inner .career-inner-right {
    padding-right: 0 !important;
}

.career-inner .requirements p {
    font-size: 15.8px;
    line-height: 22px;
}

.career-inner .posted-date {
    margin-top: 0px;
}

.location, .employment-type {
    padding-bottom: 5px;
}
.career-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.career-inner .career-inner-back a.btn-get-started {
    padding-bottom: 5px;
}
.pagination_section {
    padding: 50px 0px;
}

.productdata .single-product-diaplay1 {
    padding-bottom: 25px;
}
.parents_com_si_img {
    width: 100% !important;
    display: block;
    text-align: center;
}

.prod-inn-div {
    margin: 0 auto !important;
    text-align: center !important;
}

.row.row_div_imag_icon_si {
    justify-content: center !important;
    margin:  0 auto;
}

.related-product-dic p {
    font-size: 20px;
    line-height: 25px;
}

.parents_com_si_img span {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 20px;
}


.related-product-dic img {
    margin-top: 20px;
}
.quotes_of_para h3 {
    font-size: 25px;
    line-height: 35px;
}

.first_subtitile text {
    font-size: 13px;
    line-height: 15px;
}

.specal_Div_margin {
    padding-top: 20px;
}

.child_title p {
    font-size: 18px;
    line-height: 20px;
}

.horiziontal_line hr {
    margin: unset !important;
}

.detalies_of_this_icons text {
    line-height: 10px;
    font-size: 15px;
}

.second_Section_contect_p1 a {
    font-size: 13px;
    line-height: 20px;
}

.child_text_conttt {
    font-size: 13px;
    line-height: 20px;
}
.logo_icon_contect {
    width: 15px;
}
.GramdChild_div {
    height: 145px;
    max-width: 165px;
   
}
.service-inner-carousel button.carousel-control-prev , .service-inner-carousel button.carousel-control-next {
    height: 40px;
    width: 40px;
}

.service-inner-page .service-in-p {
    font-size: 14px;
    line-height: 20px;
}

.service-inner-page .service-in-h {
    font-size: 25px;
    line-height: 30px;
}

.service-inner-page .service-heading {
    padding-bottom: unset;
}


.service-inner-page .service-paragraph {
    padding: 65px 0;
}

section#view-cart {
    overflow: hidden !important;
    padding: 30px 0px !important;
}
.hidden_img img{
    height: unset !important;
}
.hidden_text_div_para {
    margin-bottom: 10px;
}

.hidden_img_about_text {
    margin-top: 20px;
    margin-bottom: 20px;
}

.r1_text {
    font-size: 13px;
    line-height: 15px;
}

.rq_text {
    font-size: 18px;
    line-height: 22px;
}
.r3_text {
    width: unset;
}
.myswiper .swiper-button-next, .myswiper .swiper-button-prev {
    width: 40px;
    height: 40px;
}
.hidden_img {
    height: unset !important;
    width: 100%;
}
.card-slide.mx-4 img {
    height: 400px !important;
    object-fit: cover;
}
.back-div {
    margin-bottom: 20px;
    margin-top: 20px;
}
.card-slide.mx-4 {
    width: 100% !important;
}
}


