@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

:root {
  --primary-color: #010101;
  --secondary-color: #262e6d;
  --body-color: #181818;
  --light: #fff7eb;
  --facebook: #4267b2;
  --twitter: #00acee;
  --linkedin: #0e76a8;
  --youtube: #ff0000;
  --whatsapp: #25d366;
  --instagram: #c92bb7;
  --golden-gradient: radial-gradient(ellipse farthest-corner at right bottom, #fdf5b0 0%, #edb254 8%, #eac473 30%, #DDA64F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #ffffff 0%, #f6d29a 8%, #cc932f 25%, #ae7927 62.5%, #DDA64F 100%);
  --primary-gradient: linear-gradient(45deg, #0c0c0c, #353535, #000000);
}
@font-face {
  font-family: myFirstFont;
  src: url(../fonts/MinionPro-Bold.woff);
}
body {
  color: var(--body-color);
  font: 400 1rem "Open Sans", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
}

svg:not([fill]) {
  fill: currentColor;
}

.font-weight-bolder {
  font-weight: 800 !important;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

a {
  color: var(--body-color);
  transition: all 300ms ease-in-out;
}

a.bg-primary:hover {
  background-color: var(--primary-color) !important;
}

html {
  scroll-behavior: smooth;
}

img {
  width: 100%;
  display: block;
}

.object-cover {
  object-fit: cover;
}

.container-fluid {
  padding-left: 3rem;
  padding-right: 3rem;
}

.filter-white {
  -ms-filter: brightness(70);
  filter: brightness(70);
}

.filter-dark {
  -ms-filter: grayscale(1) brightness(0.5);
  filter: grayscale(1) brightness(0.5);
}

/*header*/
.header {
  width: 100%;
  top: 0;
  background-color: var(--primary-color);
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  padding: 5px 0;
  z-index: 997;
  transition: all 300ms ease-in-out;
}

.header.fixed {
  background-color: #fff;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}

.header .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 150px;
  position: relative;
  min-height: 1px;
  transition: all 300ms ease-in-out;
}

.logo1img {
  margin-right: 8px;
}

.font-size11 {
  font-size: 13px;
  margin-top: 9px;
  line-height: 1;
}

.readmore {
  width: 100%;
  margin-top: 2.5rem;
}

.readmore .button {
  display: table;
  padding: 12px;
  min-width: 140px;
  color: #ffffff;
  background: var(--body-color);
  border-radius: 0;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  position: relative;
  z-index: 1;
}

.readmore .button.white {
  /* color: #000; */
  background: no-repeat;
  box-shadow: 0 0 2px #fff;
}

.readmore button {
  border-radius: 0;
  border: none;
  background: none;
}

.readmore .button:hover {
  background: var(--secondary-color);
}

.readmore .button.w-auto {
  min-width: 1px;
}

.readmore .button.bg-green {
  background: linear-gradient(45deg, #0db634, #015c16);
  color: #fff;
}

.readmore .button.bg-secondary {
  color: var(--body-color);
  background: var(--secondary-color) !important;
}

.readmore .button.bg-secondary:hover {
  color: var(--body-color);
  background: #fff !important;
}

.readmore .button.bg-primary {
  color: #fff;
  background: var(--primary-gradient);
}

.readmore .button.bg-primary:hover {
  color: #000;
  background: var(--secondary-color) !important;
}

.readmore.d-flex {
  justify-content: center;
  gap: 10px;
}

.heading {
  display: table;
  position: relative;
  margin-bottom: 30px;
  font-family: var(--josefin);
  z-index: 1;
}

.stickyForm {
  width: 257px;
  position: absolute;
  right: 0rem;
  top: 48%;
  padding: 10px;
  background: var(--golden-gradient);
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 15%);
  z-index: 99;
  -webkit-transform: translate(0%, -40%);
  transform: translate(0%, -40%);
}

.stickyForm h6 {
  text-align: center;

}

.stickyForm h3 {
  color: #000;
  font-size: 14px;
  text-align: center;
}

.form-close {
  position: absolute;
  right: 2px;
  top: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: maroon;
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.form-close:hover {
  background: var(--secondary-color);
}

.stickyForm h6 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--josefin);
  padding-bottom: 10px;
  color: var(--body-color);
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.stickyForm .form-group {
  margin-bottom: 11px;
}

.form-control {
  font-size: 14px;
  padding: 7px 16px;
  height: auto;
  background-color: #f0f0f0;
  border: none;
  border-bottom: 2px solid #c9c9c9;
  color: #181818;
  border-radius: 0;
  transition: all 300ms ease;
}

.form-control:focus {
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}

/* sticky form */
.padding {
  padding-top: 4rem;
  padding-bottom: 4rem;

}

.section-ICONS {
  padding-top: 2rem;

}

.iconbox {
  display: flex;
  padding: 1rem 0;
}

.iconbox-d {
  width: calc(100% / 5);
  /* box-shadow: 0 0 1px #000; */
  text-align: center;
  padding: 5px;
  /* background: #81734d36; */
  border-right: 1px solid #ccc;
}

.iconbox-d:nth-last-child(1) {
  border-right: none
}

.iconbox-img {
  width: 52px;
  margin: 10px auto;
}

.iconbox-con p {

  font-size: 14px;
}

/* Consultation Form */
.enquiryWrapper{
  background-color: rgb(240, 240, 240);
}

.enquiryWrapper::before {
  content: "";
  position: absolute;
  inset: 25% 0;
  height: 50%;
  /* background: var(--golden-gradient); */
  border-radius: 10px;
  z-index: -1;
}

.formContainer {
  background-color: #fff;
  color: var(--body-color);
  position: relative;
  z-index: 1;
}

.enquiry-form .inner {
  padding: 4rem 4rem 4rem 0;
}

.form-img .inner {
  background: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 2rem;
}

.gap-row {
  row-gap: 30px;
}

.form-img .inner .display-3 {
  line-height: 1;
}

/* Consultation Form */

.footer {
  font-size: 12px;
  background: var(--golden-gradient-hover);
  color: #fff;
}

.footer .d-flex {
  gap: 10px;
}

.disclaimer {
  background: #000;
  color: #fff;
  font-size: 12px;
}

.footer-enquiryBtn {
  position: fixed;
  bottom: 2px;
  left: 2px;
  right: 2px;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  background: var(--golden-gradient);
  text-align: center;
}

.footer-enquiryBtn a {
  color: #fff;
  text-align: center;
  display: block;
  width: calc(100% / 2);
  padding: 8px 5px;
  border: 1px solid rgb(0 0 0 / 15%);
  border-left: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-enquiryBtn a.whatsCall {
  background: linear-gradient(45deg, #0db634, #015c16);
  border: 0;
}

.schedule-a-site-visit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
}

.schedule-a-site-visit img {
  width: 300px;
}


/* --------------------------------------------------------
gallery-section
--------------------------------------------------------*/
.gallery-section {
  background-color: var(--light) !important;
  background: url(../images/lining-bg.webp) left top / cover var(--light);
  background-blend-mode: multiply;
}

.gallery-section .gall_img {
  width: 100%;
  position: relative;
  height: 100%;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.068) 0px 8px 24px;
}

.gallery-section .gall_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}


.gallery-section .gall_img .gall-content {
  position: absolute;
  bottom: 0px;
  color: #fff;
  filter: drop-shadow(0 0 0.90rem rgb(0, 0, 0));
  width: 100%;
  text-align: center;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.082));
  padding: 13px;

}

.gallery-section .gall_img .gallery-para {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
}

/* ------------------------------
img-section
------------------------------ */
/* .img-section {
  background-color: var(--light) !important;
  background: url(../images/lining-bg.webp) left top / cover var(--light);
  background-blend-mode: multiply;
} */

.img-section .gall_img {
  width: 100%;
  /* position: relative; */
  height: 100%;
  background-color: #fff;
  /* box-shadow: rgba(149, 157, 165, 0.068) 0px 8px 24px; */
}

.img-section .gall_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.overview-img
{
  position: relative;
  z-index: 1;
}
.overview-img::before
{
  background: url(../images/saya-south-x-banner.jpg);
  position: absolute;
  content: '';
  inset: 0;
  z-index: -1;
}
.overview-img
{
  position: relative;
  z-index: 1;
  height: 90vh;
  display: flex;
  align-items: center;
  background: url(../images/saya-south-x-banner.jpg) fixed center;
  color: #fff;
  text-align: center;
}
.overview-img::before
{
  background: #0000008c;
  position: absolute;
  content: '';
  inset: 0;
  z-index: -1;
}
.overview-img-logo
{
  width: 250px;
  margin: 1rem auto 0;
}
.carousel-indicators { 
  justify-content: end;
  margin-right: 1%;
  margin-left: 5%;
}
/* .content-left
{
  left: 5%;
  top: 150px;
  width:fit-content;
  right: auto;
  padding: 5px;
  bottom: auto;
}
.content-right
{
  right: 5%;
  top: 150px;
  width:fit-content;
  left: auto;
  bottom: auto;
  padding:1px 5px;

} */
.content-right p, .content-left p
{
  margin-bottom: 0;
  letter-spacing: 1px;
  font-size: 1.6rem;
  padding:5px;
    text-shadow: 0 0 1px #000;
    display: inline;
}
.carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, black, transparent);
}
.about-content
{
  color: var(--secondary-color);
}