body {
  margin: 0;
  line-height: normal;
}
:root {
  /* fonts */
  --font-tienne: Tienne;
  --font-lexend-mega: "Lexend Mega";
  --font-lexend-giga: "Lexend Giga";
  --font-lexend: Lexend;
  --font-istok-web: "Istok Web";
  --font-franklin-gothic-medium: "Franklin Gothic Medium";

  /* font sizes */
  --font-size-mini: 0.938rem;
  --font-size-xl: 1.25rem;
  --font-size-base: 1rem;
  --font-size-5xl: 1.5rem;
  --font-size-lgi: 1.188rem;
  --font-size-17xl: 2.25rem;
  --font-size-3xl: 1.375rem;
  --font-size-10xl: 1.813rem;
  --font-size-xs: 0.75rem;

  /* Colors */
  --color-white: #fff;
  --color-whitesmoke: #f7f7f7;
  --color-tomato: #ff6547;
  --color-black: #000;
  --color-chocolate: #ff7a2c;
  --color-dimgray-100: #696969;
  --color-dimgray-200: #565656;

  /* Gaps */
  --gap-lgi: 1.187rem;
  --gap-5xs: 0.5rem;
  --gap-11xl: 1.875rem;
  --gap-xl: 1.25rem;
  --gap-mid: 1.062rem;

  /* Paddings */
  --padding-4xs: 0.562rem;
  --padding-61xl: 5rem;
  --padding-21xl: 2.5rem;
  --padding-xl: 1.25rem;
  --padding-6xs: 0.437rem;
  --padding-14xl: 2.062rem;
  --padding-5xs: 0.5rem;
  --padding-5xl: 1.5rem;
  --padding-6xl: 1.562rem;
  --padding-7xs: 0.375rem;
  --padding-2xl: 1.312rem;
  --padding-mini: 0.9rem;
  --padding-11xs: 0.125rem;
  --padding-9xs: 0.25rem;

  /* Border radiuses */
  --br-base-5: 16.5px;
}

* {
  margin: 0;
  padding: 0;
}

.bg-dark {
  background-color: #ffffff !important;
}

.pe-6 {
  padding-left: 100px;
}

.navbar-expand-xxl .navbar-nav a {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.navbar-dark {
  color: black;
  font-weight: bold;
  font-size: 20px;
}

.navbar {
  padding: 5%;
}

#navbarNav {
  display: flex;
  justify-content: flex-end;
  gap: 10vh;
}

.text-slide {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-style: normal;
}

.main {
  background-image: url(assets/home/જ્યોતિષ\ \(1440\ x\ 720\ px\).gif);
  height: 800px;
  width: 100%;
  background-size: cover;
}

.carousel-inner {
  height: 50%;
  padding-top: 15%;
  padding-left: 50px;
}

.carousel-inner h2 {
  font-size: 36px;
  color: #ffffff;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  letter-spacing: 2px;
}

.carousel-inner p {
  font-size: 30px;
  font-weight: 600;
  background: #ff4d29;
  background: linear-gradient(to right, #ff4d29 0%, #f6bc4e 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

button {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  /* background-color: #f3f7fe; */
  color: #3b82f6;
  background-color: transparent;
  border: 1.5px solid #cc4c2a;
  border-radius: 8px;
  width: 145px;
  height: 40px;
  transition: 0.3s;
}

#btn {
  margin-bottom: 15px;
}

button:hover {
  background-color: #cc4c2a;
  box-shadow: 0 0 0 5px #3b83f65f;
  color: #fff;
}

.home-about {
  /* border: 2px solid red; */
  /* background-attachment:fixed  ; */
  background-image: url(assets/home/bg2.jpg);
  background-repeat: no-repeat;
  /* width: 100%; */
  background-size: cover;
}

.about-text {
  font-size: 24px;
  font-family: "Lexend Mega", sans-serif;
  text-align: center;
}

.about-text h2 {
  font-size: 36px;
  font-family: "Lexend Mega", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  color: #686868;
}

.about-text p {
  font-size: 13px;
  font-weight: 600;
  color: #686868;
}

.about-img {
  width: 100%;
  display: flex;
  align-items: center;

  justify-content: space-evenly;
  /* position: relative; */
  gap: 10%;
}

.about-img img {
  margin-left: 50%;
  margin-top: 10px;
}

@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");

.box2 {
  gap: 15px;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  margin-right: 250px;

  justify-content: center;
  align-content: center;
}

.b1 {
  background-image: url(assets/home/Astrology.png);
  background-repeat: no-repeat;
  height: 290px;
  width: 225px;
  text-align: center;
}

.b1 .bg-color {
  width: 220px;
  background-color: #0000005c;
  position: relative;
  top: 185px;
  padding-top: 5px;
}

.b1 h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}

.b1 p {
  color: #ffffff;
  font-size: 11px;
}

.b2 {
  background-image: url(assets/home/1.png);
  background-repeat: no-repeat;
  height: 290px;
  width: 225px;
  text-align: center;
}

.b2 .bg-color {
  width: 220px;
  background-color: #0000005c;
  position: relative;
  top: 185px;
  padding-top: 5px;
}

.b2 h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}

.b2 p {
  color: #ffffff;
  font-size: 11px;
}

.b3 {
  background-image: url(assets/home/2.png);
  background-repeat: no-repeat;
  height: 290px;
  width: 225px;
  text-align: center;
}

.b3 .bg-color {
  width: 220px;
  background-color: #0000005c;
  position: relative;
  top: 185px;
  padding-top: 5px;
}

.b3 h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}

.b3 p {
  color: #ffffff;
  font-size: 11px;
}

.b4 {
  background-image: url(assets/home/3.png);
  background-repeat: no-repeat;
  height: 290px;
  width: 225px;
  text-align: center;
}

.b4 .bg-color {
  width: 220px;
  background-color: #0000005c;
  position: relative;
  top: 185px;
  padding-top: 5px;
}

.b4 h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}

.b4 p {
  color: #ffffff;
  font-size: 11px;
}

#Philosophy {
  width: 80;
  text-align: center;
  height: fit-content;
  overflow: hidden;
  margin-top: 15px;
}

#Philosophy h2 {
  font-size: 36px;
  font-family: "Lexend Mega", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  color: #686868;
}

#Philosophy p {
  width: 40%;
  text-align: justify;
  font-size: 22px;
}

.Philosophy-div {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #fdf3ed;
  width: 80%;
  height: 500px;
  margin-left: 10%;
  margin-top: 20px;
  padding-bottom: 30px;
}

.img {
  height: 400px;
  background-size: cover;
  width: 250px;
}

.why-we {
  background-image: url(assets/home/Frame\ 161.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  height: 700px;
}
.call{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top {
  padding-top: 100px;
  /* font-size: 32px; */
  font-family: "Lexend Mega", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
}

.why-box {
  display: flex;
  gap: 5%;
  /* align-items: center; */
  margin-left: 18%;
}

.why-box h2 {
  font-size: 18px;
  font-family: "Lexend Mega", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  color: #000000;
  padding-top: 10px;
}

.why-box p {
  font-size: 14px;
  font-family: sans-serif;
  color: #000000;
  padding-top: 40px;
}

.why {
  background-color: #fff3ea;
  height: 270px;
  width: 200px;
  border-radius: 10px;
  margin-top: 25px;
}

/* ABOUT US START  */

.about-main {
  height: 100%;
  width: 100%;
  /* background: #949292; */
}

.logo {
  padding-top: 1vw;
  padding-left: 1vw;
}

* {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
}

nav {
  background-color: rgb(241, 241, 241);
  height: 60px;
 
}
nav ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

nav li {
  height: 50px;
}

nav a {
  height: 100%;
  padding: 0 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: rgb(0, 0, 0);
  font-family: "Lexend Mega", sans-serif;
  font-weight: 600;
}

nav a:hover {
  background-color: #f47f72;
  color: #d1dbfa;
}

nav li:first-child {
  margin-right: auto;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  list-style: none;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.sidebar li {
  width: 100%;
}

.sidebar a {
  width: 100%;
}

.menu-button {
  display: none;
}

@media (max-width: 800px) {
  .hideOnMobile {
    display: none;
  }

  .menu-button {
    display: block;
  }
}

@media (max-width: 500px) {
  .sidebar {
    width: 100%;
    z-index: 2;
  }
}

.container-footer {
  width: 100%;
  margin-top: 5%;

  font-family: "Lexend Mega", sans-serif;
}
#Quick-Links{
list-style-position: inside;
}
#Quick-Links h6 {
  font-weight: 700;
  text-decoration: underline;
}
.Quick{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

#Quick-Links p i a {
  color: #000;
  text-decoration: none;
}

@media (max-width: 500px) {
  .main {
    height: 200px;
    width: 100%;
    background-size: cover;
  }

  .main-home {
    overflow: hidden;
  }

  .carousel-inner {
    width: 50%;

    height: 50%;
    padding-top: 15%;
    padding-left: 30px;
  }

  .carousel-inner h2 {
    font-size: 15px;
    color: #ffffff;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    letter-spacing: 1px;
  }

  .carousel-inner p {
    font-size: 10px;
    font-weight: 500;
    background: #ff4d29;
    background: linear-gradient(to right, #ff4d29 0%, #f6bc4e 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  button {
    font-size: smaller;
    color: #3b82f6;
    background-color: transparent;
    border: 1px solid #cc4c2a;
    /* border-radius: 10px; */
    width: 70px;
    height: 20px;
    transition: 0.3s;
  }

  #btn {
    margin-bottom: 15px;
    font-size: 10px;
  }

  .home-about {
    /* border: 2px solid red; */
    /* background-attachment:fixed  ; */
    background-image: url(assets/home/bg2.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
  }

  .about-text {
    font-size: 12px;
    font-family: "Lexend Mega", sans-serif;
    text-align: center;
  }

  .about-text h2 {
    font-size: 15px;
    font-family: "Lexend Mega", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    color: #686868;
  }

  .about-text p {
    font-size: 10px;
    font-weight: 600;
    color: #686868;
  }

  .about-text img {
    width: 50%;
  }

  .about-img {
    width: 100%;
    /* display: flex; */
    flex-direction: column;
    align-items: start;
  }

  .box {
    width: 100%;
    padding-right: 55%;
  }

  .box img {
    /* width: 100%; */
    width: 300px;
    height: 400px;
    padding-right: 25%;
    text-align: center;
    /* padding-left: 5%; */
  }

  .box2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 20%;
    margin-top: 10%;
  }

  #Philosophy {
    margin-right: 5%;
    width: 100%;
    /* height: fit-content; */
    /* background-color: #565656; */
  }

  #Philosophy h2 {
    font-size: 20px;
  }

  .Philosophy-div {
    width: 100%;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
    height: fit-content;
    /* margin-right: 30%; */
    margin-left: 10%;
    margin-top: 10%;
    /* padding-bottom: 30px; */
    justify-content: space-evenly;
    background-color: #ffffff;
  }

  #Philosophy p {
    width: 90%;
    text-align: justify;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 15%;
  }

  .img {
    height: 300px;
    background-size: cover;
    width: 110%;
    /* text-align: center; */
    padding: auto;
  }

  .why-we {
    background-image: url(assets/home/Frame\ 161.png);
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    text-align: center;
    height: fit-content;
    width: 100%;
  }

  .top {
    padding-top: 50%;
    /* padding-top: 100px; */
    /* font-size: 32px; */
    font-family: "Lexend Mega", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
  }

  .why-box {
    display: flex;
    flex-direction: column;
  }

  .why-box h2 {
    font-size: 15px;
    font-family: "Lexend Mega", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    color: #000000;
    padding-top: 10px;
  }

  .why-box p {
    font-size: 12px;
    font-family: sans-serif;
    color: #000000;
    padding-top: 10%;
  }

  .why {
    background-color: #ffffff;
    height: 200px;
    width: 200px;
    /* border-radius: 10px; */
    margin-top: 25px;
  }

  .why img {
    width: 50px;
    height: 50px;
  }
}

#Copyright a {
  text-decoration: none;
  color: #ff6547;
  
}
.codeagile a{
  text-decoration: none;
  color: #000000;
}
.about-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-text {
  background: #f6f6f6;
  padding-right: 2rem;
}

.nav-text ul {
  display: flex;
  gap: 5vw;
}

.nav-text ul a {
  text-decoration: none;
  color: #000000;
  font-size: 1.2rem;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: 600;
}

.img-about {
  /* background-image: url(assets/home/bg-all.jpg); */
  height: 300px;
  width: 100%;
  background-size: cover;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.751)),
    url(assets/home/bg-all.jpg);
}

.img-about h2 {
  text-align: center;
  padding-top: 10%;
  color: #d9d9d9;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.4rem;
  font-weight: 800;
  font-size: 2rem;
}

.page {
  display: flex;
  align-items: center;
}

.page p {
  color: #cc4c2a;
  font-weight: 500;
}

.about-wlc {
  text-align: center;
  line-height: 30px;
  margin-top: 3.2vh;
}

.about-wlc h2 {
  font-size: 26px;
  font-family: "Lexend Mega", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 50px;
  color: #696969;
}

.about-wlc span {
  font-size: 36px;
  font-family: "Lexend Mega", sans-serif;
  font-weight: 600;
  color: #000000;
}

.text {
  display: flex;
  justify-content: space-evenly;
  /* margin-left: 20%; */
  margin-top: 25px;
}

.about-img2 img {
  /* height: 500px; */
  /* width: 400px; */
  object-fit: cover;
  margin-left: 50px;
  /* box-shadow: -35px 37px 23px -14px rgba(0, 0, 0, 0.689); */
}

.about-cont {
  height: 500px;
  width: 400px;
  /* margin-right: 10%; */
}

.about-cont p {
  font-size: 1.5rem;
  text-align: justify;
  font-family: "Lexend Mega", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}

.founder {
  height: 300px;
  width: 1000px;
  margin: auto;
  margin-top: 10%;
}

.our-founder h2 {
  font-size: 2.2rem;
  font-family: "Lexend Mega", sans-serif;
  font-weight: 600;
  color: #ff6547;
  padding-top: 25px;
}

.line {
  height: 0.3rem;
  width: 10rem;
  background-color: #282828;
  margin-left: 2%;
}

.founder-text p {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  padding-left: 7%;
  padding-top: 5%;
  text-align: justify;
  text-transform: capitalize;
}

/* //////////////////////////////////////////////////            About    start      //////////////////////////////// */
@media (max-width: 500px) {
  .about-main {
    /* overflow: hidden; */
    width: 100%;
    /* margin: auto; */
  }

  /* 
  .bg {
    width: 100%;

  } */

  .img-about {
    /* background-image: url(assets/home/bg-all.jpg); */
    height: 100px;
    width: 100%;
    /* image-resolution: 100; */
    object-fit: cover;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.751)),
      url(assets/home/bg-all.jpg);
  }

  .img-about h2 {
    text-align: center;
    padding-top: 10%;
    color: #d9d9d9;
    font-family: "Lexend", sans-serif;
    letter-spacing: 0.2rem;
    font-weight: 800;
    font-size: 1rem;
  }

  .about-wlc {
    margin-top: 3.2vh;
  }

  .about-wlc h2 {
    font-size: 17px;
    font-family: "Lexend Mega", sans-serif;
    font-weight: 500;

    color: #696969;
  }

  .about-wlc span {
    font-size: 16px;
    font-family: "Lexend Mega", sans-serif;
    font-weight: 600;
    color: #000000;
  }

  .about-wlc img {
    width: 50%;
  }

  .text {
    height: max-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* margin-left: 20%; */
    margin-top: 25px;
  }

  .text {
    display: flex;
    flex-direction: column;
    /* margin-left: 20%; */
    margin-top: 25px;
  }

  .about-img2 img {
    height: 300px;
    width: 300px;
    object-fit: cover;
    /* margin-left: 50px; */
    box-shadow: -35px 37px 23px -14px rgba(0, 0, 0, 0.689);
  }

  .about-cont {
    margin-top: 15%;
    height: fit-content;
    width: 95%;
    text-align: center;
    /* margin-right: 10%; */
  }

  .about-cont p {
    font-size: 18px;
  }

  .founder {
    height: max-content;
    width: 100%;
    margin: auto;
    margin-top: 10%;
  }

  .our-founder h2 {
    font-size: 1.2rem;
    font-family: "Lexend Mega", sans-serif;
    font-weight: 600;
    color: #ff6547;
    padding-top: 25px;
    margin-left: 5%;
  }

  .line {
    height: 0.1rem;
    width: 10rem;
    background-color: #282828;
    margin-left: 5%;
  }

  .founder-text p {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    padding-top: 5%;
  }
}

/* service  */

.service-div {
  background-image: url(assets/home/bg-for-service.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: fit-content;
  width: 100%;
  margin-top: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* gap: 20px; */
  /* align-items: center;  */
  padding: 5% 250px;

}

.commn-div {
  width: 100%;
  display: flex;
}

.commn-div:nth-child(odd) {
  flex-direction: row;
}

.commn-div:nth-child(even) {
  flex-direction: row-reverse;
}

.service {
  height: 15rem;
  width: 45%;
  display: flex;
  justify-content: center;
  background-color:#E8E8E8;
}

.service .s-left {
  width: 50%;
  padding-top: 10px;
  padding-left: 10px;
  justify-content: space-evenly;
}
.s-left h2{
  font-family: "Lexend Mega", sans-serif;
  color: #FF6547;
  font-size: 1.5rem;
}
.s-left p{
  font-family: "Lexend", sans-serif;
  font-size: medium;
  text-transform: capitalize;
}
.s-left a{
  text-decoration: underline;
  color: #FF6547;
  font-family: "Lexend Mega", sans-serif;
  font-weight: 600;


}
.s-left a:hover{
  color: #151515;
}

.service .s-right {
  /* width: 48%;
  height: 100%; */
  padding: 10px;
}

.service .s-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.commn-div:nth-child(even) .service {
  border-radius: 140px 0 0 140px;
}

.commn-div:nth-child(odd) .service {
  border-radius: 0 140px 140px 0;
}

.commn-div:nth-child(odd) .s-left {
  order: 1;
  /* Ensures s-left is first in odd children */
}

.commn-div:nth-child(odd) .s-right {
  order: 2;
  /* Ensures s-right is second in odd children */
}

.commn-div:nth-child(even) .s-left {
  order: 2;
  /* Ensures s-left is second in even children */
}

.commn-div:nth-child(even) .s-right {
  order: 1;
  /* Ensures s-right is first in even children */
}




@media (max-width:500px) {
  .service-div {
    background-image: url(assets/home/bg-for-service.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content;
    width: 100%;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 70px;
    /* align-items: center;  */
    padding: 5% 30px;
    /* border: 3px solid red; */
  }

  .commn-div {
    width: 100%;
    display: flex;
    flex-direction: row !important;
  }

  .service {
    height: 10rem;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color:#E8E8E8;
  }

  .service .s-left {
    width: 80%;
    display: flex;
    flex-direction: column;

  }

  .s-left h2 {
    color: #FF6547;
    font-family: "Lexend Mega", sans-serif;
    font-size: 1rem;
  }

  .s-left p {
    font-size: 0.7rem;
  }

  .s-left a {
    text-decoration: underline;
    color: #FF6547;
    font-family: "Lexend Mega", sans-serif;
    font-weight: 600;
    font-size: 0.8rem;
  }

  .s-left a:hover {
    color: #000000;
  }


  .service .s-right {
    /* padding: 15px 0; */
  }

  .service .s-right img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
}












@media (max-width: 500px) {
  .hero {
    width: 100%;
    background-image: url(assets/home/bg-for-service.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: max-content;
    /* width: 100%; */
    margin-top: 10%;
  }

  .servi {
    display: flex;
    flex-direction: column;
    /* padding-top: 2%; */
    /* margin-left: 6%; */
  }

  .service1 {
    background-image: url(assets/home/md1.png);
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: auto;
    margin-top: 5%;
    /* height: 40rem; */
    /* width: 90%; */
    margin-right: 50%;
    align-items: end;
    padding-bottom: 30px;
    display: flex;
  }

  .service1 a {
    margin-bottom: 16%;
    text-decoration: none;
    color: #000;
    font-family: "Lexend Mega", sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    text-decoration: underline;
  }

  .service1 a:hover {
    color: #fd9800;
  }

  .service2 {
    background-image: url(assets/home/md2.png);

    background-size: auto;
    margin-left: 50%;

    display: flex;
    padding-right: 50%;
    justify-content: start;
  }

  .service2 a {
    text-decoration: none;
    color: #000;
    font-family: "Lexend Mega", sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    text-decoration: underline;
    padding-left: 10rem;
  }

  .service2 a:hover {
    color: #fd9800;
  }

  .service3 {
    background-image: url(assets/home/md3.png);
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: auto;
    /* margin-top: 10%; */

    margin-right: 50%;
    align-items: end;
    padding-bottom: 30px;
    display: flex;
    padding-left: 10%;
    justify-content: start;
  }

  .service3 a {
    text-decoration: none;
    color: #000;
    font-family: "Lexend Mega", sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    text-decoration: underline;
  }

  .service3 a:hover {
    color: #fd9800;
  }

  .service4 {
    background-image: url(assets/home//md4.png);
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: auto;
    /* margin-top: 10%; */

    margin-left: 50%;
    align-items: end;
    padding-bottom: 30px;
    display: flex;
    padding-left: 10%;
    justify-content: start;
  }

  .service4 a {
    text-decoration: none;
    color: #000;
    font-family: "Lexend Mega", sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    text-decoration: underline;
    /* padding-left: 10rem; */
  }

  .service4 a:hover {
    color: #fd9800;
  }
}

/* service 1  */

.Astrology {
  height: 100%;
  width: 100%;
}

.astro img {
  height: 40vh;
  width: 100%;
  object-fit: cover;
  margin-top: 3%;
}

.astro-text {
  height: fit-content;
  width: 65%;
  text-align: center;
  margin-left: 20%;
  margin-top: 5%;
}

.astro-text h2 {
  font-family: "Lexend Mega", sans-serif;
  font-weight: 500;
  color: #282828;
}

.astro-text p {
  font-family: "Lexend Mega", sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  text-align: justify;
  color: #282828;
}

.astro-hero {
  margin-top: 2%;
  background-image: url(assets/home/Rectangle\ 256.png);
  height: 1800px;
  background-size: cover;
}

.astro-our {
  text-align: center;
  padding-top: 2%;

  /* height: fit-content; */
}

.astro-our h2 {
  font-family: "Lexend Mega", sans-serif;

  color: #ffffff;
}

.astro-service1 {
  height: fit-content;
  width: 55%;
  margin-left: 25%;
  display: flex;
  align-items: center;
  margin-top: 5%;
  gap: 2rem;
}

.astro-service1 h3 {
  color: #fbad65;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.astro-service1 p {
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-align: justify;
}

.info {
  margin-top: 10%;
  height: fit-content;
  width: 50%;
  margin-left: 15%;
}

.info h3 {
  font-family: "Lexend Zetta", sans-serif;
  color: #ff6547;
  letter-spacing: normal;
}

.info-line {
  margin-bottom: 6px;
  height: 0.3vh;
  width: 20vw;
  background: #000;
}

.info p {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  margin-top: 3%;
  font-size: px;
}

.info-text {
  margin-top: 7%;
  margin-left: 5%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
  /* width: 70%; */
  gap: 10%;
}

.info-p {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: justify;
  font-family: "Lexend Mega", sans-serif;
  font-size: 12px;
}

@media (max-width: 500px) {
  .Astrology {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .astro img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    margin-top: 5%;
  }

  .astro-hero {
    margin-top: 2%;
    width: 100%;
    background-image: url(assets/home/Rectangle\ 256.png);
    height: max-content;
    background-size: cover;
  }

  .astro-text {
    height: fit-content;
    width: 70%;
    text-align: center;
    /* margin-left: 20%; */
  }

  .astro-text h2 {
    font-size: 20px;
    padding-right: 10%;
  }

  .astro-text p {
    font-size: 12px;
    padding-right: 10%;
  }

  .astro-our h2 {
    font-size: 17px;
  }

  .astro-our img {
    width: 50%;
  }

  .astro-service1 {
    height: fit-content;
    width: 60%;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    margin-top: 5%;
    /* gap: 2rem; */
  }

  .astro-service1 h3 {
    color: #fbad65;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
  }

  .astro-service1 p {
    color: #ffffff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
    text-align: justify;
    font-size: 0.7rem;
  }

  .astro-service1 img {
    width: 70%;
    display: flex;
  }
}

.map {
  margin-left: 10%;
  margin-top: 5%;
}

.copy {
  text-align: center;
  margin-top: 5%;
  font-family: "Tienne", serif;
  font-weight: 600;
  font-style: normal;
}

.copy span {
  color: #4b2a23;
}

.footer {
  height: 500px;
  width: 100%;
  background-color: #f7f6f6;
  margin-top: 10%;
}

.footer-container {
  justify-content: space-around;
  text-align: justify;
  align-items: center;
  display: flex;
  margin-left: 10%;
  padding-top: 50px;
}

.link {
  margin-top: 20%;
  text-align: center;
}

.link h3 {
  font-size: 1rem;
  font-family: "Lexend Mega", sans-serif;
}

.link ul a {
  font-size: 1.5rem;
  text-align: center;
  padding-right: 5%;
  text-decoration: none;
  color: #000;
}

.link ul :hover {
  color: #cc4c2a;
}

.footer-4 {
  padding-top: 5%;
}

.quick {
  font-family: "Lexend Mega", sans-serif;
  text-transform: uppercase;
}

.quick h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.quick-line {
  height: 0.2rem;
  width: 50%;
  text-align: center;
  background-color: #cc4c2a;
}

.quick-text {
  /* padding-top: 25px; */
}

.quick-text ul a {
  color: #090909;
  line-height: 40px;
  text-decoration: none;
  font-family: "Lexend Mega", sans-serif;
  font-weight: 700;
}

.quick-text ul a :hover {
  color: #cc4c2a;
}

.info-txt p {
  font-family: "Lexend Mega", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 30px;
}

@media (max-width: 500px) {
  .contect {
    width: 100%;
    height: 100%;
  }

  .info {
    width: 80%;
  }

  .info-text {
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .call h3 {
    font-size: 1rem;
  }

  .info-p p {
  }

  .info-p img {
    margin-bottom: 5%;

    height: 30px;
    width: 30px;
  }
}
.map {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-right: 10%; */
}

.map > * {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 90%;
}
