@charset "UTF-8";

/*
Theme Name: amit-international Theme 2024
Author: Dharmah
Author URI: https://wordpress.org/
Description: Custom wordpress theme
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amit-international
*/

/*----------------------Common code start----------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Inter:slnt,wght@-10..0,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Inter:slnt,wght@-10..0,100..900&display=swap');


/*----------------------Common code start----------------------------------*/
* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background: #f0f0f0;
}


:root {
  --inter: "Inter", sans-serif;
  --iria: "Inria Serif", serif;
  --blood: #A82D2D;
}

::selection {
  color: #000;
  background: #78B833;
}

* {
  transition: 0.4s ease;
}

.object-cover {
  object-fit: cover;
}

figure {
  margin: 0;
}

p,
li {
  margin-bottom: 0;
  font-family: var(--inter);
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0em;
}

.no-margin {
  margin: 0 !important;
}

strong{
  font-family: var(--inter);
}

a {
  text-decoration: none !important;
  color: #000;
  margin-bottom: 0;
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}

.z-ind {
  z-index: 100;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 18px;
  font-family: var(--inter);
}

h3 {
  font-size: 18.72px;
  font-family: var(--inter);
}

h4 {
  font-size: 16px;
  font-family: var(--inter);
}

h5 {
  font-size: 13.28px;
  font-family: var(--inter);
}

h6 {
  font-size: 12px;
  font-family: var(--inter);
}

ul {
  margin-bottom: 0;
  padding-inline-start: 0;
  list-style-type: none;
}

.max-container {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: white;
}

::-webkit-scrollbar-thumb {
  background: var(--blood);
  border-radius: 10px;
}

.dodge-text {
  color: #0b0b0b;
}

.sticky-menu {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(20px);
  animation-name: flipInX;
  animation-direction: normal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}

.whatsapp {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999;
}

.phone-call {
  position: fixed;
  bottom: 85px;
  left: 15px;
  width: 50px;
  height: 50px;
  z-index: 999;
}

.click-to-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  background: var(--geen);
  width: 50px;
  height: 50px;
  color: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 1.8em;
  transform: scale(0)rotate(-90deg);
  z-index: 9990;
}

.click-to-top:hover {
  opacity: 0.8;
}


.ml-1 {
  margin-left: 15px;
}

.ml-2 {
  margin-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

.ml-4 {
  margin-left: 40px;
}

.ml-5 {
  margin-left: 50px;
}

.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.pl-3 {
  padding-left: 30px;
}

.pl-4 {
  padding-left: 40px;
}

.pl-5 {
  padding-left: 50px;
}

.comm-padd {
  padding: 50px 0;
}

.border-none {
  border: none !important;
}

.comm-header {
  font-family: var(--inter);
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}

.comm-header-large {
  font-family: var(--iria);
  font-size: 40px;
  font-weight: 700;
  line-height: 41px;
  text-align: left;
}

.comm-input {
  font-family: var(--inter);
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  margin-bottom: 15px;
}

.comm-input:focus {
  outline: 0;
}

.comm-input::placeholder {
  color: #000;
}

.all-link {
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 500;
  color: #000;
  padding: 15px 0;
  width: 100%;
  display: block;
  margin: 15px auto 0;
  border: 2px solid #000;
  padding: 12px 20px;
  border-radius: 5px;
  background: #ffffff;
}

/*main code start*/
.navigation-header {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
}

.menu-hamburger{
  cursor: pointer;
}

.navigation-header .logo {
  width: 50%;
}

.navigation-header .d-flex a {
  margin-right: 30px;
  font-weight: 600;
}

.navigation-header .d-flex a i {
  color: #ffffff;
  font-size: 20px;
}

.navigation-header .d-flex a:hover i {
  color: red;
}

.navigation-header .d-flex .enquiry-now {
  font-family: var(--inter);
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  ;
  line-height: 18px;
  border: 1px solid var(--blood);
  padding: 15px 20px;
  background: var(--blood);
  text-align: center;
  text-transform: uppercase;
}

.navigation-header .d-flex .enquiry-now:hover {
  color: var(--blood);
  background: transparent;
}

footer {
  background: linear-gradient(130deg, rgba(40, 10, 10, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(40, 10, 10, 1) 100%);
}

footer .logo-box {
  background: #ffffff;
  padding: 5px;
  width: fit-content;
}

footer p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 200;
  line-height: 18px;
  text-align: left;
}

footer .logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}

footer .logo-list li{
  flex: 0 0 auto;
  width: 33.3333%;
  max-width: 100%;
  background: white;
  margin: 10px 5px;
  padding: 5px;
}

footer .logo-list li img {
  width: 150px;
}

footer .contact-info li {
  margin-right: 20px;
}

footer .contact-info li a {
  font-size: 1.5em;
}

footer .footer-form {
  padding: 15px 0;
  position: relative;
}


footer .footer-form input {
  margin-bottom: 25px;
}

footer .footer-form input::placeholder,
footer .footer-form textarea::placeholder {
  color: #ffffff
}

footer .base-footer p {
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  text-align: left;
  opacity: 0.5;
}

footer .base-footer ul {
  display: flex;
  justify-content: flex-end;
}

footer .base-footer ul li {
  margin-right: 20px;
}

footer hr {
  background: rgba(255, 255, 255, 0.8);
  margin: 16px 0;
}

footer .base-footer ul li a {
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  text-align: left;
  opacity: 0.5;
  color: #ffffff;
}



/*project detail section start*/
.banner-sec img:not(.eclip) {
  width: 100%;
  height: 100vh;
}

#banner-carousel .owl-dots {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#banner-carousel .owl-dots .owl-dot {
  display: block;
  width: 100%;
  margin: 0 1px;
  position: relative;
}

#banner-carousel .counter {
  font-family: var(--Kalnia);
  font-size: 75px;
  line-height: 75px;
  font-weight: 700;
  color: #303030;
  position: absolute;
  top: -40px;
  opacity: 0.7;
  left: 0;
}

#banner-carousel .active .counter {
  opacity: 1;
  top: -60px;
}

#banner-carousel .owl-dots .owl-dot button {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-family: var(--inter);
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  padding: 10px 25px;
  border: none;
  position: absolute;
  top: -40px;
}

#banner-carousel .owl-dots .active {
  background: rgba(0, 0, 0, 1);
  width: 3700px;
}

#banner-carousel .owl-dots .active button {
  font-family: var(--iria);
  font-size: 45px;
  line-height: 30px;
  color: #fff;
  padding: 10px 25px;
  border-radius: 0 50px 0 0;
  background: rgba(0, 0, 0, 1);
  position: absolute;
  top: -130px;
  height: 130px;
  left: 0;
  text-align: left;
}

#banner-carousel .owl-dots .owl-dot button small {
  display: none;
  font-family: var(--inter);
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  text-align: left;
  font-style: normal;
}

#banner-carousel .owl-dots .active button small {
  display: block;
  margin-bottom: 15px;
}

#banner-carousel .owl-prev {
  width: 50px;
  height: 50px;
  font-size: 2.5em !important;
  color: #ffffff !important;
  border-radius: 100%;
  line-height: 0;
  position: absolute;
  bottom: 50px;
  left: 10px;
}

#banner-carousel p.in-mob{
  display: none;
}

#banner-carousel .owl-next {
  width: 50px;
  height: 50px;
  font-size: 2.5em !important;
  color: #ffffff !important;
  border-radius: 100%;
  line-height: 0;
  position: absolute;
  bottom: 50px;
  right: 10px;
}

.tab_content {
  display: none;
}

.tab_content.active {
  display: block;
}

.overview-sec .image-flex div {
  overflow: hidden;
  margin: 5px;
  width: 45%;
}

.overview-sec .image-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.overview-sec .image-flex div:first-child {
  height: 150px;
}

.overview-sec .image-flex div img {
  object-fit: cover;
}

.overview-sec .image-flex div:nth-child(2) {
  height: 300px;
}

.overview-sec .image-flex div:nth-child(3) {
  height: 300px;
  margin-top: -145px;
}

.overview-sec .image-flex div:last-child {
  height: 150px;
}

.form-box {
  background: #ffffff;
  border: 1px solid #000;
  padding: 20px;
  position: absolute;
  width: 25vw;
  right: 80px;
  margin-top: 80px;
}

.form-box .comm-input {
  border-bottom: 1px solid #000;
  color: #000;
}

.form-box .all-link {
  background: #000;
  color: #fff;
}

.form-box .all-link:hover {
  background: transparent;
  color: #000;
}

.vid-banner-sec {
  height: 50vh;
  overflow: hidden;
}

.vid-banner-sec .video-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  transform: scale(2);
}

.modal-content {
  background: transparent;
}

.vid-banner-sec .video-box .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.vid-banner-sec .vid-content {
  position: absolute !important;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 5;
  text-align: center;
}

.vid-banner-sec::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(155deg, rgba(251, 176, 59, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.vid-banner-sec h2 {
  color: #ffffff;
  margin: 0 auto 30px;
  display: block;
  font-size: 45px;
  line-height: 45px;
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 0;
  text-align: left;
  right: 0;
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}

.vid-banner-sec .play-video-btn {
  color: #fff;
  border: none;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background: rgb(168, 45, 45, 0.5);
  position: relative;
}

.vid-banner-sec .play-video-btn img {
  width: 50px;
  filter: invert(1);
}

.vid-banner-sec .play-video-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--blood);
  opacity: 0.3;
  border-radius: 50%;
}

.play-video-btn:before {
  animation: ripple 2s linear infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.modal .modal-close {
  position: absolute;
  right: -25px;
  top: -25px;
  border: none;
  background: transparent;
  z-index: 100;
}


.amenities-carousel .ame-item {
  min-height: 300px;
  height: 300px;
  position: relative;
}

.amenities-carousel .ame-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amenities-carousel .ame-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(0deg, rgba(130, 130, 130, 0.5) 0%, rgba(40, 10, 10, 0) 100%);
}

.amenities-carousel .ame-item p {
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 10;
  color: #fff;
}

.builder-sec {
  background: #f2f2f2;
}

.builder-sec .builder-logo{
  width: 150px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.builder-sec .buil-logi{
  height: 100px;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
}

.builder-sec .buil-logi img
{
  position: absolute;
  top:50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 150px!important;
  transform: translateY(-50%);
}

.builder-sec .why-we{
  background: var(--blood);
  border-radius:10px;
  padding: 10px 5px;
  min-height: 230px;
}
.builder-sec .why-we hgroup{
  color: #ffffff;
  margin-top: 10px;
}

.builder-sec h3{
  font-family: var(--iria);
  font-size: 25px;
  font-weight: 600;
}

.cnt-info {
  padding-left: 30px;
  border-left: 1px solid #000;
}

.cnt-info ul li {
  margin-bottom: 30px;
}

.cnt-info ul li:last-child {
  margin-bottom: 0;
}

.cnt-info ul li div {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.cnt-info ul li div p {
  font-weight: 700;
  font-family: var(--inter);
  font-size: 15px;
}

.cnt-info ul li div i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.plan-sec {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  position: relative;
}

.plan-sec::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(168, 45, 45, 0.5);
}

.plan-sec .plan-block {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(1px);
  border-radius: 15px;
  padding: 20px;
}


.plan-carousel h3{
  font-family: var(--iria);
  font-size: 25px;
  line-height: 25px;
}

.plan-carousel ol li{
  font-family: var(--iria);
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.plan-carousel .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}

.plan-carousel .owl-prev {
  width: 80px;
  height: 80px;
  font-size: 5em !important;
  color: #000 !important;
  border-radius: 100%;
  line-height: 0!important;
  margin-right:10px;
}

.plan-carousel .owl-next {
  width: 80px;
  height: 80px;
  font-size: 5em !important;
  color: #000 !important;
  border-radius: 100%;
  line-height: 0!important;
  margin-left: 10px;
}

.amenities-sec .amemities_icon{
  justify-content: flex-start;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}

.amenities-sec .amemities_icon li img{
  filter: invert(54%) sepia(100%) saturate(300%) hue-rotate(302deg) brightness(80%) contrast(150%);
  margin-right: 12px;
  width:56px;
}

#target5 .amenities-sec .amemities_icon li img{
  filter:none!important;
}

.amenities-sec .amemities_icon li{
  font-family: var(--iria);
  font-size: 20px;
  line-height: 20px;
  color:#000;
  flex: 0 0 auto;
  width: 25%;
  margin-bottom: 25px;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
  display: flex;
  align-items: center;
}

.set-height{
  height: 400px;
  object-fit: cover;
}
/*project detail section end*/


.whatsapp-modal
{
  position: fixed;
  bottom: -100%;
  width: 100%;
  background: #136c42;
  z-index: 9999;
}

.whatsapp-modal .modal-close{
  position: absolute;
  right: 0;
  top:0;
  border: none;
  background: forestgreen;
}

.whatsapp-modal input::placeholder, .whatsapp-modal textarea::placeholder{
  color:#ffffff;
}

.whatsapp-modal button{
  background: forestgreen;
  color:#ffffff;
  border:none;
}

#enquiry .modal-content{
  background: #0b0b0b;
  padding: 20px;
}

#enquiry .modal-content input::placeholder{
  color:#ffffff;
}

.side-navigation
{
  position: fixed;
  top: 0px;
  right: -100%;
  width: 400px;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(20px);
  z-index: 10000;
  padding: 0px;
  transition: 0.6s ease;
}

.side-navigation .sn-list li button{
  color: #ffffff;
  font-family: var(--iria);
  font-size: 30px;
  font-weight: 500;
  line-height: 70px;
  text-align: left;
  position: relative;
  background: transparent;
  border: none;
  display: block;
  width: 100%;
}

.side-navigation .set-bottom{
  position: absolute;
  bottom: 20px;
}

.side-navigation .set-bottom p{
  color:#ffffff;
}

.side-navigation .modal-close{
  background: #000;
  border: none;
}

.wpcf7-response-output{
  background: #ffffff;
  border:none;
}

#banner-carousel .owl-item:nth-child(2) img{
  object-position: left;
}

.no_cnt_change .cnt-info {
  padding-left: 0px;
  border-left: none;
}

.no_cnt_change .cnt-info ul li {
  margin-bottom: 10px;
}

.overview_list li{
  padding: 5px 0 5px 20px;
  position: relative;
}

.overview_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  background: #0b0b0b;
  width: 7px;
  height: 7px;
}


.logo-white{
  background: #ffffff;
  padding: 15px;
}

.details-flex {
  justify-content: flex-start;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}

.details-flex .flx-item{
  flex: 0 0 auto;
  margin-bottom: 25px;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.details-flex .flx-item:first-child{
  width: 70%;
  border-right: 1px solid #0b0b0b;
}

.details-flex .flx-item:last-child{
  width: 30%;
}

.details-flex .flx-item .mt-3{
  flex: 0 0 auto;
  width: 33.333%;
  margin-bottom: 15px;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  margin-top: var(--bs-gutter-y);
}

.details-flex small{
  color:#8a8a8a;
}

.location-sec{
  background: #fff;
}

.plan-carousel img {
    height: auto !important;
    object-fit: cover;
    width:50%!important;
    margin:0 auto;
}

@media only screen and (max-width:991px){
  .form-box {
    background: #ffffff;
    border: 1px solid #000;
    padding: 20px;
    position: relative;
    width: 100%;
    right: unset;
    margin-top: 30px;
}

.plan-carousel img {
    height: auto !important;
    object-fit: cover;
}
}

#enquiry .wpcf7-select option{
color:#000;
}