/* Write your custom CSS here */
@import "https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap";

* {
  font-family: Poppins;
}

.profilehovercontainer:hover {
  color: #037afb;
  background-color: #f4f7fc;
}

td.pbox {
  height: 90px;
  width: 90px;
  border: 1px solid #9b0b00;
  padding: 5px;
}

.pbox_center {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

.para {
  line-height: 1;
  margin-bottom: 0;
  padding: 3px;
  text-align: center;
}

.pibox {
  border-bottom: 1px solid #9b0b00;
  border-left: 1px solid #9b0b00;
  padding: 0 10px;
}

.gridItem {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-col {
  flex-direction: column;
}

.para-align {
  text-align: justify;
  padding: 0px 25px;
}

.img-icons {
  width: 100px;
  transition: all 0.4s ease-in-out;
}

.border50 {
  border-radius: 50%;
}

.contact-us-bgimage {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.85),
      rgba(255, 255, 255, 0.85)
    ),
    url("https://res.cloudinary.com/dc3dylylv/image/upload/v1674657857/Kalyanawaran/contact-bg_jqbaan.jpg");
  background-size: cover;
  background-position: "center";
  background-repeat: "no-repeat";
}

.img-icons:hover {
  transform: scale(1.1);
}

.subtext1 {
  font-size: 10px;
  padding: 0 3px;
}

.subtext2 {
  font-size: 12px;
}

.subtext2 {
  font-size: 14px;
}

.title1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.title2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.title3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.A7 {
  height: 1240px;
  width: 874 px;
}

.A6 {
  height: 1748px;
  width: 1240px;
}

.A5 {
  height: 2480px;
  width: 1748px;
}

.A4 {
  height: 3508px;
  width: 2480px;
}

.A3 {
  height: 4961px;
  width: 3508px;
}

.A2 {
  height: 7016px;
  width: 4961px;
}

.A1 {
  height: 9933px;
  width: 7016px;
}

.A0 {
  height: 14043px;
  width: 9933px;
}

.RollerBanners {
  height: 9449px;
  width: 23622px;
}

.A072 {
  width: 2384px;
  height: 3370px;
}

.A172 {
  width: 1684px;
  height: 2384px;
}

.A272 {
  width: 1191px;
  height: 1684px;
}

.A372 {
  width: 842px;
  height: 1191px;
}

.A472 {
  width: 595px;
  min-height: 842px;
  padding: 20px 40px;
}

.horoscope-bg {
  background-image:
    /* linear-gradient(
      rgba(255, 255, 255, 0.75),
      rgba(255, 255, 255, 0.75)
    ), */
    /* url("https://res.cloudinary.com/dc3dylylv/image/upload/v1671086823/background_floral_vyjbma.png"); */
    url("https://res.cloudinary.com/dc3dylylv/image/upload/v1703681335/vu3twpk9x16okvhaqex0.png");
  background-size: cover;
  background-position: "center";
  background-repeat: "no-repeat";
}

.A572 {
  width: 420px;
  height: 595px;
}

.A672 {
  width: 298px;
  height: 420px;
}

.A772 {
  width: 210px;
  height: 298px;
}

.pill {
  background: #eb3f3f;
  border-radius: 15%;
  padding: 2px;
  color: white;
  font-size: 10px;
  font-weight: 900;
  opacity: 25%;
}

.banner {
  background-image: url("https://res.cloudinary.com/dc3dylylv/image/upload/v1674614682/Kalyanawaran/landing-page-kalyanawaran_bkjwfr.jpg");
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.banner-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.banner-content-text {
  color: white;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
}

.content-wrapper {
  padding: 27px 0px;
}

.content-divider {
  border: 3px solid red;
  width: 80px;
}

.input-field {
  margin: 10px 0;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.nav-item {
  font-weight: 400;
  line-height: 1.6;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  color: #212529;
  list-style: none;
  list-style-type: none;
  visibility: visible;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
}

.nav-item:hover {
  background: #f4f7fc;
  color: #037afb;
}
