:root {

    --blue: #0E2740;

    --white:#FFFFFF;

    --gray:#757575;

    --headingsize:50px;

    --subheadsize:30px;

    --F37Ginger-Regular:"F37Ginger-Regular",sans-serif;

    --headingfont:"F37Ginger-Bold",sans-serif;

    --titleHead:#84754E;

    --brown:#A49791;

    --black:#000;

}

/**********---------- Font family --------*******/

@font-face {

    font-family: 'Gotham';

    src: url('fonts/Gotham-Bold.woff2') format('woff2'),

        url('fonts/Gotham-Bold.woff') format('woff');

    font-weight:700;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family:'Gotham';

    src: url('fonts/Gotham-Light.woff2') format('woff2'),

        url('fonts/Gotham-Light.woff') format('woff');

    font-weight: 300;

    font-style: normal;

    font-display: swap;

}

@font-face {

    font-family:'Gotham';

    src: url('fonts/Gotham-Medium.woff2') format('woff2'),

        url('fonts/Gotham-Medium.woff') format('woff');

    font-weight: 400;

    font-style: normal;

    font-display: swap;

}

.padding_space

{

    padding-top:50px;

    padding-bottom:50px;

}

body {

    overflow-x: hidden;

}

/***********---------- Header css ---------- *********/

header {

    background:var(--blue);

    height: 60px;

    position:relative;

}

header .nav-item:last-of-type {

    padding-right:5px !important;

    display: flex;

}

img.callIcon {

    width: 17px;

}

a.call {

    padding-top:5px;

}

a.navbar-brand img

{

    position: absolute;

    z-index: 9999;

}

header a.nav-link {

    color: var(--white);

    font-family:'Gotham';

    font-weight: 300;

    font-size:16.5px;

}

header a.nav-link:hover

{

    color:var(--white);

    border-bottom:1px solid var(--white);

}

header li.nav-item

{

    padding: 0px 20px 0px 0px;

}

header img.main-logo {

    width: 100%;

    max-width: 20%;

    margin: 0 auto;

    text-align: center;

    display: block;

}

 header img.main-logo {

    width: 100%;

    max-width: 85%;

    margin: 0 auto;

    text-align: center;

    display: block;

    }

  header a.navbar-brand {

    background: #fff;

    width: 100%;

    max-width: 10%;

    z-index: 999;

    position: absolute;

    height: 125px;

    padding: 10px;

    margin: 0 auto;

    text-align: center;

    display: block;

    top: 0px;

}

.navbar>.container

{

  display:inline-block !important;

}

div#enquiry-modal .modal-content {
    width:100%;
    padding: 50px;
    max-width: 80%;
    margin:0 auto;
    background:#fff;
    box-shadow: 0 0 1px #ffffff00;
}
h2.Brands {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Gotham';
    padding-bottom: 20px;
    color: #0E2740;
}
div#enquiry-modal input.my-2 {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 15px;
}
div#enquiry-modal .modal-dialog {
    margin-top: 10%;
}
div#enquiry-modal input.my-2:focus-visible
{
    outline:none;
}
div#enquiry-modal input.my-2:focus-visible
{
    border-bottom: 1px solid #0E2740;
   
}
div#enquiry-modal input.my-2:focus-visible::placeholder {
    color: #0E2740; /* Or any color you want */
     font-weight: 400;
}
button.close {
    float: right;
    float: right;
    border: none;
    font-size: 28px;
    font-weight: 900;
    margin-top: -15%;
    margin-right: -11%;
    background: no-repeat;
    color: #0E2740;
}
div#enquiry-modal input.my-2::placeholder
{
    color:#C6C6C6;
    font-size:14px;
    font-family: 'Gotham';
    font-weight: 300;
}
form#rptform input.svsbmt {
    background: transparent;
    border: 1px solid #0E2740;
    color: #0E2740;
    font-size: 15px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    display: block;
}
/**********------ Banner section --------******/

  body {

      margin: 0;

      padding: 0;

    }

    .slick-slider {

      width: 100%;

      overflow: hidden;

    }

    .slick-slider .slide {

      background-size: cover;

      background-position: center center;

     height: 600px;

    }

    .slick-slider .slick-dots

    {

        font-size: 20px;

        line-height: 0;

        display: block;

        padding: 8px;

        color: transparent;

        border: 0;

        outline: 0;

        background: 0 0;

        position: absolute;

        bottom: 16px;

        display: block;

        width: 100%;

        padding: 0;

        margin: 0;

        list-style: none;

        text-align: center;

        transform: rotate(90deg);

        z-index: 99;

        top: 45%;

        left: 48%;

        height: 10px;

    }

.slick-slider .slick-dots li button:before {

    font-family: FontAwesome;

    font-size:25px !important;

    line-height: 20px;

    position: absolute;

    top: 0;

    left: 0;

    width: 20px;

    height: 20px;

    content: '•';

    text-align: center;

    opacity: 1 !important;

    color: #fff !important;

    -webkit-font-smoothing: antialiased;

}
.floor_plan_slider .slick-next,.floor_plan_slider .slick-prev
{
    z-index:9999;
}
.slick-slider .slick-dots li.slick-active button:before {

    font-family: FontAwesome;

    opacity: 1 !important;

    content: '\f192';

     font-size:15px !important;

    line-height: 20px;

    position: absolute;

    top: 0;

    left: 0;

    width: 20px;

    height: 20px;

}

.navbar-nav .nav-link.active

{

    color:var(--white) !important;

}
.banner-btn {
    position: absolute;
    bottom:5%;
    right: 60px;
   
}
section#slider
{
    position:relative;
}
img.overview-img {

    width: 100%;

}

img.overview-img {

    width: 100%;

    max-width: 100%;

    margin: 0 auto;

    text-align: center;

    display: block;

}

p.overview-subtitle,p.form_title {

    font-size: 27.5px;

    font-family: 'Gotham';

    font-weight: 700;

    color:var(--blue);

    margin-bottom: 5px;

}

p.overview-title {

    font-size: 27.4px;

    font-weight: 300;

    font-family: 'Gotham';

    margin-bottom: 5px !important;

    line-height: 20px;

    padding-bottom:30px;

}

p.overview-content {

    color: #757575;

    font-size: 14px;

    font-family: 'Gotham';

    font-weight: 300;

    line-height: 28px;

    margin-bottom: 0px;

    border-left: 2px solid #0E2740;

    padding-left: 12px;

    margin-bottom: 25px;

}



ul.keyfeacture {

    padding-left: 0px;

    padding-top: 10px;

}

ul.keyfeacture li {

    list-style-type: none;

}

ul.keyfeacture li {

    color: #6B6B6B;

    padding: 5px 0px;

    font-size: 15px;

    font-family: 'Gotham';

    font-weight: 300;

}

ul.keyfeacture li img {

    padding: 0px 10px 0px 0px;
    width:30px;

}
.col-md-6.overview {
    padding-left: 40px;
}
a.schedule-visit,input.svsbmt {

    display: inline-block; /* or block, depending on your layout */

    padding: 10px 20px;

    color: white; /* text color */

    text-decoration: none;

    background: linear-gradient(to right, #000711, #010A15, #081A2D, #0C233B, #0E2740);

        font-size: 15px;

    font-family: 'Gotham';

    font-weight: 700;

    border-radius: 20px;
    border:none;

}
.col-md-6.iframe iframe {
    margin: 0 auto;
    text-align: center;
    display:block;
    width: 575px;
    padding-right:0px;
}
.col-md-6.iframe {
    padding-right: 0px;
    padding-left: 25px;
}
img.\34 th-floor-text {
    float: left;
    width: 35%;
}
.img_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/********** Aminities section ***********/

section#praminities {

    background: linear-gradient(to top, #000711, #010A15, #081A2D, #0C233B, #0E2740);

    padding:30px 0px;

}

.aminities_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section#praminities a.schedule-visit
{
   background: #fff;
   color:var(--blue);
}
.aminities {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-top: 30px;

}

p.aminities_title {

    color: var(--white);

    font-size: 27.4px;

    font-weight: 700;

    font-family: 'Gotham';

    text-transform: uppercase;

}

p.aminities_name {

    color: var(--white);

    font-family: 'Gotham';

    font-weight: 300;

    padding-top: 10px;

    text-align: center;

}

.content {

    margin: 0 auto;

    text-align: center;

    display: block;

}
.img-grp {
    padding: 9px;
    border-radius: 30px;
    background: transparent;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
}
.img-grp:hover

{

    background:#D1D1D1;

}
.img-grp img {
    width: 28px;
}

/************* Project Gallary ************/

.prj_slider.slick-initialized.slick-slider

{

    background-size: cover;

    background-position: center center;

    height: 500px !important;

    background-blend-mode: multiply;

    background-color: #000000;

}

.prj_slider .slick-prev:before,.prj_slider .slick-next:before

{

  display: none;

}

.prj_slider .custom-arrow {

  background:transparent;

  border: none;

  position: absolute;

  top: 40%;

  transform: translateY(-50%);

  z-index: 10;

  cursor: pointer;

}

.slick-prev.custom-arrow {

  left: 50px;

}

.slick-next.custom-arrow {

  right: 50px; 

}

.custom-arrow img {

  width:40px;

  height: auto;

  position: absolute;

  z-index: 999;

}

.gallary_title.container {

    color: var(--white);

    position: absolute;

    z-index: 999;

    margin-top:-70px;

    padding-left: 5%;

    font-size: 27.5px;

    font-weight: 700;

    font-family: 'Gotham';

}

.floor_plan_content {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-bottom:40px;

}

.floor_plan_slider .slick-next:before,.floor_plan_slider .slick-prev:before

{

    display:none;

}

p.floor_title {

    font-size: 27.4px;

    font-family: 'Gotham';

    color:var(--blue);

}

a.floorplan_btn {

    font-size: 15.34px;

    font-family: 'Gotham';

    text-decoration: none;

    border: 1px solid var(--blue);

    border-radius: 50px;

    padding: 5px 20px;

    color: var(--blue);

}

.floor_plan_slider.slick-initialized.slick-slider {

    height: auto;

    width: 70%;

    margin: 0 auto;

    text-align:center;

    display:block;

}

.floor_plan_slider .slide

{

    background-size: contain;

    background-repeat: no-repeat;

    height:450px;

}

.slider-caption.container {

    padding-left: 20%;

}

p#slide-caption {

    font-size: 40px;

    color: #6B6B6B;

    font-weight: 700;

    font-family: 'Gotham';

    text-transform: uppercase;

    /* border-bottom: 1px solid #6B6B6B; */

    width: fit-content;

}

.floor_plan_slider button.slick-prev.custom-arrow.cutsom-prev.slick-arrow{

  left: 40px;

}

.floor_plan_slider button.slick-next.custom-arrow.cutsom-next.slick-arrow {

  right: 75px; 

}

/**************** About section ***********/

img.about-img

 {

    width: 95%;

}

section#about .row {

    display: flex;

    align-items: center;

       justify-content: space-around;

}

img.omicron-group {

    width: 35%;

    padding-bottom: 40px;

}

.col-md-4.omicron_content {

    padding: 150px 60px 0px 0px;

    text-align: right;

}

p.omicrongrp-subtitle {

    font-size: 24.4px;

    font-family: 'Gotham';

    font-weight: 700;

}

p.omicron_content {
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Gotham';
    color:var(--blue);
    letter-spacing: -0.5px;

}

.pointer {

    display: flex;

    align-items:center;

    justify-content:flex-start;

    width: 320px;

    padding-bottom:40px;

}

p.pointer_text

 {

    font-size: 16.22px;

    font-family: 'Gotham';

    font-weight: 500;

    color:var(--blue);

    padding: 0px 20px;

    margin-bottom:0px;

}

.pointer_sec {
    padding-top:70px;
    /* padding-bottom:30px;  */
    padding-left: 70px;
    padding-right: 70px;
}

span.pointer_subcontent {

    font-size: 10px;

    font-weight: 300;

}

section#location {

    background: #EFEFEF;

}

form#regform input.my-2 {

    border: none;

    background: transparent;

}

.input-wrapper {

    background: #fff;

    margin-bottom: 20px;

    padding: 0px 15px;

    width: 575px;

}

form#regform input[type=textarea]

{

    padding-bottom: 120px;

}

form#regform input[type=textarea]:focus-visible,form#regform input[type=text]:focus-visible,form#regform input[type=tel]:focus-visible,form#regform input[type=email]:focus-visible

{

    outline:none;

}

form#regform .input-wrapper img {

    width: 13px;

}

form#regform input[type=textarea]::placeholder,form#regform input[type=text]::placeholder,form#regform input[type=tel]::placeholder,form#regform input[type=email]::placeholder {

  font-weight: 300;

  font-family: 'Gotham';

  font-size: 14px;

  color: #B2B2B2;

}

form#regform input.svsbmt {

    padding: 10px 50px !important;

}

.scanner_logo {

    display: flex;

    align-items: center;

    justify-content: flex-start;

}

img.scanner-img

 {

    width: 100%;

    max-width: 30% !important;

    padding:5px;

}

img.maharera_logo {

    width: 100%;

    max-width: 20%;

    padding: 5px;

}

p.maharera {

    font-size: 15px;

    font-weight: 500;

    font-family: 'Gotham';

    margin-bottom: 0px;

    padding: 5px;

    color:#000;

}

a.website {

    font-size: 16px;

    color: #000;

    text-decoration: none;

    font-weight: 500;

    font-family: 'Gotham';

}

a.footer-call {

    font-size: 16px;

    text-decoration: none;

    font-weight: 700;

    font-family: 'Gotham';

    color:var(--blue);

}

img.calling-img {

    width: 13px;

}

p.office_title {

    margin-bottom: 0px;

    padding-top: 10px;

    font-size: 16px;

    font-family: 'Gotham';

    font-weight: 700;

    color:var(--blue);

}

p.office_address {

    font-size: 14px;

    font-weight: 400;

    font-family: 'Gotham';

    padding-top: 5px;

}

.col-md-4.Logo_text {

    padding-left: 15%;

}

p.footer_title {

    font-size: 15px;

    font-weight: 700;

    font-family: 'Gotham';

    color:var(--blue);

}

img.sq_logo {

    width: 100%;

    max-width: 60%;

    padding-bottom: 10px;

}

p.rera_no {

    font-size: 13px;

    font-family: 'Gotham';

    font-weight: 500;

}

.disclaimer {

    padding-top: 40px;

}

p.footer-text {
    font-family: 'Gotham';
    font-weight: 300;
    font-size: 12px;
    color:var(--blue);
    line-height: 22px;
}
:not(.btn-check)+.btn:active
{
  border-color:transparent !important;
}
.privacy_policy {

    text-align: center;

    font-size: 15px;

    font-weight: 500;

    font-family: 'Gotham';

    padding-top: 30px;

    padding-bottom: 1%;

}

.side-cta {

    bottom: 15px;

    right: 5%;

    width: 100%;

    max-width: 50px;

    position: fixed;

    z-index: 999;

}

.Iconborder img {
    width: 41px;
    padding: 11px;
    margin-bottom: 10px;
    box-shadow: 0 0 20px #cccccc6e;
}

.Iconborder img {

    background:var(--white);

    border-radius: 5px;

}

 .close-icon {

    font-size: 2rem;

    color: #000;

  }
p.slide-text {
    position: absolute;
    z-index: 9999;
    color: #fff;
    right: -40px;
    bottom: 80px;
    transform: rotate(-90deg);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing:1px;
}
p.slide-rotate-text {
    color: #fff;
    position: absolute;
    z-index: 99999 !important;
    margin-left: -100px !important;
    transform: rotate(-90deg);
    bottom:30%;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.thankyou-sec {
    padding: 120px 0px 20px;
    text-align: center;
    font-size: 25px;
    font-family: 'Gotham';
}
p.arch-ren-text {
    position: absolute;
    z-index: 9999;
    color: #fff;
    right: -40px;
    bottom: 80px;
    transform: rotate(-90deg);
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
}
.col-md-6.overview-img {
    position: relative;
}
footer
{
    border-top:1px solid #cacaca;
    margin-top:50px;
}
.smetting-btn {
    margin: 0 auto;
    text-align: center;
    display: block;
}
@media screen and (min-width:320px) and (max-width:767px)

{

    body,html {

    overflow-x: hidden;

   }

   .padding_space

   {

     padding-top:30px;

     padding-bottom:30px;

   }

 ul.navbar-nav.ms-auto {

    z-index: 999 !important;

    position: absolute;

    top: 0px;

    text-align: center !important;

    width:100%;

    background: #032842;

    border-top-left-radius: 80px 80px;

    opacity: 0.8;

    padding-top: 50px;

    padding-bottom: 50px;

}

a.call {

    padding-top: 5px;

    margin-right: 30%;

    padding-left: 20px;

}

/* header .nav-item:last-of-type {

    padding-right: 5px !important;

    display: flex;

    flex-direction: row-reverse;

    justify-content: flex-end;

} */

header li.nav-item

{

    padding: 0px 20px 10px 0px;

}
p.overview-content
{
    border-left:none;
    padding-left:0px;
}
header li.nav-item:hover {

    border: 1px solid #fff;

    border-radius: 20px;

    width: 90%;

    margin: 0 auto;

}
header .nav-item:last-of-type
{
    display:block;
}
img.callIcon {
    width: 17px;
    margin: 0 auto;
    text-align: center;
    display: block;
}
header .nav-item:last-of-type:hover
{
    border:none !important;
}
p.slide-text
{
    bottom:180px;
}
p.slide-rotate-text
{
    bottom:63%;
    margin-left:-78px !important;
}
a.call:focus-visible
{
    outline:none !important;
}
header a.nav-link:hover

{ 

      border-bottom: none;

}

header a.navbar-brand

{

    max-width:22%;

}

header a.navbar-brand

{

    height:90px;

}

.navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='gray' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

  justify-content: right;

  z-index: 999;

  position: absolute;

  right: 4%;

  top: 30px;

}

.close-icon

{

  z-index: 999;

  position: absolute;

  left:1%;

  top: 00px;

}

header

{

    background:var(--white);

    height: 100px;

}

header button.navbar-toggler

{

    border:none;

}

.navbar-toggler:focus

{

    box-shadow:none !important;

}

section#slider .slide_one

{

    background-image: url('./img/banner-one.webp') !important;

}

section#slider .slide_two

{

    background-image: url('./img/Mob_Banner_2.webp') !important;

}

section#slider .slide_three

{

    background-image: url('./img/Mob_Banner_3.webp') !important;

}

section#slider .slick-slider .slick-dots

{

    transform: none;

    z-index: 99;

    top: 90%;

    left:0%;

}

.slick-initialized .slick-slide {

    display: block;

}

section#slider .slick-slider .slide {

    background-size: cover;

    background-position: center center;

    height:500px;

    background-repeat: no-repeat;

}

section#overview {

    padding-top: 0px;

}

section#slider .slick-slider.slick-initialized.slick-dotted

{

    margin-bottom:0px;

}

.col-md-6.overview-img {

    padding-left: 0px;

    padding-right: 0px;
    padding-top:2px;

}

p.overview-subtitle,p.overview-title

{

    font-size:15px;

}

.col-md-6.overview {

    padding: 15px 30px;

}

a.schedule-visit {

    margin: 0 auto;

    text-align: center;

    display: block;

    width: 250px;

}

p.aminities_title {

    text-align: center;

}

.content

{
    width: 150px;
    padding: 7px;

}

.aminities

{

    display:flex;

    flex-wrap:wrap;

}

p.aminities_name

{

    font-size:15px;

}
.banner-btn
{
    bottom:12%;
}
.prj_slider.slick-initialized.slick-slider

{

    height:400px !important;

    background-size:contain;

}

.prj_slider .slick-prev.custom-arrow

{

      left: 10px;

}

.gallary_title.container

{

    margin-top: -95%;

}

.floor_plan_slider .slide

{

    height:200px;

    background-size:contain;

}

p.floor_title

{

    font-size:15px;

}

.floor_plan_content

{

    padding-bottom:20px;

}

 .floor_plan_slider.slick-initialized.slick-slider

 {

    /* width:80%; */
    width:100%;
    position:relative;

 }

  .floor_plan_slider .custom-arrow img

  {

    width: 25px;

  }
  .floor_plan_slider .slick-prev.custom-arrow {
    left: 0px;
}

 .floor_plan_slider button.slick-prev.custom-arrow.cutsom-prev.slick-arrow

 {

    z-index: 99;

      left: 3px;

 }

 .floor_plan_slider button.slick-next.custom-arrow.cutsom-next.slick-arrow {

    right: 17px;

    z-index: 99;

}

 p#slide-caption

 {

    font-size:11px;
    padding-top:8px;
    border-bottom:none;

 }

 .slider-caption.container {

    padding-left: 14%;

}

.slider-caption.container img {

    width: 10px !important;

}

img.about-img {

    width: 100%;

}

.col-md-4.omicron_content {

    padding: 30px;

    text-align: center;

}

img.omicron-group

{

    /* display:none; */
    padding-bottom: 20px;
    width: 25%

}

p.omicrongrp-subtitle

{

    font-size:15px;

}

p.omicron_content

{

    font-size: 14px;

    text-align: center;

}

.pointer

{

    width:150px;
    align-items:flex-start;

}

.pointer_sec

{

    padding-left:20px;

    padding-right:20px;
    padding-top:20px;
    padding-bottom:0px;

}

section#about .row

{

    align-items: flex-start;

}

p.pointer_text {

    font-size: 10px;
    padding-left:10px;

}

span.pointer_subcontent {

    font-size: 10px;

}

.pointer img {

    width: 35%;

}

img.three,img.two,img.one {

    width: 17%;

}
section#praminities a.schedule-visit {
    background: #fff;
    color: var(--blue);
    font-size: 11px;
    width: 180px;
}
section#location

{

    padding-top:0px !important; 

}

.col-md-6.form-sec {

    padding: 35px;

}

p.form_title

{

    font-size:15px;

    padding-bottom: 20px;

}

.input-wrapper

 {

   width:100%;

}

form#regform input.svsbmt {

    padding: 10px 100px !important;

}

.btn {

    width: 100%;

}

.container.footer_sec {

    display: grid;

}

.col-md-4.scanner_maharera {

    width: 50%;

    order: 1;

}

.col-md-4.Logo_text {

    order:2;

    width:50%;

}

.col-md-4.office_info

{

    order:3;

    width:100%;

    padding-top:10px;

}
.disclaimer
{
    padding-top:20px;
}
p.footer_title

{

    font-size: 9px;

    margin-bottom: 5px;

}

.side-cta {

    bottom: 15px;

    /* right: 0%; */

    width: 100px;

    max-width: 80px;

    position: fixed;

    z-index: 999;

}

img.scanner-img,img.maharera_logo

{

    padding:0px;

}

p.maharera

{

    font-size:9px;

}

a.website,p.office_address,p.office_title,a.footer-call,p.footer-text {

    font-size: 10px;

}

p.footer-text

{

    text-align:center;

}

img.sq_logo

{

    width: 100%;

    max-width: 90%;

    padding-bottom:0px;

}

img.calling-img {

    width: 10px;

}

p.rera_no {

    font-size: 8px;

}

.privacy_policy {

    text-align: center;

    font-size: 10px;

}

.privacy_policy

{

    padding-top:0px;

}

.col-md-6.iframe iframe {

    width: 100%;

}
p.footer-text
{
    line-height:15px;
}
p.overview-content
 {
   font-size:14px
}
ul.keyfeacture li {
    display: flex;
    align-items: self-start;
}
.thankyou-sec {
    padding: 60px 20px 20px;
    font-size: 20px;
}
.zero
{
    order:0;
}
.one{
    order:1;
}
.two_order{
    order:2;
}
.three_order{
    order:3;
}
.four{
    order:4;
}
.five{
    order:5;
}
}
@media screen and (min-width:360px) and (max-width:360px)
{
    .gallary_title.container {
        margin-top: -105%;
    }
}
@media screen and (min-width:540px) and (max-width:540px)

{

    header img.main-logo {

        width: 100%;

        max-width: 60%;

    }
    .img_content {
        display: block;
    }
    img.\34 th-floor-text {
    float: left;
    width: 20%;
}
    .gallary_title.container {

        margin-top: -70%

    }
    ul.keyfeacture li {
    display: flex;
    align-items: self-start;
}
   .banner-btn
 {
    position: absolute;
    bottom: 13%;
    right: 0px;
    left: 0px;
}

}

/************* Tablet View **********/

@media screen and (min-width:768px) and (max-width:992px)

{

    body,html {

    overflow-x: hidden;

   }

   header img.main-logo {

    width: 100%;

    max-width: 40%;

   }
   .pointer_sec
   {
    padding-bottom:0px;
   }
   ul.keyfeacture li {
    display: flex;
    align-items: self-start;
}
   a.call {

    padding-top: 5px;

    margin-right: 40%;

    padding-left: 20px;

}

header .nav-item:last-of-type {

    padding-right: 5px !important;

    display: flex;

    flex-direction: row-reverse;

    justify-content: flex-end;

}

   ul.navbar-nav.ms-auto {

    z-index: 999 !important;

    position: absolute;

    top: 0px;

    text-align: center !important;

    width:100%;

    background: #032842;

    border-top-left-radius: 80px 80px;

    opacity: 0.8;

    padding-top: 50px;

    padding-bottom: 50px;

}

.side-cta {

    bottom: 15px;

    right: 8%;

    width: 100%;

    max-width: 50px;

    position: fixed;

    z-index: 999;

}

   header li.nav-item

{

    padding: 0px 20px 10px 0px;

}

header li.nav-item:hover {

    border: 1px solid #fff;

    border-radius: 20px;

    width: 90%;

    margin: 0 auto;

}

header a.nav-link:hover

{ 

      border-bottom: none;

}

header a.navbar-brand

{

    max-width:22%;

}

header a.navbar-brand

{

    height:90px;

}

.navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='gray' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

  justify-content: right;

  z-index: 999;

  position: absolute;

  right: 4%;

  top: 30px;

}

.close-icon

{

  z-index: 999;

  position: absolute;

  left:1%;

  top: 00px;

}

header

{

    background:var(--white);

    height: 100px;

}

header button.navbar-toggler

{

    border:none;

}

.navbar-toggler:focus

{

    box-shadow:none !important;

}

section#slider .slick-slider .slide {

    background-size: cover;

    background-position: center center;

    height: 360px;

    background-repeat: no-repeat;

}

.padding_space {

    padding-top: 30px;

    padding-bottom: 30px;

}

p.overview-title

{

    font-size:22.4px;

    padding-bottom: 15px;

}
p.arch-ren-text {
    top: 6% !important;
        position: absolute;
        z-index: 9999;
        color: #fff;
        right: -92% !important;
        bottom: 100px !important;
        transform: rotate(-90deg);
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 1px;
}
p.overview-content

{

    font-size: 14px;

    line-height: 20px;

    margin-bottom: 20px;

}

ul.keyfeacture

{

    padding-top:0px;

}

ul.keyfeacture li

{

    font-size:14px;

}

p.aminities_name

{

    font-size:12px;

}

.content img {

    width: 50px;

    height: 50px;

    padding: 10px;

}

.aminities

{

    padding-top:20px;

}

section#about .row

{

    align-items: flex-start;

}

p.omicrongrp-subtitle

{

    font-size: 14.4px;

}

p.omicron_content

{

    font-size:12px;

} 

.col-md-4.omicron_content

 {

    padding: 0px 60px 0px 0px;

 }

 .floor_plan_slider.slick-initialized.slick-slider

 {

    height:420px;

    position:relative;

 }

 .floor_plan_slider button.slick-prev.custom-arrow.cutsom-prev.slick-arrow {

    left: 40px;

    z-index: 999;

}

.floor_plan_slider button.slick-next.custom-arrow.cutsom-next.slick-arrow

{

    right:40px;

}

 .floor_plan_slider .custom-arrow img

{

     width:30px;

}

 p#slide-caption

 {

    font-size:20px;

 }

 .slider-caption.container {

    padding-left: 15%;

}

.floor_plan_content

{

    padding-bottom:0px;

}

p.pointer_text

 {

    font-size: 12px;

 }

 .col-md-4.pointer img {

    width: 20%;

}

img.three,img.two {

    width: 10% !important;

}

span.pointer_subcontent {

    font-size: 10px;

}

.col-md-6.iframe iframe

{

    width: 100%;

}

p.form_title 

{

    font-size:15px;

    padding-bottom:15px;

}

.input-wrapper

{

    width:95%;

}

p.maharera,a.website,a.footer-call,p.office_title,p.office_address,p.footer_title,p.rera_no,p.footer-text

{

    font-size: 12px;

}

p.footer-text

{

    text-align:center;

}

}



@media screen and (min-width:1024px) and (max-width:1200px)

{

      body,html {

    overflow-x: hidden;

   }

    .col-md-6.iframe iframe

    {

       width:100%;

    }
    .col-md-6.iframe {
    padding-right: 25px;
    padding-left: 45px;
}

    ul.keyfeacture li

    {

        font-size:13px;

    }

    p#slide-caption {

        font-size: 22px;

    }

    .slider-caption.container

    {

         padding-left:17%;

    }

    p.omicrongrp-subtitle {

    font-size: 18.4px;

    }

    p.omicron_content

    {

        font-size:14px;

    }

    .input-wrapper

    {

        width:100%;

        max-width: 95%;

    }

    p.rera_no,p.office_address,a.footer-call, p.footer_title,p.office_title,p.maharera,a.website,p.footer-text,.privacy_policy 



    {

        font-size:11px;

    }

     .floor_plan_slider.slick-initialized.slick-slider

     {

        position:relative;

     }

    .floor_plan_slider button.slick-prev.custom-arrow.cutsom-prev.slick-arrow {

        left: 40px;

        z-index: 999;

    }

    .floor_plan_slider button.slick-next.custom-arrow.cutsom-next.slick-arrow {

       right:60px;

       z-index:999;

    }
    p.arch-ren-text {
        top: 50% !important;
        position: absolute;
        z-index: 9999;
        color: #fff;
        right: -30% !important;
        bottom: 100px !important;
        transform: rotate(-90deg);
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 1px;
    }

}