* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* body {
    background: linear-gradient(#FFFCDA, #fff, #FFFBD7)50% 50% no-repeat;
} */

body {
  background: #d2d5c8;
  /* overflow: hidden; */
}
.card {
  background-color: #fffbdf;
  border: 0;
}
.card-header  {
  background-color: transparent;
  border-bottom: none;
}
#custom_sections .card .card-body p, #custom_sections .card .card-body strong {
  color: #a9896d;
}
body,
html {
  height: 100%;
  margin: 0;
  overflow-x:hidden;
  /* display: flex; */
  /* justify-content: center; */
  /* Center horizontally */
  /* align-items: center; */
  /* Center vertically */
}

.wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29vw;
}

.table-row {
  display: flex;
  justify-content: center;
  /* Center horizontally within the row */
  align-items: center;
  /* Center vertically within the row */
}

.table-cell {
  padding: 0;
  border: none;
}

.white_card {
  background: linear-gradient(#fffcda, #fff, #fffbd7) 50% 50% no-repeat;
  height: 100vh;
  margin-top: -5px;
  position: relative;
}

#body {
  padding: 20px 20px;
  margin-top: 20px;
}

.card_wrapp {
  height: auto;
  background: linear-gradient(#fffcda, #fff, #fffbd7) 50% 50% no-repeat;
  /* overflow: scroll; */
  /* padding-bottom: 45%; */
  position: relative;
  padding-bottom: 100px;
  /* top: 95px; */
  /* max-width: 425px; */
}

#product {
  overflow-y: scroll;
  /* padding-top: 10px; */
}

#media {
  overflow-y: scroll;
  /* padding-top: 10px; */
}

/* #portfolio {
    overflow: scroll;
} */

#home {
  padding: 0;
  justify-content: center;
}
#home .col-md-5 {
  max-width: 390px;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a78b6b;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a78b6b;
}

.scrollds {
  overflow: scroll;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  box-sizing: border-box;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-bottom: 0px;
  padding: 0 35.6%;
}

.header_bg {
  background: #fffcda
  /* linear-gradient(#fffcda, #fff, #fffbd7) 50% 50% no-repeat; */
}

.view_sec_main {
  /* margin-top: 10px;
  float: right;
  margin-right: 10px; */
  text-align: right;
}

.view_sec_main span {
  color: #a78b6b;
  text-align: right;
  font-size: 14px;
  margin-left: 4px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header_logo {
  padding-top: 5px;
}

#home_cnt {
  padding-top: 5px;
  padding-bottom: 5px;
}

#home_cnt .home_cnt_title h2 {
  color: #552c00;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

#home_cnt .home_cnt_lists ul,
li {
  list-style: none;
  padding-right: 0 !important;
}

#home_cnt .home_cnt_lists ul {
  padding-left: 0;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}

#home_cnt .home_cnt_lists ul,
li,
h6 {
  color: #a78b6b;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

#home_cnt .lists_bdr {
  border-right: 2px solid #552c00;
  height: 28px;
}

#home_cards {
  padding: 15px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#home_cards .home_cards_main {
  background-image: url("../images/Shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  width: 260px;
  height: 260px;
  margin-bottom: 10px;
}

#home_cards .home_cards_main h2 {
  color: #faefd3;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
}

#home_cards .home_cards_logos {
  /* display: flex; */
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
  gap: 0px;
}
.home_cards_logos ul {
  direction: ltr;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  grid-gap: 0;
  list-style: none;
  padding: 0;
}
.home_cards_logos ul li  {
  text-align: center;
}
.home_cards_logos ul  li img, .home_cards_logos ul  li svg {
  max-width: 100%;
  height: auto;
}
#home_cards .home_cards_logos .home_cards_logos_btn a,
#home_cards .home_cards_main .home_cards_lists .home_cards_lists_btn a {
  color: #552c00;
  background-color: #faefd3;
  padding: 8px 10px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  width: 120px;
  right: -105px;
  position: relative;
  top: -15px;
}
#home_cards .home_cards_logos .home_cards_logos_btn a:hover,
#home_cards .home_cards_main .home_cards_lists .home_cards_lists_btn a:hover, 
#products .products_sec_card_btns .products_card_enq_btn a:hover,
#products .products_sec_card_btns .products_card_price_btn a:hover  {
  background: #552c00;
  color:#faefd3;
}
#home_cards .home_cards_logos .home_cards_logos_btn a:hover svg path,
#home_cards .home_cards_main .home_cards_lists .home_cards_lists_btn a:hover svg path{
  fill: #faefd3;
}

#home_cards .home_cards_main .home_cards_lists {
  padding-top: 2px;
}

.home_cards_lists ul li {
  line-height: 18px;
  list-style: square; 
  list-style-position: inside;
  color: #fcefd5;
  font-size: 15px;
}
#home_cnt .home_cnt_lists ul {
  margin-top: 0px;
}

#home_cnt .home_cnt_lists ul li {
  border-right: 1px solid #552c00;
  padding-right: 0 !important;
}

#home_cnt .home_cnt_lists ul li:last-child {
  border: none;
  text-align: justify;
}

#home_cards .home_cards_main .home_cards_lists ul {
  padding-left: 0;
}

#home_cards .home_cards_main .home_cards_lists ul li  a {
  color: #faefd3;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-bottom: 20px;
}

#home_cards .home_cards_main .home_cards_lists ul,
li,
img {
  /* padding-right: 5px; */
  margin: 0;
}

#home_cards .home_cards_main .home_cards_lists .home_cards_lists_btn {
  /* float: right; */
  padding-top: 0px;
}

#contact_us {
  padding-top: 10px;
  overflow: scroll;
  padding-bottom:0;
}

#contact_us .contact_us_details .contact_us_title h2, #custom_sections .card-header h2 {
  color: #552c00;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

#contact_us .contact_us_details .contact_us_para p {
  color: #a78b6b;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

/* #contact_us .contact_us_content {
  padding-top: 10px;
  padding-bottom: 100px;
} */

#contact_us .contact_us_content a {
  display: flex;
  gap: 20px;
  margin-left: 50px;
  color: #a78b6b;
  font-size: 13px;
  line-height: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 19px;
}
#contact_us .contact_us_content i {
  font-size: 13px;
  line-height: 15px;
} 
#contact_us .contact_us_content h6 {
  color: #a78b6b;
  font-size: 13px;
  line-height: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

#about_us, #products, #media, #testimonials, #portfolio, #contact_us {
  padding-top: 30px;
  padding-bottom: 0;
}

#about_us .about_us_title h2 {
  color: #552c00;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

#about_us .about_us_cnt_para_one p {
  color: #552c00;
  font-size: 15px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  font-weight: 400;
}

#about_us .about_us_cnt_para_sec p {
  color: #552c00;
  font-size: 15px;
  line-height: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

#about_us .about_us_cnt_lists_sec ul {
  padding-left: 0;
}

#about_us .about_us_cnt_lists_sec ul li.about_list_item {
  list-style: circle;
  color: #552c00;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

#media {
  /* padding-top: 10px; */
  /* padding-bottom: 12rem; */
}

#media .media_details .media_title h2 {
  color: #552c00;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

#media .media_sec_cards {
  /* background-image: url("../css/Subtract.svg"); */
  /* background-repeat: no-repeat; */
  padding: 12px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  /* margin-bottom: 10px; */
  position: relative;
  width: 100%;
  height: auto;
  /* background-size: contain; */
  border: 2px dotted #582b06;
}
.media_sec_cards img {
  width: 100%;
}


#media .media_sec_cards .media_sec_card_title h2 {
  color: #552c00;
  font-size: 13px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding-right: 20%;
}

#media .media_sec_cards .media_sec_card_time p {
  color: #a78b6b;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

#media .media_sec_cards .media_sec_card_date p {
  color: #a78b6b;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

#media .media_sec_cards .media_sec_card_btn {
  padding-right: 15px;
}

#media .media_sec_cards .media_sec_card_btn a {
  color: #faefd3;
  background: url("../images/media-card-btn-bg.png") 50% 50% no-repeat;
  background-size: contain;
  font-size: 10px;
  padding: 15px;
  line-height: 10px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

#media .media_sec_card_content {
  display: flex;
  justify-content: space-between;
}

#portfolio {
  /* padding-top: 10px;
    padding-bottom: 12rem; */
}

#portfolio .portfolio_details .portfolio_title h2 {
  color: #552c00;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

#portfolio .portfolio_card {
  background: url("../images/portfolio-card-bg.png");
  height: 225px;
  padding: 20px;
  margin-bottom: 10px;
  background-repeat: no-repeat ;
  background-size: 100%;
}

#portfolio .portfolio_card .portfolio_card_main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#portfolio .portfolio_card .portfolio_card_main .portfolio_card_para p {
  color: #faefd3;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

#portfolio .portfolio_card .portfolio_card_main .portfolio_card_btns img {
  width: 30vh;
  padding-bottom: 8px;
}

#portfolio .portfolio_card .portfolio_card_main .portfolio_card_btns h2 {
  color: #faefd3;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

#portfolio .portfolio_card .portfolio_card_main .portfolio_card_btns a {
  color: #552c00;
  background-color: #faefd3;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  width: 90px;
  display: block;
  text-decoration: none;
}

/* #testimonials {
    padding-top: 10px;
    padding-bottom: 12rem;
} */

#testimonials .testimonials_details .testimonials_title h2 {
  color: #552c00;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

#products {
  padding-bottom: 15px;
}

#products .products_details .products_title h2 {
  color: #552c00;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

#products .products_sec_cards {
  /* background-image: url("../css/Subtract.svg"); */
  /* background-repeat: no-repeat; */
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: auto;
  /* background-size: contain; */
  border: 2px dotted #582b06;
}
.products_sec_cards_para h3 {
  font-size: 16px;
  line-height: 20px;
  color: #552c00;
  font-weight: 600;
}
.products_sec_cards_para {
  padding: 10px;
}

#products .products_sec_cards .products_sec_cards_para p {
  color: #552c00;
  font-size: 13px;
  text-align: justify;
  line-height: 16px;
  padding-right: 0;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}

.products_sec_cards_image {
  position: relative;
}

.products_sec_cards_image img {
  width: 100%;
  padding: 0;
}

#products .products_sec_card_btns {
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 100%;
  flex-direction: row;
  align-items: center;
}

#products .products_sec_card_btns .products_card_price_btn a {
  color: #552c00;
  background-color: #fffbd7;
  border-radius: 50px;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

#products .products_sec_card_btns .products_card_enq_btn a {
  color: #552c00;
  background-color: #fffbd7;
  border-radius: 50px;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}


#mainfooter .col-3  .menu_bar_card {
  background: url("../images/navbar_bg.png") 50% 50% no-repeat;
  text-align: center;
  height: 75px;
  width: 75px;;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  filter: drop-shadow(0px 0px 9px #582b0680);
}

#mainfooter .menu_bar_card a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#mainfooter .menu_bar_card h2 {
  color: #faefd3;
  font-size: 10px;
  line-height: 15px;
  padding: 5px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  font-family: "Inter", sans-serif;
  filter: drop-shadow(0 -10px 10px  rgba(0,0,0,.15));
  margin-bottom: -5px;
}

.offcanvas-bottom {
  background: url("../images/offcanvas-bg.png") 50% 50% no-repeat;
  right: 0;
  left: 0;
  height: 100%;
  max-height: 100%;
  border-top: none;
  /* transform: translate(-7%,0) !important; */
  background-size: contain;
  width: 380px;
  margin: 0 auto;
  top: -15px;
  bottom: auto;
  filter: drop-shadow(2px 3px 6px #454545);
}

@media screen and (max-width: 768px) {
  /* .offcanvas-bottom {
    left: 6%;
  } */
  #home .col-md-5 {
    max-width: unset !important;
    width: 100%;
  }
  #footer{
    position: fixed;
    width: 100%;
  }
}

button.close-btn.text-reset {
  background-color: transparent;
  border: none;
  justify-content: center;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1rem;
  top: 19%;
  position: relative;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 0;
  overflow-y: auto;
  padding-top: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 11px;
}

.offcanvas-body .qr_image img {
  height: 180px;
}

.offcanvas-body .offcanvas-body-btns {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.offcanvas-body .offcanvas-body-btns button {
  color: #a78b6b;
  background: url("../images/btn-bg.png") 50% 50% no-repeat;
  border: none;
  padding: 10px 30px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.offcanvas-body .offcanvas-social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
} 
.offcanvas-body .offcanvas-social-icons a {
    display: flex;
    justify-content:center;
    background: #FAEFD3;
    height: 32px;
    width: 32px;
    color: #A78B6B;
}

.offcanvas-body .offcanvas-last-btn {
  padding-top: 5px;
}

.offcanvas-body .offcanvas-last-btn button {
  color: #a78b6b;
  background: url("../images/Subtract.png") no-repeat;
  background-size: 100% 100%;
  border: none;
  padding: 7px 13px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  width: max-content;
  border: 0;
}

button.btn:focus {
  outline: none;
  box-shadow: none;
}

#mainfooter {
  position: fixed;
  padding: 0;
  left: 0;
  width: 100%;
  bottom: 75px;
  height: auto;
  background: transparent !important;
  position: sticky;
}

#testimonials .testimonials_main {
  margin-bottom: 5px;
}

#testimonials .carousel-item {
  padding: 20px;
  /* background-image: url("../images/testi_bg.png"); */
  /* background-repeat: no-repeat; */
  text-align: center;
  /* background-size: cover; */
  border: 2px dotted #552C00
  ;
}

#testimonials .testimonials_main .testi_udgar_one {
  text-align: left;
}

#testimonials .testimonials_main .testi_star_image {
  margin-top: 1rem;
}

#testimonials .testimonials_main .testi_star_image img {
  width: 50vh;
}

#testimonials .testimonials_main .testi_para {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #552c00;
}

#testimonials .testimonials_main .testi_para h2 {
  color: #A78B6B;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
}

#testimonials .testimonials_main .testi_para p {
  color: #A78B6B;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: justify;
}

#testimonials .testimonials_main .testi_last_name p {
  color: #A78B6B;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

#testimonials .testimonials_main .testi_udgar_two {
  text-align: right;
}

#testimonials .carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 30rem;
  bottom: 0rem;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 89%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1;
  transition: opacity .15s ease;
}

#footer {
  background: url("../images/footer_bg.png");
  background-size: cover;
  padding: 10px 0px;
  height: 70px;
  bottom: 0;
  position: sticky;
  filter: drop-shadow(0 -10px 10px  rgba(0,0,0,.15));
}

#footer .footer_main {
  display: flex;
  justify-content: center;
  gap: 15px;
}

#footer .footer_main .footer_icons svg {
  margin-left: 5px;
}
.footer_icons a svg path {
  fill : #FAEFD3 !important; 
}
.footer_icons a.active svg path, .footer_icons a:hover svg path, .home_cards_logos li:hover svg path  {
  fill : #552C00 !important; 
}

#footer button.footer_btn.dropdown-toggle, .goog-te-gadget .goog-te-combo {
  color: #fffbd7;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  padding: 6px 14px;
  background-color: transparent;
  border: 1px solid #fffbd7;
  border-radius: 50px;
  width: 100px;
}

#footer .footer_last_para {
  text-align: center;
  padding-top: 0px;
}

#footer .footer_last_para p {
  color: #fffbd7;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 12px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}

#footer .footer_last_para span {
  color: red;
}

#footer .footer_last_para a {
  color: #fffbd7;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 12px;
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
}

.footer_icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}

.modal-backdrop.show {
  opacity: 0;
}

.about_us_cnt_image_one img,
.about_us_cnt_image_sec img {
  width: 100%;
}

/* Styles for Mobile Devices */
@media only screen and (max-width: 767px) {

  .wrapper {
    width: 100%;
  }

  #mainfooter,
  #menu_bar,
  #header {
    padding: 0px 0%;
  }

}

/* Styles for Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wrapper {
    width: 58vw;
  }
  #menu_bar,
  #header {
    padding: 0px 25%;
  }
}

/* Styles for Desktops */
@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .wrapper {
   width: 48vw;
 }
  #menu_bar,
  #header {
    padding: 0px 26%;
  }
}
select.goog-te-combo option {
  color: #552c00 !important;
  font-size: 11px;
}