@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Freehand&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*
.section-a::before,
.section-a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 2;
  pointer-events: none;
}

.section-a::before {
  top: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.section-a::after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
*/

html {
  scroll-behavior: smooth;
}
.form-control {
  color: #fff !important;
}
body {
  position: relative;
  background-color: black;
}

.font-img {
  max-width: 370px;
  margin: 15px auto;
}

.form-control:focus {
  background-color: #292929 !important;
}

/*body::before {
  content: "";
  position: fixed;
  inset: 0;
  width: 100%;
  pointer-events: none;
  z-index: 9999;
  background: url(images/noise-effect.png);
  opacity: 0.3;
}*/
.hide-in-desktop {
  display: none;
}
.hide-in-mobile {
  display: block;
}
body:before {
  content: "";
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 182px;
  opacity: 0.2;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  pointer-events: none;
}
/* ****************************** */

/* -------------------------------------------- */

.mobile-button {
  display: none;
}
.navbar {
  position: fixed;
  width: 100%;
  z-index: 4;
  transition: top 0.3s, backdrop-filter 0.3s;
  background-color: rgba(255, 255, 255, 0) !important;
  padding: 1rem 9rem;
}

.header-logo {
  width: 80px;
}

.toggler-icon {
  border: none !important;
  outline: none !important;
}

.navbar .nav-link {
  margin-right: 30px;
  transition: 0.3s;
  font-family: Roboto, sans-serif;
  color: white !important;
  font-weight: 200 !important;
  font-size: 14px !important;
}

.navbar .nav-link:hover {
  color: #c68f2e !important;
}

.navbar .btn-primary {
  margin-left: 34px;
}

.navbar.scrolled-up {
  top: 0;
  backdrop-filter: blur(10px);
  z-index: 111;
}

.navbar.scrolled-down {
  top: -200px;
}

.main-logo {
  width: 180px;
}

.hidden {
  display: block !important;
}

.hidden-one {
  display: none !important;
}
/* -------------------------------------------- */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  /* z-index: 1000; */
}

.hero-title {
  overflow: hidden;
}

.navbar-links {
  font-family: "Roboto", sans-serif;
}

.hero-section {
  width: 100%;
  height: 128vh;
  background-image: url("images/m-02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero-content {
  display: none;
}

.header-button {
  background: linear-gradient(
    90deg,
    #d3a235 0%,
    #eac861 31.73%,
    #f3d774 64.9%,
    #c79228 100%
  ) !important;
  border-radius: 20px;
  font-size: 15px !important;
  color: #144140;
  font-weight: 700 !important;
  padding: 6px 20px;
}

.hero-description {
  position: relative;
  top: 190px;
  left: 48%;
  transform: translateX(-50%);
  width: max-content;
}

.hero-description .hero-title p {
  font-family: "Roboto", sans-serif !important;
  background: linear-gradient(
    90deg,
    #d2a747 0%,
    #e8c55d 33.65%,
    #edd070 66.83%,
    #caa13b 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 28px !important;
  font-weight: 500;
  text-shadow: 1px 1px 1px #00000020;
  letter-spacing: 3px;
  padding-left: 25px;
  text-transform: uppercase;
}

.footer-ajay-dhiman {
  position: relative;
}
.footer-ajay-dhiman::before {
  content: "";
  width: 1px;
  height: 86%;
  position: absolute;
  left: -35px;
  top: 0;
  background-color: #ffffff;
}

.section-f-shadow-two {
  display: none;
}
/* *********************************************** */
/* *********************************************** */
.header-logo {
  display: block;
}

.header-logo {
  display: none !important;
}

.hero-description-logo {
  display: none !important;
}

.moblie-button-one {
  display: inline !important;
}

.mobile-button-two {
  display: none;
}

.ajay {
  width: 170px;
  img {
    width: 100%;
    height: 100%;
  }
}

.display-none {
  display: none;
}
.section-b-shadow-img-one {
  display: none;
}
.section-b-shadow-img-two {
  display: none;
}

.section-f-shadow-one {
  display: none;
}

.sectin-b-margin {
  margin-top: -100px;
}
/* *********************************************** */
/* *********************************************** */
.hero-description .hero-title h2 {
  font-family: "Pinyon Script", cursive;
  font-size: 133px !important;
  line-height: 90px;
  padding-right: 5px;
  color: #144140;
  padding-top: 8px;
  padding-bottom: 40px;
}

.hero-header-button {
  font-family: "Roboto", sans-serif;
  background: linear-gradient(
    90deg,
    #d3a235 0%,
    #eac861 31.73%,
    #f3d774 64.9%,
    #c79228 100%
  ) !important;
  border-radius: 20px;
  font-size: 18px !important;
  color: #144140;
  font-weight: 600 !important;
  padding: 7px 34px;
  margin-bottom: 0px;
  display: block;
  width: max-content;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}

.ament-1 {
  display: inline;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: center;
}

.ament-2 {
  display: block;
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 13px;
}

.section-a {
  width: 100%;
  height: 146vh;
  background-image: url("images/m-03.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.section-a-description {
  position: relative;
  top: 87px;
  left: 100px;
}

.section-a-para {
  font-family: "Roboto", sans-serif;
  font-size: 33px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400 !important;
  display: inline-block;
}

.section-a-para-span {
  position: absolute;
  left: 450px;
  font-size: 166px !important;
  font-family: "Pinyon Script", cursive;
  margin-top: -56px;
  display: inline-block;
  background: linear-gradient(
    90deg,
    #d3a235 0%,
    #eac861 31.91%,
    #f3d774 63.83%,
    #c79228 96.71%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-right: 19px;
}

.section-a-subpara {
  position: absolute;
  width: 25%;
  font-weight: 400;
  line-height: 20px;
  right: 423px;
  color: white;
  top: 246px;
  font-style: italic;
  font-size: 14px;
  padding-left: 14px;
  border-left: 1px solid white;
  font-family: "Roboto", sans-serif;
}

.section-b {
  position: relative;
  width: 100%;
  height: max-content;
  background-color: black !important;
}

.section-b-title {
  position: absolute;
  top: 0px;
  right: 150px;
  z-index: 1;
}

.section-b-para {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: end;
  color: #ffffff;
}

.section-b-para-span {
  text-transform: lowercase;
  text-transform: capitalize;
  font-size: 33px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.section-b-subpara {
  font-family: "Pinyon Script", cursive;
  font-size: 73px;
  font-weight: 200;
  line-height: 40px;
  color: #ffffff;
}
.section-b-container {
  background-color: black;
  position: relative;
  top: 13rem;
}

.section-b-pic {
  margin-left: auto;
  width: 90%;
  img {
    width: 100%;
    height: 100%;
  }
}

.section-b-para-01 {
  font-size: 16px;
  width: 83%;
  margin-left: auto;
  color: #ffffff;
  font-weight: 400;
  font-style: italic;
  margin-top: 15px;
  border-left: 1px solid #ffffff;
  padding-left: 14px;
  font-family: "Roboto", sans-serif;
  z-index: 10;
  position: relative;
}

.section-b-para-01-right {
  font-size: 17px;
  width: 73%;
  margin-left: auto;
  color: #ffffff;
  font-weight: 400;
  margin-top: 15px;
  padding-left: 14px;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  border-left: 1px solid #ffffff;
  margin-left: 29px;
}

.section-b-pic-right {
  margin-right: auto;
  width: 90%;
  img {
    width: 100%;
    height: 100%;
  }
}
.section-b-pic-right img {
  z-index: 11;
  position: relative;
}

.section-b-pic img {
  z-index: 11;
  position: relative;
}
.right {
  margin-top: 81px;
}

.section-b-shadow-img {
  position: absolute;
  top: 150px;
  right: 0;
  width: 100%;
  height: 930px;
  opacity: 0.65;

  pointer-events: none;
  img {
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
}

.section-b-shadow-img img {
  position: relative;
  z-index: 1;
}

.section-k {
  width: 100%;
  height: 147vh;
  background-image: url(images/m-11.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
  margin-top: 16rem;
  overflow: hidden;
}

.section-k-title {
  position: absolute;
  top: 110px;

  left: 50%;
  transform: translateX(-50%);
}

.section-k-heading {
  font-size: 30px;
  letter-spacing: 5px;
  padding-bottom: 8px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.section-k-subheading {
  font-size: 72px;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 600;
  line-height: 80px;
  color: #ffffff;
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
}

.section-k-discription {
  position: absolute;
  bottom: 0;
  right: 138px;
}

.section-k-para {
  width: 36%;
  font-size: 14px;
  color: #ffffff;
  margin-left: auto;
  padding-left: 20px;
  border-left: 1px solid #ffffff;
}

.section-f-slide-para {
  max-width: max-content;
  margin: 0 auto;
  background: linear-gradient(
    90deg,
    #d3a235 0%,
    #eac861 31.91%,
    #f3d774 63.83%,
    #c79228 96.71%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  padding-top: 10px;
  font-size: 23px;
}

.section-f-slider {
  width: 55%;
  margin: auto;
}

.section-f-slider-item {
  /* border: 3px solid #bfa46b; */
  overflow: hidden;
}
/* font-family: "Poppins", sans-serif; */
/* font-family: "Pinyon Script", cursive; */
.section-c {
  width: 100%;
  position: relative;
  top: 3rem;
}

.section-e-description {
  position: relative;
  z-index: 5;
}

.section-c-heading {
  margin-left: 9rem;
  font-size: 32px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.section-c-heading-span-one {
  font-size: 160px;
  color: #ffffff;
  font-family: "Pinyon Script", cursive;
}

.section-c-heading-span-two {
  background: linear-gradient(
    90deg,
    #d3a235 0%,
    #eac861 33%,
    #f3d774 66%,
    #c79228 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.regal-box {
  width: 100%;
}

.regal-box-two {
  width: 84.5%;
  border: 1px solid #c68f2e;
  border-left: unset;
}

.row-box {
  width: 99%;
  overflow: hidden;
  /* margin-left: auto !important; */
}

.img-icon {
  width: max-content;
  margin: 10px auto;
  img {
    width: 40px;
  }
}

.regal-box-two-right {
  width: 71.5%;
  border: 1px solid #c68f2e;
  margin-left: auto;
  border-right: unset;
}

.row-box-right {
  width: 84.5%;
  margin-right: auto !important;
}

.section-c-heading-right {
  margin-left: 2.5rem;
  margin-top: 2rem;
  font-size: 32px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.regal-para {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 99.8%;
}

.shadow-two {
  position: absolute;
  top: -270px;
  left: 0;
  width: 40%;
  height: auto;
  z-index: -1;
  opacity: 0.65;
  pointer-events: none;
  img {
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
}

.section-d {
  width: 100%;
  height: 132vh;
  background-image: url(images/m-07.jpg);
  background-size: contain;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 3rem;
  z-index: -1;
}

.section-d-title {
  position: absolute;
  top: 21%;
  transform: translateY(-50%);
  left: 157px;
}

.section-d-para {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 400 !important;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.section-d-subpara {
  font-family: "Pinyon Script", cursive;
  font-size: 118px;
  padding-right: 33px;
  margin-top: -43px;
  padding-left: 452px;
  background: linear-gradient(
    90deg,
    #d3a235 0%,
    #eac861 33%,
    #f3d774 66%,
    #c79228 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.shadow-three {
  position: absolute;
  top: -250px;
  z-index: -1;
  opacity: 0.6;
  right: 0;
  width: 80%;
  height: 600px;
  pointer-events: none;

  img {
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
}

.section-e {
  width: 100%;
  height: 165vh;
  margin-top: 8rem;
  background-image: url("images/m-09.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.section-e-description {
  /* margin-top: 20rem; */
  /* border: 1px solid white; */
}

.section-e-heading {
  font-family: "Pinyon Script", cursive;
  background: linear-gradient(
    90deg,
    #d3a235 0%,
    #eac861 33%,
    #f3d774 66%,
    #c79228 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 149px;
  padding-left: 30px;
  padding-bottom: 4px;
}

.section-e-subheading {
  font-family: "Roboto", sans-serif !important;
  text-align: end;
  font-size: 37px;
  text-transform: uppercase;
  padding-right: 111px;
  font-weight: 400;
  letter-spacing: 3px;
  margin-top: -54px;
  color: #ffffff;
}

.section-e-para {
  width: 36%;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 300;
  margin-left: 131px;
  font-size: 17px;
  padding-left: 15px;
  border-left: 1px solid #ffffff;
  color: #ffffff;
  margin-top: 105px;
}

.section-e-points {
  margin-left: 195px;
  margin-top: 80px;
}

.section-e-div {
  margin-bottom: 66px;
}

.section-e-img-icon {
  width: 40px;
  margin-right: 15px;
}
img {
  width: 100%;
  height: 100%;
}
.section-e-icon-heading {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  margin: 0;
  font-weight: 400;
  color: #ffffff;
}

.section-e-icon-para {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-style: italic;
  font-weight: 100;
  margin: 0;
}

.section-f {
  margin-bottom: 100px;
}

.section-f-heading {
  font-size: 33px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.section-f-heading-span-one {
  font-size: 160px;
  color: #ffffff;
  font-weight: 200;
  padding-left: 30px;
  font-family: "Pinyon Script", cursive;
}

.section-f-heading-span-two {
  background: linear-gradient(
    90deg,
    #d3a235 0%,
    #eac861 33%,
    #f3d774 66%,
    #c79228 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.section-f-left {
  width: 100%;
  img {
    width: 100%;
    height: 100%;
  }
}

.section-f-right {
  border-top: 1.5px solid;
  border-bottom: 1.5px solid;
  border-image: linear-gradient(90deg, #eac861 0%, #c68f2e 100%);
  border-image-slice: 1;
}

.section-f-right ul {
  padding-left: 1.2rem;
  margin-top: 28px;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Roboto", sans-serif;
}

.section-g {
  width: 100%;
  height: 142vh;
  background-image: url("images/m-11.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.section-g-para {
  width: 40%;
  font-family: "Roboto", sans-serif;
  padding-left: 15px;
  color: #ffffff;
  font-weight: 300;
  font-size: 15px;
  margin-top: -30px;
  border-left: 1px solid #ffffff;
  margin-left: 14.2rem;
  font-style: italic;
}

.section-f-shadow {
  position: absolute;
  top: -300px;
  left: 0;
  width: 90%;
  z-index: -1;
  pointer-events: none;
  img {
    width: 100%;
    height: 100%;
  }
}

/* **************************************************** */

.section-h-heading {
  font-size: 37px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-align: end;
  margin-top: 145px;
  position: relative;
  z-index: 2;
  margin-bottom: 56px;
}

.section-h-heading-span-one {
  font-size: 150px;
  color: #ffffff;
  font-family: "Pinyon Script", cursive;
}

.section-h-heading-span-two {
  background: linear-gradient(
    90deg,
    #d3a235 0%,
    #eac861 33%,
    #f3d774 66%,
    #c79228 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}

.section-h-description {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.section-h-ans {
  padding-bottom: 10px;
  border-bottom: 1.5px solid;
  border-image: linear-gradient(
    90deg,
    #d4a949 0%,
    #ddbf65 32.69%,
    #e9cf71 68.75%,
    #d0a139 100%
  );
  border-image-slice: 1;
  z-index: 10;
  position: relative;
}

.padding-top {
  padding-top: 25px;
}

.section-h-ques {
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
  cursor: pointer;
}

.section-h-span {
  background: linear-gradient(
    90deg,
    #d3a235 0%,
    #eac861 33%,
    #f3d774 66%,
    #c79228 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-style: italic;
}

.section-h-answer li {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

/* ------------------------------------- */

.section-c-position {
  position: relative;
  z-index: 10;
}

.footer-logo-img {
  width: 360px;
  height: 112px;
}

.footer-logo-img-pic {
  width: 100%;
  height: 100%;
}

.logo-para {
  font-size: 0.71rem;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 200;
  margin-top: 10px !important;
  margin-left: 63px !important;
}

.footer-para-two {
  font-size: 28px;
  line-height: 1.2rem;
  padding: 1rem 0 0 0;
  color: #1d96d1 !important;
  text-align: end;
  font-family: "amentiregular";
  font-weight: 600;
}

.footer-span-two {
  font-family: "Freehand", cursive;
  font-style: italic;
  font-size: 43px;
  color: #89c142;
  font-weight: 500;
}

.footer-bottom-para-last {
  font-size: 13px;
  margin-top: 1.4rem;
  line-height: 1.3rem;
  color: #ffffff;
  font-weight: 100 !important;
  font-family: "helixalight";
}

.sectopm-h-footer {
  margin-top: 15rem;
}

.form-box-custom {
  background: rgb(254 254 254 / 12%);
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(2px);
  width: 95%;
  padding: 2rem 7rem 0rem 7rem;
  margin: 0 auto;
}

.section-h-form {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 55px;
  background: linear-gradient(
    90deg,
    #d3a235 0%,
    #eac861 33%,
    #f3d774 66%,
    #c79228 100%
  );
  -webkit-background-clip: text;
  padding-bottom: 1rem;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-h-input {
  background-color: transparent;
  border-radius: 30px;
  height: 53px;
  font-size: 13px;
  font-weight: 100;
  padding-left: 10px;
  font-style: italic;
}
.section-h-input::placeholder {
  color: #a1a1a1;
  font-size: 13px;
  font-weight: 100;
  padding-left: 10px;
}

.section-h-button {
  font-family: "Roboto", sans-serif;
  background: linear-gradient(
    90deg,
    #d3a235 0%,
    #eac861 31.73%,
    #f3d774 64.9%,
    #c79228 100%
  ) !important;
  border-radius: 20px;
  font-size: 22px !important;
  color: #144140;
  font-weight: 700 !important;
  padding: 3px 30px;
  display: block;
  width: max-content;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}

.copyright {
  font-size: 11px;
  font-weight: 100;
  color: white;
  text-align: center;
  margin-top: -30px;
  padding-bottom: 66px;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

.section-h-shadow-one {
  position: absolute;
  top: -700px;
  right: 0;
  width: 83%;
  z-index: 2;
  top: -479px;
  pointer-events: none;
  img {
    width: 100%;
    height: 100%;
  }
}

.section-h-shadow-two {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  #navbarNav {
    background-color: rgb(20 65 64);
    padding-bottom: 25px;
    width: 100%;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .navbar {
    padding: 1rem 0 !important;
  }
  .mobile-button {
    display: block;
  }
  .nav-item.hide-in-mobile {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .section-b-shadow-img-two {
    display: block;
    position: absolute;
    left: 0;
    bottom: -262px;
    opacity: 0.3;
  }
  .section-a-description {
    position: relative;
    top: 87px;
    left: 0;
  }
  .section-a-para {
    font-size: 43px;
    display: block;
    text-align: center;
  }

  .section-a-para-span {
    position: unset;
    text-align: center;
    font-size: 100px !important;
    font-family: "Pinyon Script", cursive;
    margin-top: -36px;
    display: block;
  }

  .section-a-subpara {
    position: unset;
    width: 62%;
    margin: 0 auto;
    font-weight: 200;
    color: white;
    font-size: 12px;
  }

  .section-b-title {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .sectin-b-margin {
    margin-top: 0px;
  }

  .section-b-para {
    font-size: 23px;
    letter-spacing: 3px;
    text-align: center;
  }

  .section-b-subpara {
    font-size: 60px;
    text-align: center;
  }

  .section-b-container {
    position: unset;
    top: 4rem;
  }

  .section-b-pic {
    width: 100%;
  }
  .section-b-para-01 {
    width: 100%;
  }

  .section-b-para-01-right {
    width: 100%;
    margin-left: unset;
    margin-top: 0;
    margin-left: 0px;
  }

  .section-b-pic-right {
    margin-right: unset;
    width: 100%;
  }

  .section-c-heading {
    margin-left: 0rem;
    text-align: center;
    margin-top: -130px;
  }

  .section-d-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    right: unset;
  }

  .section-d-para {
    font-size: 28px;
    text-align: center;
  }

  .section-d-subpara {
    font-size: 92px;
    text-align: center;
    padding-right: 0;
    margin-top: -10px;
    padding-left: 0;
  }

  .section-e-description {
    margin-top: 0;
  }

  .section-e-heading {
    font-size: 80px;
    text-align: center;
    padding-left: 0px;
    padding-bottom: 4px;
  }

  .section-e-subheading {
    text-align: center;
    font-size: 19px;
    padding-right: 0;
    margin-top: 0px;
  }

  .section-e-para {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
    margin-top: 55px;
  }

  .section-f-heading {
    text-align: center;
  }

  .section-g-para {
    width: 100%;
    font-size: 16px;
    margin-top: -20px;
    margin-left: 0;
  }

  .section-h-description {
    width: 100%;
  }

  .section-h-heading {
    font-size: 24px;
    text-align: center;
  }

  .sectopm-h-footer {
    margin-top: 10rem;
  }

  .footer-bottom-ajay {
    margin-bottom: 3rem;
  }

  .footer-ajay-dhiman {
    padding: 1rem;
  }

  .form-box-custom {
    background: rgba(254, 254, 254, 0.266);
    border-radius: 30px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(2px);
    width: 100%;
    padding: 2rem;
    margin: 0 auto;
  }

  .footer-ajay-dhiman::before {
    display: none;
  }

  .section-h-form {
    font-weight: 700;
    font-size: 34px;
    padding-bottom: 1rem;
  }

  .section-h-button {
    border-radius: 33px;
    font-size: 27px !important;
  }
}

.padding-new-1 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.padding-new-2 {
  padding-top: 20px !important;
  padding-bottom: 30px !important;
}

@media screen and (max-width: 576px) {
  .section-k {
    width: 100%;
    height: 100vh;
    background-image: url(images/mb-33.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: -1;
    margin-top: 0rem;
    margin-bottom: 4rem;
    overflow: unset;
  }

  .section-k-heading {
    font-size: 16px;
    letter-spacing: 1px;
    padding-bottom: 7px;
    font-weight: 300;
  }
  .section-k-discription {
    position: absolute;
    bottom: -45px;
    right: 20px;
  }

  .section-c {
    top: 15rem;
  }

  .section-k-para {
    width: 61%;
    font-size: 10px;
    padding-left: 12px;
    border-left: 1px solid #ffffff;
  }
  .section-k-subheading {
    font-size: 49px;
    letter-spacing: 3px;
    line-height: 50px;
    font-weight: 100;
  }
  .section-b-shadow-img-two {
    display: none;
  }

  .section-b-title {
    top: -83px;
  }
  .font-img {
    max-width: 270px;
    margin: 15px auto;
  }

  .section-f-shadow-one {
    display: block;
    position: absolute;
    top: 250px;
    z-index: -2;
    left: 0;
    width: 100%;
  }
  .section-b-shadow-img-one {
    display: block;
    position: absolute;
    width: 100%;
    z-index: 2;
  }

  .img-box-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .padding-new-1 {
    padding-top: 25px !important;
    padding-bottom: 0px !important;
  }

  .padding-new-2 {
    padding-top: 0px !important;
    padding-bottom: 25px !important;
  }

  .section-f-slide-para {
    font-size: 11px;
  }

  .hero-description {
    top: 135px;
  }

  .ament-1 {
    display: block;
    font-size: 10px;
    line-height: 12px;
  }
  .ament-2 {
    display: block;
    font-size: 10px;
    line-height: 14px;
  }
  .download-brochure {
    position: absolute;
    width: 100%;
    bottom: 2%;
  }
  .main-logo {
    display: none;
  }
  .section-h-description {
    margin-bottom: 0;
  }
  .mobile-button {
    display: block;
    margin-right: -8px;
    padding: 4px 14px;
    font-size: 11px !important;
    font-weight: 600 !important;
  }
  .navbar {
    transition: top 0.3s;
    background-color: rgba(255, 255, 255, 0) !important;
    /* backdrop-filter: blur(10px); */
    padding: 1rem 0.5rem;
  }

  .section-h-heading {
    margin-bottom: 40px;
  }
  .and {
    font-size: 8px;
  }
  /* ********************************************** */
  /* ********************************************** */

  .header-logo {
    width: 80px;
    display: block !important;
  }

  .hero-description-logo {
    display: block !important;
    margin: 0 auto;
    width: 250px;
    height: auto !important;
  }

  .hero-description .hero-title p {
    font-size: 36px !important;
    padding-left: 2px;
    margin-top: 60px;
    background: linear-gradient(
      90deg,
      #d2a747 0%,
      #e8c55d 33.65%,
      #edd070 66.83%,
      #caa13b 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .hero-header-button {
    font-size: 17px !important;
    padding: 5px 21px;
    margin-top: 526px;
    font-weight: 700 !important;
  }

  .hero-section {
    width: 100%;
    height: 810px;
    background-image: url(images/main-mobile-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .hide-in-mobile {
    display: none;
  }
  .hide-in-desktop {
    display: block;
  }
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  #navbarNav {
    background-color: rgb(20 65 64);
    padding-bottom: 25px;
    width: 100%;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .navbar {
    padding: 1rem 0 !important;
  }
  .section-a {
    width: 100%;
    height: 873px;
    background-image: url(images/mb-03.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .section-b {
    margin-top: -180px;
  }

  .section-a-description {
    top: 92px;
  }

  .section-b-para-span {
    font-size: 17px;
    font-weight: 300;
  }

  .section-b-pic {
    width: 85%;
    margin: 0 auto;
  }

  .section-b-para-01 {
    width: 86%;
    margin: 20px auto;
    font-size: 12px;
    font-weight: 400;
    padding-left: 10px;
    border-left: 0.5px solid #ffffff7d;
  }

  .moblie-button-one {
    display: none !important;
  }

  .mobile-button-two {
    display: block;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 4px 17px;
    width: max-content;
    margin: 0 auto;
    margin-top: 25px;
    position: relative;
    z-index: 2;
  }

  .section-b-pic-right {
    margin: 0 auto;
    width: 85%;
    margin-top: -90px;
  }

  .section-b-para-01-right {
    width: 86%;
    margin: 20px auto;
    font-size: 12px;
    font-weight: 400;
    padding-left: 10px;
    border-left: 0.5px solid #ffffff8f;
    position: relative;
    z-index: 5;
  }

  .img-icon {
    width: max-content;
    margin: 10px auto;
    img {
      width: 25px;
    }
  }
  .regal-para {
    font-size: 9px;
    font-weight: 400;
    width: 108%;
  }

  .section-c-heading-span-two {
    font-weight: 800;
  }

  .section-d {
    width: 100%;
    height: 450px;
    background-image: url(images/mb-04.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 17rem;
    z-index: 1;
  }

  .section-d-title {
    position: absolute;
    top: 37px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    right: unset;
    z-index: 10;
  }

  .section-e-subheading {
    text-align: end;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    padding-right: 34px;
    margin-top: -9px;
  }

  .section-e {
    width: 100%;
    height: 600px;
    margin-top: 15rem;
    background-image: url(images/mb-06.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }

  .section-e-img-icon {
    width: 25px;
  }

  .section-e-icon-heading {
    font-size: 10px;
    font-weight: 500;
  }

  .section-e-icon-para {
    font-size: 8px;
    font-weight: 400;
  }

  .section-icon-title {
    padding-left: 0px;
  }

  .section-e-img-icon {
    margin-right: 10px;
  }

  .section-e-div {
    margin-bottom: 20px;
  }

  .section-f-left {
    width: 80%;
    margin: 0 auto;
  }

  .section-f-right {
    border-top: unset;
    margin-top: 14px;
    padding-top: 2px;
    border-bottom: unset;
    position: relative;
  }

  .section-f-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 103%;
    height: 1px;
    background-color: #c68f2e;
  }

  .section-h-heading {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    margin-top: -60px;
  }

  .section-h-heading-span-one {
    font-size: 65px;
  }

  .section-h-heading-span-two {
    font-weight: 800;
  }

  .section-h-description {
    width: 80%;
  }

  .section-h-ques {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
  }

  .section-h-span {
    font-weight: 800;
  }

  .section-h-answer {
    padding-left: 1rem !important;
  }

  .logo-para {
    font-size: 0.56rem;
    width: 100%;
    margin-top: 7px !important;
    margin: 0 auto;
    margin-left: 47px !important;
  }

  .footer-span-two {
    font-family: "Freehand", cursive;
    font-style: italic;
    font-size: 20px;
    color: #89c142;
  }

  .footer-ajay-dhiman {
    padding: 1rem;
    margin-top: -30px;
  }

  .copyright {
    font-size: 9px;
    text-align: unset;
    padding-bottom: 33px;
  }

  .section-h-shadow-two {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 500px;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
  }

  .shadow-two {
    position: absolute;
    top: 27px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    pointer-events: none;
  }

  .shadow-three {
    top: -300px;
    height: 800px;
  }
  .section-f-shadow {
    top: -100px;
    width: 100%;
    height: 400px;
    opacity: 0.5;
    z-index: 2;
  }

  .section-h-shadow-one {
    top: -200px;
    width: 100%;
    height: 800px;
    z-index: -1;
  }

  .hidden {
    display: none !important;
  }

  .hidden-one {
    display: block !important;
  }

  .key {
    position: relative;
    margin-left: -160px;
    z-index: 4;
  }
  /* ********************************************** */
  /* ********************************************** */

  .section-a-para {
    font-size: 18px;
    display: block;
    padding-left: 47px;
    font-weight: 400 !important;
    text-align: unset;
  }

  .section-a-para-span {
    font-size: 68px !important;
    text-align: end;
    padding-top: 4px;
    padding-right: 44px;
  }

  .section-a-subpara {
    width: 53%;
    font-weight: 400;
    margin-left: 50px;
    padding-left: 9px;
    line-height: 13px;
    margin-top: 22px;
    text-align: start;
    font-size: 10px;
    border-left: 1px solid #ffffff73;
  }

  .section-b-para {
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 400;
  }

  .section-b-subpara {
    font-size: 44px;
    line-height: 53px;
    width: 72%;
    margin-top: -9px !important;
    margin: 0 auto;
    margin-bottom: 50px;
    font-weight: 400;
  }

  .section-c-heading-span-one {
    font-size: 60px;
  }

  .section-c-heading {
    margin-left: 0rem;
    text-align: center;
    font-size: 15px;
    margin-top: -215px;
  }

  .regal-box-two {
    width: 84.5%;
    margin-left: auto;
    border: 1px solid #c68f2e;
    border-right: unset;
  }

  .row-box {
    width: 85%;
    overflow: hidden;
    margin-right: 57px !important;
  }

  .section-c-heading-right {
    margin-left: 0;
    margin-top: 1.8rem;
    margin-bottom: 0rem;
    font-size: 12px;
    text-align: center;
  }

  .regal-box-two-right {
    width: 84.5%;
    margin-left: unset;
    border-right: 1px solid #c68f2e;
    border-left: unset;
  }

  .row-box-right {
    width: 85%;
    overflow: hidden;
    margin-left: 35px !important;
  }

  .section-d-para {
    font-size: 13px;
  }

  .section-d-subpara {
    font-size: 39px;
    font-weight: 500;
    padding-left: 50px;
    margin-top: -20px;
  }

  .section-e-heading {
    font-size: 47px;
    text-align: unset;
    margin-left: 38px;
    margin-top: 280px;
  }

  .section-e-para {
    font-size: 10px;
    font-weight: 400;
    margin-top: 49px;
    width: 79%;
    margin: 50px auto;
    padding-left: 10px;
  }
  .section-e-points {
    margin-left: 105px;
    margin-top: 320px;
  }

  .section-f-heading-span-one {
    font-size: 64px;
    padding-left: 0;
  }

  .section-f-heading {
    font-size: 15px;
    margin-top: 40px;
    padding-left: 36px;
    margin-bottom: 14px;
    text-align: unset;
    font-weight: 300;
    padding-top: 50px;
  }

  .section-f-right ul {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 11px;
    padding-top: 14px;
    line-height: 22px;
  }

  .hero-title {
    overflow: hidden;
  }

  .hero-description .hero-title h2 {
    font-family: "Pinyon Script", cursive;
    font-size: 110px !important;
    line-height: 48px;
    padding-top: 17px;
    padding-right: 8px;
    text-align: center !important;
    color: #0b3c3b;
  }

  .footer-logo-img {
    width: 281px;
    height: 90px;
    margin-top: -65px;
  }

  .footer-para-two {
    font-size: 12px;
  }

  .foorer-after::after {
    top: 13.8rem !important;
  }

  .section-h-answer li {
    font-size: 10px;
    font-weight: 400;
  }

  .footer-bottom-para-last {
    font-size: 10px;
    margin-top: 13px;
    line-height: 14px;
    color: #ffffff;
    font-weight: 400 !important;
    font-family: "helixalight";
    text-align: justify;
  }

  /* ------------------ */

  .font-size {
    font-size: 25px !important;
  }

  section-h-input {
    height: 40px;
  }

  .section-h-button {
    font-size: 21px !important;
  }

  .ajay {
    width: 90px;
  }

  .form-box-custom {
    display: none;
  }

  .display-none {
    display: block;
  }

  .footer-ajay-dhiman::before {
    content: unset;
  }
}
/* font-family: "Pinyon Script", cursive; */
/* font-family: "Roboto", sans-serif; */
/* font-family: "Poppins", sans-serif; */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden {
    display: none !important;
  }

  .hidden-one {
    display: block !important;
  }
  .hero-section {
    height: 900px;
  }
  .navbar {
    padding: 1rem 3rem;
  }
  .section-a {
    height: 800px;
    background-size: contain;
    background-position: 100% 100%;
  }

  .section-a-title {
    margin-left: -170px;
  }

  .section-a-subpara {
    width: 50%;
    line-height: 28px;
    left: 22px;
    top: 237px;
    font-size: 18px;
    padding-left: 17px;
    margin-right: 51px;
  }

  .section-d {
    height: 60vh;
  }

  .section-d-title {
    top: 31%;
  }

  .section-e {
    height: 81vh;
  }

  .section-e-subheading {
    margin-top: -11px;
  }

  .advantages {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .foorer-after {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 80px !important;
  }

  .footer-logo-img {
    width: 286px;
    height: 96px;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  #navbarNav {
    background-color: rgb(20 65 64);
    padding-bottom: 25px;
    width: 100%;
  }
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .navbar {
    padding: 1rem 0 !important;
  }
  .mobile-button {
    display: block;
  }
  .nav-item.hide-in-mobile {
    display: none;
  }
  .padding-new-1 {
    padding-bottom: 0px !important;
  }
  .section-e-points {
    margin-left: 40px;
    margin-top: 100px;
  }

  .section-e-div {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
  .navbar {
    padding: 1rem 3rem;
  }
  .section-a {
    height: 74vh;
    background-position: 79% 100%;
  }

  .section-b {
    margin-top: 100px;
  }
  .section-a-subpara {
    font-size: 18px;
  }

  .navbar {
    padding: 1rem 3rem;
  }

  .section-b-title {
    top: -113px;
  }

  .section-b-para-01 {
    font-size: 24px;
  }

  .section-b-para-01-right {
    font-size: 24px;
  }

  .footer-ajay-dhiman::before {
    content: unset;
  }

  .padding-new-1 {
    padding-bottom: 0px !important;
  }

  .moblie-button-one {
    float: right;
    font-size: 18px !important;
  }

  .section-c-heading-right {
    font-size: 28px;
  }
  .section-e-para {
    width: 67%;
    margin-left: 86px;
  }

  .section-a-subpara {
    font-size: 18px;
  }

  .section-d {
    height: 60vh;
  }

  .section-d-title {
    top: 31%;
  }

  .section-e {
    height: 81vh;
  }

  .section-e-subheading {
    margin-top: 15px;
  }

  .advantages {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .foorer-after {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 80px !important;
  }
}

@media only screen and (min-width: 390px) and (max-width: 597px) {
  .hero-section {
    height: 900px;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1368px) {
  .section-d {
    /* top: 20rem; */
  }
  .section-d-title {
    left: 250px;
  }
  .section-d-subpara {
    font-size: 107px;
    padding-left: 286px;
  }
  .section-e-heading {
    font-size: 120px;
  }
  .section-e-subheading {
    font-size: 30px;
    padding-right: 223px;
    margin-top: -52px;
  }
  .footer-para-two {
    font-size: 22px;
    text-align: unset;
  }
  .footer-span-two {
    font-size: 35px;
  }
  .footer-logo-img {
    width: 302px;
    height: 112px;
  }
  .hero-description .hero-title p {
    width: 300px;
  }
  .hero-description .hero-title h2 {
    font-size: 106px !important;
    line-height: 80px;
  }
  .hero-header-button {
    border-radius: 17px;
    font-size: 10px !important;
    padding: 4px 20px;
    margin-top: 0px;
  }
  .hero-description {
    top: 120px;
  }
  .section-d-para {
    font-size: 25px;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1100px) {
  .hero-description {
    top: 110px;
  }
  .hero-description .hero-title p {
    width: 220px;
  }
  .hero-description .hero-title h2 {
    font-size: 98px !important;
    line-height: 60px;
  }
  .hero-header-button {
    padding: 4px 20px;
    margin-top: 13px;
    font-size: 10px !important;
    margin-top: 4px;
  }

  .section-a-para-span {
    font-size: 100px !important;
    margin-top: -47px;
  }
  .section-a-para {
    font-size: 20px;
    padding-left: 112px;
  }
  .section-a-subpara {
    width: 37%;
    line-height: 16px;
    right: 200px;
    top: 122px;
    font-size: 13px;
  }
  .section-b-para {
    font-size: 18px;
  }
  .section-b-subpara {
    font-size: 55px;
  }
  .section-b-para-01-right {
    font-size: 13px;
  }
  .section-b-para-01 {
    font-size: 13px;
  }
  .section-c-heading-span-one {
    font-size: 120px;
  }
  .section-c-heading {
    font-size: 22px;
  }
  .section-d {
    top: 22rem;
  }
  .section-d-para {
    font-size: 22px;
  }
  .section-d-subpara {
    font-size: 90px;
    padding-right: -1px;
    padding-left: 286px;
  }
  .section-e-heading {
    font-size: 89px;
  }
  .section-e-subheading {
    font-size: 18px;
    padding-right: 275px;
    margin-top: -42px;
  }
  .section-e-para {
    font-size: 10px;
    margin-top: 60px;
  }
  .section-e-img-icon {
    width: 25px;
    margin-right: 7px;
  }
  .section-e-icon-heading {
    font-size: 10px;
  }
  .section-e-icon-para {
    font-size: 9px;
  }
  .section-e-points {
    margin-top: 60px;
  }
  .section-e-div {
    margin-bottom: 25px;
  }
  .section-f-heading-span-one {
    font-size: 120px;
  }
  .section-f-heading {
    font-size: 22px;
  }
  .section-f-right ul {
    margin-top: 21px;
    margin-bottom: 21px;
    font-size: 11px;
    line-height: 29px;
  }
  .section-h-heading-span-one {
    font-size: 120px;
  }
  .section-h-heading {
    font-size: 22px;
  }
  .footer-logo-img {
    width: 260px;
    height: auto;
  }
  .logo-para {
    font-size: 0.52rem;
    margin-top: 4px !important;
    margin-left: 46px !important;
  }
  .ajay {
    width: 100px;
  }
  .footer-para-two {
    font-size: 16px;
  }
  .footer-span-two {
    font-size: 33px;
  }

  .footer-bottom-para-last {
    font-size: 10px;
    line-height: 17px;
  }
  .section-h-ques {
    font-size: 10px;
  }
  .section-h-answer li {
    font-size: 9px;
  }
  .sectopm-h-footer {
    margin-top: 10rem;
  }
  .navbar .nav-link {
    margin-right: 10px;
    font-size: 10px !important;
  }
  .main-logo {
    width: 120px;
  }
  .header-button {
    font-size: 9px !important;
    padding: 3px 10px;
  }
}
.and {
  padding: 25px 0 !important;
}
