/* responsive ******************************************************************************/
@media (max-width: 1699px) {
  h1 {
    font-size: 58px;
  }
  h2 {
    font-size: 46px;
  }
  #about-trio .box.box1 .text-box .amenities-class h2 {
    font-size: 86px;
  }
  #about-trio .box.box1 .text-box {
    left: 22.5%;
  }
  #invest-here .box.box1 .text-box {
    padding: 10px 30px;
  }
  #invest-here .box.box1 .text-box h2 span {
    font-size: 58px;
  }
  #invest-here ul {
    margin-top: 14px;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 1499px) {
  h3 {
    font-size: 34px;
  }
  #about-trio .box.box1 .text-box .amenities-class h2 {
    font-size: 82px;
  }
  #strategically .located-address .box h4 {
    font-size: 50px;
  }
  #invest-here .box.box1 .text-box h2 span {
    font-size: 56px;
  }
  #header .logo-box img {
    max-width: 180px;
  }
  #header .main-nav nav ul li {
    margin-right: 10px;
  }
  #about-trio .box.box1 .text-box {
    left: 20.5%;
  }
  #floor .box .title-bx {
    margin-bottom: 16px;
  }
  #floor .amenities-bx {
    padding: 10px 10px;
  }
  #strategically .located-address {
    margin-top: 40px;
  }
  #strategically .located-address .box span {
    font-size: 20px;
  }
  #invest-here .box.box1 {
    left: 2%;
  }
  #invest-here .section-heading h2 br {
    display: none;
  }
  #header .container-fluid {
    width: 100%;
    margin: 0 auto;
}

}
/* responsive ******************************************************************************/
@media (max-width: 1399px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 38px;
  }
  #invest-here .box.box1 .text-box h2 span {
    font-size: 48px;
  }
  section {
    padding: 70px 0;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 1299px) {
  h2 {
    font-size: 34px;
  }
  #invest-here .box.box1 .text-box h2 span {
    font-size: 44px;
  }
  #header .logo-box img {
    max-width: 165px;
  }
  #about-trio .section-heading {
    margin-bottom: 60px !important;
  }
  #about-trio .box.box1 .text-box {
    left: 18.5%;
  }
  #invest-here .box.box1 {
    top: 11%;
  }
  #invest-here ul li {
    font-size: 18px;
  }
  #header .main-nav {
    flex-wrap: nowrap;
}
}

/* responsive ******************************************************************************/
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
  h1 {
    font-size: 46px;
  }
  h3 {
    font-size: 30px;
  }
  #strategically .located-address .box h4 {
    font-size: 45px;
  }
  #header .main-nav nav ul li a {
    font-size: 18px;
  }
  #home-banner .text-box h1 {
    padding-left: 20px;
  }
  #invest-here ul li {
    margin-bottom: 8px;
  }
  .popup-bg .popup-form {
    width: 70%;
}



}

/* responsive ******************************************************************************/
@media (max-width: 1079px) {
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 30px;
  }
  section {
    padding: 60px 0;
  }
  #header .main-nav nav ul li {
    margin-right: 0;
  }
  #floor .amenities-bx .img-box {
    min-height: 48px;
  }
  #floor .amenities-bx span {
    font-size: 17px;
  }
  #invest-here .section-heading {
    padding-left: 22px;
  }
  #invest-here .box.box1 .text-box h2 br {
    display: none;
  }
  #invest-here .box.box1 .text-box h2 span {
    font-size: 44px;
  }
  #invest-here .button-bx {
    margin-top: 10px;
    margin-left: 10px;
  }
  #about-trio .box.box1 .text-box {
    left: 15.5%;
  }
  #strategically .located-address .box span {
    font-size: 18px;
  }
  #invest-here .box.box1 .text-box {
    padding: 10px 20px;
  }
}

/* responsive ******************************************************************************/
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 26px;
  }
  #invest-here .box.box1 .text-box h2 span {
    font-size: 40px;
  }
  .section-heading {
    max-width: 685px;
  }
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  br {
    display: none;
  }
  .section-heading {
    margin-bottom: 40px !important;
  }
  .section-heading p {
    font-size: 18px;
  }
  .input-group {
    padding-bottom: 20px;
  }

  /* header responsive */
  #header {
    padding: 20px 0;
  }
  #header .main-nav nav {
    position: fixed;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100vh;
    background: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease-in-out;
    z-index: 111;
    padding-top: 50px;
  }
  #header .main-nav nav.show {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  #header .main-nav nav ul li {
    display: block;
    text-align: left;
    padding: 5px 10px;
  }
  #header .main-nav .click-menu,
  #header .main-nav .cancel-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #header .main-nav .cancel-menu {
    position: fixed;
    top: 20px;
    left: -100%;
    max-width: 30px;
    width: 100%;
    text-align: center;
    z-index: 222;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  #header .main-nav .cancel-menu.show {
    opacity: 1;
    visibility: visible;
    left: calc(100% - 50px);
  }
  #header .main-nav {
    flex-direction: row-reverse;
  }
  #header .main-nav nav ul li {
    padding: 2px 10px;
  }
  #header .main-nav nav ul li a::before {
    left: 8%;
    right: unset;
    height: 2px;
  }
  #home-banner .home-banner-part {
    /* background-size: 100% 100%; */
    padding: 24% 0;
  }
  #home-banner .text-box h1 {
    padding-left: 0;
    text-align: center;
  }
  #home-banner .text-box h1 br {
    display: block;
  }
  #home-banner .row {
    row-gap: 30px;
  }
  #home-banner .enquire-bx {
    padding: 16px 16px;
  }
  #home-banner .enquire-bx .row {
    row-gap: unset;
  }
  #about-trio .box.box1 .text-box {
    position: relative;
    text-align: center;
    top: unset;
    left: unset;
    transform: none;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  #about-trio .box.box1 .text-box span {
    font-size: 18px;
  }
  #about-trio .box.box1 .text-box .amenities-class h2 {
    font-size: 72px;
  }
  #invest-here .box.box1 {
    max-width: 480px;
  }
  #invest-here .box.box1 {
    position: relative;
    top: unset;
  }
  #invest-here .row {
    row-gap: 30px;
  }
  #invest-here ul {
    margin-top: 20px;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
  h3 {
    font-size: 28px;
  }
  .input-group {
    padding-bottom: 12px;
  }
  .cmn-btn {
    font-size: 16px;
    padding: 10px 40px;
  }
  .section-heading {
    max-width: 585px;
  }
  #header .logo-box img {
    max-width: 145px;
  }
  #about-trio .section-heading {
    margin-bottom: 40px !important;
  }
  #floor .row {
    row-gap: 30px;
  }
  #floor .box.box2 {
    border-right: transparent;
  }
  #strategically .located-address .box h4 {
    font-size: 40px;
  }

  .enquire-form {
    width: 100%;
    right: 0;
    bottom: 0;
    gap: 0;
  }
  .call-back-btn-bx, .whatsapp-btn-box {
    width: 100%;
    display: flex;
  }
  .enquire-form a {
    width: 100%;
    border-radius: 0;
    animation: none;
  }
  .call-back-btn-bx {
    border-right: 1px solid #fff;
  }
  .enquire-form a img {
      max-width: 17px;
  }
  .enquire-form a svg {
      width: 14px;
  }
  #footer .footer-box {
   padding: 30px 0 70px;
  }
.popup-bg .popup-form {
    width: 90%;
   padding: 30px 20px;
}
.popup-bg .close-icon {
    top: -30px;
    right: -20px;
}

  .page-template-thank-you-template .thank-you h2 {
    font-size: 70px;
}
.page-template-thank-you-template .text-box h4 {
    font-size: 48px;
}
}


/* responsive ******************************************************************************/
@media (max-width: 575px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
  #invest-here .box.box1 .text-box h2 span {
    font-size: 36px;
  }
  .d-padding {
    padding: 10px 20px 10px 95px !important;
  }
  .form-select {
    padding: 10px 20px;
  }
  section {
    padding: 50px 0;
  }
  .section-heading {
    max-width: 455px;
  }
  .section-heading {
    margin-bottom: 30px !important;
  }
  #home-banner .home-banner-part {
    padding: 24% 0;
  }
  #about-siniya .box.box2 .about-small-bx .box.box5 {
    border-bottom: 1px solid var(--silver);
  }
  #about-siniya .box.box2 .about-small-bx .box .img-box {
    width: 25%;
  }
  #about-siniya .box.box2 .about-small-bx .box .img-box img {
    max-width: 40%;
  }
  #about-trio .box.box1 .text-box .amenities-class h2 {
    font-size: 62px;
  }
  #floor .box.box2 {
    border-left: transparent;
  }
  #strategically .located-address {
    margin-top: 20px;
  }
  #strategically .located-address .box {
    max-width: 280px;
  }
  #strategically .located-address .box.box1,
  #strategically .located-address .box.box3 {
    text-align: center;
  }
  #gallery .box .img-bx-space {
    margin-bottom: 0;
  }
  #enquire-now .form-control-common {
    padding: 10px 20px;
  }
  .popup-bg .title h3 {
    font-size: 24px;
}
.popup-bg .title p {
    font-size: 16px;
}

  
  /* Thank you Css ********************************************/
  #thank-you .thank-you-box {
    max-width: 440px;
    padding: 40px 30px;
  }
  #thank-you .thank-you-box .cmn-btn {
    font-size: 14px;
    padding: 10px 24px;
  }
  .popup-bg .close-icon span {
    width: 30px;
  }
  .page-template-thank-you-template .thank-you h2 {
  font-size: 50px;
}
.page-template-thank-you-template .text-box h4 {
  font-size: 34px;
}
}

/* responsive ******************************************************************************/
@media (max-width: 479px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 26px;
  }
  .d-padding {
    padding: 8px 20px 8px 95px !important;
  }
  #strategically .located-address .box h4 {
    font-size: 34px;
  }
  .form-control-common {
    padding: 8px 20px;
  }
  .cmn-btn {
    font-size: 15px;
  }
  section {
    padding: 40px 0;
  }
  .section-heading {
    max-width: 365px;
  }
  #header .logo-box img {
    max-width: 130px;
  }
  #header .main-nav nav ul li a {
    font-size: 16px;
    padding: 7px 16px;
  }
  #about-siniya .section-heading h4 {
    margin-bottom: 18px !important;
  }
  #about-siniya .box.box2 .about-small-bx .box {
    padding: 20px 10px;
  }
  #about-trio .box.box1 .text-box .amenities-class h2 {
    font-size: 52px;
  }
  #strategically .located-address .box {
    padding: 10px 20px;
    max-width: 260px;
  }
  #invest-here .box.box1 {
    max-width: 400px;
  }
  #invest-here ul li {
    margin-bottom: 8px;
  }
  #invest-here .box.box1 .text-box h2 span {
    font-size: 28px;
  }
  #enquire-now .form-control-common {
    padding: 8px 20px;
  }
  #footer .footer-box {
      padding: 24px 0 70px;
  }
  #footer .footer-box p {
    font-size: 16px;
  }

.popup-bg .popup-form  input.form-control-common, .popup-bg .popup-form select.form-select.select-option {
    padding: 10px 10px;
    font-size: 16px;
}
.popup-bg .popup-form input#mobiles-popup {
    padding: 10px 10px 10px 82px !important;
}
.popup-bg .popup-form button.cmn-btn {
    padding: 10px 10px;
}
.popup-bg .popup-form {
    width: 95%;
    padding: 20px 10px;
    margin: 80px 0 10px;
}

.popup-bg .close-icon {
    top: -33px;
    right: 0px;
}
.popup-bg  ::placeholder {
    font-size: 16px;
}
.popup-bg {
    overflow: scroll;
}

.page-template-thank-you-template .text-box h4 {
    font-size: 25px;
}
.page-template-thank-you-template .thank-you h2 {
    font-size: 40px;
}

#enquire-now .section-heading span {
  font-size: 14px;
}

.gallery-modal .modal-header .btn-close {
    width: 5px !important;
    height: 5px !important;
}

}

/* responsive ******************************************************************************/
@media (max-width: 375px) {
  h3 {
    font-size: 22px;
  }
  .section-heading {
    max-width: 350px;
  }
  #invest-here .box.box1 {
    max-width: 340px;
  }
 .popup-bg .close-icon {
    /* top: -40px; */
    right: 10px;
    width: 20px;
    height: 20px;
}
}

/* responsive ******************************************************************************/
@media (max-width: 320px) {
  .section-heading {
    max-width: 280px;
  }
  h2 {
    font-size: 24px;
  }
  #invest-here .box.box1 {
    max-width: 300px;
  }
  #invest-here .box.box1 .text-box {
    padding: 10px 10px;
  }
  #invest-here .box.box1 .text-box h2 span {
    font-size: 25px;
  }
    .popup-bg .popup-form  input.form-control-common, .popup-bg .popup-form select.form-select.select-option {
    padding: 6px 6px;
}
.popup-bg .popup-form input#mobiles-popup {
    padding: 6px 10px 6px 82px !important;
}
.popup-bg .popup-form {
    padding: 13px 10px;
    margin-top: 180px;
}
.popup-bg{
  overflow: scroll;
}
}
