/* Font-family */
@font-face {
  font-family: MuseoSlab3;
  src: url("../designs/B_B-Assets/Fonts/Museo_Slab_300.otf");
}
@font-face {
  font-family: MuseoSlab5;
  src: url("../designs/B_B-Assets/Fonts/Museo_Slab_500.otf");
}
@font-face {
  font-family: MuseoSlab7;
  src: url("../designs/B_B-Assets/Fonts/Museo_Slab_700.otf");
}
@font-face {
  font-family: MuseoSlab9;
  src: url("../designs/B_B-Assets/Fonts/Museo_Slab_900.otf");
}

body {
  font-family: MuseoSlab3;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.numberdata {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
@media screen and (max-width: 767px) {
  #myBtn {
    display: none !important;
  }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

a {
  text-decoration: none;
}

/* Header */

/* Header */

/* Header */

.link1 {
  display: none;
}
.bb_hContainer {
  width: 100%;
  height: 100px;

  z-index: 5;
  background: white;
  transition: all ease 300ms;
  border-bottom: 0.3px solid #e6dfd4;
}
.bb_hContainer .bb_hc {
  display: flex;
}
.bb_hc > a {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  padding-left: 12px;
  letter-spacing: 0.5px;
}
.bb_hc .active {
  border-bottom: 1px solid;
  padding: 5px;
  padding-bottom: 2px;
  font-weight: 700;
  color: black;
}

.bb_h {
  display: flex;
  align-items: center;
  color: #000;
  background: white;

  justify-content: space-between;
  width: 100%;
  margin: auto;
  height: 100%;
}
/* logo */
.bb_hlogoC {
  width: 70px;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.bb_hlogo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/**/

.bb_hc {
  display: flex;
  align-items: center;
  width: 38rem !important;
  font-size: 0.8rem;
  justify-content: space-between;
}

.bb_hbtn {
  height: 30px;
  width: auto;
  display: flex;
  align-items: center;
  text-transform: uppercase !important;
  justify-content: center;
  padding: 5px 15px;
  background: #db9024;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.5px;
}
.bb_hc > .dropdown1 > a {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  padding-left: 0px;
  letter-spacing: 0.5px;
  font-family: Museoslab3;
}
.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* drop down of the spire link */
.dropdown1 {
  position: relative;
  display: inline-block;
  z-index: 5;
}

.dropdown1 a {
  letter-spacing: 0.5px;
  font-size: 0.8rem;
}

.dropdown1.active {
  border-bottom: 1px solid;
  padding: 5px;
  padding-bottom: 2px;
  font-weight: 700;
  color: black;
}

/* Dropdown Content  (Hidden by Default) */
.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #f1f1f1;

  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;

  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content1 a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown1:hover .dropdown-content1 {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown1:hover .dropbtn {
  background-color: #3e8e41;
}

@media (max-width: 1023px) {
  /*dropdown*/
  .dropdown-content1 {
    width: 100%;
    text-align: center;
  }

  .dropdown-content1 > a {
    text-align: center !important;
    padding-left: 70px !important;
  }

  .dropdown1 {
    width: 100%;
  }
}

/*header*/

@media (max-width: 500px) {
  .bb_hlogoC {
    width: 50px !important;
  }
}

.bb_hContainer {
  width: 100%;
  height: 100px;

  z-index: 5;
  background: white;
  transition: all ease 300ms;
  border-bottom: 0.3px solid #e6dfd4;
}
.bb_hc > a {
  text-decoration: none;
  color: black;
  box-sizing: border-box;
  padding-left: 0px;
  letter-spacing: 0.5px;
}
.bb_hc .active {
  border-bottom: 1px solid;
  padding: 5px;
  padding-bottom: 2px;
  font-weight: 700;
  color: black;
}

.bb_h {
  display: flex;
  align-items: center;
  color: #000;
  background: white;

  justify-content: space-between;
  width: 90%;
  margin: auto;
  height: 100%;
}

/* logo */
.bb_hlogoC {
  width: 70px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.bb_hlogo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/**/
.bb_hc {
  display: flex;
  align-items: center;
  width: 43rem;
  justify-content: space-between;
}
.bb_hbtn {
  height: 30px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  background: #db9024;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.5px;
}

.bb_hContainer .link {
  display: none;
  cursor: pointer;
  margin-right: 20px;
}

@media (min-width: 1600px) {
  .bb_hContainer {
    box-sizing: border-box;
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (max-width: 1023px) {
  .link1 {
    display: block;
  }

  .bb_h {
    display: flex;
    align-items: center;
    color: #000;
    background: white;

    justify-content: space-between;
    width: 100% !important;
    margin: auto;
    height: 100%;
  }
  .bb_hContainer .bb_hc {
    display: none;
    position: fixed;
    height: 100vh;
    top: calc(0% + 0px);
    width: 100% !important;
    text-transform: uppercase;
    background-color: whitesmoke;
    box-sizing: border-box;
    margin-top: 0rem;
    z-index: 1;
    text-align: left;
    flex-direction: column;
  }

  @media screen and (min-width: 1024px) and (max-width: 1088px) {
    .frt_sec_f {
      font-size: 1.9rem;
    }
  }

  .bb_hContainer .bb_hc a {
    width: 100%;

    box-sizing: border-box;

    border-bottom: 0.1px solid rgba(0, 0, 0, 0.1);
    padding: 25px 10px;

    display: flex;

    padding-left: 30px;

    letter-spacing: 1px;
  }

  .bb_hc .active {
    padding-right: 0 !important;

    font-weight: 700;
    color: black;
  }

  .bb_hbtn {
    width: 100%;
    padding: 12.5px 0px;
    left: 25px;
    padding-left: 30px;
    text-transform: uppercase;
    justify-content: flex-start !important;
  }

  .link {
    display: block !important;
    color: #000;
    font-size: 2rem;
    cursor: pointer;
    transition: 200ms ease-in-out;
  }

  .link1 {
    font-size: 2.5rem;
    padding-right: 22px;
    /* text-align: left; */
    background: white;
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: right;
    transition: 200ms ease-in;
    cursor: pointer;
  }
}

.frt__section {
  padding: 0;
  max-width: 90%;
  height: auto;
  margin: auto;

  overflow: hidden;
  display: flex;
  padding: 40px 0;
  box-sizing: border-box;
}

.frt_sec_f {
  margin: 0;
  font-family: MuseoSlab5;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.6px;
  text-align: left;
}
.frst__l > .frt_sec_s {
  font-family: "Montserrat";
  font-size: 0.875rem;
  line-height: 23px;

  text-align: justify;
}
.frst__l {
  width: 55%;
  display: flex;
  flex-direction: column;
  flex: 0.6;
  box-sizing: border-box;
}

.frt_sec_f {
  font-size: 2.1rem;
  text-align: left;
}
.frst__l > .frt_sec_s {
  font-size: 1rem;

  width: 100%;
  text-align: left;
}

.frst__r {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0.6;
  overflow: hidden;
  padding: 0px 0px 0px 68px;
  height: 100%;
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .frst__r {
  }
}

.rightSection {
  width: 114%;
  -webkit-width: 105%;

  height: auto;

  float: right;
  object-fit: cover;
}

.rightSection > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* absolute positioning */
.container {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.container,
.page-scroll {
  text-decoration: none !important;
  overflow: hidden;
}
.three-bars,
.blue {
  color: black;
  padding: 1px;
  position: relative;
}
.blue {
  width: 50%;
  background-color: #ece6de;
}
a > div:before {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 53px 50px;
  border-color: transparent transparent black;
  transform: rotateY(180deg);
  display: none;
}
.blue:before {
  border-color: transparent transparent #ece6de;
}
/**/
/* */
.thd__C {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  background-color: #ece6de;
  background-image: url(../designs/B_B-Assets/About/OVER\ 3\ DECADES\ OF\ EXPERIENCE.png);
}
.thd__Cb {
  width: 60%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.thd__head {
  font-size: 2rem;
  margin: 0 auto 0 auto;
  font-family: MuseoSlab7;

  text-align: center;
  letter-spacing: 1px;
}
/**/
/**/
.wh_c {
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
}
.se__time {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 150px 0 100px 0;
}
.se__img {
  display: none;
}

.se__time > p {
  font-size: 1.25rem;
  color: #d4b090;
}
.se__explore {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
.tst_bg {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  right: 0;
  z-index: -1;
  padding: 21em 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tst_bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.85)
  );
}
.tst_bg > img {
  width: 90%;
  height: 60%;
  position: absolute;
  bottom: 40px;
}
.se__time___sce {
  display: flex;
  align-items: center;
  justify-content: center;
}
.se__time___sce > img {
  width: 98%;
  height: 100%;
}
.btn__sc {
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 15px 30px;
  width: fit-content;
  letter-spacing: 1px;
  /* background: #d4b090; */
  background: #db9024;
  color: #fff;
  z-index: 1;
  cursor: pointer;
}

/**/
.wwr__cinfo {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
}

.wwr__cinfo .imgsec2 {
  width: 65%;
  box-sizing: border-box;

  padding: 40px;
  padding-bottom: 0px;
}

.wwr__cinfo .imgsec3 {
  display: none;
}

.wwr__cinfotwo,
.wwr__cinfoone {
  position: relative;
}
.wwr__cinfooneo {
  font-size: 80px;
  margin: 0;
  color: #d4b090;
  position: relative;
  font-family: MuseoSlab7;
}

.wwr__cinfotwoo {
  font-size: 80px;
  margin: 0;
  color: #d4b090;
  font-family: MuseoSlab7;
}
.wwr__cinabs {
  font-size: xxx-large;
  position: absolute;
  top: -4.5rem;
  right: -2rem;
  color: #d4b090;
  font-weight: 100;
  font-family: MuseoSlab1;
}

.wwr_sqfoot,
.wwr_projects {
  font-size: 1.25rem;
  color: #1a1a1a;
}

/* Footer */
.footer_contact_us {
  width: 100%;
  height: 100%;
}
.ft_cc {
  display: flex;
  align-items: flex-start;
  color: #fff;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.85),
    rgba(0, 0, 0, 0.85)
  );
  /* opacity: .8; */
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 40px 0px;
  letter-spacing: 2px;
}
@media (min-width: 1024px) and (max-width: 1150px) {
  .frt_sec_f {
    font-size: 1.5rem;
  }
}
@media (min-width: 1150px) and (max-width: 1920px) {
  .frt_sec_f {
    font-size: 1.8rem;
  }
}

@media (min-width: 1024px) and (max-width: 1920px) {
  .frt_sec_f {
    width: 80%;
  }
  .frst__l > .frt_sec_s {
    width: 80%;
  }

  .ft_cc {
    padding: 40px 0px;
    justify-content: space-evenly;
  }
}
.ft_logo {
  margin-top: 18px;
}
.ft_logo > img {
  filter: invert(1);
  width: 70px !important;
}
.ft_c {
}
.ft___cc {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: #b7b7b7;
  width: 100%;
  margin: auto;
}
.ft___cc > p {
  margin-right: 25px;
  color: #b7b7b7;
}
.ft__head {
  padding-bottom: 5px;
  border-bottom: 1px solid #d4b090;
  width: fit-content;
  font-size: 1rem;
}
.ft__head p {
  color: #fff;
  padding: 10px 20px 10px 0;
  margin: 0;
  font-size: 1rem;
}
.ft_contact {
  display: flex;
  align-items: flex-start;
}
/**/

/* Main Popup */
.main-popup-bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(34, 34, 39, 0.82);
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: -1;
  transition: all 300ms ease-in-out;
}
.main-popup-bg.active {
  opacity: 1;
  z-index: 100;
  transition: all 300ms ease-in-out;
}
.main-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #eee7de;
  padding: 3rem;
  width: 60%;
  text-align: center;
  opacity: 0;
  z-index: -1;
  transition: all 300ms ease-in-out;
}
.main-popup.active {
  opacity: 1;
  z-index: 2;
  transition: all 300ms ease-in-out;
}
.main-popup-container {
  position: relative;
}
.main-popup-close {
  width: 22px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -10px;
  cursor: pointer;
}
.main-popup-close > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-popup-content-container {
  width: 70%;
  margin: auto;
}
.main-popup-heading {
  border-bottom: 1px solid;
  padding: 5px;
  width: fit-content;
  color: #db9024;
  margin: auto;
  font-size: 1rem;
  letter-spacing: 1px;
}
.main-popup-subheading {
  font-size: 26px;
  font-weight: bold;
  margin: 15px 0 15px 0;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
.main-popup-input-container {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: space-between;
}
.main-popup-input-fields {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.main-popup-inputs {
  flex-grow: 1;
  margin: 5px 20px;
}
.main-popup-inputs .input {
  outline: none;
  border: 1px solid #8b8b8b;
  padding: 10px;
  flex-grow: 1;
  width: -webkit-fill-available;
  background: #f6f0e8;
}
.main-popup-inputs .input:focus {
  border: solid 1px #fbb03b;
}
.main-popup-textarea {
  width: 48%;
  height: 100%;
}
.main-popup-textarea > .textarea {
  flex-grow: 1;
  background: #f6f0e8;
  margin: 5px 0 0 0;
  box-sizing: border-box;
  width: 100%;
  resize: none;
  outline: none;
  padding: 10px;
  border: none;
  height: 134px;
  border: 1px solid #8b8b8b;
  font-family: "Montserrat";
}
.main-popup-textarea > .textarea:focus {
  border: solid 1px #fbb03b;
}
.main-popup-send-button {
  padding: 10px 40px;
  background: #d4b090;
  width: fit-content;
  margin: 15px auto;
  font-size: 14px;
  color: white;
  cursor: pointer;
  letter-spacing: 1px;
}
.main-popup-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: 25px auto 10px auto;
}
@media (min-width: 1024px) and (max-width: 1920px) {
  .main-popup-button-container {
    width: 80%;
  }
}
.main-popup-payment-schedule,
.main-popup-download-broucher {
  border: 1px solid #d4b090;
  border-radius: 50px;
  border-style: dashed;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  height: 35px;
  width: 220px;
}
.main-popup-payment-schedule > img,
.main-popup-download-broucher > img {
  width: 13px;
  margin: 0 0 0 10px;
}
.main-popup-payment-schedule > p,
.main-popup-download-broucher > p {
  margin: 6px;
  font-size: 0.875rem;
  color: #d4b090;
}

::-webkit-scrollbar {
  background-color: #000;
  width: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}

.firstsection {
  width: 100%;
  height: 100vh;
  padding: 160px 70px;
}
.image-section {
  width: 40%;
  height: 100%;
}
.aboutustxt {
  width: 45%;
  height: 100%;
}

/*about 900*/

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .rightSection {
    width: 100%;
  }

  .frt__section {
    height: auto;
    flex-direction: column-reverse;
    margin-bottom: 0px;
  }

  .frst__r {
    width: 90% !important;
    height: auto !important;
    margin: auto;
    padding: 0px 0px 40px 0px;
  }
  .frst__l {
    width: 90% !important;
    height: auto !important;
    margin: auto;
    padding: 0;
  }

  .thd__C {
    padding: 60px 0;
  }

  .thd__Cb {
    width: 80%;
  }

  .thd__head {
    font-size: 1.9rem;
  }

  .wwr__cinfo .imgsec2 {
    width: 70%;
    padding: 30px 30px 0;
  }
  .ft_contact {
    display: block;
  }
}
.sec__sec_sco {
  margin-top: 2.43rem !important;
}

@media screen and (min-width: 250px) and (max-width: 767px) {
  .rightSection {
    width: 100%;
  }

  .frt__section {
    height: auto;
    flex-direction: column-reverse;
    margin-bottom: 0px;
  }

  .frst__r {
    width: 90% !important;
    height: auto !important;
    margin: auto;
    padding: 0px 0px 40px 0px;
  }
  .frst__l {
    width: 90% !important;
    height: auto !important;
    margin: auto;
    padding: 0;
  }

  .frt_sec_s {
    margin: 0;
    line-height: 20px !important;
    font-size: 0.8rem !important;
  }

  .frt_sec_f {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .thd__C {
    height: auto;
    padding: 60px 0;
  }
  .thd__head {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .wwr__cinfo .imgsec2 {
    display: none;
  }

  .wwr__cinfo .imgsec3 {
    display: block;
  }

  .imgsec3 {
    width: 60%;
    margin: auto;
  }

  .se__img {
    display: block;
    text-align: center;
    padding: 80px 0;
  }

  .se__time {
    display: none;
  }

  .btn__sc {
    padding: 10px 20px;
  }
}

/*******/
@media screen and (max-width: 767px) {
  .ft_logo {
    margin: 18px auto;
  }

  .ft_cc {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .ft__head {
    margin: 18px auto 10px;
    font-size: 0.875rem !important;
  }

  .enq {
    line-height: 25px;
  }

  .ft___cc {
    width: 100%;
  }
  .ft___cc > p {
    margin-right: 7px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer_contact_us {
  }
  #footeraddress {
    width: 13rem;
  }

  .ft_cc {
    /* flex-wrap: wrap; */
    justify-content: space-evenly;
  }

  .ft_logo {
    /* display: block; */
    width: 70px !important;
    text-align: center;
    line-height: 5rem;
    margin-top: 1rem;
  }

  .ft_cc > div {
    width: 10.875rem;
  }
}

/*mobile view about 360*/

@media (min-width: 150px) and (max-width: 500px) {
  .thd__head {
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .frt_sec_f {
    font-size: 1.2rem;
  }
  .btn__sc {
    padding: 10px 20px;
    font-size: 0.8rem;
  }
  .ft_cc {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 30px 40px;
  }
  .ft___cc > p {
    font-size: 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .bb_hlogoC {
    width: 60px !important;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .bb_hlogoC {
    width: 50px !important;
  }
}

@media (max-width: 767px) {
  .ft_contact {
    flex-direction: column;
  }
  .ft_contact > p {
    width: 100% !important;
  }
  .ft_contact div {
    width: 100%;
  }
}

/* schedule pop*/

@media screen and (max-width: 767px) {
  .main-popup-bg.active {
    opacity: 1;
    z-index: 100;
    transition: all 300ms ease-in-out;
  }

  .main-popup-bg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(34, 34, 39, 0.82);
    height: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    z-index: -1;
    transition: all 300ms ease-in-out;
  }

  .main-popup.active {
    opacity: 1;
    z-index: 2;
    transition: all 300ms ease-in-out;
    /* overflow: hidden; */
  }

  .main-popup {
    position: fixed;
    top: 50%;
    /* overflow: hidden; */
    left: 50%;
    transform: translate(-50%, -50%);
    background: #eee7de;
    padding: 2rem;
    width: 60%;
    height: auto;
    text-align: center;
    opacity: 0;
    z-index: -1;
    transition: all 300ms ease-in-out;
  }

  .main-popup-container {
    position: relative;
    /* overflow: hidden; */
  }

  .main-popup-close {
    width: 22px;
    overflow: hidden;
    position: absolute;
    right: -5%;
    top: -10px;
    cursor: pointer;
  }

  .main-popup-content-container {
    width: 100%;
    margin: auto;
    text-align: center;
    justify-content: center;
  }

  .main-popup-heading {
    border-bottom: 1px solid;
    padding: 5px;
    padding-top: 20px;
    width: fit-content;
    color: #db9024;
    margin: auto;
    font-size: 0.8rem;
    letter-spacing: 1px;
  }

  .main-popup-subheading {
    font-size: 0.6rem;
    /* width: fit-content; */
    width: auto;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    margin: 15px 0 15px 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
  }

  .main-popup-input-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: auto;
    justify-content: space-between;
  }

  .main-popup-input-fields {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .main-popup-inputs {
    flex-grow: 1;
    margin: 5px 7px;
  }

  .main-popup-inputs .input {
    outline: none;
    border: 0.5px solid #8b8b8b;
    padding: 10px;
    flex-grow: 1;
    width: -webkit-fill-available;
    height: 10px;
    background: #f6f0e8;
  }

  .main-popup-textarea {
    width: 100%;
    height: 100%;
    margin: auto;
  }

  .main-popup-textarea > .textarea {
    flex-grow: 1;
    background: #f6f0e8;
    margin: 5px 7px;
    box-sizing: border-box;
    width: -webkit-fill-available;
    resize: none;
    outline: none;
    padding: 10px;
    border: none;
    height: 80px;
    border: 0.5px solid #8b8b8b;
    font-family: "Montserrat";
  }

  .main-popup-send-button {
    padding: 5px 15px;
    background: #d4b090;
    width: fit-content;
    margin: 5px auto;
    font-size: 0.7rem;
    color: white;
    cursor: pointer;
    letter-spacing: 1px;
  }
  .main-popup-button-container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 95%;
    margin: 15px auto 0px auto;
  }

  .main-popup-payment-schedule,
  .main-popup-download-broucher {
    border: 1px solid #d4b090;
    border-radius: 50px;
    border-style: dashed;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    height: 25px;
    width: 150px;
    margin: 0px 5px;
  }
  .main-popup-payment-schedule > img,
  .main-popup-download-broucher > img {
    width: 13px;
    margin: 0 0 0 10px;
  }
  .main-popup-payment-schedule > p,
  .main-popup-download-broucher > p {
    margin: 6px;
    font-size: 0.5rem;
    color: #d4b090;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main-popup-payment-schedule > p,
  .main-popup-download-broucher > p {
    margin: 6px;
    font-size: 0.75rem;
    color: #d4b090;
  }

  .main-popup-send-button {
    padding: 8px 30px;
    background: #d4b090;
    width: fit-content;
    margin: 15px auto;
    font-size: 12px;
    color: white;
    cursor: pointer;
    letter-spacing: 1px;
  }

  .main-popup-heading {
    border-bottom: 1px solid;
    padding: 5px;
    width: fit-content;
    color: #db9024;
    margin: auto;
    font-size: 0.95rem;
    letter-spacing: 1px;
  }

  .main-popup-subheading {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 15px 0;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
  }

  .main-popup-input-container {
    display: flex;
    width: 100%;
    margin: auto;
  }

  .main-popup-inputs {
    flex-grow: 1;
    margin: 5px 10px;
  }
}

@media (min-width: 150px) and (max-width: 499px) {
  .ft_logo > img {
    filter: invert(1);
    width: 70px !important;
  }
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 9; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #db9024; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */

  align-items: center;
  vertical-align: middle;
  border-radius: 50%; /* Rounded corners */
  font-size: 22px; /* Increase font size */
  height: 50px;
  width: 50px;
}

#myBtn span {
  /* align-items: center;
  vertical-align: middle
  ; */
  position: relative;
  top: -3px;
}

#myBtn:hover {
  background-color: #f3be7a; /* Add a dark-grey background on hover */
}

@media screen and (max-width: 1023px) {
  .wh_c {
    display: none;
  }
}

@media (min-width: 1023px) and (max-width: 1280px) {
  .longimg {
    display: block;
    height: 580px;
  }
  .originalimg {
    display: none;
  }
  .frst__l > .frt_sec_s {
    margin-top: 0px;
  }
}

@media (min-width: 1280px) {
  .longimg {
    display: none;
  }
  .originalimg {
    display: block;
  }
}
@media (max-width: 1024px) {
  .longimg {
    display: none;
  }
  .originalimg {
    display: block;
  }
}
.modal-footer-btom{
  height: 150px ;
  background-color: #222227;
  bottom: 0px !important;
  margin-top: 250px;
}
.container-foot{
  font: inherit;
    font-size: 14px;
    padding-left: 15px;
    padding-top: 15px;
    color: white;
}
#myModal{
  background-image: url("../designs/B_B-Assets/Home/banner/banner_1.jpg");
  object-fit: cover;
  padding-top: 0px !important;
  display: none;
  background-position: center;
  width: 100vw;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}