 
@import url('https://fonts.googleapis.com/css2?family=Hind+Guntur:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind+Guntur:wght@300;400;500;600;700&display=swap');
body {
    margin: 0;
    padding: 0;
    background: #000000;
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.s3_abt_heading {
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 5s forwards;
 
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
    
}
.how {
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 5s forwards;
 
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
    
}
.animate {
    opacity: 0; /* Default opacity before animation */
    transform: scale(0.5); /* Default transform before animation */
    animation: zoomIn 1s ease-out forwards;
    animation-timeline: view();
    animation-range: entry 0;
}

 

.animated-heading {
    font-size: 3rem;
    opacity: 0;
    transform: scale(0.5);
    animation: zoomIn 1s ease-out forwards;
}
.hi{
    transform: scale(0.5);
    animation: zoomIn 1s ease-out forwards;
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.container {
    width: 1280px;
    margin: auto;
}
.s1_heading {
    display: flex;
    justify-content: center;
}
.header_nav {
    text-align: center;
}
.header_nav ul {
    display: flex;
    justify-content: center;
    gap: 37px;
}
.header_nav ul li a {
    font-family: "Arial", Sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    font-style: normal;
    line-height: 16px;
    letter-spacing: 5px;
    color: white;
    text-decoration: none;
}
.header_inner {
    padding-top: 14px;
}
.s1_heading h1 {
    font-family: "Hind Guntur", Sans-serif;
    font-size: 7.8vw;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 10.5px;
    text-shadow: 0px 0px 90px rgba(249.4312477111816, 0.5422418428503917, 0.5422418428503917, 0.99);
    color: #FFFFFF;
}

.s1_imgs {
    display: flex;
    flex-wrap: wrap;
}
.s1_img1 {
    width: 25%;
}
 
.s1_img2 img {
    width: 81%;
    /* position: relative; */
    margin-left: 65px;
    margin-top: -7px;
}
.header_nav ul {
    display: flex;
    justify-content: center;
    gap: 37px;
    position: relative;
    left: -26px;
}
 
.s1_img3 img {
    width: 100%;
}
.s1_heading {
    position: relative;
    padding-top: 7px;
}
.s1_img1 img {
    width: 260px;
    position: relative;
    left: 157px;
    top: 193px;
}
.s1_inner_p p {
    color: white;
    font-family: "Arial", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    text-align: center;
    font-style: normal;
    line-height: 23px;
    letter-spacing: 12px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    margin: 20px;
}

 






.s2_r {
    position: relative;
    width: 100%;
    height: 105%;
    overflow: hidden;
    padding-left: 15px;
}

  .s2_r img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s ease;
}
.s2_paragraph p {
    font-family: "Arial", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-transform: none;
    margin: 4px 11px 0 0;
    font-style: normal;
    line-height: 70px;
    color: white;
    text-align: end;
    text-shadow: 0px 0px 50px rgba(231, 6.528260869565205, 6.528260869565205, 0.83);
}















  .s2_r:hover img {
    transform: scale(1.2);
  }
  .s2_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.s2_left {
    width: 50%;
}
.s2_right {
    width: 50%;
}
.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 30px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 31px 31px;
    /* background: rgba(0, 0, 0, 0.5); */
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 6px;
}
.s2_inner {
    margin-top: 18%;
}
.footer {
    background: #272727;
}
.footer_quotes{
    background: #272727;
}
.footer_main_heading h2 {
    font-family: "Arial", Sans-serif;
    font-size: 70px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 78px;
    color: white;
    text-align: center;
    margin: 0;
}
.footer {
    margin-top: 24%;
}
.footer_inner {
    padding-top: 40px;
}
.footer_paragraph p {
    font-family: "Arial", Sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 5px;
    color: white;
    text-align: center;
}
 
 







 



.s1_img3 {
    width: 260px;
    position: relative;
    top: 312px;
    left: -136px;
}
.s1_imgs {
    display: flex;
    margin-top: -189px;
    flex-wrap: wrap;
}

.footer_email p {
    margin: 0;
    font-family: "Arial", Sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: none;
    font-style: normal;
    line-height: 32px;
    text-align: center;
    color: white;
}

.s1_about_inner {
    display: flex;
    flex-wrap: wrap;
}
.s1_about_left {
    width: 50%;
}
.s1_about_right {
    width: 50%;
}
.section4_quote {
    padding-bottom: 5%;
}
.social_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 33px;
    margin-top: 16px;
    padding-bottom: 35px;
}
.footer_paragraph {
    padding: 11px 0 26px 0;
}
.social_left a {
    text-decoration: none;
}
.social_right a {
    text-decoration: none;
}
.social_left span {
    font-family: "Arial", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    line-height: 49px;
    color: white;
    text-decoration: none;
}

.social_right span{
    font-family: "Arial", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    line-height: 49px;
    text-decoration: none;
    color: white;
}
.social_left img {
    position: relative;
    top: 11px;
    right: 10px;
}
.social_right img {
    position: relative;
    top: 11px;
    right: 10px;
}


.f_sub_right h2 {
    color: #c36;
    text-align: center;
    font-family: "Arial", Sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    line-height: 24px;
    border-left: 2px solid white;
    padding-left: 33px;
}
.footer_sub_line {
    display: flex;
    justify-content: center;
    gap: 18px;
    padding-top: 3%;
    padding-bottom: 1%;
}
.f_sub_left h2 {
    text-align: center;
    color: #FFFFFF;
    font-family: "Arial", Sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    line-height: 24px;
    padding-right: 13px;
}
.f_sub_right img {
    padding-right: 10px;
}.f_sub_right a {
    text-decoration: none !important;
    color: #c36;
}

.f_sub_right a:hover {
    text-decoration: none !important;
    color: #336;
}
.s1_about_heading span {
    /* font-size: 52px; */
    letter-spacing: 3px !important;
}
.s1_about_inner {
    display: flex;
}
.s1_about_heading h2 {
    font-family: "Hind Guntur", Sans-serif;
    font-size: 64px;
    text-transform: uppercase;
    letter-spacing: 10.5px;
    text-shadow: 0px 0px 50px rgba(231, 6.999999999999994, 6.999999999999994, 0.83);
    color: white;
    line-height: 68px;
    text-align: right;
    margin: 0;
    FONT-WEIGHT: 600;
}
.s1_about_heading {
    padding-right: 8%;
}
.s1_about_sub_heading{
    padding-right: 8%;
}
.s1_about_paragraphh{
    padding-right: 8%;
}
.elementor-109 .elementor-element.elementor-element-2f9f2c0d {
    text-align: right;
    color: var( --e-global-color-primary );
    font-family: "Arial", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: lowercase;
    letter-spacing: 12px;
}
.s1_about_sub_heading h2 {
    text-align: right;
    color: var( --e-global-color-primary );
    font-family: "Arial", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    text-transform: lowercase;
    letter-spacing: 12px;
    color: white;
}
.s1_q_img img {
    width: 100%;
}
.s1_quote_inner {
    display: flex;
    flex-wrap: wrap;
}
.s1_q_left {
    width: 53%;
}
.s1_quote_right {
    width: 47%;
}
.s1_q_heading h2 {
    font-family: "Hind Guntur", Sans-serif;
    font-size: 70px;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    text-align: end;
    line-height: 1em;
    letter-spacing: 10.5px;
    color: white;
    word-spacing: 10.5em;
    text-shadow: 0px 0px 88px #E01414;
    margin: 0;
}
.s1_q_paragraph p {
    margin: 0 !important;
}
.s1_q_left {
    padding-top: 28%;
}
.s1_q_heading {
    padding-right: 50px;
}
.s1_q_paragraph p {
    padding-right: 50px;
    
}
.s1_q_paragraph p {
    padding-top: 2%;
}
.s1_quote_inner {
    padding-top: 9%;
}

.s1_q_paragraph p {
    text-align: right;
    color: white;
    font-family: "Arial", Sans-serif;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.4em;
}

 
.s2_right_q_heading h2 {
    font-family: "Arial", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1em;
    text-shadow: 0px 0px 32px rgba(255, 0, 0, 0);
    color: white;
}
 .s2_rght_paragraph{
    color: white;
    font-family: "Arial", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
 }
 .s2_quote_inner {
    display: flex;
    flex-wrap: wrap;
}
.s2_left_q {
    width: 65%;
}
.s2_q_right {
    width: 35%;
}

.s2_left_img_q {
    text-align: center;
}
.s2_quote_inner {
    padding-top: 7%;
}
.s3_quote_inner {
    display: flex;
    flex-wrap: wrap;
}
.s3_quote_left {
    width: 50%;
}
.s3_quote_right {
    width: 50%;
}
.s3_quote_heading h2 {
    font-family: "Arial", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1em;
    color: white;
    text-align: right;
    padding-right: 29%;
    margin: 0;
}
 
.S3_QUOTE_aurthor h2 {
    text-align: right;
    color: white;
    font-family: "Arial", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
}

.s3_quoteparagrpah p {
    text-align: right;
    color: white;
    font-family: "Arial", Sans-serif;
    font-size: 20px;
    padding-right: 29%;
    font-weight: 400;
    line-height: 1.4em;
}
.S3_QUOTE_aurthor {
    padding-right: 30%;
    padding-top: 1%;
}
.s3_quoteparagrpah {
    padding-top: 3%;
}
.s3_quote_right_img {
   
    padding-left: 15%;
}
.s3_quote_inner {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5%;
}
.s3_quote_left {
    padding-top: 14%;
    
}
.s4_quote_inner {
    display: flex;
}
.s4_quote_right_img img {
    width: 100%;
}
.s4_quote_right_img {
    padding-left: 10%;
}
.s4_quote_right_img {
    padding-left: 10%;
    padding-right: 4%;
}
.s4_quote_inner {
    display: flex;
    flex-wrap: wrap;
}
.s4_quote_left {
    width: 60%;
}
.s4_q_right {
    width: 40%;
}







.elementor-247 .elementor-element.elementor-element-424cd62a {
    color: var( --e-global-color-primary );
    font-family: "Arial", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
}
.s4_q_paragraph p {
    color: white;
    font-family: "Arial", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
}

.s4_q_arurthor h2 {
    color: white;
    font-family: "Arial", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    
}
.s4_q_arurthor {
    padding-left: 12%;
    padding-top: 3%;
}
.s4_Q_heading h2 {
    font-family: "Arial", Sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1em;
    color: white;
}

.s4_Q_heading {
    padding-left: 11%;
}
.s4_q_paragraph {
    padding-left: 11%;
}
.s4_quote_inner {
    padding-top: 14%;
}
.s4_quote_left {
    padding-top: 4%;
}


.s1_about_inner {
    padding-top: 10%;
}

.s1_about_paragraphh {
    padding-top: 5%;
}.s1_about_left {
    padding-top: 14%;
}
.s1_about_img1 {
    padding-left: 9%;
}
.s1_about_img2 {
    text-align: end;
    position: relative;
    top: -105px;
    left: -51px;
}
.s1_about_paragraphh p {
    text-align: right;
    color: white;
    font-family: "Arial", Sans-serif;
    font-size: 35px;
    margin: 0;
    font-weight: 300;
    line-height: 1.4em;
}

 
.s3_abt_heading h2 {
    font-family: "Arial", Sans-serif;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: normal;
    color: white;
    line-height: 100px;
    letter-spacing: 7px;
    text-shadow: 0px 0px 43px rgba(244.93124771118167, 25.664541586005107, 25.664541586005107, 0.79);
}
.s3_abtme_inner {
    width: 81%;
    margin: auto;
}
.s3_abt_heading h2 {
    margin: 0;
    text-align: center;
}
 
.s4_left_abt_img {
    width: 30%;
}
.s4_inner_abt {
    padding-top: 11%;
}
.s4_abt_me_right_heading h2 {
    text-align: end;
    color: white;
    text-align: right;
    
    font-family: "Arial", Sans-serif;
    font-size: 16px;
    font-weight: 200;
    text-transform: uppercase;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 5px;
}
.section5_abtme {
    padding-top: 16%;
}
.section6_abtme {
    padding-top: 6%;
}


.s7_abt_Sec1 h2 {
    text-align: left;
    color: #CCC7C7;
    font-family: "Arial", Sans-serif;
    font-size: 19px;
    font-weight: 200;
    text-transform: uppercase;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 5px;
}



.s7_abt_btnnn a {
   
    font-family: "Hind Guntur", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: underline;
    line-height: 78px;
    fill: #FFFFFF;
    color: #1C1C1C;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.section7_abtme {
    padding-bottom: 5%;
}
.s7_abt_img {
    display: flex;
}
.s7_abt_img {
    display: flex;
    margin: auto;
    width: 83%;
    gap: 6px;
    margin-top: 2%;
}
.s7_abtme_left_img img {
    padding-top: 36%;
}

.s7_abt_Sec1 {
    margin-top: 11%;
    margin-left: 5%;
}
.s7_abtme_inner {
    padding-top: 5%;
}








.s4_right_img {
    width: 66%;
    margin-left: -176px;
}


.s4_left_abt_img img {
    width: 100%;
    position: relative;
    left: 90px;
    top: 344px;
}
@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


.slide-down {
    animation: slideDown 1s ease-out;
    display: inline-block; /* Ensures the animation behaves correctly */
}
.s4_left_abt_img img {
    width: 100%;
}
.s4_right_img {
    width: 65%;
}.s4_left_abt_img {
    width: 44%;
    position: relative;
    z-index: 999 !important;
}
.s4_right_img img {
    width: 100%;
}.s4_left_abt {
    display: flex;
    flex-wrap: wrap;
}

.s3_abt_paragrpah p {
    columns: 1;
    text-align: left;
    color: white;
    font-family: "Arial", Sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 45px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}


.carousel-cell {
    width: 100%;
    }

    /* cell number */
    .carousel-cell:before {
      display: block;
    }











/* ..................................rabia css......................................     */


.heading-sec1 h2 {
    font-family: "Hind Guntur", Sans-serif;
    font-size: 70px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 78px;
    letter-spacing: 10.5px;
    text-shadow: 0px 0px 50px #F20000;
    mix-blend-mode: screen;
    text-align: center;
    color: white ;
}
  
.section2-work {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 80px 0px 0px 0px;
}
.sec-inner2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.left-sec2 {
    width: 50%;

}
.sec2-right {
    width: 50%;
}
.heading-left2 h2 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    color: white;
    text-align: center;
}
.image-sec2 img {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}
.section3-work {
    margin-top: 150px;
    margin-bottom: 150px;
}
.sec3-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lines3 {
    --divider-border-style: slashes;
    --divider-color: white;
    --divider-border-width: 2.2px;
    --divider-pattern-height: 20px;
    --divider-pattern-size: 20px;
}
.heading3-left h2 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4em;
    color: white;
}
.paaragraph3 {
    padding-left: 24px;
}
.left3-inner {
    width: 50%;
}
.sec3-right {
    width: 50%;
}
.paaragraph3 p {
    color: white;
    font-family: "Arial", Sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}
.sec4-inner {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}
.bothimage-1 {
    display: flex;
    width: 50%;
}
.sec4-left {
    width: 50%;
}
.s4-image2 img{
  width: 100%;
}

.sec4-right {
    width: 50%;
}
.sec4-image1 img {
    width: 100%;
}
.headingfirst h2 {
    font-family: "Arial", Sans-serif;
    font-size: 26px;
    font-weight: 300;
    text-transform: capitalize;
    color: white;


}

.heading-2nd h2 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 50px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.4em;
    color: white;
}
.right-2ndpart {
    padding: 5% 30% 0% 15%;
}
.heading-part2 h2 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 26px;
    font-weight: 300;
    text-transform: capitalize;
    color: white;
}
.heading-part2 {
    margin: 30px 0px 0px 0px;

}
.para-part2 {

    margin-bottom: 20px;
}
.para-part2 p {
    color: white;
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
}
.s5_w2_left_img11 img {
    width: 50%;
}
.section5-work {
    margin-top: 100px;
    margin-bottom: 0px;
   

}
.sec-5-both {
    display: flex;
    margin-left: auto;
    margin-right: auto;

}
.image-5 img {
    width: 50%;
}
.left-sec5 {
    text-align: right;
    width: 50%;
}
.heading-5sec h2 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    color: white;

}

.s5_work_inner {
    display: flex;
}
.s5_w2_left_img img {
    width: 111%;
}
.s5_w2_right_img {
    position: relative;
    left: 42px;
    top: 75px;
}
.s5_w1_left_img {
    position: relative;
    top: -137px;
}
.s5_w2_left_img {
    position: relative;
    top: -167px;
}

.s5_w2_right_img img {
    width: 63%;
}
.s5_work_main_img {
    display: flex;
}
.s5_w_left_img img {
    width: 100%;
}
.s5_work_main_img.h22 {
    padding-left: 9%;
}
.s5_w1_right_img img {
    width: 73%;
}
.s5_w1_left_img img {
    width: 111%;
}
.s5_w1_right_img img {
    width: 73%;
    position: relative;
    left: 33px;
    top: 44px;
}
.s5_w2_right_img img {
    width: 73%;
    position: relative;
    left: -9px;
}
.s5_w_right_img img {
    width: 80%;
}
 
.s5_work_main_img {
    display: flex;
 
}
.s5_work_left {
    width: 55%;
}
.s5_Work_right {
    width: 45%;
}
.s5_work_main_img {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 52px;
}




.s5_sub_heading h2 {
    font-family: "Arial", Sans-serif;
    font-size: 26px;
    font-weight: 300;
    text-transform: capitalize;
    color: white;
}

.s5_sub_liness p {
    color: white;
    font-family: "Playfair Display", Sans-serif;
    font-size: 50px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0;
    line-height: 1.4em;
}





.s5_s_headng h2 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 26px;
    font-weight: 300;
    text-transform: capitalize;
    color: white;
}
.s5_work_link {
    padding-top: 6%;
}
.sec-5-both {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    gap: 70px;
}
.s5_s_headng {
    padding-left: 18%;
}
.s5_m_p {
    padding-left: 18%;
}
.s5_s_headng {
    padding-top: 5%;
    padding-bottom: 1.5%;
}
.s5_m_p p {
    columns: 1;
    text-align: left;
    color: #FFFFFF;
    font-family: "Arial", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
}
 













 
.s5_sub_main_heading h1 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 50px;
    margin: 0;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.4em;
    color: white;
}
.s5_sub_heading {
    padding: 16px 0;
    padding-top: 5%;
}
 
.s5_w_left_img2 img {
    width: 100%;
}
.s5_w_right_img2 img {
    width: 100%;
}.s5_w_left_img2 img {
    width: 79%;
}
.s5_w_right_img2 img {
    width: 108%;
}
.s5_w_left_img2 {
    position: relative;
    left: 60px;
}
.s5_w_right_img2 img {
    position: relative;
    left: -39px;
    top: 70px;
}
.s5_work_main_img2 {
    display: flex;
}
.s5_w1_left_img2 img {
    width: 100%;
}
.s5_w1_right_img2 img {
    width: 69%;
    position: relative;
    left: 106px;
    top: -100px;
}
.s5_w1_left_img2 img {
    width: 117%;
    padding-top: 14%;
}
.s5_work_link1 {
    padding-top: 15%;
}
.s5_w2_left_img2 img {
    width: 100%;
}
.s5_w2_right_img2 img {
    width: 110%;
    position: relative;
    top: -261px;
    left: 13px;
}
.s5_w2_left_img2 img {
    width: 133%;
    padding-top: 7%;
}
.sr_img img {
    width: 66%;
}
.s5_w2_left_img112 img {
    width: 50%;
    padding-left: 23px;
    padding-top: 5%;
}



.sr_he h2 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    color: white;
}
 
.sr_he {
    text-align: center;
    padding-left: 12%;
}

.heading3-left3 h2 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4em;
    color: white;
}
.paaragraph4 p {
    color: white;
    font-family: "Arial", Sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.left3-inner2 {
    width: 50%;
}
.sec3-right3 {
    width: 50%;
}
.heading3-left3 h2 {
    margin: 14px 0 0 0;
}
.s5_w_left_img1 img {
    width: 100%;
}
.s5_w_right_img1 img {
    width: 100%;
}
 
.s5_w_right_img1 img {
    width: 115%;
    position: relative;
    left: -72px;
    top: 70px;
}
.s5_w1_left_img1 {
    margin-top: 5%;
    margin-left: 4%;
}
.s5_work_main_img1 {
    display: flex;
}
.s5_w1_right_img1 img {
    width: 63%;
    position: relative;
    top: 50px;
    left: 28%;
}
.s5_w_left_img1 img {
    width: 90%;
}
.s5_w1_right_img1 img {
    width: 63%;
    position: relative;
    top: 77px;
    left: 28%;
}
.heading3-left.newdv h2 {
    font-size: 38px !important;
}
.s5_w_right_img111 img {
    width: 93%;
}
.s5_w1_left_img212 img {
    width: 110%;
}
.s5_w1_left_img212 img {
    width: 122%;
}
.s5_w1_right_img121 img {
    width: 72%;
    position: relative;
    left: 75px;
}
.s5_work_main_img12 {
    display: flex;
    gap: 53px;
    padding-top: 5%;
}
.R1 {
    PADDING-RIGHT: 31%;
    PADDING-LEFT: 8%;
    PADDING-TOP: 20%;
}
.sec3-right111 {
    WIDTH: 50%;
}



.sr_he111 H2 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
    color: white;
}
.s5_w_left_img:hover {
    transform: translateY(-10px);
}
.s5_w_left_img img {
    width: 100%;
    transition: transform 0.1s ease;
}




.s5_w_right_img:hover {
    transform: translateY(-10px);
}
.s5_w_right_img img {
   
    transition: transform 0.1s ease;
}
.s5_w1_left_img:hover{
    transform: translateY(-10px);
}
.s5_w1_left_img img{
     
    transition: transform 0.1s ease;
}
img{
    transition: transform 0.1s ease;
}
.s5_w2_left_img:hover{
    transform: translateY(-10px);
}
.s5_w1_right_img:hover{
    transform: translateY(-10px);
}
.s5_w2_right_img:hover{
    transform: translateY(-10px);
}
.heading-left2.plpl {
    padding-left: 12%;
    padding-top: 4%;
}
.heading-sec1 {
    padding: 26px 0px 0px 0px;
}

.s5_w_left_img2:hover{
    transform: translateY(-10px);
}


.s5_w_right_img2:hover{
    transform: translateY(-10px);
}

.s5_w1_left_img2:hover{
    transform: translateY(-10px);
}

.s5_w1_right_img2:hover{
    transform: translateY(-10px);
}


.s5_w2_right_img2:hover{
    transform: translateY(-10px);
}

.s5_w2_left_img2:hover {
    transform: translateY(-10px);
}


.s5_w2_right_img2:hover {
    transform: translateY(-10px);
}

.s5_w_left_img1:hover {
    transform: translateY(-10px);
}

.s5_w_right_img1:hover {
    transform: translateY(-10px);
}

.s5_w1_left_img1:hover {
    transform: translateY(-10px);
}

.s5_w1_right_img1:hover {
    transform: translateY(-10px);
}

img{
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.s5_w_left_img:hover{
    transform: translateY(-10px);
}
.s5_w_right_img111:hover{
    transform: translateY(-10px);
}
.s5_w1_left_img212:hover{
    transform: translateY(-10px);
}
.s5_w1_right_img121:hover{
    transform: translateY(-10px);
}
.sec3-inner.ioio {
    padding-top: 10%;
    padding-bottom: 10%;
}


.section5_work.popop {
    padding-bottom: 8%;
}
.sr_img1111 img {
    width: 65%;
}
.sr_img1111 {
    text-align: center;
}
















 

/* PRODUCTS */
.product {
    position: relative;
    overflow: hidden;
    
  }
  
  .product-category {
    padding: 0 10vw;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px;
    text-transform: capitalize;
  }
  
  .product-container {
  
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
  }
  
  .product-container::-webkit-scrollbar {
    display: none;
  }
  .product-card {
    flex: 0 0 auto;
    width: 430px;
    height: 473px;
    margin-right: 17px;
}
section.product {
    margin-left: 2%;
    margin-right: 2%;
}
.product-image {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
  
  .product-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .discount-tag {
    position: absolute;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    color: #ff7d7d;
    right: 10px;
    top: 10px;
    text-transform: capitalize;
  }
  
  .card-btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    width: 90%;
    text-transform: capitalize;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
    opacity: 0;
  }
  
  .product-card:hover .card-btn {
    opacity: 1;
  }
  
  .card-btn:hover {
    background: #ff7d7d;
    color: #fff;
  }
  
  .product-info {
    width: 100%;
    height: 100px;
    padding-top: 10px;
  }
  
  .product-brand {
    text-transform: uppercase;
  }
  
  .product-short-description {
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    opacity: 0.5;
    text-transform: capitalize;
    margin: 5px 0;
  }
  
  .price {
    font-weight: 900;
    font-size: 20px;
  }
  
  .actual-price {
    margin-left: 20px;
    opacity: 0.5;
    text-decoration: line-through;
  }
  
  .pre-btn, .nxt-btn {
    border: none;
    width: 10vw;
    height: 100%;
    /* position: absolute; */
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    cursor: pointer;
    z-index: 8;
}
  
 
  
  .nxt-btn {
    right: 0;
  }
  
  .pre-btn img,
  .nxt-btn img {
    opacity: 0.2;
  }
  
  .pre-btn:hover img,
  .nxt-btn:hover img {
    opacity: 1;
  }
  
  .collection-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  
  .collection {
    position: relative;
  }
  
  .collection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .collection p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
  }
  
  .collection:nth-child(3) {
    grid-column: span 2;
    margin-bottom: 10px;
  }
  








  i.fa-solid.fa-chevron-right {
    color: wheat;
    font-size: 36px;
}
i.fa-solid.fa-chevron-left {
    color: wheat;
    font-size: 36px;
}

button.nxt-btn {
    position: relative;
    left: 1162px;
}
button.pre-btn {
    position: relative;
    top: 290px;
    left: -34px;
}
h2.product-category {
    margin: 0;
}
h2.product-category {
    margin-bottom: -33px;
    margin-top: 83px;
}
button.nxt-btn {
    position: relative;
    top: 268px;
    right: -34px;
}.fp {
    padding-bottom: 12%;
}.header_nav ul li a:hover {
    border-bottom: 3px solid white;
    padding-bottom: 10px;
}
.product-category {
    padding: 0 10vw;
    color: white;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    font-family: "Playfair Display", Sans-serif;
    font-size: 50px;
    text-transform: capitalize;
}
.product-category2 {
    padding: 0 10vw;
    color: white;
    font-weight: 500;
    margin: 0;
    text-align: center;
    margin-bottom: 40px;
    font-family: "Playfair Display", Sans-serif;
    font-size: 50px;
    text-transform: capitalize;
}
h2.product-category2 {
    padding-top: 14%;
}
h2.product-category2 {
    margin-bottom: -34px;
}






@media (max-width: 767px) {
    .container {
        width: 100%;
         
    }
    .header {
        display: none;
    }
    .s1_heading {
        position: relative;
        padding-top: 31px;
        padding-bottom: 16px;
    }
     
    .s2_inner {
        display: unset;
         
    }
    .s2_left {
        width: 100%;
    }
    .s2_r img {
        position: unset;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 1.5s ease;
    }
    .s2_right {
        width: 100%;
    }
    .text-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 20px;
        font-family: Arial, sans-serif;
        text-transform: uppercase;
        border: 2px solid #fff;
        padding: 31px 31px;
        /* background: rgba(0, 0, 0, 0.5); */
        cursor: pointer;
        
        font-weight: 600;
        letter-spacing: 6px;
    }
    .section2 {
        padding: 0 8px;
    }
    .s2_r {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding-left: 0;
        padding-top: 5%;
    }
    
    .s2_left {
        width: 100;
    }
    .s1_inner_p p {
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 11px;
        font-weight: normal;
        text-transform: none;
        text-align: center;
        font-style: normal;
        line-height: 22px;
        letter-spacing: 4px;
        -webkit-text-stroke-color: #000;
        stroke: #000;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
        margin: 20px;
    }
    .s1_inner_p {
        margin-top: -179px;
    }
    .footer_main_heading h2 {
        font-size: 35px;
    }
    .footer_paragraph p {
        font-family: "Arial", Sans-serif;
        font-size: 17px;
        font-weight: 200;
        text-transform: uppercase;
        font-style: normal;
        line-height: 29px;
        letter-spacing: 5px;
        color: white;
        padding-left: 5%;
        text-align: center;
        padding-right: 5%;
    }
    .social_inner {
        display: flex;
    }
     
    .social_right span {
        font-family: "Arial", Sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        font-style: normal;
        line-height: 49px;
        text-decoration: none;
        color: white;
    }
    .sec-inner2 {
        display: unset;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .left-sec2 {
        width: 100%;
    }
    .sec2-right {
        width: 100%;
    }.sec3-inner {
        display: unset;
        flex-wrap: wrap;
        align-items: center;
    }
    .left3-inner {
        width: 100%;
    }.sec3-right {
        width: 100%;
    }
    .s5_work_inner {
        display: unset;
    }
    .s5_work_left {
        width: 100%;
    }
    .s5_Work_right {
        width: 100%;
    }
    .sec-5-both {
        display: unset;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        gap: 70px;
    }.left-sec5 {
        text-align: center;
        width: 100%;
    }
    .s5_work_main_img {
        display: unset;
        /* flex-wrap: wrap; */
        gap: 52px;
    }
    .s5_w_right_img img {
        width: 100%;
    }
    .s5_w1_right_img img {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
    }
    .s5_w2_right_img img {
        width: 100%;
        position: relative;
        left: 0;
    }
    .s5_w2_right_img {
        position: relative;
        left: 0;
        top: 0;
    }
    .s5_w_left_img2 img {
        width: 100%;
    }
    .s5_w_left_img2 {
        position: relative;
        left: 0;
    }
    .s5_work_main_img2 {
        display: unset;
    }
    .s5_w2_left_img112 img {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }
    .R1 {
        PADDING-RIGHT: 0;
        PADDING-LEFT: 0;
        PADDING-TOP: 20%;
    }
    .s5_m_p {
        padding-left: 0;
    }
    .s5_s_headng {
        padding-left: 0;
    }
    .sr_he {
        text-align: center;
        padding-left: 0;
    }
    .left3-inner2 {
        width: 100%;
    }
    .sec3-right3 {
        width: 100%;
    }
    .s5_work_main_img1 {
        display: unset;
    }
    .s5_w1_right_img1 img {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
    }
    .sec3-right111 {
        WIDTH: 100%;
    }
    .s5_work_main_img12 {
        display: unset;
        gap: 53px;
        padding-top: 5%;
    }
    .s5_sub_main_heading h1 {
        font-family: "Playfair Display", Sans-serif;
        font-size: 36px;
        margin: 0;
        font-weight: 300;
        text-transform: capitalize;
        line-height: 1.4em;
        color: white;
    }
    .heading-sec1 h2 {
        font-family: "Hind Guntur", Sans-serif;
        font-size: 35px;
        font-weight: 600;
        text-transform: none;
        font-style: normal;
        line-height: 53px;
        letter-spacing: 10.5px;
        text-shadow: 0px 0px 50px #F20000;
        mix-blend-mode: screen;
        text-align: center;
        color: white;
    }
    .section2-work {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
    }
    .heading-left2.plpl {
        padding-left: 0;
        padding-top: 4%;
    }
    .image-sec2 {
        text-align: center;
    }
    .s5_w2_left_img img {
        width: 100%;
        padding-top: 52%;
    }
    .s5_Work_right {
        width: 100%;
        text-align: center;
        padding-top: 10%;
    }
    .s5_sub_liness p {
        color: white;
        font-family: "Playfair Display", Sans-serif;
        font-size: 27px;
        font-weight: 300;
        text-transform: capitalize;
        margin: 0;
        line-height: 1.4em;
    }
    .s5_m_p p {
        columns: 1;
        text-align: left;
        color: #FFFFFF;
        font-family: "Arial", Sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 1.4em;
        text-align: center;
    }
    .heading-5sec h2 {
        font-family: "Playfair Display", Sans-serif;
        font-size: 26px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 1.2em;
        color: white;
        text-align: center;
    }
    .s5_w_right_img2 img {
        position: relative;
        left: 0;
        top: 16px;
    }
    .s5_w_right_img2 img {
        width: 100%;
    }
    .s5_w1_left_img2 img {
        width: 100%;
        padding-top: 14%;
    }
    .s5_w1_right_img2 {
        padding-top: 23px;
    }
    .s5_w2_right_img2 img {
        width: 100%;
        position: relative;
        top: 5px;
        left: 0px;
    }
    .s5_w2_left_img2 img {
        width: 100%;
        padding-top: 7%;
    }
    .s5_w2_left_img112 img {
        width: 100%;
        padding-left: 0;
        padding-top: 5%;
    }.R1 {
        PADDING-RIGHT: 0;
        PADDING-LEFT: 0;
        PADDING-TOP: 0;
    }
    .sr_img {
        text-align: center;
    }
    .lines3 {
        text-align: center;
    }
    .heading3-left3 h2 {
        margin: 14px 0 0 0;
        text-align: center;
        font-size: 23px;
    }.paaragraph4 {
        padding: 0 27px;
    }
    .s5_w_left_img1 img {
        width: 99%;
    }
    .s5_work_link img {
        width: 100%;
    }
    .sr_he111 H2 {
        font-family: "Playfair Display", Sans-serif;
        font-size: 49px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 1.2em;
        color: white;
        text-align: center;
    }
    .s5_w1_left_img212 img {
        width: 100%;
        padding-top: 7%;
    }
    .s5_w1_right_img121 img {
        width: 100%;
        position: relative;
        left: 0;
    }
    .s5_w1_left_img1 {
        margin-top: 8%;
        margin-left: 0%;
    }
    .s5_w1_right_img1 {
        padding-top: 6%;
    }
    .heading3-left h2 {

        font-family: "Playfair Display", Sans-serif;
        font-size: 40px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.4em;
        color: white;
        text-align: center;
    }
    .paaragraph3 {
        padding-left: 4%;
        padding-right: 4%;
    }.section5_work {
        padding-left: 4%;
        padding-right: 4%;
    }
    .s5_w_right_img {
        padding-top: 4%;
    }
    .s5_w1_left_img {
        width: 90%;
        position: relative;
        top: 11px;
    }
    .s5_w1_right_img {
        padding-top: 7%;
    }

    .paaragraph3 p {
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 17px;
        font-weight: 300;
        line-height: 25px;
        text-align: center;
    }
    .section3-work {
        margin-top: 0;
        margin-bottom: 150px;
    }
    .s5_w1_right_img2 img {
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
    }.s5_w2_left_img112 img {
        width: 100%;
        padding-left: 23px;
        padding-top: 5%;
    }
    .social_left span {
        font-family: "Arial", Sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        font-style: normal;
        line-height: 49px;
        color: white;
        text-decoration: none;
    }
    .social_right img {
        position: relative;
        top: 15px;
        right: 10px;
    }
    .social_left img {
        position: relative;
        top: 13px;
        right: 10px;
    }
    .s2_paragraph p {
        font-family: "Arial", Sans-serif;
        font-size: 33px;
        font-weight: 500;
        text-transform: none;
        margin: 4px 11px 0 0;
        font-style: normal;
        line-height: 41px;
        color: white;
        text-align: end;
        text-shadow: 0px 0px 50px rgba(231, 6.528260869565205, 6.528260869565205, 0.83);
    }
    .text-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 22px;
        font-family: Arial, sans-serif;
        text-transform: uppercase;
        border: 2px solid #fff;
        padding: 18px 18px;
        /* background: rgba(0, 0, 0, 0.5); */
        cursor: pointer;
        font-weight: 600;
        letter-spacing: 6px;
    }
    .s2_left {
        padding-top: 16%;
    }
    .social_left {
        text-align: center;
    }
    .social_right {
        text-align: center;
    }
    .footer_sub_line {
        display: unset;
        justify-content: center;
        gap: 18px;
        padding-top: 3%;
        padding-bottom: 1%;
    }
    .f_sub_right h2 {
        color: #c36;
        text-align: center;
        font-family: "Arial", Sans-serif;
        font-size: 20px;
        font-weight: normal;
        text-transform: none;
        font-style: normal;
        line-height: 24px;
        border-left: 2px solid white;
        padding-left: 33px;
        margin: 0;
        margin-bottom: 15px;
    }
    .f_sub_left {
        padding-top: 3%;
    }
    .f_sub_left h2 {
        text-align: center;
        color: #FFFFFF;
        font-family: "Arial", Sans-serif;
        font-size: 16px;
        font-weight: normal;
        text-transform: none;
        margin:0;
        font-style: normal;
        padding-top: 12px;
        line-height: 24px;
        padding-right: 13px;
    }
    .s1_heading h1 {
        font-family: "Hind Guntur", Sans-serif;
        font-size: 41px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        font-style: normal;
        line-height: 1em;
        letter-spacing: 10.5px;
        text-shadow: 0px 0px 90px rgba(249.4312477111816, 0.5422418428503917, 0.5422418428503917, 0.99);
        color: #FFFFFF;
    }
    .s1_img1 img {
        width: 117px;
        position: relative;
        left: 11px;
        top: 409px;
    }
    .s1_img2 img {
        width: 81%;
        /* position: relative; */
        margin-left: 37px;
        margin-top: -7px;
    }
    .s1_img3 {
        width: 110px;
        position: relative;
        top: -276px;
        left: 318px;
    }
    .s1_about_inner {
        display: unset;
    }
    .s1_about_left {
        width: 100%;
    }
    .s1_about_heading h2 {
        font-family: "Hind Guntur", Sans-serif;
        font-size: 42px;
        text-transform: uppercase;
        letter-spacing: 10.5px;
        text-shadow: 0px 0px 50px rgba(231, 6.999999999999994, 6.999999999999994, 0.83);
        color: white;
        line-height: 52px;
        text-align: center;
        margin: 0;
    }
    .s1_about_heading {
        padding-right: unset;
    }
    .s1_about_paragraphh {
        padding-right: unset;
    }

    .s1_about_paragraphh p {
        text-align: center;
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 17px;
        margin: 0;
        font-weight: 300;
        line-height: 1.4em;
    }
    .s1_about_right {
        width: 100%;
    }
    .s1_about_paragraphh p {
        text-align: center;
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 19px;
        margin: 0;
        font-weight: 300;
        line-height: 1.4em;
        padding-left: 25px;
        padding-right: 25px;
    }
    .s1_about_sub_heading {
        padding-top: 4%;
        padding-bottom: 4%;
    }
    .product-category {
        padding: 0 10vw;
        color: white;
        font-weight: 600;
        text-align: center;
        margin-bottom: 40px;
        font-family: "Playfair Display", Sans-serif;
        font-size: 37px;
        text-transform: capitalize;
    }
    .product-category2 {
        padding: 0 10vw;
        color: white;
        font-weight: 500;
        margin: 0;
        text-align: center;
        margin-bottom: 40px;
        font-family: "Playfair Display", Sans-serif;
        font-size: 35px;
        text-transform: capitalize;
    }
   
    button.nxt-btn {
        position: relative;
        left: 334px;
    }
    button.pre-btn {
        position: relative;
        top: 303px;
        left: 6px;
    }
    .s1_quote_inner {
        display: unset;
        flex-wrap: wrap;
    }
    .s1_q_left {
        width: 100%;
    }
    .s1_quote_right {
        width: 100%;
    }
    .s2_quote_inner {
        display: unset;
        flex-wrap: wrap;
    }.s2_left_q {
        width: 100%;
    }
    .s2_q_right {
        width: 100%;
    }
    .s3_quote_inner {
        display: unset;
        flex-wrap: wrap;
        padding-top: 5%;
    }
    .s3_quote_left {
        width: 100%;
    }
    .s3_quote_right {
        width: 93%;
        margin: auto;
    }
    .section4_quote {
        padding: 0 5%;
    }
    .s4_q_right {
        width: 100%;
        padding-bottom: 8%;
    }
    .s4_quote_inner {
        display: unset;
        flex-wrap: wrap;
    }
    .s4_quote_left {
        width: 100%;
    }
    .s4_q_right {
        width: 100%;
    }
    .s3_quote_right_img img {
        width: 100%;
    }
    .s3_quote_right_img {
        padding-left: unset;
    }
    .s4_quote_right_img {
        padding-left: unset;
        padding-right: unset;
    }
    .s4_Q_heading {
        padding-left: unset;
    }
    .s4_q_paragraph {
        padding-left: unset;
    }
    .s3_quoteparagrpah p {
 
        padding-right: unset;
         
    }
    .s1_q_paragraph p {
        padding-right: unset;
        
        
    }
    .s1_q_paragraph p {
        text-align: center;
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 24px;
        font-weight: 300;
        line-height: 1.4em;
    }
    .s2_left_img_q img {
        width: 100%;
    }
    .s2_right_q_heading h2 {
        font-family: "Arial", Sans-serif;
        font-size: 30px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 1em;
        text-shadow: 0px 0px 32px rgba(255, 0, 0, 0);
        color: white;
        text-align: center;
    }
    .s2_rght_paragraph {
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 19px;
        font-weight: 400;
        text-align: center;
        line-height: 1.4em;
    }
    .s3_quote_heading h2 {
        font-family: "Arial", Sans-serif;
        font-size: 30px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 1em;
        color: white;
        text-align: center;
        padding-right: 29%;
        margin: 0;
    }
    .s3_quoteparagrpah p {
        text-align: center;
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 20px;
        padding-right: unset;
        font-weight: 400;
        line-height: 1.4em;
    }
    .s4_Q_heading h2 {
        font-family: "Arial", Sans-serif;
        font-size: 30px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 1em;
        color: white;
        text-align: center;
    }
    .s4_q_paragraph p {
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 19px;
        font-weight: 400;
        line-height: 1.4em;
        text-align: center;
    }
    .s4_q_arurthor h2 {
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.4em;
        text-align: center;
    }
    .s4_q_arurthor {
        padding-left: unset;
        padding: unset;
    }
    .section1_quote {
        padding-left: 5%;
        padding-right: 5%;
    }.s1_quote_right {
        padding-top: 8%;
    }
    .s2_quote {
        padding: 0 5%;
    }
    .S3_QUOTE_aurthor h2 {
        text-align: center;
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.4em;
    }
    .S3_QUOTE_aurthor {
        padding-right: unset;
        padding-top: 0%;
        padding-bottom: 6%;
    }
    .s3_quote_heading h2 {
       
        padding-right: unset;
        margin: 0;
    }
    .product-card {
        flex: 0 0 auto;
        width: 430px;
        height: 473px;
        margin-right: unset;
    }
    section.product {
        margin-left: 5%;
        margin-right: 5%;
    }
    .s1_about_right {
        margin-top: 10%;
    }
    .s1_about_img2 {
        text-align: end;
        position: relative;
        top: -105px;
        left: -10px;
    }
    .s3_abt_heading h2 {
        font-family: "Arial", Sans-serif;
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase;
        font-style: normal;
        color: white;
        line-height: 100px;
        letter-spacing: 7px;
        margin: 0;
        text-shadow: 0px 0px 43px rgba(244.93124771118167, 25.664541586005107, 25.664541586005107, 0.79);
    }
    .s3_abt_paragrpah p {
        columns: 1;
        text-align: center;
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 25px;
        font-weight: 400;
        margin: 0;
        line-height: 33px;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    }
    .s3_abtme_inner {
        width: 89%;
        margin: auto;
    }
    .s1_about_paragraphh br {
        display: none;
    }
    .s7_abt_img {
        display: unset;
        

    }
    .s7_abtme_left_img img {
        width: 31%;
        position: relative;
        top: 600px;
    }
    .s7_abtme_left_img {
        margin-top: -158px;
    }
    .s7_abtme_right_img {
        margin-left: 25px;
    }
    .s7_abtme_left_img img {
        width: 31%;
        position: relative;
        top: 600px;
        left: 11px;
    }
    .s3_abt_heading h2 {
        font-family: "Arial", Sans-serif;
        font-size: 25px;
        font-weight: bold;
        text-transform: uppercase;
        font-style: normal;
        color: white;
        line-height: 100px;
        letter-spacing: 7px;
        margin: 0;
        text-shadow: 0px 0px 43px rgba(244.93124771118167, 25.664541586005107, 25.664541586005107, 0.79);
    }
    .s4_right_img {
        width: 93%;
    }
    .s4_left_abt_img img {
        width: 79%;
    }
    .s4_abt_me_right_heading h2 {
        text-align: end;
        color: white;
        text-align: right;
        font-family: "Arial", Sans-serif;
        font-size: 11px;
        font-weight: 200;
        text-transform: uppercase;
        font-style: normal;
        line-height: 30px;
        letter-spacing: 5px;
    }
    .s4_left_abt_img img {
        width: 86%;
        position: relative;
        left: 20px;
        top: 254px;
    }
    .s4_left_abt {
        display: flex;
        flex-wrap: unset;
    }
    
    .s1_about_sub_heading h2 {
        text-align: center;
        color: var( --e-global-color-primary );
        font-family: "Arial", Sans-serif;
        font-size: 18px;
        font-weight: normal;
        margin: 0;
        text-transform: lowercase;
        letter-spacing: 12px;
        color: white;
    }
    .s1_about_sub_heading {
        padding-right: unset;
    }

}
@media (min-width: 768px) and (max-width: 967px){
    .container {
        width: 100%;
        margin: auto;
    }
    .s1_heading h1 {
        font-family: "Hind Guntur", Sans-serif;
        font-size: 5.8vw;
        font-weight: bold;
        text-transform: uppercase;
        font-style: normal;
        line-height: 1em;
        letter-spacing: 10.5px;
        text-shadow: 0px 0px 90px rgba(249.4312477111816, 0.5422418428503917, 0.5422418428503917, 0.99);
        color: #FFFFFF;
    }
    .s1_img2 img {
        width:100%;
        
    }
    .s1_q_paragraph p {
        text-align: right;
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 22px;
        font-weight: 300;
        line-height: 1.4em;
    }.s2_rght_paragraph {
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.4em;
    }.s3_quote_right_img {
        padding-left: 0;
    }.s5_work_link img {
        width: 100%;
    }.s5_work_link1 img {
        width: 100%;
    }
    .s5_w1_right_img121 img {
        width: 88%;
        position: relative;
        left: 0px;
    }
    .s5_sub_main_heading h1 {
        font-family: "Playfair Display", Sans-serif;
        font-size: 36px;
        margin: 0;
        font-weight: 300;
        text-transform: capitalize;
        line-height: 1.4em;
        color: white;
    }
    .s5_w_right_img1 img {
        width: 115%;
        position: relative;
        left: -61px;
        top: 0;
    }


    .heading-sec1 h2 {
        font-family: "Hind Guntur", Sans-serif;
        font-size: 55px;
        font-weight: 600;
        text-transform: none;
        font-style: normal;
        line-height: 78px;
        letter-spacing: 10.5px;
        text-shadow: 0px 0px 50px #F20000;
        mix-blend-mode: screen;
        text-align: center;
        color: white;
    }

    .heading-left2 h2 {
        font-family: "Playfair Display", Sans-serif;
        font-size: 41px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 1.2em;
        color: white;
        text-align: center;
    }








    .s1_img1 img {
        width: 260px;
        position: relative;
        left: 50px;
        top: 700px;
    }
    .s1_img3 {
        width: 260px;
        position: relative;
        top: -350px;
        left: 500px;
    }
    .s1_inner_p {
        margin-top: -360px;
    }.s2_paragraph p {
        font-family: "Arial", Sans-serif;
        font-size: 24px;
        font-weight: 500;
        text-transform: none;
        margin: 4px 11px 0 0;
        font-style: normal;
        line-height: 47px;
        color: white;
        text-align: end;
        text-shadow: 0px 0px 50px rgba(231, 6.528260869565205, 6.528260869565205, 0.83);
    }
    .s1_about_paragraphh p {
        text-align: right;
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 27px;
        margin: 0;
        font-weight: 300;
        line-height: 1.4em;
    }
    .text-overlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 13px;
        font-family: Arial, sans-serif;
        text-transform: uppercase;
        border: 2px solid #fff;
        padding: 31px 31px;
        /* background: rgba(0, 0, 0, 0.5); */
        cursor: pointer;
        font-weight: 600;
        letter-spacing: 6px;
    }.s1_heading h1 {
        font-family: "Hind Guntur", Sans-serif;
        font-size: 5.8vw;
        font-weight: bold;
        text-transform: uppercase;
        font-style: normal;
        line-height: 1em;
        letter-spacing: 10.5px;
        text-shadow: 0px 0px 90px rgba(249.4312477111816, 0.5422418428503917, 0.5422418428503917, 0.99);
        color: #FFFFFF;
        margin-top: 62px;
    }.f_sub_left h2 {
        text-align: center;
        color: #FFFFFF;
        font-family: "Arial", Sans-serif;
        font-size: 15px;
        font-weight: normal;
        text-transform: none;
        font-style: normal;
        line-height: 24px;
        padding-right: 13px;
    }
    .container {
        width: 100%;
        margin: auto;
    }.container {
        width: 100%;
        margin: auto;
    }
    .s7_abtme_left_img img {
        width: 100%;
    }
}


@media (min-width: 968px) and (max-width: 1280px){
    .container {
        width: 100%;
        margin: auto;
    }
    .s5_w_right_img1 img {
        width: 115%;
        position: relative;
        left: -72px;
        top: 0;
    }
    .s5_w1_right_img2 img {
        width: 61%;
        position: relative;
        left: 85px;
        top: -69px;
    }
    .s5_sub_main_heading h1 {
        font-family: "Playfair Display", Sans-serif;
        font-size: 37px;
        margin: 0;
        font-weight: 300;
        text-transform: capitalize;
        line-height: 1.4em;
        color: white;
    }
    .s4_q_paragraph p {
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4em;
    }    .s5_w1_right_img121 img {
        width: 85%;
        position: relative;
        left: 11px;
    }
    .s1_about_heading h2 {
        font-family: "Hind Guntur", Sans-serif;
        font-size: 51px;
        text-transform: uppercase;
        letter-spacing: 10.5px;
        text-shadow: 0px 0px 50px rgba(231, 6.999999999999994, 6.999999999999994, 0.83);
        color: white;
        line-height: 77px;
        text-align: right;
        margin: 0;
    }

    .s2_rght_paragraph {
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.4em;
    }.s1_q_paragraph p {
        text-align: right;
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 31px;
        font-weight: 300;
        line-height: 1.4em;
    }.s4_q_paragraph p {
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.4em;
    }

    .s3_abt_paragrpah p {
        columns: 1;
        text-align: center;
        color: white;
        font-family: "Arial", Sans-serif;
        font-size: 26px;
        font-weight: 400;
        line-height: 45px;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    }
}


 