@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Poppins:wght@300;400;500;600&family=Roboto:wght@300;400;500&display=swap"); :root {
  --main-color: #FEF2CC;
  --secondary-color: #AD0F0E;
}

body {
}

.padZero {
  padding: 0px;
}

.wrapper {
  position: relative;
}

.viewBtn {
  display: flex;
  justify-content: center;
  margin: 20px 0px 40px;
}

.viewBtn a {
  background: var(--main-color);
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: rgb(0 0 0);
  padding: 7px 30px;
  text-decoration: none;
}

.myHeading {
  text-align: center;
}

.myHeading h1 {
  font-size: 46px;
  font-family: playfair;
  line-height: 56px;
  font-weight: 700;
}

.myHeading h1 span {
  color: var(--main-color);
}

.myHeading figure {
}

.myHeading figure img {
}

.navbar {
  margin: 0px;
  border: none;
  min-height: 0px !important;
}

.navbar .topBar {
}

.navbar .topBar {
  position: relative;
  padding: 10px 0px;
  background: var(--secondary-color);
  display: flex;
  align-items: center;
  z-index: 9;
}

.topBarContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 15px;
}
.topBarContent .topBarUl li a {
  color:white;
}
.topBarContent .topBarUl {
  margin: 0px;
  display: flex;
  padding: 0px;
}

.topBarContent .topBarUl li {
  display: flex;
}

.topBarContent .topBarUl li figure {
}

.topBarContent .topBarUl li figure img {
}

.topBarContent .topBarUl li strong {
  margin-right: 20px;
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  margin-left: 8px;
}

.topBarContent .social {
  margin: 0px;
  display: flex;
  padding: 0px;
}

.topBarContent .social li {
  padding: 0px 15px;
  list-style-type: none;
  color: white;
}

.topBarContent .social li figure {
}

.topBarContent .social li figure a {
}

.topBarContent .social li figure a img {
}

.topBarContent .social li strong {
}

.myHeader {
  background: white;
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 16px 0 0px;
}

.myHeader .mainHeader {
  z-index: 999;
  display: flex;
  border-radius: 5px;
  justify-content: space-between;
}

.myHeader .mainHeader .logo {
}

.myHeader .mainHeader .logo figure img {width: 100%;}

.myHeader .mainHeader .logo figure a {
  font-family: poppins;
  font-size: 23px;
  line-height: 56px;
  color: rgb(0 0 0);
  text-decoration: none;
}

.myHeader .mainHeader .myNav {
}

.myHeader .mainHeader .myNav ul {
  display: flex;
}

.myHeader .mainHeader .myNav ul li {
  padding: 15px;
  list-style-type: none;
}

.myHeader .mainHeader .myNav ul li a {
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: rgb(0 0 0);
  text-decoration: none;
}

.SubMenu:hover > .megaMenu {
  opacity: 1.8;
  visibility: visible;
  top: 90%;
}

.SubMenu {
}

.SubMenu .megaMenu {
  top: 100px;
  background: white;
  padding: 0px 0px 0px;
  min-width: 220px;
  z-index: 9999;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  position: absolute;
  margin-left: -4px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.SubMenu .megaMenu li:last-child {
  border: none;
}

.SubMenu .megaMenu li:hover {
         background: var(--secondary-color);
}

.SubMenu .megaMenu li:hover {
  a {
      color: rgb(255 255 255) !important;
  }
}

.SubMenu .megaMenu li {
  border-bottom: 1px solid #00838d;
  list-style-type: none;
  padding: 9px 18px 8px !important;
  transition: 0.3s;
}

.SubMenu .megaMenu li a {
  font-weight: 600;
  color: rgb(0 0 0) !important;
  font-size: 13px;
  text-decoration: none;
}

.SubMenu .megaMenu li a:hover {
  color: red;
}

.megaMenu {
  display: block !important;
}

.SubMenu .megaMenu .subMe:hover > .megaMe {
  opacity: 0.8;
  visibility: visible;
  top: 0;
}

.SubMe {
}

.SubMenu .megaMenu .subMe .megaMe {
  background: #000000;
  padding: 10px 10px 15px;
  min-width: 170px;
  box-shadow: rgb(255 173 67 / 38%) 0px 9px 15px;
  z-index: 9999;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
  top: -100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  position: absolute;
  margin-left: -4px !important;
  left: 100%;
}

.SubMenu .megaMenu .subMe .megaMe li {
  list-style-type: none;
  padding: 15px 7px 0px !important;
}

.SubMenu .megaMenu .subMe .megaMe li a {
  font-weight: 600;
  color: rgb(4 255 0) !important;
  font-size: 13px;
  text-decoration: none;
}

.subMe .megaMe li a:hover {
  color: red;
}

.megaMe {
  display: block !important;
}

.myHeader .mainHeader .myNav ul li .btnEnuiry {
}

.headerSlider {
  position: relative;
}

.headInq {
  left: 0px;
  z-index: 3;
  position: absolute;
  top: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  right: 0px;
}

.headerSlider .headInq .formInqCard {
}

.headerSlider .bannerHeader {
}

.headerSlider .bannerHeader figure {
}

.headerSlider .bannerHeader figure img {
  width: 100%;
  object-fit: cover;
  height: 750px;
}

.headerSlider .headerGrid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.formInquiry {
  background: rgb(255 255 255);
  width: 37%;
  padding: 34px;
  position: relative;
  border-radius: 8px;
}

.formInquiry h5 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.formInquiry p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgb(153, 153, 153);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  /* overflow: hidden; */
  margin: 10px 0px 24px;
}

.popupInquiry {
  width: 100%;
}

.headerSlider .formCard {
}

.formCard form {
}

.respInquiry {
}

.formCard form .form-group {
}

.formCard form .form-group input {
  width: 100%;
  height: 50px;
  border-radius: 2px;
  background: rgb(255 255 255);
  border: 1px solid rgb(0 131 141);
  padding: 0px 6px 0px 12px;
}

.formCard .btn-started {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  background: var(--main-color);
  border: none;
  font-size: 18px;
  font-weight: 500;
}

.formCard form .form-group textarea {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  border: 1px solid rgb(0 131 141);
  padding: 6px 0px 0px 12px;
  outline: none;
}

@keyframes call {
  15% {
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
  }

  25% {
      box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5), 0 0 0 8px rgba(255, 255, 255, 0.3);
  }

  30% {
      box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5), 0 0 0 12px rgba(255, 255, 255, 0.3);
  }
}

.headerSlider .cardAstro {
}

.headerSlider .cardAstro h1 {
  margin: 0px 0px 30px;
  font-weight: 700;
  font-family: playfair;
  font-size: 52px;
  color: rgb(255, 255, 255);
  line-height: 62px;
  flex-direction: column;
  display: flex;
}

.headerSlider .cardAstro h1 span {
  color: var(--main-color);
  font-family: playfair;
}

.headerSlider .cardAstro p {
  font-family: Poppins;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 100;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 77%;
}

.headerSlider .cardAstro a {
  color: var(--main-color);
  font-family: poppins;
  font-weight: 500;
  line-height: 26px;
  font-size: 18px;
  text-decoration: none;
}

.headerSlider .cardAstro .numCard {
  width: 50%;
  animation: call 1.5s ease infinite;
  display: flex;
  align-items: center;
  background: white;
  border-radius: 40px;
  margin: 30px 0px 0px;
}

.headerSlider .cardAstro .numCard figure {
  padding: 5px;
}

.headerSlider .cardAstro .numCard figure img {
  width: 100%;
  object-fit: cover;
}

.headerSlider .cardAstro .numCard h6 {
  font-family: Poppins;
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: 600;
  margin-left: 10px;
}

.consultUs {
  margin: 80px 0px;
}

.consultUs .myHeading {
  text-align: center;
}

.consultUs .gridConsult {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  text-align: center;
  margin-top: 30px;
  gap: 25px 25px;
}
.card1 {
  display: block;
  position: relative;
  max-width: 262px;
  background-color: #f2f8f9;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: var(--main-color);
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 62% 45%;
    transition: transform 0.25s ease-out;
  }

  &:hover:before {
    transform: scale(21);
  }
}

.consultUs .consultCard {
  text-align: center;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 3px;
  padding: 14px;
}

.consultUs .consultCard .imgCar {
  position: relative;
}

.consultUs .consultCard .imgCar figure {
  height: 70px;
  width: 70px;
  border: 1px solid var(--main-color);
  border-radius: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  background: white;
}

.consultUs .consultCard .imgCar figure img {width: 52px;}

.consultUs .consultCard h4 {
  font-size: 22px;
  font-weight: 500;
  font-family: playfair;
  line-height: 32px;
  color: rgb(0, 0, 0);
  margin-top: 14px;
}

.consultUs .consultCard p {
  font-size: 14px;
  line-height: 23px;
  font-family: poppins;
  color: rgb(126, 126, 126);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.consultUs .consultCard .readMore {
  margin-top: 20px;
}

.consultUs .consultCard .readMore a {
  display: flex;
  justify-content: center;
  color: var(--main-color);
  font-family: poppins;
  font-weight: 500;
  line-height: 26px;
  font-size: 18px;
  text-decoration: none;
}

.consultUs .consultCard .readMore a figure {
  margin-left: 9px;
}

.consultUs .consultCard .readMore a figure img {
}

.rashiRatn {
  margin-top: 60px;
}

.rashiRatn .ratnGrid {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 20px;
  margin: 30px 0 41px 0;
}

.rashiRatn .ratnCard:hover {
}

.rashiRatn .ratnCard {
  background: rgba(255, 255, 255, 0.99);
  border: 1px solid rgb(230, 230, 230);
  text-align: center;
  transition: 0.3s;
}

.rashiRatn .ratnCard:hover {
         background: var(--secondary-color);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.rashiRatn .ratnCard figure {
  padding: 17px;
}

.rashiRatn .ratnCard figure img:hover {
  transform: scale(1.1);
}

.rashiRatn .ratnCard figure img {
  transition: 0.3s;
  object-fit: cover;
  width: 169px;
  height: 127px;
}

.rashiRatn .ratnCard .ratnText {
  background: rgb(249, 249, 249);
  padding: 17px 17px 17px 25px;
  text-align: left;
}

.rashiRatn .ratnCard .ratnText h4 {
}

.rashiRatn .ratnCard .ratnText p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: rgb(126, 126, 126);
}

.rashiRatn .ratnCard .ratnText a {
  display: flex;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  color: #ad0f0e;
  text-decoration: none;
}

.rashiRatn .ratnCard .ratnText .rashiRead {
  display: flex;
  justify-content: space-between;
  margin: 11px 0 0 0;
}

.yantraCard .rashiRead {
  display: flex;
  justify-content: space-between;
  margin: 11px 0 0 0;
}

.rashiPhal {
  margin-top: 80px;
  padding: 80px 0px;
         background: var(--secondary-color);
}

.rashiPhal .myHeading {
}

.rashiPhal .myHeading h2 {
  color: rgb(255, 255, 255);
}

.rashiPhal .rashiGrid {
  display: grid;
  grid-template-columns: repeat(6, 2fr);
  gap: 15px;
  margin-top: 30px;
}

.rashiPhal .rashiCard:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.rashiPhal .rashiCard {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 3px;
  background: rgb(255, 255, 255);
  text-align: center;
  padding: 17px;
}

.rashiPhal .rashiCard a {
  cursor: pointer;
  text-decoration: none;
}

.rashiPhal .rashiCard a figure {
}

.rashiPhal .rashiCard a figure img {
}

.rashiPhal .rashiCard a strong {
  font-family: Poppins;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: var(--secondary-color);
  text-decoration: none;
}

.yantra {
  margin: 80px 0 0 0;
}

.yantra .yantraGrid {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 25px;
  margin-top: 30px;
}

.yantra .yantraCard {
  background: rgb(255, 255, 255);
  padding: 13px 17px 25px;
  filter: drop-shadow(rgba(0, 0, 0, 0.16) 0px 0px 3px);
}

.yantra .yantraCard figure {
  overflow: hidden;
}

.yantra .yantraCard figure img:hover {
  transform: scale(1.1);
}

.yantra .yantraCard figure img {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: 0.3s;
}

.yantra .yantraCard .yantraText {
}

.yantra .yantraCard .yantraText h5 {
  font-family: "Playfair Display";
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  text-align: left;
  color: rgb(9, 9, 9);
}

.yantra .yantraCard .yantraText p {
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: rgb(126, 126, 126);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.yantra .yantraCard .yantraText a {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: rgb(244, 196, 48);
  text-decoration: none;
  display: flex;
  margin-top: 20px;
}

.yantra .yantraCard .yantraText a figure {
  margin-left: 10px;
}

.yantra .yantraCard .yantraText a figure img {
}

.ourServices {
  background: rgb(247, 247, 247);
  padding: 80px 0px;
}

.ourServices .serviceGrid {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  margin-top: 30px;
  gap: 20px;
}

.ourServices .serviceCard:hover {
  p ,h5 {
      color: white;
      font-weight: 500;
  }
}

.ourServices .serviceCard:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
         background: var(--secondary-color);
}

.ourServices .serviceCard {
  transition: 0.3s;
  background: rgb(255, 255, 255);
  padding: 13px;
  overflow: hidden;
}

.ourServices .serviceCard figure {
  overflow: hidden;
}

.ourServices .serviceCard figure img:hover {
  transform: scale(1.1);
}

.ourServices .serviceCard figure img {
  transition: 0.3s;
  width: 100%;
  object-fit: cover;
  height: 180px;
}

.ourServices .serviceCard h5 {
  font-family: "Playfair Display";
  font-weight: normal;
  font-size: 22px;
  line-height: 32px;
  text-align: unset;
  color: rgb(9, 9, 9);
}

.ourServices .serviceCard p {
  font-family: Poppins;
  overflow: hidden;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: rgb(126, 126, 126);
}

.ourServices .serviceCard .serviceText p {
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: rgb(126, 126, 126);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.consultUs .gridConsult .card1 p {
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: rgb(126, 126, 126);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ourServices .serviceCard a {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: rgb(244, 196, 48);
  text-decoration: none;
  display: flex;
  margin-top: 20px;
}

.ourServices .serviceCard a figure {
  margin-left: 10px;
}

.ourServices .serviceCard .serviceText {
  padding: 15px;
}

.ourServices .serviceCard a figure img {width: 12px;height: 12px;}

.ofGod {
  background: url("../images/galaxy-night-view.png") center center / cover fixed;
  height: 290px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.ofGod .myHeading {
  text-align: center;
}

.ofGod .myHeading h2 {
  color: rgb(255, 255, 255);
}

.ofGod .ofGodText {
  margin-top: 30px;
}

.ofGod .ofGodText p {
  font-family: Poppins;
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: rgb(255, 255, 255);
}

.panditJi .aboutSec {
  position: relative;
}

@keyframes myanimation {
  0% {
      background-color: var(--main-color);
  }

  20% {
      background-color: rgb(255, 87, 51);
  }

  50% {
      background-color: rgb(175, 0, 0);
  }

  80% {
      background-color: rgba(255, 145, 0, 0.8);
  }

  100% {
      background-color: var(--main-color);
  }
}

@keyframes example {
  0% {
      top: 200px;
      background-color: rgb(204, 82, 25);
  }

  100% {
      top: 0px;
      background-color: rgb(19, 4, 160);
  }
}

.panditJi .container::before {
  content: "";
}

.panditJi {
  padding: 40px 0px 0px;
  background: var(--main-color);
}

.panditJi .container {
}

.panditJi .pandiImg {
}

.panditJi .pandiImg figure {
  position: relative;
}

.panditJi .pandiImg figure img {
  width: 100%;
  object-fit: cover;
  /* height: 413px; */
}

.panditJi .panditText {
  padding: 10px 60px 30px 10px;
}

.panditJi .panditText h3 {
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 44px;
  line-height: 56px;
  color: rgb(255, 255, 255);
  flex-direction: column;
  display: flex;
  color: var(--secondary-color);
}

.panditJi .panditText figure {
  display: flex;
  justify-content: center;
}

.panditJi .panditText figure img {
}

.panditJi .panditText p {
  margin: 30px 0px 0px;
  font-family: Poppins;
  font-weight: 300;
  font-size: 18px;
  line-height: 34px;
  color: rgb(0 0 0);
}

.panditJi .bgWh {
}

.panditJi .pandiImg::before {
  /* content: ""; */
}

.myFooter {
  position: relative;
  padding: 100px 0px 0px;
  background-image: url("../images/bg.png");
  background-position: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  width: 100%;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover !important;
}

.myFooter::before {
  top: 0px;
  height: 100%;
  content: "";
  background: var(--secondary-color);
  width: 36%;
  position: absolute;
}

.myFooter .footerLogo {
  z-index: 2147483647;
}

.myFooter .footerLogo a {
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 30px;
  line-height: 24px;
  text-align: left;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.myFooter .footerLogo p {
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 24px;
  margin: 20px 0px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.myFooter .gridGooter {
  padding: 0px 0px 0px 40px;
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 25px;
}

.myFooter .footerCard {
}

.myFooter .footerCard h5 {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 26px;
  line-height: 24px;
  text-align: left;
  color: rgb(238, 238, 238);
  display: flex;
}

.myFooter .footerCard ul {
  padding: 0px;
  margin-top: 20px;
}

.myFooter .footerCard ul li {
  list-style-type: none;
  margin-top: 7px;
}

.myFooter .footerCard ul li a {
  width: 84px;
  height: 20px;
  font-family: Poppins;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: rgb(203, 203, 203);
  text-decoration: none;
}

.myFooter .subFooter {
  border-top: 1px solid rgba(238, 238, 238, 0.3);
  padding: 10px 0px;
  display: flex;
  justify-content: right;
  margin: 30px 0px 0px;
  height: auto;
}

.myFooter .subFooter strong a {
  font-family: poppins;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: var(--main-color);
  text-decoration: none;
}

.myFooter .subFooter strong {
  font-family: poppins;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: rgb(255, 255, 255);
}

.inqId {
  display: none;
}

.myFooter .footerBtn {
  margin: 30px 0px 0px;
}

.myFooter .footerBtn a {
  box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 15px;
  background: rgb(0, 0, 0);
  font-family: Poppins;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 7px 30px;
  text-decoration: none;
  margin: 22px 0px 0px !important;
}

.openMenu {
}

.openMenu img {
}

.breadCreamp {
  position: relative;
  padding: 90px 0px 60px;
  background: url("../images/bg.png");
  width: 100%;
}

.breadCreamp::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient( 92deg, rgba(7, 0, 47, 0.58) 16.84%, rgba(219, 172, 27, 0.41) 84.26% );
}

.breadCreamp .breadTitle {
  position: relative;
}

.breadCreamp .breadTitle h1 {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 42px;
  line-height: 48px;
  color: rgb(255, 255, 255);
  margin: 0px;
  text-transform: uppercase;
}

.breadCreamp .breadTitle h2 {
  font-family: "Playfair Display";
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: rgb(255, 255, 255);
  margin: 0px;
  text-transform: uppercase;
}

.breadCreamp .breadTitle p {
  color: rgb(255, 255, 255);
  margin-top: 15px;
  font-family: Poppins;
}

.aboutUssec {
  margin: 82px 0px;
}

.aboutUssec {
}

.aboutUssec .listItem {
  margin: 30px 0 0 0;
}

.aboutUssec .listItem h3 {
  font-size: 21px;
  color: rgb(255, 255, 255);
  text-transform: capitalize;
  background: rgb(244, 97, 81);
  padding: 14px;
  font-weight: 500;
  margin: 0px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 12px;
  text-align: center;
}

.aboutUssec .listItem ul {
  padding: 0px;
  margin: 6px 0px 0px;
}

.aboutUssec .listItem ul li:last-child {
  border: none;
}

.aboutUssec .listItem ul li {
  list-style-type: none;
  padding: 14px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.27);
}

.aboutUssec .listItem ul li a figure {
  margin: 0px 11px 0px 0px;
}

.aboutUssec .listItem ul li a figure img {
}

.aboutUssec .listItem ul li a {
  font-size: 15px;
  color: rgb(129, 128, 128);
  font-weight: 500;
  font-family: Poppins;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.aboutUssec .listItem ul li:hover a {
  color: var(--main-color);
}

.aboutUssec .listItem ul li:hover {
  background: #242f9b;
}

.aboutUssec .imgAbout {
}

.aboutUssec .imgAbout figure {
  margin: 60px 0px;
}

.aboutUssec .imgAbout figure img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  border: 5px solid rgb(255, 255, 255);
}

.aboutUssec .aboutText {
}

.aboutUssec .aboutText p {
  font-size: 16px;
  line-height: 27px;
  font-family: roboto;
  color: rgb(126, 126, 126);
  text-align: justify;
}

.aboutHeading {
}

.aboutHeading h4 {
  font-size: 40px;
  font-weight: 500;
  font-family: playfair;
  line-height: 40px;
  color: rgb(0, 0, 0);
  margin: 0px 0px 10px;
}

.hoverCode::before {
  z-index: -9;
  border-radius: 5px;
  top: 40px;
  width: 240px;
  height: 240px;
  background: rgb(244, 196, 48);
  position: absolute;
  content: "";
  left: -20px;
  box-shadow: rgb(242 194 48) 0px 1px 4px;
  animation: 10s ease 0s infinite normal none running myanimation;
}

.aboutUssec .myHeading {
}

/* SECTION */


.secSec {
  background: #fafbee;
  align-items: center;
  padding: 140px 0 80px;
  position: relative;
}

.secText {
  position: relative;
  margin: 0px 0px 54px;
}
.secText figure {
  display: flex;
  height: 200px;
  box-shadow: rgb(128 128 128 / 21%) 0px -5px 15px;
  border: 2px solid var(--main-color);
  top: -100px;
  background: #fff;
  position: absolute;
  width: 200px;
  left: 50px;
  padding: 15px;
  justify-content: center;
}
.secText figure img {
  width: 100%;
}

.secText p {
  box-shadow: rgb(128 128 128 / 21%) 1px 5px 15px;
  line-height: 30px;
  font-family: roboto;
  color: rgb(0, 0, 0);
  text-align: justify;
  background: rgb(255, 255, 255);
  padding: 120px 50px 50px 50px;
}

.secImg {}

.secImg figure {}

.secImg figure img {
  width: 87%;
  object-fit: cover;
}


.viewBtn a, .btn-started {
  display: block;
  position: relative;
  /* max-width: 262px; */
  border-radius: 4px;
  padding: 12px 44px;
  /* margin: 12px; */
  text-decoration: none;
  z-index: 0;
  overflow: hidden;

  &:before {
    content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: var(--secondary-color);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 62% 45%;
  transition: transform 0.25s ease-out;
  }

  &:hover:before {
    transform: scale(21);
  }
}


.whts_icon_wrapper {
  border-radius: 37px;
  padding: 8px 14px;
  border: 1px solid #f2f2f2;
  width: fit-content;
  background: #f6f6f6;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  right: 1%;
  bottom: 40px;
  display: flex;
  z-index: 999;
  animation: whts_icon 1s alternate infinite;
}
.whts_icon_wrapper .whts_icon_inner a {
  text-decoration: none;
}
.whts_icon_wrapper .whts_icon_inner {font-size: 16px;gap: 5px;display: inline-flex;display: flex;align-items: center;color: #000;}
.whts_icon_wrapper .whts_icon_inner  a img {
  width: 30px;
}

@-webkit-keyframes whts_icon {
  0% {
      transform: translateY(-10px);
  }
  100% {
      transform: translateY(0px);
  }
  
  
}
.inquiry_view { left: 0; right: 1%;bottom: 108px;}
.inquiry_view  a {
  color: var(--primar-color);
}
.wrapper_fixedtop {
  
bottom: 90px;
}
.kundalipaid {
    background: #ad0f0e;
    padding: 50px 0;
    overflow: hidden;
}
.kundalipaid .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.kundalipaid h4 {
    font-size: 41px;
    color: white;
    font-weight: 700;
}
.kundalipaid p {
    color: white;
    font-size: 24px;
    line-height: 35px;
}
.kundalipaid .formInquiry {}

.portfolio-section {
  padding: 50px 0;
  background-color: #fff;
}
.portfolio-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.portfolio-menu {
  text-align: center;
}
.control {
  background: #ad0f0e;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #ad0f0e;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: #343a40;
}
.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pd {
  padding: 0;
  padding: 10px;
}
.pd img {
  height: 230px;
  transition: all 0.5s;
  width: 100%;
  object-fit: cover;
}
.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #50977f;
  border-right: 1px solid #50977f;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #50977f;
  border-left: 1px solid #50977f;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #50977f;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
.kundalipaidkundalipge {
  background: #fffdec !important;
}
.kundalipaidkundalipge h4 {
    color: black;
}
.kundalipaidkundalipge p {
    color: black;
}
.formCard{
/* margin-top: 85px; */
}