@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
} 

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    color: #000;
    background: #ffffff;
    overflow-x: hidden;
}

@font-face {
    font-family: "Big Caslon";
    src: url(../fonts/BigCaslonFB-Bold.woff);
}

input,
textarea,
button {
    font-family: 'Roboto', sans-serif;
    outline: none;
}

button,
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

.btn-primary {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FBFBFB;
    width: 210px;
    height: 50px;
    background: #61CE70;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 32px;
    border: 2px solid #61ce70;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #9bb5c4;
    margin: 0;
    padding: 0;
    font-family: "Big Caslon";
}

input,
select {
    outline: none;
}

a {
    text-decoration: none;
    color: #1b2642;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.transition {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

.list-none {
    margin: 0;
    padding: 0;
    list-style: none;
}

fieldset {
    border: none;
    padding: 0;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

img {
    padding: 0;
    margin: 0;
}


.container{
    width: 100%;
    max-width: 1280px;
    margin: auto;
}
.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo a {
    display: block;
}

.header-pages ul {
    display: flex;
    gap: 44px;
}

header#header {
    padding-bottom: 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.header-phone a {
    width: 200px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 121px;
    background: var(--5, #526A4E);
    color: var(--1, #FFF);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px; /* 142.857% */
    gap: 5px;
    position: relative;
}

.header-pages {
    padding: 0px 84px;
    padding-top: 30px;
    padding-bottom: 20px;
    position: relative;
    background-color: #fff;
    border-radius: 110px;
}

.header-pages::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 140px;
    height: 99px;
    right: -30px;
    top: -70px;
    transform: rotate(35deg);
}
.header-pages::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 140px;
    height: 109px;
    left: -31px;
    top: -78px;
    transform: rotate(326deg);
}
section.home-banner {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 25px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-main {
    width: 100%;
}

.banner-content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #00000042;
    align-items: end;
}

.banner-content h1 {
    color: var(--8, #221F20);
    font-family: Big Caslon;
    font-size: 67.236px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 40%;
}

.banner-btn a {
    width: 216px;
    height: 46px;
    display: flex;
    border-radius: 121px;
    background: var(--5, #526A4E);
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px; /* 142.857% */
}

.banner-content p {
    color: #32241B;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    letter-spacing: 0.2px;
}
.welcome-flex {
    display: flex;
    align-items: center;
}

.welcome-image h2 {
    color: var(--8, #221F20);
    font-family: Big Caslon;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 61.6px */
    display: flex;
    align-items: center;
    gap: 5px;
}

.welcome-image span {
    display: flex;
}

.welcome-content p {
    color: #68737D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; /* 25.2px */
    max-width: 78%;
}

span.sp1 {
    display: inline-block;
}

span.sp1 img {position: relative;top: 10px;}

section.hoem-welcome {margin: 100px 0px;position: relative;}

.about-right h2 {
    color: #000;
    font-family: Big Caslon;
    font-size: 191.023px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0.1;
    position: absolute;
    right: -200px;
    bottom: -80px;
}

.welcome-image img {
    display: block;
}
.future-1 {
    height: 830px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
}

.future-2 {width: 50%;background: var(--6, #495131);display: flex;justify-content: center;align-items: center;position: relative;}

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


img.sb2 {
    position: absolute;
    left: -80px;
    top: 20px;
}

.future-2-sub {
    position: relative;
}

span.sp1f {
    position: absolute;
}

.future-2-sub span {
    color: var(--Light-Brown, #FFF5EC);
    font-family: Big Caslon;
    font-size: 83.167px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 6.126px;
    text-transform: capitalize;
    opacity: 0.5;
    position: absolute;
}

span.sp3f {
    bottom: -60px;
    right: -50px;
}

span.sp2f {
    position: absolute;
    bottom: 70px;
    left: -50px;
}

span.sp1f {
    top: 50px;
    right: -45px;
}

section.home-future {
    margin-bottom: 100px;
}
.we-do-flex {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.we-do-image {
    width: 60%;
}

.we-do-content {
    width: 35%;
}

.we-do-content h2 {
    color: var(--8, #221F20);
    font-family: Big Caslon;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 61.6px */
    margin-bottom: 50px;
}

.we-flex {
    display: flex;
    gap: 25px;
    padding-bottom: 50px;
}

.we-sub-content h3 {
    color: var(--8, #221F20);
    font-family: Big Caslon;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 39.2px */
    margin-bottom: 13px;
}

.we-sub-content p {
    color: #68737D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; /* 25.2px */
    max-width: 70%;
}

.we-do-image h4 {
    color: var(--8, #221F20);
    font-family: Big Caslon;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 39.2px */
    margin-bottom: 8px;
}

.we-do-image span {
    color: #68737D;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 157.5%; /* 25.2px */
    display: inline-block;
    margin-bottom: 10px;
}

.we-do-image p {
    color: #68737D;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; /* 25.2px */
    margin-bottom: 50px;
}

.we-do-image h4 , .we-do-image span, .we-do-image p {
    max-width: 80%;
    margin-left: auto;
    display: block;
}

.we-icon {
    position: relative;
}

.we-icon::after {
    position: absolute;
    content: "";
    background-color: #526a4e;
    width: 3px;
    height: 140%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.we-flex:last-child .we-icon::after {
    height: 100%;
}

.leading-slides {width: 100%;max-width: 1440px;margin: auto;}

.leading-heading h2 {
    color: var(--1, #FFF);
    font-family: Big Caslon;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 61.6px */
    padding-bottom: 55px;
}

section.home-leading {
    background: var(--5, #526A4E);
    padding-top: 110px;
    margin-top: -100px;
}
.owl-nav {
    display: none !important;
}
.leading-content p {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; /* 25.2px */
    max-width: 42%;
    margin: auto;
}

.leading-content {
    padding: 50px 0px;
}
.landing-big-image {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.process-heading h2 {
    color: var(--1, #FFF);
    font-family: Big Caslon;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 61.6px */
    margin-bottom: 29px;
}

.process-content {
    display: flex;
    justify-content: space-between;
    max-width: 80%;
}

.process-content p {
    color: #DDD;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; /* 22.05px */
    max-width: 40%;
}

.leading-process {
    padding-top: 40px;
    padding-bottom: 100px;
}
.frequently-heading h2 {
    color: var(--8, #221F20);
    font-family: Big Caslon;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 61.6px */
    text-align: center;
    margin-bottom: 43px;
}

.name1 label {
    display: block;
    color: #272727;
    font-family: Roboto;
    font-size: 17.924px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.538px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.name1 input {
    width: 100%;
    height: 61px;
    display: block;
    border: 1.28px solid #E2E2E2;
    background: var(--White, #FFF);
}

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

.name1 {
    width: 49%;
    margin-bottom: 20px;
}

.frequently-form {padding: 35px;border: 1.28px solid rgba(39, 39, 39, 0.10);background: var(--white, #FFF);box-shadow: 0px 0px 51.21107px 0px rgba(0, 0, 0, 0.05);max-width: 90%;margin: auto;}


.name1:nth-child(3) {
    width: 100%;
}

.name1 select {
    width: 100%;
    height: 61px;
    display: block;
    border: 1.28px solid #E2E2E2;
    background: var(--White, #FFF);
    padding: 20px;
}

.sbt-btn input {
    display: flex;
    width: 100%;
    height: 60px;
    background: #203831;
    justify-content: center;
    border: none;
    color: var(--white, #FFF);
    font-family: Roboto;
    font-size: 20.484px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sbt-btn {
    width: 100%;
}

section.home-frequently {
    background: #e6e7e852;
    padding: 90px 0px;
}
.gallery-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gallery1 {
    width: 50%;
}

.gallery2 {
    width: 50%;
}

section.home-gallery {
    padding-top: 100px;
    padding-bottom: 140px;
}

.gallery2 img {
    display: block;
    margin-left: -20px;
}

.gallery2 {
    position: relative;
    height: 900px;
}

img.gl2 {
    position: absolute;
    right: -20px;
    top: 37%;
}

img.gl3 {
    position: absolute;
    right: 80px;
    bottom: 0;
}
footer#footer {
    background-color: #1E2025;
    overflow: hidden;
}

.header-pages.f-pages {
    margin: auto;
    margin-bottom: 117px;
}
.f-logo a {
    display: block;
    text-align: center;
    padding-bottom: 30px;
}
.footer-icons a {
    color: #fff;
    display: flex;
    font-size: 22px;
    border: 2px solid;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
}

.footer-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-bottom: 30px;
}
.footer-last p {
    color: var(--3, #D6D0C9);
    font-family: Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 22.4px */
    text-align: center;
    padding: 15px 0px;
    border-top: 1px solid #ffffff1a;
}
section.site-banner {
    height: 367px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    text-align: center;
}

.site-heading h2 {
    color: var(--1, #FFF);
    text-align: center;
    font-family: Big Caslon;
    font-size: 67.236px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 80px;
}
.source-flex {
    display: flex;
    justify-content: space-between;
    max-width: 85%;
    margin: auto;
}

.source-cotent {
    width: 50%;
}

.source-image {
    width: 40%;
}

.source-cotent ul {
    margin-top: 21px;
}

.source-cotent ul li {
    color: #68737D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; /* 25.2px */
}

.source-image p {
    color: #68737D;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; /* 25.2px */
    margin-top: 28px;
}

section.about-source {
    padding: 100px 0px;
}
.story-flex {
    display: flex;
    align-items: end;
    position: relative;
}

.story-conten {
    background-color: #fff;
    padding: 80px;
    position: absolute;
    right: 30%;
    bottom: 200px;
    width: 700px;
}

.story-conten h2 {
    color: var(--black, #272727);
    font-family: Big Caslon;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 144%; /* 46.08px */
    text-transform: capitalize;
}

.story-conten p {
    color: #68737D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; /* 25.2px */
}

section.about-story {
    position: relative;
}

section.about-story::after {
    position: absolute;
    content: "";
    width: 416px;
    height: 90%;
    /* background-color: #526A4E; */
    bottom: 0;
    margin: auto;
    z-index: -1;
    right: 23%;
}

.about-story-width {
    width: 1440px;
    margin: auto;
}
.story-image img {display: block;}

span.clr-e {display: inline-block;width: 416px;background-color: #526A4E;margin: auto;height: 766px;margin-top: 80px;}

.story-image {
    display: flex;
    align-items: self-start;
}
.story-banner-image {
    height: 492px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.we-are-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    margin: auto;
}

.we-are-image {
    width: 45%;
}

.we-are-image img {
    width: 100%;
}

.we-are-content {
    width: 45%;
}

.we-are-content h3 {
    color: var(--7, #414042);
    font-family: Big Caslon;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 144%; /* 46.08px */
    text-transform: capitalize;
    margin-bottom: 32px;
}

.we-are-content p {
    color: #68737D;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; /* 25.2px */
    margin-bottom: 40px;
}

.we-are-content a {
    width: 216px;
    height: 46px;
    border-radius: 121px;
    background: var(--5, #526A4E);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px; /* 142.857% */
}

section.who-we-are {
    margin: 120px 0px;
}
.do-heading h2 {
    color: var(--7, #414042);
    font-family: Big Caslon;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 144%; /* 63.36px */
    text-transform: capitalize;
    margin-bottom: -30px;
}

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

.do-sub {
    width: 49%;
    overflow: hidden;
}

.do-sub img {
    width: 100%;
    transition: 0.6s;
}

.do-content {
    text-align: center;
    background-color: #FFF;
    filter: drop-shadow(0px 74px 81px rgba(0, 0, 0, 0.07));
    max-width: 90%;
    padding: 50px;
    position: relative;
    top: -150px;
    margin: auto;
}

.do-content h3 {
    color: var(--7, #414042);
    font-family: Big Caslon;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 144%; /* 46.08px */
    text-transform: capitalize;
    margin-bottom: 16px;
}

.do-sub p {
    color: #68737D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; /* 25.2px */
}
.do-sub:nth-child(1) {
    margin-top: 80px;
}
section.what-do {
    background-color: #e6e7e821;
    padding-top: 90px;
    padding-bottom: 100px;
} 
.product-sec1-sub1-image {
    height: 678px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
}

.product-sec2-sub1-image {
    height: 331px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 16px;
}

.product-sec1-flex {
    display: flex;
    justify-content: space-between;
}

.product-sec1-sub1 {
    width: 67%;
}

.product-sec1-sub2 {
    width: 32%;
}

.cc1 {
    background: var(--5, #526A4E);
    padding: 90px 30px 30px 30px;
}

.cc1 h3 {
    color: var(--1, #FFF);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
}

.cc1 p {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
    max-width: 60%;
}
.product-sec1-sub3-flex {
    width: 32.5%;
}

.product-sec1-sub3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-sec1-flex.fcx2 {
    flex-direction: row-reverse;
}
section.products-main {
    padding-top: 100px;
    padding-bottom: 140px;
}
.frequently-heading {
    width: 100%;
}
.fq1 .name1:nth-child(4) {
    width: 100%;
}

.fq1 .name1:nth-child(3) {
    width: 49%;
}
section.home-frequently.fq1 {
    background-color: transparent;
    position: relative;
    top: -140px;
}
section.home-frequently.fq1 {
    padding-bottom: 0px;
}

.name1 textarea {
    width: 100%;
    height: 153px;
    display: block;
    border: 1.28px solid #E2E2E2;
    background: var(--White, #FFF);
    padding: 25px;
}
.contact-f .name1:nth-child(4) {
    width: 100%;
}
.contact-f .name1:nth-child(5) {
    width: 100%;
}
section.contact-form {
    margin-bottom: 120px;
    margin-top: 50px;
}
.contat-page-sub {
    text-align: center;
    border: 1px solid #D6D8DE;
    background: #FFF;
    padding: 20px 20px;
    width: 30%;
}

.contat-page-flex {display: flex;justify-content: center;gap: 20px;position: relative;top: -40px;}

.contat-page-sub h4 {
    padding-top: 24px;
    padding-bottom: 16px;
    color: var(--0A1739, #0A1739);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contat-page-sub a {
    color: #68737D;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.64px;
}
.leading {
    width: 1440px;
    max-width: 1380px;
    margin-left: auto;
}

.vide-we-do a img {
    display: block;
}
.mob-hamburger {
    display: none;
}




/* animation */
*{
	/* color: #000; */
}

 :root{
	--headingSize: 67px;
	--background-color: black;
}

.ani1 span{
  display: inline-block;
  overflow: hidden;
  animation: .3s swift-up ease-in-out forwards;	
}

.ani1 i{
  font-style: normal;
  position: relative;
  top: var(--headingSize);
  animation: .5s swift-up ease-in-out forwards;
}

@keyframes swift-up {
  to {
    top: 0;
  }
}





.header-phone a span {
    color: #fff;
}
.header-phone a::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 0%;
    height: 100%;
    border-radius: 40px;
    left: 0;
    transition: 0.8s;
}

.header-phone a:hover::after {
    width: 100%;
}

.header-phone a:hover span {
    color: #526a4e;
}

.header-phone span {
    position: relative;
    z-index: 99;
}

.header-phone a:hover path {
    fill: #526a4e;
}
.header-pages li {position: relative;}

.header-pages li::after {
    position: absolute;
    content: "";
    background-color: #1b2642;
    height: 2px;
    width: 0%;
    left: 0;
    bottom: -2px;
    transition: 0.4s;
}

.header-pages li:hover::after {
    width: 100%;
}
.do-sub:hover img {transform: scale(1.1);}
.leading-slide:hover img {
    transform: scale(1.2);
}

.leading-slide {
    overflow: hidden;
}

.leading-slide img {
    transition: 0.8s;
}
.mobile-ff {
    display: none;
}
.header-logo a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(107%) contrast(102%);
}

.home .header-logo a img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(21%) hue-rotate(2deg) brightness(92%) contrast(108%);
}  
.frequently-form form {
    padding: 35px;
    border: 1.28px solid rgba(39, 39, 39, 0.10);
    background: var(--white, #FFF);
    box-shadow: 0px 0px 51.21107px 0px rgba(0, 0, 0, 0.05);
    max-width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.do-content {
    display: none;
}
.hm2 .frequently-form {
    padding: 35px;
   border:none; 
    background: var(--white, #FFF);
 box-shadow: none; 
}

.hm2 {
   top: 0 !important;
}

.page-not h2 {
    padding: 150px 0px;
    text-align: center;
    font-size: 30px;
    font-family: monospace;
    color: #000;
}
.error404  .header-logo a img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(21%) hue-rotate(2deg) brightness(92%) contrast(108%);
}   








/* Responsive */

@media only screen and (max-width:1301px){

    .container {
        width: 100%;
        max-width: 100%;
        padding: 0px 40px;
        margin: auto;
    }
    .welcome-image img {
        width: 100%;
    }
    
    .welcome-image {
        width: 50%;
    }
    
    .welcome-content {
        width: 50%;
    }
    .vide-we-do a img {
        display: block;
        width: 100%;
    }

    
    

}



@media only screen and (max-width:1201px){

.header-pages::before {
    opacity: 0;
}
.header-pages::after {
    opacity: 0;
}
.header-pages {
    padding: 0px 24px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.about-right h2 {
    font-size: 90.023px;
    right: -100px;
    bottom: -80px;
}
.welcome-image h2 {
    color: var(--8, #221F20);
    font-family: Big Caslon;
    font-size: 34px;
}
.welcome-content p {
    max-width: 100%;
}
.future-2-sub span {
    font-size: 53.167px;
}
img.sb2 {
    position: absolute;
    left: -40px;
    top: 20px;
}
.we-sub-content p {
    max-width: 100%;
}
.leading-content p {
    max-width: 70%
}
.process-content {
    max-width: 100%;
}



}



@media only screen and (max-width:901px){
    .welcome-image {
        width: 100%;
    }
    .welcome-flex {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .welcome-content {
        width: 100%;
    }
    .welcome-image h2 {
        max-width: 80%;
    }
    .about-right {
        opacity: 0;
    }
    .future-flex {
        flex-wrap: wrap;
    }
    .future-1 {
        width: 100%;
    }
    .future-2 {
        width: 100%;
    }
    .future-2-sub img {
        display: flex;
    }
    .we-do-flex {
        flex-wrap: wrap;
    }
    .we-do-content {
        width: 100%;
    }
    .we-do-image {
        width: 100%;
    }
    .process-content p {
        max-width: 46%;
    }
    .frequently-form {
        max-width: 100%;
    }
    .gallery-flex {
        flex-wrap: wrap;
    }
    .gallery1 {
        width: 100%;
    }
    .gallery2 {
        width: 100%;
        margin-top: 50px;
    }
    span.clr-e {
        display: none;
    }
    .story-flex {
        flex-wrap: wrap;
    }
    .story-conten {
        position: static;
        width: 50%;
    }
    .do-flex {
        flex-wrap: wrap;
    }
    .do-sub:nth-child(1) {
        margin-top: 0px;
    }
    .do-heading h2 {
        margin-bottom: 20px;
    }
    .do-content {
        padding: 30px;
        top: -80px;
    }
    .do-content h3 {
        font-size: 26px;
    }

    .source-flex {
        max-width: 100%;
    }
    .source-image img {
        width: 100%;
    }
    .contat-page-sub {
        padding: 20px 30px;
    }

/* Hamburger */

.mob-hamburger {
    display: block;
  }
  
  .mob-hamburger button span {
    width: 20px;
    height: 2px;
    background: #ffffff;
    display: block;
    margin-bottom: 5px;
    transition: all .5s;
  }
  
  .mob-hamburger button.active span:nth-child(2) {
    display: none;
  }
  
  .mob-hamburger button.active span:nth-child(1) {
    transform: rotate(45deg);
  }
  
  .mob-hamburger button.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  
  .mob-hamburger button span:last-child {
    margin-bottom: 0px;
  }
  
  
  .mob-hamburger button {
    border: 0px;
    outline: none;
    display: block;
    background: transparent;
  
  }
  
  .mob-hamburger button {
    border: 0px;
    outline: none;
    display: block;
    background: transparent;
  }
  
  .header-pages .mob-hamburger button span {
    width: 30px;
    height: 3px;
    background: #000;
  }
  
  .header-pages ul li {
    width: 100%;
    transition: all .5s;
    text-align: center;
    z-index: 999;
    display: block;
    height: 10vh;
  }
  
  .header-pages ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all .5s;
    text-align: center;
    z-index: 999;
    display: block;
    top: 0%;
    padding: 50px 0px;
    transform: translateX(-100%);
    left: 0px;
  }
  
  .header-pages ul.active {
    transform: translateX(0);
  }
  
  .header-Pages ul {
    left: -6px;
  }
  
  .header-pages ul li a {
    color: #000;
    font-size: 25px;
  }
  
  .top-num:nth-child(2) {
    display: none;
  }
  
  .banner-img {
    height: 370px;
  }
  
  button.hamburger-btn {
    position: relative;
    z-index: 9999999999;
  }
  
  button.hamburger-btn.active {
  top: 0;
  }
  
  .header-pages {
    position: relative;
  }
  
  
  /* Hamburger */
  .header-pages.f-pages {
    display: none;
}
.mobile-ff ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 80px 0px;
}

.mobile-ff ul li a {
    color: #fff;
    font-size: 20px;
}
.mobile-ff {
    display: block;
}










}




@media only screen and (max-width:701px){

    section.home-banner {
        height: 70vh;
    }
    .banner-content h1 {
        font-size: 40px;
    }
    .banner-content {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .container {
        width: 100%;
        max-width: 100%;
        padding: 0px 20px;
    }
    .welcome-image h2 {
        max-width: 100%;
    }
    .welcome-image h2 {
        font-size: 22px;
    }
    .welcome-image {
        margin-bottom: 30px;
    }
    .welcome-image img {
        padding-top: 30px;
    }.welcome-image h2 img {
        padding-top: 0px;
    }
    .welcome-flex h2 img {
        max-width: 80%;
    }
    span.sp1 img {
        position: relative;
        top: 10px;
        max-width: 80%;
    }
    .future-1 {
        height: 430px;
    }
    img.sb2 {
        left: 20px;
    }
    span.sp1f {
        top: 50px;
        right: 25px;
    }
    span.sp2f {
        position: absolute;
        bottom: 70px;
        left: 50px;
    }
    span.sp3f {
        bottom: 40px;
        right: 0px;
    }
    .future-2-sub span {
        font-size: 43.167px;
    }
    .we-do-content h2 {
        font-size: 34px;
    }
    .we-sub-content h3 {
        font-size: 25px;
        margin-bottom: 8px;
    }
    .we-do-image h4, .we-do-image span, .we-do-image p {
        max-width: 100%;
    }
    .leading-heading h2 {
        font-size: 32px;
    }
    .leading-content p {
        max-width: 100%;
        font-size: 14px;
    }
    .landing-big-image {
        height: 60vh;
    }
    .process-heading h2 {
        font-size: 34px;
    }
    .process-content p {
        max-width: 100%;
    }
    .process-content {
        flex-wrap: wrap;
    }
    .frequently-heading h2 {
        font-size: 25px;
    }
    .frequently-form {
        padding: 25px;
    }
    .name1 {
        width: 100%;
    }
    .name1 input {
        width: 100%;
        height: 51px;
    }
    .sbt-btn input {
        display: flex;
        width: 100%;
        height: 50px;
    }
    .name1 select {
        width: 100%;
        height: 51px;
        padding: 10px;
    }
    .gallery1 img {
        width: 100%;
    }
    .gallery2 img {
        display: block;
        width: 100%;
    }
    .header-flex {
        flex-wrap: wrap;
    }
    .header-pages ul {
        display: block;
    }
    .header-pages ul {
        gap: 0px;
    }
    .header-pages.f-pages {
        margin: auto;
        margin-bottom: 80px;
    }
    section.home-gallery {
        padding-top: 100px;
        padding-bottom: 100px;
    } 
    .header-phone {
        display: none;
    }
    .site-heading h2 {
        font-size: 47.236px;
    }
    .source-flex {
        max-width: 100%;
        flex-wrap: wrap;
    }
    .source-cotent {
        width: 100%;
        margin-bottom: 30px;
    }
    .source-image {
        width: 100%;
    }
    section.about-source {
        padding: 60px 0px;
    }
    .story-flex {
        flex-wrap: wrap;
        display: block;
    }
    .story-conten {
        position: static;
        width: 100%;
        padding: 20px;
    }
    .story-banner-image {
        height: 172px;
        width: 100%;
    }
    .about-story-width {
        width: 100%;
        margin: auto;
    }
    .story-image img {
        display: block;
        width: 100%;
    }
    section.site-banner {
        height: 227px;
    }
    .we-are-flex {
        display: block;
    }
    .we-are-image {
        width: 100%;
    }
    .we-are-content {
        width: 100%;
        margin-top: 20px;
    }
    .we-are-content h3 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .we-are-content p {
        margin-bottom: 20px;
    }
    .do-heading h2 {
        font-size: 34px;
    }
    .do-sub {
        width: 100%;
    }
    .do-content {
        padding: 20px 10px;
        top: -80px;
    }
    .do-content h3 {
        font-size: 22px;
    }
    .do-sub p {
        color: #68737D;
        text-align: center;
        font-size: 15px;
    }
    section.what-do {
        padding-top: 60px;
    }
    section.who-we-are {
        margin: 80px 0px;
    }
    .product-sec1-flex {
        flex-wrap: wrap;
    }
    .product-sec1-sub1 {
        width: 100%;
    }
    .cc1 p {
        font-size: 15px;
        max-width: 100%;
    }
    .cc1 {
        background: var(--5, #526A4E);
        padding: 30px 20px 20px 20px;
    }
    .product-sec1-sub1-image {
        height: 380px;
    }
    .product-sec1-sub2 {
        width: 100%;
        margin-top: 20px;
    }
    .product-sec1-sub3-flex {
        width: 100%;
    }
    section.products-main {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .fq1 .name1:nth-child(3) {
        width: 100%;
    }
    .frequently-heading h2 {
        font-size: 22px;
    }
    section.home-frequently.fq1 {
        top: -100px;
    }
    .contat-page-flex {
        flex-wrap: wrap;
    }
    .contat-page-sub {
        padding: 20px 30px;
        width: 100%;
        max-width: 70%;
    }
    .contat-page-flex {
        top: -30px;
    }
    .hm2 .frequently-form {
        padding: 0px;
    }


 

}



