@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&family=Kaisei+Opti&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500&family=Gabriela&family=Kaisei+Opti&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi&display=swap');
body {
  background-color: #ff9a8b;
  background-image: linear-gradient(90deg, #ff9a8b 0%, #ff6a88 55%, #ff99ac 100%);
}

.mainContainer {
  display: flex;
}

.leftContainer {
  width: 70%;
  display: flex;
  flex-direction: column;
}
.rightContainer {
  width: 30%;
  /* margin-top: 120px; */
  border: 1px solid #ff6a88;
  margin-left: 30px;
  border-radius: 0px 0px 50px 50px;
  overflow: hidden;
  box-shadow: 10px 10px 10px #ff6a88;
  background-color: inherit;
}

nav a {
  color: white;
  text-decoration: none;
  border: 2px solid white;
  padding-top: 10px;
  margin-left: 20px;
  text-align: center;
  border-radius: 100px;
  height: 30px;
  width: 10%;
  font-size: 15px;
  font-family: 'Kaisei HarunoUmi', serif;
}

.navContainer i {
  display: none;
}
nav a:hover {
  transition: all 0.3s;
  border: hidden;
  border-top: 4px solid white;
  border-bottom: 4px solid white;
  border-radius: 0px;
  /* border-color: #ff6a88; */
  /* background-color: #f7ce68; */
  /* border-color: #b721ff; */
  transition-timing-function: linear;
  font-size: large;
}
.navContainer {
  display: flex;
  flex-direction: row;
  width: 60%;
  position: absolute;
}
.anchor1 {
  flex: 1;
}

.anchor2 {
  flex: 1;
}

.anchor3 {
  flex: 1;
}
.anchor4 {
  flex: 1;
}
.photogallery {
  flex: 4;
  text-align: center;
}
.photogallery img {
  border-radius: 50%;
  width: 50%;
  background-size: cover;
  padding: 40px;
}

.photoname {
  color: white;
  font-family: 'Roboto Slab', serif;
}

p {
  font-family: 'Crimson Text', serif;
  font-family: 'Vollkorn', serif;
  padding: 30px;
  padding-top: 10px;
  text-align: justify;
}

.aboutUsSection {
  display: flex;
  justify-content: center;
  min-height: 400px;
  margin-top: 120px
}

.homeCardSection {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 120px;
}

.homeCardDiv {
  color: white;
  width: 60%;
  position: relative;
}
.homeCardDiv::after {
  content: '';
  background: url(/Images/buddhaHome.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.2; /* Here is your opacity */
}

.homeCardDiv p {
  color: aliceblue;
  margin-top: 20%;
  border: 2px solid white;
  text-align: center;
  margin: 20% 10% 20% 10%;
  border-radius: 25px;
  font-family: 'Playfair Display', serif;
}

.aboutUsImgLeft {
  background-image: url(/Images/AboutUsLeft.jpg);
  background-size: cover;
  width: 200px;
  height: 200px;
  transform: rotate(315deg);
}

.aboutUsImgRight {
  background-image: url(/Images/AboutUsRight.jpg);
  background-size: cover;
  width: 200px;
  height: 200px;
  transform: rotate(45deg);
}

.squareDiv {
  width: 50px;
  height: 200px;
  overflow: hidden;
  border: 2px solid red;
}
.aboutUsSection {
  display: flex;
  margin-top: 120px
}
.squareDivleft {
  overflow: hidden;
}

.squareDivRight {
  overflow: hidden;
}

.squareLeftClass {
  justify-content: flex-start;
  flex: 1;
  align-items: center;
  display: flex;
  margin-left: 177px;
}
.squareRightClass {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 177px;
}
.aboutUscontent {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  border-radius: 50px;
  color: white;
}
.aboutUscontent p:last-child {
  font-family: 'Vollkorn', serif;
  font-weight: bold;
}
.contact {
  border-radius: 50px;
  border: 1px solid white;
  width: 20%;
  text-align: center;
}
.contact p {
  text-align: center;
}
.sectionContact {
  color: white;
}
.sectionContact h1 {
  text-decoration: underline;
}
.nextBtn {
  font-size: 173%;
  margin-left: 20px;
  color: #ff99ac;
  width: 10px;
  text-shadow: -1rem 0 3rem #000;
}
.prevBtn {
  font-size: 173%;
  margin-right: 20px;
  color: #ff6a88;
  width: 10px;
  text-shadow: 2rem 0 7rem black;
}
.prevBtn:hover {
  font-size: 273%;
}
.nextBtn:hover {
  font-size: 273%;
}

/* Its Profile in Home Page Related*/
.profile-section {
  display: flex;
  flex-direction: column;
  color: rgb(12, 12, 104);
}
.profileImg {
  border-radius: 50%;
  width: 32%;
  height: 144px;
}
.profileImage {
  display: flex;
  justify-content: center;
  margin-top: -77px;
}
.cover-photo {
  height: 200px;
}
.profile-section h1,
.profile-section p {
  text-align: center;
}
.profile-section p {
  text-align: center;
}
.profile-section h1 {
  font-family: 'Cinzel', serif;
  font-size: larger;
}
.location-email {
  display: flex;
  font-family: 'Cinzel', serif;
  font-family: 'Kaisei Opti', serif;
}
.profile-location {
  text-align: center;
  flex: 1;
}
.profile-email {
  text-align: center;
  flex: 1;
  font-family: 'Cinzel', serif;
  font-family: 'Kaisei Opti', serif;
}
.profile-email a {
  text-decoration: none;
}
.locationName {
  display: inline;
}
.profile-footer {
  text-align: center;
}
.profile-footer {
  margin-top: 53px;
  font-size: 12px;
  background-color: #ff99ac;
  box-shadow: 10px 2px 10px #ff99ac;
}
/*Profile Related Home Page Ended */
