@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: primaryFont;
  src: url("../fonts/IvyOraDisplay-Regular.woff2");
  font-weight: 400;
}

@font-face {
  font-family: primaryFontBold;
  src: url("../fonts/IvyOraDisplay-Bold.woff2");
  font-weight: 700;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: primaryFontBold, sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}

.color-primary {
  color: #7e5a0a;
}

.color-secondary {
  color: #161616;
}

.color-dim-gray {
  color: #a3a0a0;
}
.color-gray {
  color: #eceae8;
}
.vh100 {
  height: 100vh;
  display: flex;
  align-items: center;
}

/* Header Section Styles */
/* section {
    height: 100vh;
} */
.header_menu_section {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #463405bf;
  padding: 25px 30px;
}

header#header_section {
  position: relative;
}

.header_nav_menu a {
  text-decoration: none;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.banner_section {
  position: relative;
  height: 100vh;
}

.banner_images img {
  width: 100%;
  height: 100%;
}

.header_logo img {
  width: 120px;
}

.header_logo .black_logo {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.header_logo.fixed-header .white_logo {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.header_logo.fixed-header .black_logo {
  display: block;
  opacity: 1;
  visibility: visible;
}

#header_section .header_menu_section.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #463405bf !important;
  z-index: 999;
  box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
  padding: 10px 20px;
}

ul#menu-vaastu-top-menu-bar {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: space-evenly;
  gap: 5px;
  text-align: center;
}

ul#menu-vaastu-top-menu-bar li {
  list-style: none;
}

.header_menu_section.fixed-header .header_nav_menu a {
  color: white;
}

.mobile_menu_hamburgur,
.mobile_nav_menu {
  display: none;
  visibility: hidden;
  opacity: 0;
}

#header_section picture img {
  width: 100%;
}

.banner_section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #0000004d;
}

.banner_contents_wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 50%;
  width: 100%;
  height: auto;
  align-items: center;
  transform: translateY(-50%);
}

.banner_text_para {
  background-color: #26262666;
  padding: 25px;
  border-radius: 5px;
}

.banner_text_para p {
  color: white;
  text-align: center;
  font-size: 19px;
}

.banner_buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.banner_buttons a {
  text-decoration: none;
  color: white;
  font-family: primaryFontBold, sans-serif;
  background-color: #7e5a0a;
  padding: 15px;
  display: block;
  margin-top: 30px;
  font-size: 18px;
  border-radius: 5px;
  letter-spacing: 2px;
}

/* About yantras section styles */
.main_heading {
  font-size: 38px;
  letter-spacing: 2px;
}

.sub_heading {
  font-family: primaryFont;
  font-weight: 400;
  font-size: 22px;
  color: #161616;
  letter-spacing: 2px;
}

.about_yantras_content p {
  color: #555555;
  font-size: 19px;
}

.about_yantras_features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.about_yantras_features ul li {
  font-size: 18px;
  background-color: #ffefcd52;
  list-style-type: none;
  position: relative;
  padding: 10px 25px;
  border-radius: 50px;
}

ul.features_list li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #161616;
  left: 10px;
  top: 20px;
  border-radius: 50px;
}

.moon_image img {
  width: 100%;
}

/* Section -  Hormony  */
.v-harmony-bg {
  background-image: url(https://stage.odigma.com/vaastu-tattva-lp/assets/images/bg/bg-1.png),
    url(https://stage.odigma.com/vaastu-tattva-lp/assets/images/bg/bg-2.png);
  background-position: 100% 100%, 0% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 370px, 370px;
}
.icon_image img {
  width: 50px;
  height: 50px;
}
.service_image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border: 1px solid #e5e5e5;
}

.read-more-content {
  display: none;
}

.content-heading {
  font-size: 28px;
  color: #ababab;
  line-height: 1;
}

.content-heading-1 {
  font-size: 20px;
}

.icon-boxes > div {
  position: relative;
  z-index: 0;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.icon-boxes > div:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background: #fff;
  top: calc(0px + 40px);
  left: calc(0px + 50%);
  transform: translate(50%, -50%);
}
.project-tab {
  justify-content: center;
  border: none;
}

.project-tab button {
  border: none !important;
  border-radius: 3px !important;
  color: rgb(33, 37, 41);
  padding: 10px 20px;
}
.project-tab button:hover {
  color: rgb(33, 37, 41);
}

.project-tab .nav-link.active {
  background: #946a00;
  color: #fff !important;
  box-shadow: 4px 0px 14px 0px #00000040;
}
.pro-name {
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  background: #ffefcdcc;
  border-radius: 10px;
}
.pro-name h4 {
  color: #161616;
  font-size: 22px;
  font-weight: 400;
  font-family: primaryFont;
}

#yantras-was p.color-dim-gray {
  font-size: 20px;
}

.para-content {
  font-size: 18px;
}
.w-90 {
  width: 80%;
  margin: 0 auto;
  color: #161616d9;
  font-size: 18px;
}

/* Accordion */
.area-expertise button.accordion-button {
  background: #7e5a0a;
  border-radius: 0px !important;
  font-size: 25px;
  color: #fff;
  padding: 20px;
}

button.accordion-button.collapsed {
  background: #fff;
  color: #7e5a0a;
}
/* button.accordion-button.collapsed i {
    color: #FFF;
} */
.area-expertise .accordion-item {
  border: none;
}

.area-expertise .accordion-item {
  border-bottom: 2px solid #7e5a0a;
}
.accordion-button:focus,
.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.contact-bg {
  background-image: url(https://stage.odigma.com/vaastu-tattva-lp/assets/images/bg/foot-bg.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.contact-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 55%) 31%,
    rgba(0, 0, 0, 1) 100%
  );
  z-index: 1;
}
.contact-bg .container {
  position: relative;
  z-index: 2;
}
form#foot-form input,
form#foot-form select {
  background: transparent;
  border: 1px solid #fff;
  padding: 5px 15px;
  width: 100%;
  border-radius: 5px;
  color: #fff;
}
form#foot-form input::placeholder,
form#foot-form select::placeholder {
  color: #fff;
  font-size: 14px;
}
form#foot-form select option {
  color: #000;
}
.submit-btn button {
  width: 60%;
  padding: 5px 15px;
  border: 0;
  background: #e8b84e;
  color: #fff;
  border-radius: 5px;
}

/* Sticky Form Code */

.close-btn {
  color: black;
  font-size: 22px;
  font-weight: 600;
  text-align: end;
  cursor: pointer;
  margin-right: 10px;
}

.close-btn .close {
  display: inline-block;
  font-weight: 600;
  font-family: optima, sans-serif;
}

.stickyForm {
  position: fixed;
  top: 135px;
  width: 310px;
  right: -310px;
  text-align: center;
  padding: 17px;
  background: rgba(84, 84, 84, 0.81);
  border-radius: 11px 0px 0 11px;
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  z-index: 9;
}

.stickyForm.active {
  right: 0px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.stickyForm .btn {
  background: #f69c00;
  padding: 10px 30px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: -79px;
  color: black !important;
  height: 40px;
  border-radius: 7px 7px 0 0;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  border: 0;
  perspective: 100px;
  outline: 0 !important;
}

body .stickyForm label,
label.error {
  width: 100% !important;
  color: red;
}

body .stickyForm label.error,
label.error {
  /* font-family: Lato, sans-serif; */
  font-size: 14px;
  padding: 7px 0;
  /* font-weight: 400; */
}

body .stickyForm input[type="text"],
body .stickyForm input[type="email"],
body .stickyForm textarea {
  width: 100% !important;
  border: 0;
  height: 45px;
  background: transparent;
  border-bottom: 1px solid grey;
  margin-bottom: 13px;
  outline: none;
  color: black;
}

.stickyForm [type="submit"] {
  background: #545454d9;
  color: white;
  border: 0;
  padding: 10px 25px;
  border-radius: 2px;
  border: 1px solid #616161;
}

body .stickyForm ._checkbox {
  margin-bottom: 10px;
}

body .stickyForm ._checkbox .text {
  text-align: left;
  margin-bottom: 10px;
}

body .stickyForm ._checkbox label {
  width: 50% !important;
  float: left;
  padding-right: 5px;
}

body .stickyForm ._checkbox span {
  padding-left: 4px;
  font-size: 13px;
  float: left;
}

.stickyForm {
  background-color: white;
  color: white !important;
}

.stickyForm.active .btn {
  background-color: #f69c00;
  color: black !important;
  font-weight: 600;
  left: -79px;
}

.stickyForm ::-webkit-input-placeholder {
  letter-spacing: 0px;
  color: #ccc;
}

.stickyForm ::-moz-placeholder {
  letter-spacing: 0px;
  color: #ccc;
}

.stickyForm ::-ms-input-placeholder {
  letter-spacing: 0px;
  color: #ccc;
}

.stickyForm :-moz-placeholder {
  letter-spacing: 0px;
  color: #ccc;
}

body .stickyForm select {
  width: 100%;
  color: #fff;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #fff;
  height: 40px;
}

body .stickyForm .btn-group {
  margin-top: 20px;
}

body .stickyForm .error {
  margin-bottom: 0 !important;
}

body .stickyForm [type="submit"] {
  background: #f69c00 !important;
  color: black;
  height: 40px !important;
  padding: 0px 30px !important;
  transition: all 0.6s ease;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 8px;
  border: none;
  font-size: 16px;
  font-family: optima, sans-serif;
}

body .stickyForm input::placeholder {
  color: black;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

#sticky_form input[type="tel"] {
  width: 100% !important;
  border: 0 !important;
  height: 45px !important;
  background: transparent !important;
  border-bottom: 1px solid grey !important;
  margin-bottom: 13px !important;
}

ul.iti__country-list li {
  font-size: 16px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.iti__country-container {
  height: 45px;
}
#foot-form .iti__country-container {
  height: 35px;
}

#stickyForm .iti {
  display: block;
}

#sticky_form input[type="tel"]:focus-visible {
  border: 0;
  outline: none;
}

.iti__country {
  color: black;
}
.iti {
  width: 100%;
}

.submit_loading_btn.loading {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#ohsnap {
  position: fixed;
  bottom: 25px;
  right: 25px;
  margin-left: 5px;
  z-index: 99999;
  background: green;
  color: white;
}

/* end of sticky form code */

video#myvideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.3);
}

.bg-video {
  position: relative;
  padding: 0 !important;
  min-height: 500px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yantra_spaces_wrapper,
.how-it-works-content {
  z-index: 2;
  position: relative;
}

.yantra_background_video,
.how_it_works_background_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media only screen and (max-width: 996px) {
  .banner_logo img {
    width: 200px;
  }
  .icon-boxes > div:not(:last-child)::before {
    content: none;
  }

  img.white_logo {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .header_logo img.black_logo {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .header_nav_menu,
  .book_visit_btn {
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  /* Mobile menu Styles */

  #mobile_menu_icon {
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 0px;
  }

  .mobile_menu_hamburgur {
    display: block;
    visibility: visible;
    opacity: 1;
    width: 50px;
    height: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .mobile_menu_hamburgur span {
    width: 30px;
    height: 3px;
    background-color: white;
    margin-top: 6px;
    border-radius: 10px;
    transition: all 0.6s ease-in-out;
  }

  .mobile_menu_hamburgur span:nth-child(2) {
    width: 20px;
    margin-right: 10px;
  }

  .header_menu_section.fixed-header .mobile_menu_hamburgur span {
    background-color: #fff;
  }

  .mobile_menu_hamburgur.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
  }

  .mobile_menu_hamburgur.active span:nth-child(1) {
    transition: all 0.6s ease;
    transform: rotate(45deg) translate(13px, 0px);
  }

  .mobile_menu_hamburgur.active span:nth-child(3) {
    transition: all 0.6s ease;
    transform: rotate(-45deg) translate(13px, 0px);
  }

  .header_logo img {
    width: 110px;
  }

  .mobile_nav_menu {
    display: block;
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 50px;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 99;
    right: -100%;
    transition: all 0.6s ease-in-out;
  }

  .mobile_nav_menu.active {
    right: 0%;
    transition: all 0.6s ease-in-out;
  }

  ul.mobile_nav_menu_items li {
    list-style: none;
    margin-bottom: 15px;
    text-align: center;
  }

  ul.mobile_nav_menu_items li a {
    text-decoration: none;
    color: black;
    font-size: 16px;
  }

  ul.mobile_nav_menu_items {
    padding: 30px 0;
    margin: 0;
  }
  .mobile-menu {
    justify-content: end;
  }

  .stickyForm .btn {
    left: -76px;
    font-size: 16px;
    font-weight: 600;
  }

  .quick_links_header,
  .footer_cities_header {
    text-align: center;
  }

  .footer_section_one_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 35px;
  }

  .quick_links_nav,
  .footer_cities_nav {
    justify-content: center;
  }

  /* Wordpress menu styles */

  ul.mobile_nav_menu_items li {
    list-style: none;
    margin-bottom: 15px;
    text-align: center;
  }

  ul.mobile_nav_menu_items li a {
    text-decoration: none;
    color: black;
    font-size: 16px;
  }

  ul.mobile_nav_menu_items {
    padding: 30px 0;
    margin: 0;
  }

  .mobile_nav_menu
    .menu-vaastu-top-menu-bar-container
    ul#menu-vaastu-top-menu-bar-1 {
    padding: 50px 0;
    margin: 0;
  }

  .mobile_nav_menu
    .menu-vaastu-top-menu-bar-container
    ul#menu-vaastu-top-menu-bar-1
    li
    a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: 400;
  }

  .mobile_nav_menu
    .menu-vaastu-top-menu-bar-container
    ul#menu-vaastu-top-menu-bar-1
    li {
    list-style: none;
    margin-bottom: 25px;
    text-align: center;
  }

  .banner_buttons {
    flex-wrap: wrap;
  }
  .main_heading {
    font-size: 24px;
  }
  .w-90 {
    width: 100%;
  }
  .px-sm-0 {
    padding: 0px 12px !important;
  }
  .v-harmony-bg {
    background-position: 100% 50%, 0% 50%;
    background-size: 150px, 150px;
  }
  .vh-xs-100 {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .banner_text_para {
    padding: 25px 10px;
  }

  br {
    display: none;
  }
  .service_image img {
    height: 270px;
  }
  /* .moon_image img {
        width: 40%;
    } */
  .form-wrap-mobile > div {
    margin-top: 20px !important;
  }
  .area-expertise button.accordion-button {
    font-size: 20px;
  }
  section#how-it-work,
  section#yantras-was {
    height: 100vh;
  }
  section#how-it-work .icon-boxes,
  section#yantras-was .yantra_spaces_wrapper .row.justify-content-center.pt-5 {
    padding-top: 20px !important;
  }
  .icon_image img {
    width: 35px;
    height: 35px;
  }
  .icon-boxes > div {
    margin-bottom: 15px;
  }
  .no-p {
    margin-top: 5px !important;
  }
  .icon-boxes .my-3 {
    margin: 5px 0px !important;
  }
  .icon-content {
    margin-top: 10px !important;
  }
  #yantras-was p.color-dim-gray {
    font-size: 16px;
  }
  .para-content {
    font-size: 16px;
  }
  .moon_image img {
    width: 80%;
  }
  section#about_yantras .section_headings,
  section#about_yantras .about_yantras_content {
    text-align: center;
  }
  .about_yantras_features ul {
    justify-content: center;
  }
  .footer_logo img {
    display: block !important;
    width: 120px;
  }
  section#contact-us .container.py-5 {
    padding: 20px !important;
  }
  section#contact-us h2.text-white {
    font-size: 26px;
  }
}
@media only screen and (max-width: 600px) {
  .banner_logo img {
    width: 120px;
  }
}
@media (max-width: 576px) {
  .banner_buttons a {
    margin-top: 10px;
  }
  .banner_text_para h1 {
    font-size: 25px;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* .banner_section {
        height: 100%;
    } */
  .about_yantras_content p {
    font-size: 18px;
  }

  .service_image img {
    height: 120px;
    object-fit: contain;
    border: none;
  }

  .pro-name h4 {
    font-size: 16px;
  }
  .compass img {
    width: 60%;
  }
  .compass {
    text-align: center;
  }

  .timeline_wrap {
    padding: 0px;
  }
  .content-heading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .about_yantras_content p,
  .about_yantras_features ul li {
    font-size: 14px;
    text-align: justify;
  }
  .submit-btn {
    display: flex;
    justify-content: center;
  }

  #foot-form {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  #foot-form .para-content p{
    font-size: 20px;
  }
}
.footer_logo img {
  display: none;
}
