/* 0 common css */
/* 1 hero section */
/* 2 old about section */
/* 3 our products  */
/* 4 footer  */
/* 5 Floating whatsapp  */
/* 6 new about us section  */


/* 0 common css  start */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: rgba(66, 31, 16, 0.7);
    background-color: #ffebd6;
    overflow-x: hidden;
    font-family: 'Lora-Regular';
}

html {
    margin: 0 auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

a,
a:hover {
    text-decoration: none;
}

.container {
    max-width: 85%;
}

.font100 {
    font-size: 100px;
    line-height: 125px;
}

.font60 {
    font-size: 50px;
}

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

.bold {
    font-family: 'Recoleta-RegularDEMO';
}

.g-bold {
    font-family: 'Recoleta-RegularDEMO';
}

.regular {
    font-family: 'Lora-Regular';
}

@font-face {
    font-family: 'Recoleta-RegularDEMO';
    src: url("./fonts/Lora/Recoleta-RegularDEMO.otf");
}

@font-face {
    font-family: 'Lora-Regular';
    src: url("./fonts/Lora/Lora-Regular.ttf");
}

@font-face {
    font-family: 'Recoleta-RegularDEMO';
    src: url("./fonts/Lora/Recoleta-RegularDEMO.otf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.pt {
    padding-top: 150px;
}

.pb {
    padding-bottom: 100px;
}

.img100 {
    width: 100%;
}

.sub-title-margin {
    margin-bottom: 20px;
}

p {
    /* line-height: 32px; */
    letter-spacing: 0.6px;
    font-family: 'Lora-Regular';
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #7A5C4B;
  }
  
  ::selection {
    color: #fff;
    background: #7A5C4B;
  }

/* 0 common css end */



/* 1 hero sec css start */

.hero-sec {
    margin-top: 55px;
    padding-bottom:60px;
    /* position: relative; */
}
.hero-container{
    position: relative;
}
.head-logo {
    width: 100px;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    /* right: 0; */
    top: -30px;
    z-index: 1;
}

.hero-heading {
    display: flex;
    align-items: center;
}



/* 1 hero sec css end */


/* 2 about sec css start */

.abt-img {
    width: 440px;
}

/* .abt-para-top{
    max-width: 650px;
    font-size: 30px;
    line-height: 52px;
} */
.abt-para {
    max-width: 1100px;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 52px;
}

.o-product-head {
    margin-bottom: 40px;
    text-align: center;
}

.abt-row {
    justify-content: center;
}

/* 2 about sec css end */


/* 3 our products sec css start */


.product-number h2 {
    color: #0A8082;
    line-height: 121px;
    font-size: 140px;
}

.product-box {
    display: flex;
    row-gap: 15px;
    flex-direction: column;
}

.box-left {
    padding-left: 100px;
    padding: 100px 0px 100px 200px;
}

.box-right {
    padding-right: 100px;
    padding: 100px 200px 100px 0px;

}
.pr-detail p {
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.6px;
}
.pr-right{
    justify-content: end;   
}
/* 3 our products sec css end */



/*  4 footer sec css start */
.footer-sec {
    padding: 30px 0px;
    background-color: #dfbf9e;
}

.footer-logo {
    width: 100px;
}

.f-row {
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 25px;
}

.f-row a {
    color: rgba(66, 31, 16, 0.7);
    transition: all 0.4s;
    font-size: 18px;
}

.f-row a:hover {
    color: #000;
}

.footer-logo {
    margin: auto;
}

/*  4 footer sec css end */


/* 5 whatsapp css start */
#whatsapp-button {
    position: fixed;
    right: 14px;
    bottom: 30px;
    z-index: 11111;
}

#whatsapp-button ul li {
    padding: 8px;
}

#whatsapp-button ul li a {
    color: #fdcc06;
    z-index: 11111;
}

#whatsapp-button ul li i {
    background: #685D2E;
    width: 50px;
    padding-left: 15px;
    padding-top: 12px;
    border-radius: 50%;
    height: 50px;
    font-size: 24px;
}

.fa-whatsapp:before {
    content: "\f232";
    color: #fdcc06;
    z-index: 11111;
}

.fa-file-arrow-down:before,
.fa-file-download:before {
    content: "\f56d";
    color: #fdcc06;
    z-index: 11111;
}

#pdf-button {
    position: fixed !important;
    right: 14px;
    bottom: 120px;
    z-index: 100000000;
    border-radius: 100%;
    padding: 5px;
    /* color: white!important; */
    display: inline-block;
}

li {
    list-style-type: none;
}

/* 5 whatsapp css end */


/* 6 new about us section start */
.n_abt-us-sec{
    background-color: #5E3D25;
    color: #fff;
    padding-bottom: 100px;
}
.abt-row{
    margin-top: -100px;
}

.abt-top-img{
    width:500px;
    margin-top: -100px;
}
.abt-bottom-img{
    width:350px;
    margin-top:120px;
}
.abt-row{
    justify-content: end;
    align-items: end;
}



/* pr-img */
.pr-outer{
    display: flex;
    align-items: center;
    height: 100%;
}
.pr-img {
    width: 450px;
    margin: auto;
    padding-top: 120px;
}
/* pr-img */


@media (min-width: 1800px) { 


}

@media (max-width: 1800px) { 
    .abt-top-img {
        width: 350px;
        margin-top: -100px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
/* Your styles for screen sizes between 1200px and 992px go here */
.abt-top-img {
width: 350px;
margin-top: -100px;
}
.abt-row{
flex-direction: column;
align-items: start;
}

.abt-row .col-lg-4{
max-width: 90%;
}
.abt-bottom-img{
margin-top:0px;
}
.abt-bottom{
display: none;
}
.abt-row{
padding-top: 130px;
}

}

/* cmn media query */
@media screen and (max-width: 992px){
    .pr-img {
        width: 400px;
        margin: auto;
        padding-top:0px;
    }
    .abt-bottom{
        display: none;
    }
    .abt-bottom-img{
        margin-top:0px;
        }
        .abt-bottom{
        display: none;
        }
        .abt-row{
        padding-top: 130px;
        }

        /* pr-img */
        .pr-img {
            width: 315px;
        }
}

@media screen and (max-width: 767px){
    .n_abt-us-sec{
        margin-top: 150px;
    }

    /* pr-img */
    .pr1-row {
        flex-direction: row;
        flex-wrap: wrap-reverse;
    }
/* .pr-img{
    width:70%;
    margin: auto;
    padding-top: 40px;
} */


}

@media screen and (max-width: 479px){
    .n_abt-us-sec{
     margin-top:100px;
 padding-bottom: 50px;
    }
    .abt-top-img{
        width: 100%;
    }
    .n_abt-para{
        font-size: 18px;
line-height: 32px;
    }

/* pr-img */
.pr1-row{
    flex-direction: column-reverse;
}
.pr-img {
    width: 90%;
    margin: auto;
    padding-top: 40px;
}

}



/* 6 new about us section   end */