@media only screen and (max-width:767px) {
    .baner_heading {
        font-size: 30px;
        font-weight: 300;
        line-height: 36px;
        letter-spacing: 0px;
        color: #FFFFFF;
        /* padding-top: 10%; */
        text-align: center;
        width: fit-content;
    }
p{
    font-size: 14px !important;
    text-align: justify !important;
}
    .banner_txt2 {
        text-shadow: 2px 2px 2px rgb(16 15 15 / 69%);
        margin: 20px 0px;
        width: var(--container-widget-width, 100%);
        max-width: 100%;
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        text-align: center;
        color: #FFFFFF;
        
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.3px;
        animation: slideDown 2s ease-out forwards;
    }
.txtr {
    z-index: -999;
    position: relative;
     margin-left: 0px; 
}
.step1 {

    padding-top: 50px;
}
.carousel {
    max-width: 100%;
    z-index: 999;
}
.about_mt {
    margin-top: 0px;
}
.testimonial {
    min-width: 336px;
    max-width: 310px;
    margin: 15px 12px;
    padding: 14px;
    z-index: 999;
}
    .grid_img_font p {
        width: var(--container-widget-width, 100%);
        max-width: 100%;
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        text-align: left;
        color: #000000;
        
        font-size: 16px;
        font-weight: 500;
        margin-top: 22px;
    }

    .blog-details {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .media_container .popup-gallery {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .popup-gallery img {
        min-height: 250px;
        max-height: 150px;
    }

    .question button {
        text-align: left;
    }

    .question span {
        font-weight: 600;
        font-size: 15px;
    }

    .big_mt {
        margin-top: 78px;
    }

    .baner_button {
        display: flex;
        gap: 30px;
        margin-top: 10px;
        flex-direction: column;
    }

    .baner_txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        height: 100vh;
    }

    .logo_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
    }

    .grid_img {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 50px;
    }

    .our_story {
        font-size: 35px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0.5px;
        /* color: rgb(0, 0, 0); */
    }

    .grid_txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* margin-left: 0px; */
        text-align: center;
        width: 100%;
    }

    .index_img {
        height: 100%;
        width: 100%;
        /* padding: 20px; */
        padding-top: 29px;
        object-fit: cover;
    }

    .grid_color {
        background-color: #E3E3E5;
        height: 78vh;
        width: 557px;
        position: absolute;
        top: 0;
        z-index: -10;
        left: -182px;
        display: none;
    }

    .big {
        font-size: 38px;
        font-weight: 400;
        line-height: 42px;
        letter-spacing: -0.4px;
        /* color: #22365F; */
    }

    .white_box {
        /* left: 317px; */
        /* position: relative; */
        background-color: transparent;
        color: #000000;
        padding: 12px;
        border: 1px solid white;
        height: 88vh;
        width: 100%;
        text-align: start;
        top: 332px;
        /* margin-left: 193px; */
        margin-top: -128px;
        margin-right: 280px;
        /* animation: myAnim 5s infinite; */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .grid_img2 {
        position: relative;
        right: 88px;
    }

    .grid_img3 {
        position: relative;
        right: 0px;
    }

    .icon_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 0px;
    }

    .icon {
        height: 19px;
        width: 72px;
    }

    .icon_flex {
        display: flex;
        gap: 12px;
        margin-top: 0px;
        justify-content: stretch;
        flex-direction: column;
    }

    .button_flex:hover {
        background-color: #ffffff;
        
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        fill: #FFFFFF;
        color: #000000;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #000000;
        border-radius: 0px 0px 0px 0px;
        padding: 8px;
    }

    .button_flex {
        background-color: #ffffff;
        
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        fill: #FFFFFF;
        color: #000000;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #000000;
        border-radius: 0px 0px 0px 0px;
        padding: 8px;
    }

    .text_center {
        text-align: center;
        padding: 11px 18px;
    }

    .company_grid {
        /* display: grid; */
        grid-template-columns: repeat(3, 1fr);
        /* text-align: center; */
        /* display: flow; */
        gap: 10px;
        margin-top: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 21px;
        flex-direction: column;
    }

    .bg_up {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 80px 0px 80px 0px;
        background-color: #f9f9f9;
    }

    .bg_black {
        background-color: #000000;
        height: 57px;
        width: 100%;
        /* position: absolute; */
        margin-top: 45px;
        padding: 16px;
    }

    marquee {
        position: relative;
        color: #00000012;
        /*font-family: "ignis-et-glacies-sharp";*/
        font-size: 95px;
        font-weight: 400;
        line-height: 200px;
        letter-spacing: -6px;
        padding-right: calc(75px/2);
        padding-left: calc(75px/2);
        margin-top: 6px;
    }

    .dream_slider {
        position: relative;
        color: #00000012;
        /*font-family: "ignis-et-glacies-sharp";*/
        font-size: 95px;
        font-weight: 400;
        line-height: 200px;
        letter-spacing: -6px;
        padding-right: calc(75px/2);
        padding-left: calc(75px/2);
        margin-top: 6px;
    }

    .bg_our {
        text-align: center;
        font-size: 35px;
        font-weight: 500;
        line-height: 48px;
        letter-spacing: -0.4px;
        /* color: #000000; */
        position: relative;
        margin-top: -91px;
        padding: 0 0;
    }

    .step4 {
       
        text-transform: uppercase;
        letter-spacing: 10.5px;
        color: white;
        text-align: center;
        padding-top: 50px;
    }

    .slide {
        display: none;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        height: 876px;
    }

    .grid_size {
        height: 374px;
        width: 374px;
    }

    .bg_button {
        width: 160px;
        font-size: 14px;
    }

    .bg_our2 {
        text-align: center;
        font-size: 35px;
        font-weight: 500;
        line-height: 38px;
        letter-spacing: -0.4px;
        /* color: #000000; */
        position: relative;
        /* margin-top: -90px; */
    }

    .text_slider {
        padding-left: 20px;
        width: 95%;
    }

    .slide img {
        width: 100%;
        height: auto;
        margin-top: 22px;
        /* border-radius: 18px; */
        padding: 14px;
    }

    .heading_baner {
        font-size: 35px;
        font-weight: 500;
        line-height: 48px;
        letter-spacing: -0.4px;
        /* color: #000000; */
    }

    .box_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
        margin-top: 10px;
        padding-bottom: 62px;
    }

    .img_grids {
        height: auto;
        width: 100%;
    }

    .overlay2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .bg_img2 {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form_txt {
        font-size: 35px;
        font-weight: 500;
        line-height: 48px;
        letter-spacing: 0px;
        text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.67);
        color: #FFFFFF;
        /* padding: 14px; */
    }

    .text-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        padding: 10px;
    }

    .heading_last {
        font-size: 35px;
        font-weight: 400;
        line-height: 48px;
        letter-spacing: -0.4px;
        color: #000000;
    }

    .detail_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /* gap: 52px; */
        border-right: none;
    }

    .fotter_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .txt_mt-40 {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 0px 0 0 30px;
    }

    .logo_icon_grid {
        display: flex;
        gap: 20px;
        padding-bottom: 24px;
        flex-direction: column;
    }

    .padding_txt {
        padding: 0px 0 0 10px;
        width: 279px;
    }

    .fotter_about {
        padding: 38px 0px 0 23px;
    }

    .fotter_contact {
        padding: 35px 0px 48px 10px;
    }

    .grid3_img {
                display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
        padding: 20px;
    }

    .new_bg {
        background-color: #000000;
        /* height: 13vh; */
        width: 100%;
        position: relative;
        bottom: 0px;
        text-align: left;
        padding: 24px;
    }
    .bg_big {
    background: #F6F6F6;
    padding-bottom: 50px;
    /* margin-top: 50px; */
}

    .icon3 {
        height: 22px;
        width: 50%;
        padding: 0 0 0 0px;
    }

    .fotter_con {
        padding: 0 0 0 30px;
        margin-top: 1px;
        margin-bottom: 37px;
    }

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

    .fotter_logo {
        border-right: none;
        height: 106px;
        padding: 0px;
    }

    .navbar-toggler {
        text-decoration: none;
        border: 1px solid white;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-image: var(--bs-navbar-toggler-icon-bg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        filter: invert(1);
    }

    .navbar-collapse {
        /* flex-basis: 100%; */
        flex-grow: 1;
        align-items: center;
        background-color: black;
        color: #000000f7;
        padding: 30px 0px;
    }

    .flexxx {
        display: flex;
        gap: 25px;
        text-align: justify;
        align-items: start;
        flex-direction: column;
        margin-left: 24px;
    }

    .flexxx p {
        margin-bottom: 0;
        padding: 0px 0px;
        margin-right: 0px;
        text-align: justify;
    }

    .left-and-right::before {
        content: '';
        position: absolute;
        background-color: white;
        width: 0px;
        height: 0%;
        bottom: 0;
        right: 484px;
        top: 0;
    }

    .left-and-right::after {
        content: '';
        position: absolute;
        background-color: white;
        width: 0px;
        height: 0%;
        bottom: 0;
        right: 209px;
        top: 0;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        padding-right: 20px;
        flex-wrap: wrap;
    }

    .bg-tra {
        /* background-color: transparent; */
        position: absolute;
        width: 100%;
        font-family: poppins;
        padding: 5px 0px;
    }

    .logo {
        /* height: 66px; */
        width: 140px;
    }

    /* about page css */
    .index_img2 {
        height: 37vh;
        width: 100%;
        padding: 0px;
        padding-top: 0px;
        object-fit: cover;
        /* animation: myAnim 5s infinite; */
        margin-left: 0px;
    }

    .grid_color2 {
        background-color: #F9F9F9;
        height: 80vh;
        width: 654px;
        position: absolute;
        top: 0;
        z-index: -10;
        left: 370px;
        display: none;
    }

    .grid_txt2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0px;
        text-align: start;
        width: 100%;
    }

    .routin {
        display: flex;
        font-size: 110px;
        font-weight: 400;
        line-height: 200px;
        letter-spacing: -8px;
        padding-right: calc(71px/2);
        padding-left: calc(71px/2);
        color: transparent !important;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #ffffff;
        text-shadow: none;
        padding-top: 54px;
        margin-top: 10%;
    }

    .value_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .main_padding {
        padding: 10px;
    }

    #dp-slider,
    .dp-img img {
        height: 308px;
        width: 100%;
        margin-top: 0px;
        object-fit: fill;
    }

    .value_last {
        text-align: left;
        color: #000000;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0px;
        margin-top: 85px;
    }

    .timeline {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }

    .banner_txt3 {
        font-size: 35px;
        font-weight: 400;
        line-height: 45px;
        letter-spacing: 0.5px;
        color: #FFFFFF;
        padding: 0px 7px 15px;
        margin: auto;
    }
    .times_line {
    padding-top: 50px;
}
    .about_banner2 {
        background-image: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 70%)), url(../img/showroom-bg.jpg);
        height: auto;
        width: 100%;
        object-fit: cover;
        background-size: cover;
        margin: auto;
        display: flex;
        justify-content: center;
        background-position: center;
    }

    .banner_about2 {
        background-image: url("../img/marble-texture-1.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        /* opacity: 0.5; */
        z-index: 2;
        height: auto;
        width: 100%;
        border-radius: 20px;
        padding: 35px 15px 35px 15px;
    }

    .timeline_part {

        top: 0px;

    }

    .index_grid2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* gap: 10px; */
        margin-left: 0px;
    }

    .grid2_img {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /* gap: 50px; */
    }

    .left2 img {
        object-fit: cover;
        /* margin-left: 185px; */
        width: 168px;
        height: 189px;
        /* gap: 10px; */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .right2 img {
        object-fit: cover;
        height: 389px;
        width: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .container2 {
        position: relative;
        width: 140px;
        height: 140px;
        left: 30%;
        top: -282px;
    }

    .swif-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .contact_visit h1 {
        font-size: 50px;

    }

    .value2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.5px;
    color: #000000;
    margin-top: 14px;
}

    .value {
        font-size: 35px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: 0.5px;
        color: #000000;
        border-bottom: 1px solid black;
    }

    .value_bg {
        background-color: #F6F6F6;
        padding: 30px 0;
    }

    #dp-next,
    #dp-prev {

        right: 75%;

    }

    .padding_about {
        padding: 20px 0px;
    }

    .about_text4 {
        width: var(--container-widget-width, 90%);
        max-width: 100%;
        --container-widget-width: 90%;
        --container-widget-flex-grow: 0;
        text-align: center;
        color: #FFFFFF;
        
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0px;
        margin: auto;
        padding: 0px;
    }

    .banner_padding {
        padding: 50px 0px;
    }

    .about_mt2 {
        margin-top: 50px;
    }

    .our_story2 {
        font-size: 42px;
        font-weight: 400;
        line-height: 46px;
        letter-spacing: 0.5px;
        color: #000000;
        margin-top: 30px;
    }

    .about_font {
        font-size: 74px;
        font-weight: 400;
        line-height: 74px;
        letter-spacing: -5px;
        text-shadow: 0px 0px 28px rgba(0, 0, 0, 0.75);
        color: #FFFFFF;
    }
.product_catagory{
    padding-top: 0rem !important;
    }
.utility {
    padding: 0px 0 50px;
}
.media-gallary {
    padding: 50px 0;
    background-color: #f5f5f5;
}
.c-title {

    font-size: 18px !important;

}
.inno-qc-faq {
    background-color: #fff;
    padding: 50px 0 50px;
}
.inno-qc-tiles {
    background-color: #fff;
    padding: 50px 0 50px;
}

    /* download page css */

    .main_banner_download {
        background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/banner-about-us.jpg");
        height: 100vh;
        width: 100%;
        object-fit: cover;
        background-size: cover;
        margin: auto;
        /* display: flex; */
        justify-content: center;
    }

    .text_light_d {
        color: #ffffff;
        margin-top: 120px;
        font-size: 52px;
        font-weight: 400;
        line-height: 60px;
        letter-spacing: 0.5px;
        text-shadow: 0px 0px 28px rgba(0, 0, 0, 0.75);
        color: #FFFFFF;
    }
.innovation h2 {
    font-family: "Swifted DEMO";
    font-size: 35px;
    text-align: center;
    line-height: 45px;
    letter-spacing: 0.5px;
}

.tabcontent h2 {
    padding-bottom: 35px;
    font-family: "Swifted DEMO";
    font-size: 35px;
    line-height: 45px;
    text-align: center;
}
.section-heading {
    font-size: 35px;
    padding-bottom: 30px;
    color: #000;
    font-family: Swifted DEMO;
}
    .d_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top: 0px;
        padding: 50px 0;
    }

    .main_d_padding {
        margin: 0px 10px 50px;
    }

    /* contact page css */
    .input_width {
        width: 90%;
        padding: 10px;
        background-color: #f9f9f9;
        border: 1px solid #d6d8d9;
        border-radius: 5px;
    }

    .form_button2 {
        background-color: #000000;
        color: white;
        position: relative;
        max-width: 382px;
        /* margin-left: 24px; */
        padding: 10px 20px;
        border-radius: 5px;
        margin-bottom: 84px;
    }

    .contact_img {
        background-image: linear-gradient(0deg, rgb(16 16 16 / 65%), rgba(16 16 16 / 65%)), url("../img/marble2.jpg");
        background-size: cover;
        background-attachment: fixed;
        margin-top: 8%;
        padding: 14px;
        width: 100%;
        text-align: center;
        margin: auto;
    }

    .about_home_page h2 {
        text-align: center;
        font-family: "Swifted DEMO";
        font-size: 50px;
    }

    .contact_text {
        font-size: 44px;
        font-weight: 400;
        line-height: 53px;
        letter-spacing: -2.8px;
        color: #000000;
        margin-top: 40px;
        text-align: center;
    }

    .contact_icon {
        display: flex;
        justify-content: center;
        gap: 0px;
        flex-direction: column;
    }

    .follow {
        display: flex;
        align-items: baseline;
        flex-direction: column;
        align-items: center;
    }

    .icon_txt {
        font-size: 16px;
    }

    .c-label {
        padding-top: 15px;
        font-size: 13px;
        color: #000;
        
    }

    .result-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
    }

    .cal-res img {
        width: 50px;
    }

    .contect_center {
        max-width: 377px;
        margin: auto;
        /* margin: 30px 0; */
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .contact_icon_grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        margin-bottom: 24px;
        padding: 0 20px;
        gap: 17px;
    }

    /* blog page */
    .blog_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin: 50px 0;
        gap: 30px;
    }

    .blog_height {
        height: 303px;
        width: auto;
    }

    .main_banner_about {
        height: 110vh;
        align-items: end;
    }

    .about_width h5 {
        font-size: 23px;
    }

    .about_banner_txt {
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0px;
        padding: 20px 0px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    body {
        margin: 0;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        height: auto;
    }

    .navbar-toggler {
        text-decoration: none;
        border: 1px solid white;
    }

    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-image: var(--bs-navbar-toggler-icon-bg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        filter: invert(1);
    }

    .navbar-collapse {
        /* flex-basis: 100%; */
        flex-grow: 1;
        align-items: center;
        background-color: black;
        color: #000000f7;
        padding: 30px 0px;
    }

    .flexxx {
        display: flex;
        gap: 25px;
        text-align: justify;
        align-items: start;
        flex-direction: row;
        margin-left: 24px;
        justify-content: space-between;
        padding-top: 20px;
    }

    .flexxx p {
        margin-bottom: 0;
        padding: 0px 0px;
        margin-right: 0px;
        text-align: justify;
    }

    .left-and-right::before {
        content: '';
        position: absolute;
        background-color: white;
        width: 0px;
        height: 0%;
        bottom: 0;
        right: 484px;
        top: 0;
    }

    .left-and-right::after {
        content: '';
        position: absolute;
        background-color: white;
        width: 0px;
        height: 0%;
        bottom: 0;
        right: 209px;
        top: 0;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        padding-right: 40px;
    }

    .bg-tra {
        /* background-color: transparent; */
        position: absolute;
        width: 100%;
        font-family: poppins;
        padding: 8px 0px;
    }

    .baner_heading {
        font-size: 50px;
        font-weight: 300;
        line-height: 58px;
        letter-spacing: 0px;
        color: #FFFFFF;
        /* padding-top: 10%; */
        text-align: center;
        width: auto;
    }

    .main_banner {
        /* background: url("../img/banner_img.jpg"); */
        height: 70vh;

    }

    .baner_button {
        display: flex;
        gap: 30px;
        margin-top: 10px;

    }

    .banner_txt2 {
        text-shadow: 2px 2px 2px rgb(16 15 15 / 69%);
        margin: 46px 0px;
        width: var(--container-widget-width, 100%);
        max-width: 100%;
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        text-align: center;
        color: #FFFFFF;
        
        font-size: 16px;
        font-weight: 400;
        letter-spacing: -0.3px;
        animation: slideDown 2s ease-out forwards;
    }

    .text_center {
        text-align: center;
        padding: 11px 11px;
    }

    .step4 {
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 10.5px;
        color: white;
        text-align: center;
        padding-top: 100px;
    }

    .baner_txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        height: 73vh;
    }

    .logo_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }

    .grid_img {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 72px;
    }

    .our_story {
        font-size: 42px;
        font-weight: 400;
        line-height: 50px;
        letter-spacing: 0.5px;
        /* color: rgb(0, 0, 0); */
    }

    .grid_img_font p {
        width: var(--container-widget-width, 100%);
        max-width: 100%;
        --container-widget-width: 100%;
        --container-widget-flex-grow: 0;
        text-align: left;
        color: #000000;
        
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: -0.8px;
        margin-top: 30px;
    }

    .grid_txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* margin-left: 0px; */
        text-align: start;
        width: 100%;
    }

    .index_img {
        height: 100%;
        width: 100%;
        /* padding: 20px; */
        padding-top: 29px;
        object-fit: cover;
    }

    .grid_color {
        background-color: #E3E3E5;
        height: 78vh;
        width: 557px;
        position: absolute;
        top: 0;
        z-index: -10;
        left: -182px;
        display: none;
    }

    .big {
        font-size: 65px;
        font-weight: 400;
        line-height: 80px;
        letter-spacing: -0.5px;
        /* color: #22365F; */
    }

    .white_box {
      
    background-color: transparent;
    color: #000000;
    padding: 16px;
    border: 1px solid white;
    height: auto;
    width: 100%;
    text-align: start;
    top: 332px;
    margin-left: 20px;
    animation: myAnim 5s infinite;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .button_flex {
        background-color: #ffffff;
        
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        fill: #FFFFFF;
        color: #000000;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #000000;
        border-radius: 0px 0px 0px 0px;
        padding: 10px;
    }

    .button_flex:hover {
        background-color: #ffffff;
        
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        fill: #FFFFFF;
        color: #000000;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #000000;
        border-radius: 0px 0px 0px 0px;
        padding: 10px;
    }

    .icon_flex {
        display: flex;
        gap: 12px;
        /* margin-top: 22px; */
        justify-content: stretch;
        flex-direction: column;
    }

    .icon_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 0px;
    }

    .icon {
        height: 48px;
        width: 148px;
    }

    .bg_black {
        background-color: #000000;
        height: 130px;
        width: 100%;
        /* position: absolute; */
        margin-top: 60px;
        padding: 40px 0;
    }

    .box_font {
        margin-top: 0px;
        text-align: center;
    }

    marquee {
        position: relative;
        color: #00000012;
        /*font-family: "ignis-et-glacies-sharp";*/
        font-size: 150px;
        font-weight: 400;
        line-height: 200px;
        letter-spacing: -6px;
        padding-right: calc(75px/2);
        padding-left: calc(75px/2);
        margin-top: 6px;
    }

    .carousel {
        width: 100% !important;
        z-index: 999;
    }

    .timeline {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .blog-details {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .blog-cont img {
        height: 25vh;
        width: 100%;
    }

    .media_container .popup-gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .popup-gallery img {
        min-height: 250px;
        max-height: 150px;
    }

    .dream_slider {
        position: relative;
        color: #00000012;
        /*font-family: "ignis-et-glacies-sharp";*/
        font-size: 95px;
        font-weight: 400;
        line-height: 200px;
        letter-spacing: -6px;
        padding-right: calc(75px/2);
        padding-left: calc(75px/2);
        margin-top: 6px;
    }

    .bg_our {
        /* text-align: center; */
        font-size: 42px;
        font-weight: 500;
        line-height: 50px;
        /* letter-spacing: -0.4px; */
        /* color: #000000; */
        position: relative;
        margin-top: -85px;
        padding: 0 0px;
    }

    .bg_big {
        background: #F9F9F9;
        padding-bottom: 65px;
    }

    .nav-buttons {
        text-align: start;
        margin-top: 20px;
        margin-bottom: 0px;
        margin-left: 34px;
    }

    .controls {
        margin-top: 20px;
        display: flex;
    }

    .form-box {
        background:transparent;
        padding: 37px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        max-width: 100%;
        /* height: 740px; */
        line-height: 30px;
        margin-top: 66px;
    }

    .about_width h5 {
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 30px;
    padding: 40px 0;
}
    .grid_size {
        height: 374px;
        width: 374px;
    }

    .bg_button {
        width: 160px;
        font-size: 14px;
    }

    .bg_our2 {
        text-align: center;
        font-size: 42px;
        font-weight: 500;
        line-height: 50px;
        letter-spacing: 0.5px;
        /* color: #000000; */
        position: relative;
        /* margin-top: -90px; */
    }

    .text_slider {
        padding-left: 20px;
        width: 95%;
    }

    .slide img {
        width: 100%;
        height: auto;
        margin-top: 22px;
        /* border-radius: 18px; */
        padding: 14px;
    }

    .heading_baner {
        font-size: 42px;
        font-weight: 500;
        line-height: 50px;
        letter-spacing: 0.5px;
        /* color: #000000; */
    }

    .carousel-header {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
    .box_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
        margin-top: 10px;
        padding-bottom: 62px;
    }

    .img_grids {
        height: auto;
        width: 100%;
    }

    .overlay2 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }

    .bg_img2 {
        /* background: linear-gradient(0deg, rgb(0 0 0 / 7%), rgba(0, 0, 0, 0.6)), url(../img/view_slider/SPARKLE.jpg) no-repeat center center / cover; */
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .form_txt {
        font-size: 45px;
        font-weight: 500;
        line-height: 48px;
        letter-spacing: 0px;
        text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.67);
        color: #FFFFFF;
        /* padding: 14px; */
    }

    .bg_up {
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
        padding: 80px 0px 80px 0px;
        background-color: #f9f9f9;
    }

    .text-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        padding: 10px;
    }

    .heading_last {
        font-size: 56px;
        font-weight: 400;
        line-height: 60px;
        letter-spacing: -3px;
        color: #000000;
    }

    .detail_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* gap: 52px; */
        border-right: none;
    }

    .fotter_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .fotter_contact {
        padding: 26px 0px 43px 5px;
    }

    .fotter_padding_new {
        padding: 60px 0px 0px 0px;
    }

    .txt_mt-40 {
        /* margin-top: 0px; */
        margin-bottom: 30px;
        padding: 0px 0 0 30px;
    }

    .logo_icon_grid {
        display: flex;
        gap: 20px;
        padding-bottom: 24px;
        /* flex-direction: column; */
    }

    .padding_txt {
        padding: 0 0 0 30px;
        width: 279px;
    }

    .grid_img2 {
        position: relative;
        right: 82px;
    }

    .big_mt {
        margin-top: 60px;
    }

    .icon3 {
        height: 30px;
        width: 109%;
        padding: 0 0 0 0px;
        margin-top: 25px;
    }

    .fotter_con {
        padding: 0 0 0 0px;
        margin-top: 1px;
        margin-bottom: 37px;
    }

    .display {
        display: flex;
        /* flex-direction: column; */
    }

    .txtr_ {
        margin-left: 0px;
        z-index: 999;
        position: relative;
    }

    .grid3_img {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
        padding: 25px;
    }

    .new_bg {
        background-color: #000000;
        /* height: 13vh; */
        width: 100%;
        position: relative;
        bottom: 0px;
        text-align: left;
        padding: 24px;
    }

    .slide {
        display: none;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        height: auto;
    }

    /* about page css */

    .grid_color2 {
        background-color: #F9F9F9;
        height: 80vh;
        width: 654px;
        position: absolute;
        top: 0;
        z-index: -10;
        left: 370px;
        display: none;
    }

    .grid_img3 {
        position: relative;
        right: 0px;
    }

    .index_img2 {
        height: 60vh;
        width: 100%;
        /* padding: 20px; */
        /* padding-top: 89px; */
        object-fit: cover;
        /* animation: myAnim 5s infinite; */
        margin-left: 0px;
    }

    .banner_txt3 {
                font-size: 50px;
        font-weight: 400;
        line-height: 50px;
        letter-spacing: 0.5px;
        color: #FFFFFF;
        padding: 0px 0px 25px;
        margin: auto;
    }

    .about_text4 {
        width: var(--container-widget-width, 90%);
        max-width: 100%;
        --container-widget-width: 90%;
        --container-widget-flex-grow: 0;
        text-align: center;
        color: #FFFFFF;
        
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0px;
        margin: auto;
        padding: 0px 0px;
    }

    .about_banner2 {
        background-image: linear-gradient(rgb(0 0 0 / 53%), rgb(0 0 0 / 14%)), url(../img/showroom-bg.jpg);
        height: auto;
        padding-bottom: 50px;
        width: 100%;
        object-fit: cover;
        background-size: cover;
        margin: auto;
        display: flex;
        justify-content: center;
        background-position: center;
    }
.about_mt2 {
    margin-top: 30px;
}
    .padding_about {
        padding: 50px 0px;
    }

    .value_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .main_padding {
        padding: 0px 0px;
    }

    .grid_txt2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0px;
        text-align: start;
        width: 629px;
    }

    #dp-slider,
    .dp-img img {
        height: 520px;
        width: 100%;
        margin-top: 0px;
        object-fit: fill;
    }

    .value_last {
        text-align: center;
        color: #000000;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0px;
        margin-top: 116px;
    }

    .grid2_img {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }

    .container2 {
        position: relative;
        width: 200px;
        height: 200px;
        left: 35%;
        top: -400px;
    }

    .right2 img {
        object-fit: cover;
        height: 573px;
        width: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        margin-left: -24px;
    }

    .our_story2 {
                font-size: 46px;
        font-weight: 400;
        line-height: 55px;
        letter-spacing: -0.5px;
        color: #000000;
        margin-top: 35px;
    }

    .about_mt {
        margin-top: 0px;
    }

    /* download page css */
    .main_d_padding {
        margin: 0px 10px 50px;
    }

    .d_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        margin-top: 50px;
    }

    /* contect page css */
    .contact_img {
        background-image: linear-gradient(0deg, rgb(16 16 16 / 65%), rgba(16 16 16 / 65%)), url("../img/marble2.jpg");
        background-size: cover;
        background-attachment: fixed;
        /*height: 90vh;*/
        margin-top: 8%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
        width: 100%;
    }

    .swif-row {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .input_width {
        width: 88%;
        padding: 10px;
        background-color: #f9f9f9;
        border: 1px solid #d6d8d9;
        border-radius: 5px;
    }

    .icon_txt {
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        letter-spacing: 1.5px;
        display: flex;
        justify-content: center;
        align-items: end;
    }

    .contact_grid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
        gap: 36px;
    }

    .icon_flex2 {
        display: flex;
        gap: 12px;
        justify-content: stretch;

    }

    .form_button2 {
        background-color: #000000;
        color: white;
        position: relative;
        max-width: 835PX;
        margin-left: 0px;
        padding: 10px 20px;
        border-radius: 5px;
        margin-bottom: 84px;
        margin: auto;
    }

    .contact_flex {
        display: flex;
        flex-direction: column;
        max-width: 715px;
        margin: auto;
    }

    .contect_center {
        max-width: 672px;
        margin: auto;
        /* margin: 30px 0; */
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /* blog page */
    .blog_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 60px 0;
        gap: 30px;
    }

    .blog_height {
        height: 255px;
        width: auto;
    }
}



@media only screen and (min-width: 1025px) and (max-width:1200px) {
    .index_img {
        height: 85vh;
        width: 598px;
        /* padding: 20px; */
        padding-top: 89px;
        object-fit: cover;
        /* animation: myAnim 5s infinite; */
        margin-left: 0px;
    }
.bg-tra {
    background-color: transparent;
    position: absolute;
    width: 100%;
    /* font-family: poppins; */
    padding: 5px 15px;
    border-bottom: 1px solid white;
}
.logo {
    /* height: 66px; */
    width: 125px;
}
.big {
    font-size: 85px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: 2px;
    /* color: #22365F; */
    margin-left: 0px;
}
.grid_img_font p {
    width: var(--container-widget-width, 100%);
    max-width: 100%;
    
}
.our_story {

    letter-spacing: 0.5px;
    line-height: 45px;
    font-size: 42px;

}
.new_bg h3 {
    
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
   
}
.letter_space {
    letter-spacing: 1.5px;
    font-size: 13px;
    transition: 0.4s;
    color: #ffffff;
    /* font-size: 20px; */
    text-decoration: none;
    padding: 4px 10px;
    margin: 0 5px;
    position: relative;
    
}
a.txt_deco{
    font-size: 14px !important;
}
p{
    font-size: 14px !important;
}
.address_fotter {
    color: #000;
    font-size: 14px;
}
.fotter_email {
    text-decoration: none;
    font-size: 14px;
    color: #000;
}
.fotter_about {
    padding: 0px 0px 0 25px;
}
    .white_box {
        /* left: 317px; */
        /* position: relative; */
        background-color: transparent;
        color: #000000;
        padding: 16px;
        border: 1px solid white;
        /* height: 30vh; */
        width: 100%;
        text-align: start;
        top: 332px;
        /* margin-left: 193px; */
       margin: auto;;
        animation: myAnim 5s infinite;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .bg_black {
        background-color: #000000;
        height: 139px;
        width: 100%;
        /* position: absolute; */
        margin-top: 110px;
        padding: 50px;
    }

    .icon {
        height: 46px;
        width: 164px;
        object-fit: fill;
    }

    .bg_our {
        text-align: center;
        font-size: 42px;
        font-weight: 500;
        line-height: 42px;
        letter-spacing: 0.5px;
        /* color: #000000; */
        position: relative;
        margin-top: -90px;
        padding: 0 0px;
    }

    .grid3_img {
              display: grid ;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        padding: 20px;
    }

    .new_bg {
        background-color: #000000;
        /* height: 13vh; */
        width: 355px;
        position: relative;
        bottom: 122px;
        text-align: left;
        padding: 24px;
    }
.bg_our2 {
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0.5px;
    
}   
    .text_center {
        text-align: center;
        padding: 11px 21px;
    }

    .step4 {
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 10.5px;
        color: white;
        text-align: center;
        padding-top: 120px;
    }

    .flexxx p {
        margin-bottom: 0;
        padding: 0px 0px;
        margin-right: 20px;
    }

    .grid_txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* margin-left: 0px; */
        text-align: start;
        width: 100%;
    }

    .grid_img {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 80px;
    }

    .grid_color {
        background-color: #E3E3E5;
        height: 78vh;
        width: 557px;
        position: absolute;
        top: 0;
        z-index: -10;
        left: -182px;
        display: none;
    }

    .index_img {
        height: auto;
        width: 100%;
        /* padding: 20px; */
        padding-top: 55px;
        object-fit: cover;
    }

    .free {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        align-items: center;
    }

    .txtr_ {
        margin-left: 0px;
        z-index: 999;
        position: relative;
    }

    .overlay2 {
        display: grid;

        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .fotter_grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .icon3 {
        height: 31px;
        width: 100%;
    }

    .fotter_con {
        padding: 0 0 0 0px;
        margin-top: 26px;
        margin-bottom: 35px;
    }

    .detail_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* gap: 52px; */
        border-right: none;
    }

    .flexxx {
        display: flex;
        gap: 32px;
        text-align: center;
        align-items: center;
        /* flex-direction: column; */
    }

    .flexxx p {
        margin-bottom: 0;
        padding: 0px 5px;
        margin-right: -7px;
    }

    .left-and-right::before {
        content: '';
        position: absolute;
        background-color: transparent;
        width: 1px;
        height: 100%;
        bottom: 0;
        right: 335px;
        top: 0;
    }

    .left-and-right::after {
        content: '';
        position: absolute;
        background-color: transparent;
        width: 1px;
        height: 100%;
        bottom: 0;
        right: 144px;
        top: 0;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        padding-right: 20px;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        height: 76px;
    }
    .grid_img2 {
    position: relative;
    right: 0px;
}

    /* .contact-btn {
        padding: 8px 0px;
        border: 1px solid #fff;
    } */

    .contact-btn:hover {
        padding: 8px 0px;
        border: 1px solid #fff;
        background-color: white;
        color: #000000;
    }

    .bg_big {
        background: #F9F9F9;
        padding: 25px;
    }
    .slide {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: auto;
}
.heading_baner {
    font-size: 42px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.5px;
    /* color: #000000; */
}
.carousel-header {
    font-size: 42px;
    font-weight: 500;
    line-height: 45px;
    margin-bottom: 20px;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.form_txt {
    font-size: 42px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0.5px;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.67);
    color: #FFFFFF;
}
    .daimond {
        height: 240px;
    }

    .nav-buttons {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 31px;
    }
.box_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 50px;
    padding-bottom: 82px;
    align-items: baseline;
}
    /* about page css */
    .grid_color2 {
        background-color: #F9F9F9;
        height: 80vh;
        width: 654px;
        position: absolute;
        top: 0;
        z-index: -10;
        left: 370px;
        display: none;
    }

    .index_img2 {
        height: auto;
        width: 100%;
        /* padding: 20px; */
        padding-top: 0px;
        object-fit: cover;
        /* animation: myAnim 5s infinite; */
        margin-left: 129px;
    }

    .grid_txt2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0px;
        text-align: start;
        width: 100%;
        margin-top: 50px;
    }

    .banner_txt3 {
        font-size: 42px;
        font-weight: 400;
        line-height: 45px;
        letter-spacing: 0.5px;
        color: #FFFFFF;
        padding: 0px 0px;
        margin: auto;
    }

    .about_text4 {
        width: var(--container-widget-width, 90%);
        max-width: 100%;
        --container-widget-width: 90%;
        --container-widget-flex-grow: 0;
        text-align: center;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 0px;
        margin: auto;
        padding: 26px 6px;
    }

    .padding_about {
        padding: 20px 0px;
    }

    .banner_about2 {
        background-image: url("../img/marble-texture-1.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        /* opacity: 0.5; */
        z-index: 2;
        height: auto;
        width: 100%;
        border-radius: 20px;
        padding: 20px 50px;
        margin-top: 0px;
    }
.our_story2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: 0.5px;
    color: #000000;
}
    .index_grid2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-left: 5px;
    }

    .about_mt {
        margin-top: 0px;
    }

    .main_padding {
        padding: 0;
    }

    .left2 img {
        object-fit: cover;
        /* margin-left: 185px; */
        width: 250px;
        height: 310px;
        /* gap: 10px; */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .right2 img {
        object-fit: cover;
        height: 630px;
        width: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .container2 {
        position: relative;
        width: 140px;
        height: 140px;
        left: 141%;
        top: -424px;
    }

    /* download page css */
    .d_grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin-top: 0px;
        padding: 50px 0;
    }
.inno-qc-tiles {
    background-color: #fff;
    padding: 50px 0;
}
.innovation h2 {
    font-family: "Swifted DEMO";
    font-size: 42px;
    text-align: center;
    line-height: 45px;
    letter-spacing: 0.5px;
}
.tabcontent h2 {
    padding-bottom: 35px;
    font-family: "Swifted DEMO";
    font-size: 42px;
    line-height: 45px;
    text-align: center;
}
.blog-details {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.blog-cont img {
    height: 35vh;
    width: 100%;
    object-fit: cover;
}
.popup-gallery img {
    display: block;
    width: 100%;
    object-fit: cover;
    min-height: auto;
    max-height: auto;
}
    /* contact page css */
    .contact_img {
        background-image: linear-gradient(0deg, rgb(16 16 16 / 65%), rgba(16 16 16 / 65%)), url("../img/marble2.jpg");
        background-size: cover;
        background-attachment: fixed;
        height: 100%;
        margin-top: 0%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 80px 80px 80px 80px;
        width: 100%;
    }

    .swif-row {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 25px;
}
.contact_text {
    font-size: 42px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.5px;
    color: #000000;
    margin-top: 70px;
    text-align: center;
}
    .input_width {
        width: 82%;
        padding: 10px;
        background-color: #f9f9f9;
        border: 1px solid #d6d8d9;
        border-radius: 5px;
    }

    /* blog page */
    .blog_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 60px 0;
        gap: 30px;
    }

    .blog_height {
        height: 339px;
        width: auto;
    }
}


@media only screen and (min-width: 1201px) and (max-width:1500px) {
  
  .left-and-right::before {
        content: '';
        position: absolute;
        background-color: transparent;
       
        bottom: 0;
        right: 500px;
        top: 0;
    }
    .letter_space {
    transition: 0.4s;
    color: #ffffff;
    font-size: 14px ;
    padding: 4px 20px;
    margin: 0 5px;
    position: relative;
}
    .left-and-right::after {
        content: '';
        position: absolute;
        background-color: transparent;
       
        bottom: 0;
        right: 305px;
        top: 0;
    }
    .contact_img {
        height: 100%;
    }
    .flexxx p{
        margin-right: 0;
    }
    .bg-tra{
        padding: 5px 50px;
    }
    .index_img {
    height: 85vh;
    width: 100%;
    /* padding: 20px; */
    padding-top: 20px;
    object-fit: cover;
    /* animation: myAnim 5s infinite; */
    margin-left: 88px;
}
.grid_img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
}
    .big_mt {
    margin-top: 100px;
}
.big {
    font-size: 80px;
    font-weight: 400;
    line-height: 95px;
    letter-spacing: 0.5px;
    /* color: #22365F; */
    margin-left: 0px;
}
.white_box {
    
    background-color: transparent;
    color: #000000;
    padding: 20px;
    border: 1px solid white;
    height: 50vh;
    width: 60%;
    text-align: start;
    top: 332px;
    /* margin-left: 193px; */
    margin-top: -174px;
    margin-right: 286px;
    animation: myAnim 5s infinite;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
}
.new_bg {
    background-color: #000000;
    /* height: 13vh; */
    width: 100%;
    position: relative;
    bottom: 0px;
    text-align: left;
    padding: 10px;
}
.new_bg h3 {
    color: #FFFFFF;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 0px;
}
.bg_big {
    background: #F6F6F6;
    padding-bottom: 50px;
    /* margin-top: 50px; */
}
.nav-buttons {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}
.slide {
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: auto;
    padding: 25px 50px;
}
.step4 {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 10.5px;
    color: white;
    text-align: center;
    padding-top: 100px;
}
.form_txt {
    font-size: 45px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.5px;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.67);
    color: #FFFFFF;
}

.about_width h5 {
    color: #fff;
    font-family: "Be Vietnam Pro", sans-serif !important;
    font-size: 30px;
    padding: 40px 0 ;
}

.index_img2
 {
    height: 85vh;
    width: 100%;
    /* padding: 20px; */
    padding-top: 20px;
    object-fit: cover;
    /* animation: myAnim 5s infinite; */
    margin-left: 50px;
}
.padding_top {
    padding: 70px 0 ;
}
.our_story2 {
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: 0.5px;
    color: #000000;
}
.index_grid2 {
    display: grid
;
    grid-template-columns: repeat(2, 1fr);
    /* gap: 10px; */
    margin-left: -40px;
}

.grid2_img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.container2 {
    position: relative;
    width: 140px;
    height: 140px;
    left: 143%;
    top: -441px;
}
.fotter_about {
    padding: 0px 0px 0 20px;
}
}