@charset "UTF-8";

/*
Theme Name: merlin-avana 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: merlin-avana
*/

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

@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*----------------------Common code start----------------------------------*/
:root {
  --mulish: "Raleway", sans-serif;
  --jsan: "Playfair", serif;
  --pop: "Poppins", sans-serif;
  --greeny: #0c5d5c;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: var(--pop);
}


::selection {
  color: #fff;
  background: #0c5d5c;
}

* {
  transition: 0.4s ease;
}

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

figure {
  margin: 0;
}

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

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

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

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

h1 {
  font-size: 32px;
  font-family: var(--mulish);
}

h2 {
  font-size: 24px;
  font-family: var(--mulish);
}

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

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

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

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

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(--greeny);
  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(255, 255, 255) !important;
  animation-name: fadeInDown;
  animation-direction: normal;
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
}

.sticky-menu .site-logo {
  width: 150px;
  height: auto;
}

.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;
}

.modal-content {
  background: #f1f2f3 !important;
  padding: 15px;
}

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

.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: 30px 0;
}

.small-header {
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}

.small-header::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-left: 10px;
  transform: translateY(-50%);
  width: 90%;
  background: #e5e5e5;
  height: 0.5px;
}

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


.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 button {
  background: #105631 !important;
}

.whatsapp-modal .form-box {
  padding: 10px;
}

/*main code start*/
.navigation-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  background: #fff;
}

.logo-block a img {
  width: 150px;
  height: auto;
}

.header-number {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-number a {
  font-family: var(--pop);
}

.header-number i {
  font-size: 22px;
}

.navigation-head .top-nav ul {
  gap: 35px;
}

.navigation-head .top-nav ul li a {
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
}

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

.owl-carousel .owl-prev {
  width: 40px;
  height: 40px;
  font-size: 1.5em !important;
  color: #fff !important;
  line-height: 0;
  background: var(--greeny) !important;
  position: relative;
  left: 10px;
  border-radius: 100%;
}

.owl-carousel .owl-next {
  width: 40px;
  height: 40px;
  font-size: 1.5em !important;
  color: #fff !important;
  line-height: 0;
  background: var(--greeny) !important;
  position: relative;
  right: 10;
  border-radius: 100%;
}

.same-bg-color {
  background: #f3fcfc;
}

.icon-sec {
  padding: 30px 0;
}

.icon-sec ul {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.icon-sec ul li {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-family: var(--pop);
  font-weight: 600;
  align-items: center;
}

.icon-sec ul li .i-text small {
  color: #4a4a4a;
}

.icon-sec ul li .i-text span {
  font-size: 14px;
  font-weight: 700;
  color: #0c5d5c;
}

.icon-sec ul li .ibox {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid whitesmoke;
}

.casa-de-sec,
.proj-det-sec,
.grecy-sec,
.lifestyle-sec,
.plan-sec,
.gallery-sec {
  padding: 30px 0;
}

.smally {
  font-family: var(--pop);
  font-size: 22px;
  font-weight: 600;
  color: var(--greeny);
  display: block;
  margin-bottom: 15px;
}

.smally::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 20px;
  height: 3px;
  background: var(--greeny);
}

.centry::after {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.casa-de-sec h1 {
  font-family: var(--jsan);
  font-size: 55px;
  font-weight: 600;
  color: var(--greeny);
  line-height: 44px;
  margin: 25px 0;
}

.casa-de-sec p {
  font-family: var(--pop);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #231F20;
}

.j-btn {
  background-color: var(--greeny);
  font-family: var(--pop);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1em;
  fill: #FFFFFF;
  color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 20px 30px 20px 30px;
  margin-top: 50px;
  border: none
}

.j-btn:hover {
  background: #1FAABA;
}

.btn-tab-block {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.btn-tab-block li button,
.btn-tab-block li a {
  background: transparent;
  color: var(--greeny);
  border: 2px solid var(--greeny);
  max-width: 250px;
  min-width: 250px;
  margin-top: 25px;
  display: block;
  text-align: center;
}

.grecy-sec .btn-tab-block li button,
.grecy-sec .btn-tab-block li a {
  background: var(--greeny);
  color: #FFFFFF;
}

.btn-tab-block li button:hover {
  background: var(--greeny);
  color: #FFFFFF;
}

.grecy-sec .btn-tab-block li button:hover,
.grecy-sec .btn-tab-block li a:hover {
  background: transparent;
  color: var(--greeny);
}

.proj-det-crc div {
  cursor: pointer;
}

.proj-det-crc img {
  width: 60px !important;
  height: 60px;
  border-radius: 0px;
  margin: 0 auto;
  display: block;
}

.proj-det-crc p {
  font-family: var(--pop);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
}

.lifestyle-sec p {
  font-family: var(--pop);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #231F20;
}

.dwel-ixon li {
  display: flex;
  gap: 10px;
  font-family: var(--pop);
  font-weight: 600;
  align-items: center;
  margin-bottom: 20px;
}

.dwel-ixon .ibox {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid whitesmoke;
}

.dwel-ixon .iload span {
  font-family: var(--pop);
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0px;
  color: var(--greeny);
}

.plan-sec {
  background-image: url(https://www.merlinavana.co.in/wp-content/uploads/2023/01/avana-price-background.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

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

.plan-sec .plan-block {
  overflow: hidden;
  padding: 25px;
  border-radius: 15px;
  background: #FFFFFF;
  height: 750px;
  max-height: 750px;
}

.plan-sec .plan-block .smally {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.plan-sec .btn-tab-block li button {
  color: rgb(255, 255, 255);
  background: var(--greeny);
}

.plan-sec .btn-tab-block li button:hover {
  color: var(--greeny);
  background: transparent;
}

.imgy-block .glassu {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mulish);
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}

.gallery-crc .hife {
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.gallery-crc .hife:hover .glassu {
  left: 0;
}

.vedio-block .hife .v-lay {
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--mulish);
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
}

.vedio-block .hife .v-lay .playme {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  background: var(--greeny);
  opacity: 0.5;
}


.video-sec .video-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56%;
}

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

.video-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.video-sec .play-video-btn {
  color: #fff;
  border: none;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: var(--greeny);
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 50;
}

.video-sec .play-video-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid var(--greeny);
  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;
  }
}


.contruction {
  padding: 30px 0;
  background: #f9f6e4;
}

.contruction a {
  display: block;
  margin-bottom: 15px;
  border: 1px solid lightgray;
  border-radius: 10px;
}

.contruction a img {
  min-height: 250px;
  max-height: 250px;
  height: 250px;
  object-fit: cover;
}

#monthFilter {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

#monthFilter li button.month-btn {
  border:2px solid rgba(12, 93, 92, 1);
  background: transparent;
  line-height: 1;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 5px;
  color: #000;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  font-family: var(--pop);
}

#monthFilter li button.month-btn.active {
  border:2px solid var(--greeny);
  background: var(--greeny);
  color: #fff;
}

.construct-item a .c-date {
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  height: auto;
  padding: 5px 8px;
  text-align: center;
  background: var(--greeny);
  color: #FFFFFF;
  font-weight: 600;
  font-size: 15px;
  font-family:var(--pop);
}

footer{
  background: #f3fcfc;
  margin-bottom: 75px;
}

footer .social, 
footer .link{
  display: flex;
  gap: 30px;
}

footer .social li{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .social li a{
  font-size: 20px;
  color:#e5e5e5;
}

footer .social li:first-child{
  background: #3b5998;
}

footer .social li:nth-child(2){
  background: #231F20;
}

footer .social li:last-child{
  background: #cd201f;
}

footer .gap{
  gap: 35px;
}

footer .link li{
  padding-left: 10px;
}

footer .link li a{
  font-family: var(--pop);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

footer .link li::before{
  position: absolute;
  content: "\276F";
  top: 0px;
  left: -5px;
  width: 20px;
  height: 20px;
  color: #5B67AC;
}

footer .padd-r{
  padding-right: 25px;
}
footer .padd-l{
  padding-left: 25px;
}

footer .weagle{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  background: #b4dede;
  width:1px;
  height: 30px;
}

footer .smally::after {
  display: none;
}

footer .yello{
  background: #CCE1E1;
}

footer .yello ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .yello ul li{
  font-family: var(--pop);
  font-size: 13px;
  font-weight: 400;
  color: #2D7E7D;
}

input::placeholder{
  color: #FFFFFF;
}

input:focus{
  outline: 0;
  border: none;
}

.footer-enquiry-form{
  position: fixed;
  bottom: 0;
  width: 100%;
  background: var(--greeny);
  padding: 15px 0 0 0;
  z-index: 1040;
}

.footer-enquiry-form form{
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.footer-enquiry-form form .submitBtnArea{
  height: 35px;
}

.footer-enquiry-form form .wpcf7-response-output{
  position: absolute;
  bottom: 0;
  font-size: 10px;
}

.footer-enquiry-form input,
.footer-enquiry-form select {
  padding: 10px;
  border: none;
  border-bottom: 2px solid #fff;
  background: transparent;
  color: #fff;
  width: 100%;
}

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

.footer-enquiry-form .submit-btn {
  background-color: #1FAABA;
  color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  padding: 12px 15px 10px 15px;
  margin-top: 0px;
  font-family: "Poppins", Sans-serif;
  font-size: 12px;
  font-weight: 600;
  border: none;
}

footer .smally {
  font-size: 20px;
  font-weight: 700;
}

.bk-form{
  position: fixed;
  top:50%;
  transform: translateY(-50%)rotate(-90deg);
  right: -65px;
  background: var(--greeny);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  z-index: 900;
  font-family: var(--pop);
  font-weight: 600;
  padding: 5px 20px;
  border-radius: 10px 10px 0 0;
  border: none;
}

.site-form {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 15%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #03454480 0%, #032424 100%);
  padding: 15px 0;
  border-top: 3px solid var(--greeny);
  z-index: 1000;
  width: 450px;
  padding: 25px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 40px 20px 40px;
  border-radius: 15px;
}

.site-form input,
.site-form select {
  padding: 10px;
  border: none;
  border-bottom: 2px solid #fff;
  background: transparent;
  color: #fff;
  width: 100%;
}

.site-form select option {
  color: #000;
}

.site-form .submit-btn {
  background: #19c7de;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 100%;
}

.site-form .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
  margin: 10px 0;
  color: #FFFFFF;
  width: 100%;
}

.site-form .checkbox input{
  width: fit-content;
}

.modal .site-form{
  width: 100%;
  position: unset;
  top:unset;
  transform: none;
  right: unset;
  background: var(--greeny);
  border-radius: 0;
  padding: 15px;
}

.modal .site-form button.submit-btn{
  border-radius: 50px;
}

.modal .modal-title{
  font-family: var(--jsan);
  margin-bottom: 0;
  font-size: 25px;
}

.modal .modal-header{
  padding: 10px 15px;
}

.video-close{
  position: absolute;
  right: 0;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: #FFFFFF;
  background: var(--greeny);
  border:none;
  width: 30px;
  height: 30px;
}

.mody-list ul li{
  font-family: var(--pop);
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.mody-list ul li::before {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20'><path d='M20 6L9 17l-5-5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
}

.btn-tab-block li button.active{
  background: var(--greeny);
  color:#FFFFFF;
}

.not-in-desktop{
  display: none;
}

.top-visible-mob{
  display: none;
}

.top-visible-mob ul{
  gap: 10px;
}

.top-visible-mob button{
  width: 40px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1faaba;
  padding: 8px;
  border-radius: 5px;
  border: none;
  color:#FFFFFF;
  font-size: 20px;
}

.top-visible-mob a{
  width: fit-content;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1faaba;
  padding: 8px 12px;
  border-radius: 50px;
  color:#FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.banny-mobil{
  display: none!important;
}

#floor_plan p{
  font-family: var(--pop);
  font-weight: 600;
  font-size: 20px;
}

#imp_notice p{
  font-family: var(--pop);
}

.site-form form{
  margin-bottom: 10px;
}

.site-form .checkbox .wpcf7-list-item{
  margin: 5px 0 5px 0!important;
}

.selected-dial-code{
  color: #FFFFFF!important;
}

.wpcf7-response-output{
  color:#ffffff!important;
  margin: 0!important;
}


.fif-gap{
  padding: 50px 0px 50px 0px;
}