/* font-family: "Roboto", sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@font-face{font-family:Gautami;src:url(https://telugu.boldsky.com/common/adaptive/fonts/gautami.ttf);url('https://telugu.boldsky.com/common/adaptive/fonts/gautamib.ttf')}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body{color:#000;font-family:Gautami,Pothana2000,Arial,Helvetica,sans-serif}

.main-body {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: flex-start;
}

#cmscontent-right-rail {
  margin: 0 !important;
  position: fixed;
  right: 0;
}

.vertical-ad {
  background-color: #f5f5f5;
  height: 600px;
  width: 160px;
  display: none;
}

.horizontal-ad {
  background-color: #f5f5f5;
  width: 1000px;
  height: 256px;
  margin-bottom: 53px;
}

.horizontal-ad p {
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #d9d9d9;
}
.content-main-body {
  width: 1000px;
}
.address-lines {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}
.address-lines span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #333333;
  letter-spacing: 0.01em;
}
.address-lines .current-address {
  color: #333333;
}
.address-lines a {
  text-decoration: none;
  outline: none;
}
.common-head {
  color: #e13838;
  font-family: Lato;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}
.read-container {
  margin: 24px 0 24px;
}
.read-container p {
  display: block;
  font-size: 16px;
  color: #3b3b3c;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: .01em;
  margin-bottom: 24px;
}
.read-container .toggle-p {
  display: none;
}
.read-container .read-btn {
  font-weight: 600;
  text-decoration: underline;
}
.each-mantra {
  text-decoration: none;
}
.address-lines img{
  width: 14px;
}
.mantras-container {
  margin-top: 32px;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2,1fr);
  overflow: hidden;
}
.end-image{
    margin-top: 48px;
    text-align: center;
}
.mantra-title {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin: 10px 0 12px;
  padding:0 6px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: normal;
  gap: 10px;
}
.each-mantra {
  padding: 0 0 16px;
  display: block;
  background-color: #fbfbfb;
}
.img-holder{
    overflow: hidden;
}
.img-holder img{
    transition: all ease-in-out .3s;
    width: 100%;
}
.each-mantra:hover .img-holder img{
  transform: scale(1.1);
}
.red-arrow-btn {
  color: #9e0202;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-left: 10px;
}
.normal-ad {
  background-color: #f5f5f5;
  width: 300px;
  height: 282px;
  margin-top: 35px;
}
.sub-container-one {
  width: 650px;
}
.sub-ad-container{
  width: 300px;
}
.content-sub-container {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  margin-top: 50px;
}
.god-img-container{
  text-align: center;
  padding: 32px 65px 32px;
  background-color: #fbfbfb;
  margin-bottom: 5px;
}
.god-img-container img{
    width: 520px;
    object-fit: contain;
}
h2 {
        font-weight: bold;
        color: #333;
        font-size: 24px;
        margin-bottom: 15px;
}
h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
        color: #333;
}
