@font-face {
  font-family: main;
  src: url(../font/CeraGodrejInterio-Bold.ttf);
}
@font-face {
  font-family: sub;
  src: url(../font/CeraGodrejInterio-Regular.ttf);
}
@font-face {
  font-family: sub-m;
  src: url(../font/CeraGodrejInterio-Medium.ttf);
}
@font-face {
  font-family: heading;
  src: url(../font/SourceSerifPro-Regular.otf);
}

* {
  padding: 0;
  margin: 0;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
  font-family: sub, sans-serif;
}

html,
body {
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 9px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #014d82;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
  outline: none !important;
  -webkit-box-shadow: none !important ;
  box-shadow: none !important ;
  border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

.font {
  font-family: heading, sans-serif;
}

.font1 {
  font-family: sub-m, sans-serif;
}

.color {
  color: #014d82;
}

.padding {
  padding: 100px 0;
}

.arrow_fixed {
  position: fixed;
  bottom: 75px;
  right: 27px;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}
.arrow_fixed img {
  width: 50px;
}
.arrow_fixed2 {
  display: none;
  position: fixed;
  bottom: 137px;
  right: 27px;
  opacity: 1;
  transition: all 0.3s ease;
  z-index: 1000;
  cursor: pointer;
}
.arrow_fixed2 img {
  width: 50px;
}

header .navbar {
  background-color: #014d82;
  z-index: 100;
}

header .navbar .nav-link {
  color: #fff;
  font-family: sub, sans-serif;
  margin: 10px 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 1px solid transparent;
}

header .navbar .active {
  border-bottom: 1px solid #fff;
  color: #fff !important;
}

/* .fancybox__backdrop{
  opacity: 0.7 !important;
}

[data-fancybox='gallery'] > .fancybox__backdrop{
  opacity: 1 !important;
} */

header .navbar.fixed-top {
  background: #014d82;
  /* -webkit-backdrop-filter: blur(35px); 
   backdrop-filter: blur(35px); */
}

/* section.banner .card-img-overlay {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.banner h1 {
  font-size: 55px;
  font-weight: 600;
  font-family: main, sans-serif;
} */

/* section.banner .slider {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
} */
.hd-sec2{
	color: #014d82 !important;
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cnt-sec2{
	position: absolute;
    top: 52%;
    left: 5%;
    right: 5%;
}
section.never {
  background: url("../Images/bg.webp.png") no-repeat;
  background-position: center;
  background-size: contain;
}

section.never .video {
  height: 100%;
  object-fit: cover;
  margin: auto 0;
}

section.life {
  background: url("../Images/life-flow-desk-v2.webp") no-repeat;
  background-position: center;
  background-size: cover;
}
section.life .card-img-overlay {
  top: 50%;
  transform: translateY(-50%);
}

section.life .btn-dark  , section.rewind .btn-dark{
  background-color: #014d82;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 0;
}

section.project {
  background: url("../Images/texture_bg.webp") no-repeat;
  background-position: center;
  background-size: cover;
}

section.project .box {
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}

section.project .line::before {
  position: absolute;
  height: 137%;
  width: 2px;
  background-color: #000;
  content: " ";
  left: 88px;
  z-index: 1;
  top: -100px;
}

section.map .grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
section.map .pos {
  position: absolute;
  bottom: 10px;
}

section.map .grid img {
  width: 50px;
}
section.map .grid .border {
  text-align: center;
}

section.map .grid .box {
  cursor: pointer;
}
section.map .grid .box.active {
  background-color: #014d82;
}
section.map .grid p {
  font-size: 14px;
}

section.map .btn-dark {
  background-color: #014d82;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 0;
}

footer {
  background: url("../Images/footer-bg-v1.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 0 0;
}
footer input {
  width: 90%;
  height: 40px;
  border: 1px solid #014d82;
  background-color: #000000;
  padding-left: 1rem;
  outline: none;
  color: #ffffff;
}

footer select {
  width: 90%;
  height: 40px;
  border: 1px solid #014d82;
  background-color: #000000;
  padding-left: 1rem;
  outline: none;
  color: #014d82;
}

footer input::-webkit-input-placeholder {
  color: #ffffff !important;
}

footer input::-moz-placeholder {
  color: #ffffff !important;
}

footer input:-ms-input-placeholder {
  color: #ffffff !important;
}

footer input::-ms-input-placeholder {
  color: #ffffff !important;
}

footer input::placeholder {
  color: #ffffff !important;
}

footer select {
  color: #ffffff !important;
}

footer label {
  font-size: 12px;
  color: #fff;
}
footer .check {
  width: 15px;
  border: 1px solid #014d82 !important;
  background-color: #031b09 !important;
}

footer .check-box {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

footer .box {
  background-color: #000000;
}
footer .box .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  background-color: #000000;
  margin-top: 60px;
  padding: 20px 0;
  color: #fff;
}

footer .btn-dark {
  background-color: #014d82 !important;
  color: #fff !important;
}

/* Create a custom checkbox */
.check-box .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #014d82 !important;
  background-color: #000 !important;
}

/* On mouse-over, add a grey background color */
.check-box:hover input ~ .checkmark {
  background-color: #ededed;
}

/* When the checkbox is checked, add a blue background */
.check-box input:checked ~ .checkmark {
  background-color: #76aa42;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

section.rewind .nav-pills .nav-link{
  background-color: transparent;
  color: #a8a8a8;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 20px;
  border-radius: 0;
}
section.rewind .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: transparent;
  color: #014d82;
  font-weight: 600;
  border-bottom: 1px solid #1d1d1d;
}
section.rewind .line{
  position: relative;
  top: -16.5px;
  color: #014d82;
}
section.rewind{
background: url("../Images/Vector\ Smart\ Object.png") no-repeat;
background-size: contain;
background-position: top;
padding: 100px 0 100px 0;
}

section.rewind .container-fluid{
padding: 0 0 0 200px;
}
section.rewind .swiper-pagination{
  position: absolute;
  left: 0 !important;
  text-align: start;
bottom: 0px !important;
}


.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  display: none;
}
 .swiper-button-next:after, .swiper-rtl .swiper-button-next:after{
  display: none;
}
/* 
section.rewind .width{
  width: 130px;
} */

section.rewind .size1{
position: absolute;
width: 300px;
left: 30px;
bottom: 0px;
z-index: 10;
  }
section.rewind .pagi{
    text-align: center;
    position: relative;
    z-index: -1;
  }
section.rewind .mySwiper{
    padding-bottom: 90px;
  }


  section.floor{
    background: url("../Images/plan-desk.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  section.floor .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
 background-color: #014d82;
 border-radius: 0;
  }
  section.floor  .nav-link{
 background-color: #000000;
 color: #ffffff;
 border-radius: 0;
 padding: 10px 30px;
 background-color: #000;
  position: relative;
  z-index: 10;
  width: 150px;
  height: 40px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  }

  section.floor .nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 21px;
    background-color: #014d82;
    -webkit-clip-path: polygon(49% 100%, 0 0, 100% 0);
    clip-path: polygon(49% 100%, 0 0, 100% 0);
    top: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    animation: opt 0.5s ease 0.3s forwards;
  }

  @keyframes opt {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }
  

  section.floor .inside .nav-link{
    background-color: transparent;
    border-radius: 0;
    padding: 10px 0px;
     position: relative;
     z-index: 10;
     width: 150px;
     height: 40px;
     color: #9c9c9c;
     -webkit-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
     transition: all 0.5s ease;
     border-bottom: 1px solid #cacaca;
     text-align: start;
     }

  section.floor .inside .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
     }

     section.floor .inside .nav-link.active::before {
      content: "";
      display: none;
    }

     section.floor .inside .badge {
      background-color: rgb(179, 179, 179);
      color: #575757;
    }
  
     section.floor .inside .nav-link.active .badge {
      background-color: rgba(238, 238, 238, 0.856);
      color: #000000;
    }
     section.floor .btn-dark {
      position: absolute;
    right: -158px;
    background-color: #fff;
    color: #000;
    border-radius: 0;
    border: 0;
    font-weight: 600;
    bottom: 135px;
    }
  
     section.floor .btn-dark:hover {
      background-color: #fff;
      color: #000;
    }
  
  /* .box_size{
    position: relative;
    left: 100px;
  } */


  section.amni{
    background: url("../Images/last_bg.png") no-repeat;
    background-size: contain;
    background-position: top;
    padding: 100px 0 100px 0;
    }
    
    
section.amni .nav-pills .nav-link{
  background-color: #000;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 0;
  border: 0;
  position: relative;
}
section.amni .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  border: 0;
  font-weight: 600;
  background-color: #014d82;
  color: #ffffff;
}  

section.amni  .nav-pills .nav-link.active::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 21px;
  background-color: #014d82;
  -webkit-clip-path: polygon(49% 100%, 0 0, 100% 0);
  clip-path: polygon(49% 100%, 0 0, 100% 0);
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  animation: opt 0.5s ease 0.3s forwards;
}



section.form {
  background: #000000;
  position: fixed !important;
  width: 100%;
  bottom: 0;
  z-index: 1040 !important;
}

section.form .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 30px 300px 30px 300px;
  grid-template-columns: repeat(3, 300px);
  padding: 20px 0;
  gap: 30px;
  -webkit-box-pack: end;
    -ms-flex-pack: end;
    /*justify-content: flex-end;*/
}
section.form .grid input {
  width: 100%;
  border: 0;
  outline: none;
  color: #fff;
  background: transparent;
  border-bottom: 1px solid #fff;
}
section.form .grid > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
}
section.form .btn {
  background-color: #014d82 !important;
  border: 0;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 0;
}


#dialog-content{
  background-color: #fff2e2;
  position: relative;
  }
  
  #dialog-content .img {
  position: absolute;
  top: -40px;
  left: 100px;
  display: none;
  }
  
  #dialog-content .img2 {
  position: absolute;
  right:-20px;
  bottom: 20px;
  width: 40px;
  display: none;
  }
  
  
  #dialog-content input{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    outline: none;
    border: 1px solid #d1ccbd;
  }
  #dialog-content input::placeholder{
  color: #989898;
  }
  
  
  #dialog-content select{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    outline: none;
    border: 1px solid #d1ccbd;
  }
  
  #dialog-content input[type="checkbox"]{
  width: 15px;
  height: 15px;
  margin-right: 10px;
  }
  #dialog-content .btn-dark{
  background-color: #014d82;
  border: 1px solid transparent;
  }
  #dialog-content h5{
  font-weight: 500;
  }
  
  img.loc-img{width:50px;}
  p.loc-cnt {color: #fff;}
  
  section.form-mob {
    background: #000000;
    position: fixed !important;
    width: 100%;
    bottom: 0;
    z-index: 1040 !important;
}
section.form-mob {
        display: none;
    }
