/*@import "mixin";*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s,
samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  scroll-behavior: smooth;
  height: 100%;
}

sup {
  font-size: 50%;
}

small {
  font-size: 50%;
}

*, *::before, *::after{
  box-sizing: border-box;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial Narrow';
    src: url('../fonts/ArialNarrow-BoldItalic.eot');
    src: url('../fonts/ArialNarrow-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArialNarrow-BoldItalic.woff') format('woff'),
        url('../fonts/ArialNarrow-BoldItalic.ttf') format('truetype'),
        url('../fonts/ArialNarrow-BoldItalic.svg#ArialNarrow-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.eot');
    src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Black.woff') format('woff'),
        url('../fonts/Gotham-Black.ttf') format('truetype'),
        url('../fonts/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Monea Alegante';
    src: url('../fonts/MoneaAlegante-Regular.eot');
    src: url('../fonts/MoneaAlegante-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MoneaAlegante-Regular.woff') format('woff'),
        url('../fonts/MoneaAlegante-Regular.ttf') format('truetype'),
        url('../fonts/MoneaAlegante-Regular.svg#MoneaAlegante-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Edensor Free';
    src: url('../fonts/EdensorFree.eot');
    src: url('../fonts/EdensorFree.eot?#iefix') format('embedded-opentype'),
        url('../fonts/EdensorFree.woff') format('woff'),
        url('../fonts/EdensorFree.ttf') format('truetype'),
        url('../fonts/EdensorFree.svg#EdensorFree') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.eot');
    src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Light.woff') format('woff'),
        url('../fonts/Gotham-Light.ttf') format('truetype'),
        url('../fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

strong, b{
  font-family: 'Gotham';
  font-weight: bold;
}

body {
  font-family: 'Gotham Book', Arial, sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 16px;
  background-color: #fff;
  color: #fff;
  font-weight: 400;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  counter-reset: section;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
p{
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input{
  font-family: 'Gotham Book';
}

img {
  border: none;
  display: block;
  outline: 0 none;
}
.img-fluid{
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  display: block;
}

a:hover {
  text-decoration: none;
}

h2 {
  background: linear-gradient(to right, #d2a64a 0%, #e5cd7e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Gotham';
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 30px;
}

main{
  padding-bottom: 76px;
  width: 100vw;
}
.noscroll {
  overflow-y: hidden;
}

.container{
  width: 100%;
  padding: 0 15px;
  margin-inline: auto;
}
.d-block{
  display: block;
}
.flex{
  display: flex;
}

.grid{
  display: grid;
}

.text-center{text-align: center}
.uppercase{
  text-transform: uppercase;
}

.align-items-center{align-items: center}
.align-items-end{align-items: end}
.justify-content-start{justify-content: start;}
.justify-content-center{justify-content: center;}
.justify-content-between{justify-content:space-between;}
.ml-auto{margin-left: auto;}
.mr-auto{margin-right: auto;}
.m-auto{margin: auto;}
.mb-0{
  margin-bottom: 0!important;
}
.pa{
  position: absolute;
}
.pr{position: relative;}
.pf{position: fixed;}

.pt-100{
  padding-top: 100px;
}
.pb-100{
  padding-bottom: 100px;
}

.logo{
  width: 138px;
  height: 45px;
}
h1{
  font-family: 'Gotham';
  font-weight: bold;
  font-size: 50px;
  color: #f5df75;
}
h1 span{
   font-family: 'Gotham Book';
   color: #fff;
}
nav{
  transition: all .3s;
}

ul.global-nav{
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
ul.global-nav li{
  text-align: center;
  font-size: 18px;
  margin-inline:30px;
}
ul.global-nav li:last-child{
  margin-right: 0;
}
ul.global-nav li a{
  color: #FFF;
  padding: 16px 0;
}

ul.global-nav li a:hover{
  color: #e7d182;  
}
ul.global-nav li a.active{
  text-transform: uppercase;
  color: #979797;
  background: hsl(var(--clr-pink));
  border-radius: 30px;
}

ul.global-nav li a::after{
  content: "";
  width: 100%;
  height: 0;
  background: hsl(var(--clr-pink));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all .3s ease-in-out;
}

/*Hamburger menu*/
.hamburger_bar{display: none;}
header.show .hamburger_bar .bar_line{
  transition: all .3s;
  width: 0;
}
header.show .hamburger_bar .bar_line::before {
  transform: rotate(45deg);
  top: 8px;
  transition: all .3s;
}
header.show .hamburger_bar .bar_line::after {
  transform: rotate(-45deg);
  top: 8px;
  transition: all .3s;
}
.ssm-logo img{
  height: auto;
}

.hamburger_bar .bar_line {
  width: 30px;
  height: 1.6px;
  background: white;
  margin: 10px 0 0;
  display: block;g
  position: relative;
  transition: all .3s;
}
.hamburger_bar .bar_line::before {
  top: 0;
}
.hamburger_bar .bar_line::after {
  bottom: 0;
}
.hamburger_bar .bar_line::before, .hamburger_bar .bar_line::after {
  position: absolute;
  display: block;
  content: "";
  width: 30px;
  height: 1.6px;
  background: white;
  left: 0;
  transition: all .3s;
}
.hamburger_bar{
  width: 35px;
  height: 22px;
  position: relative;
  margin-right: 15px;
}
.hamburger_menu{
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 300px;
  transition: all .3s;
}
.hamburger_menu.show{
  right: 0;
  transition: all .3s;
}
.hamburger_menu ul{
  padding: 4rem 0;
}
.hamburger_menu ul li a{
  font-size: 15px;
  color: #9a310f;
  padding: 15px 30px;
  transition: all .3s;
  letter-spacing: 2px;
  border-bottom: 1px solid #ccc;
}
.hamburger_menu ul li:last-child a{
  border-bottom: 0;
}
.hamburger_menu ul li a:hover{
  background-color: #9a310f;
  color: #fff;
  transition: all .3s;
  text-decoration: none;
}
/*hamburger menu ends*/

.close_form{
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  color: white;
  font-size: 32px;
  font-weight: bold;
}
.enquiry-form-floating{
  display: none;
}
.enquiry-form{
  background: #05796f;
  width: 100%;
  padding: 20px 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  transition: all .3s;
}
.enquiry-form_wrap{
  align-items: center;
  justify-content: space-between;  
}
.enquiry-form h2{
  font-size: 25px;
  margin-bottom: 0;
}


.intro{
  background: url(../img/hero-banner.jpg) no-repeat center center/cover;
  width: 100vw;
  height: 100vh;
}

.vijayijwala_banner-logo-wrapper{
  width: 610px;
  gap:45px;
  flex-direction: column;
}



header{
  background: rgba(0,0,0,.7);
  width: 100%;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}


/*About company*/
.about, .seamless_connectivity{
  background: #01585E;
  background: linear-gradient(0deg, rgba(1, 88, 94, 1) 0%, rgba(0, 136, 125, 1) 100%);
  overflow: hidden;
}
.about_graphic_left{
  left: 0;
  top: 0;
}
.about_graphic_right{
  right: 0;
  bottom:325px;
}
.about_company{
  grid-template-columns: 1fr 2fr;
}
.about_company_content-group:not(:first-child){
  padding: 100px 0;
}
.about_company_content-group p:not(:last-child){
  margin-bottom: 35px;
}

.highlights_content-text{
  max-width: 985px;
  padding: 50px 95px;
  border:#d2a64a 1px solid;
  border-radius: 0 140px 0 140px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.highlights_content-text p{
  line-height: 2;
}
.highlights_content-feat{
  max-width: 985px;
  margin: auto;
  grid-template-columns: repeat(2, 1fr);
  column-gap:385px;
  row-gap:40px;
}

.girl_mom{
  margin-top: -309px;
  z-index: 1;
  position: relative;
}

.floor_plan{
  padding-bottom: 100px;
}
.interior_images{
  padding: 0 15px;
  /*transform: translateX(-50%);
  left: 50%;
  top: -25%;*/
  padding-top: 100px;
  margin-bottom: 15%;
  margin-top: -22%;
  max-width: 1200px;
  width: 100%;
  z-index: 1;
}
.floor-plan-wrap{
  flex-direction: column;
  gap:80px;
}

.seamless_connectivity{

}

table.download-table{
  border: 1px solid #ccc;
  margin: 0px auto;
  width: 100%;
}
table.download-table tr{
  background: #fff;
}
table.download-table tr td{
  text-align: center;
    padding: 16px;
    vertical-align: middle;
    color: #000;
    border: 1px solid #ccc;
}
table.download-table tr td a{
  color: #000;
  font-weight: 600;
}
table.download-table tr td a:hover{
  text-decoration: underline;
  color: #0056b3;
}
table.download-table>tbody>tr:nth-of-type(even) {
    background: #ececec !important;
}
.for-site-visit{
  margin-bottom: 30px;
  margin-top: 50px;
  padding: 50px 0;
  border-top: #ba8e2f 1px solid;
  border-bottom: #ba8e2f 1px solid;
}
.for-site-visit h4{
  font-family: 'Gotham Book';
  line-height: 1.8;
  font-weight: 400;
  font-size: 24px;
}
.site-visit-call{
  display: inline-block;
  border-radius: 80px 0 80px 0;
  margin: 55px auto;
  font-family: 'Gotham';
  font-weight: bold;
  font-size: 30px;
  padding: 20px 50px;
  background: #D4C16E;
  background: linear-gradient(90deg, rgba(212, 193, 110, 1) 0%, rgba(186, 143, 49, 1) 100%);
}
.for-site-visit p{
  font-family: 'Gotham';
  font-size: 22px;
}
.for-site-visit p:not(:last-child){
  margin-bottom: 40px;
}

.compass{
  margin-bottom: 30px;
}

.seamless_connectivity-features{
  gap:100px;
  grid-template-columns: 2fr 1fr;
}
.seamless_connectivity-features-list li:not(:last-child){
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: #edd88a 1px solid;
}
.disclaimer{
  font-size: 16px;
}

footer{
  background: #034449;
  color: #fff;
  width: 100%;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

/*buttons*/
button {
  font-family: 'Gotham Book';
  font-weight: bold;
  width: 118px;
  border: none;
  transition: all 0.3s;
  background: #fff;
  border: #fff 1px solid;
  border-radius: 5px;
  text-transform: uppercase;
  color: #01555c;
  text-align: center;
  cursor: pointer;
  padding: 10px 0;
}
button:hover{
  border: #fff 1px solid;
  background: #01555c;
  color: #fff;
}

/*FORM*/
/*.form-group*/
.form-wrap{
  gap:30px;
}
.form-group label{
  text-transform: uppercase;
  font-size: 1rem;
  color: #5dc3be;
}

.form-group input{
  font-size: 16px;
  color: #5dc3be;
  background: transparent;
  border-bottom: #5dc3be 1px solid;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 10px 15px;
}


.col-big{width: 220px;}

/*Responsive*/



@media (max-width: 1440px){
  /*.container {
    max-width: 1200px;
  }*/
  .interior_images{
    max-width: 800px;
  }
  ul.global-nav li{
    margin-inline: 20px;
  }
}

@media (max-width: 992px) {
  h2{
    font-size: 24px;
  }
  .seamless_connectivity-features {
      gap: 50px;
      grid-template-columns: 1fr;
  }
  .highlights_content-text{
    padding: 30px 25px;
    border-radius: 0 80px 0 80px;
  }
}

@media (max-width: 768px) {
  main{
    padding-bottom: 0;
  }
  .vijayijwala_banner-logo-wrapper img{
    width: 75%;
  }
  h1 {
    font-size: 40px;
  }
  .hamburger_bar{
    display: block;
  }
  header{
    flex-direction: row-reverse;
    height: 65px;
  }
  nav{
    background: #01585E;
    background: linear-gradient(0deg, rgba(1, 88, 94, 1) 0%, rgba(0, 136, 125, 1) 100%);
    width: 100%;
    height: 100vh;
    left: 100%;
    position: fixed;
    z-index: 9999;
    top:65px;
  }
  header.show nav {
      left: 0;
  }
  .global-nav{
    flex-direction: column;
    height: 100%;
  }
  ul.global-nav li{
    font-size: 24px;
  }
  ul.global-nav li:last-child{
    margin-inline: 20px;
  }


  /*Form starts*/
  .close_form{
    display: block;
  }
  .enquiry-form-floating{
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: block;
    border-radius: 100%;
    border: 2px solid white;
    overflow: hidden;
    width: 80px;
    height: 80px;
    z-index: 999;
    box-shadow: rgba(0,0,0,0.4) 2px 4px 4px;
  }
  
  .enquiry-form.hide{
    transition: top .5s;
    top: 100%;
    bottom: auto;
  }
  .enquiry-form.show{
    top: 0;
    transition: top .5s;
    overflow-x: hidden;
  }
  .enquiry-form{
    height: 100svh;
    top: 100%;
    transition: top .3s;
    z-index: 999;
  }
  .enquiry-form_wrap {
    flex-direction: column;
    gap: 40px;
  }
  .enquiry-form h2 {
    width: 100%;
    border-bottom: #d2a64a 1px solid;
    padding-bottom: 15px;
  }
  .form-group {
    align-items: start;
    width: 100%;
    flex-direction: column;
    align-items: start;
  }
  .form-group input{
    width: 100%;
    font-size: 20px;
    padding: 10px 0;
  }
  button{
    width: 100%;
    padding: 15px;
    font-size: 18px;
  }
  /*Form ends*/
  .girl_mom{
    margin-top: -130px;
  }
  footer .footer__quicklinks .footer__quicklinks-list li::after {
    display: none;
  }
  .interior_images{
    max-width: 600px;
  }
  .about_company {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .site-visit-call{
    border-radius: 40px 0 50px 0;
    padding: 20px 30px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pt-100{
    padding-top: 50px;
  }
  .pb-100{
    padding-bottom: 50px;
  }
  
  .intro{
    background: url(../img/hero-banner-sm.jpg) no-repeat center center/cover;
  }

  .about_graphic_right, .about_graphic_left{
    display: none;
  }
  .for-site-visit{
    margin-top: 50px;
  }
  .floor_plan{
    padding-bottom: 50px;
  }
  .for-site-visit h4{
    font-size: 20px;
  }
  .for-site-visit p{
    font-size: 18px;
  }
  .col-big{width: auto}
}

@media (max-width: 576px) {
  table.download-table tr td{
    padding: 14px 10px;
    font-size: 14px;
  }
}
@media (min-width: 576px) {
    .container{
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container{
        max-width: 720px;
    }
}
@media (min-width: 992px) {
  .container{
      max-width: 960px;
}

@media (min-width: 1200px) {
    .container{
        max-width: 1140px;
    }
}
@media (min-width: 1600px){
  .container{
    max-width: 1520px;
  }
}
@media (min-width: 1920px){
  .enquiry-form .container{
    max-width: 1660px;
  }
}
