*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --main-background-color: #202124;
  --red-table-background-color: #450210;
  --red-table-box-shadow: 0 0 5px 0 hsl(347, 94%, 4%);
  --table-desktop-flex-basis: 46%;
}

body {
  padding: 0;
  margin: 0;
  background-color: var(--main-background-color);
}

.main-container {
  color: white;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 20px;
}

a.link.main-link {
  color: red;
}

a.link.main-link:hover {
  color: white;
}

/* ~~~~~~~ Utility Classes Start ~~~~~~~ */
.text-align-center {
  text-align: center;
}

.pr-5 {
  padding-right: 0.5em;
}

.mb-standard {
  margin-bottom: 1.2em;
}

.spaced-icon {
  margin-right: 1.4em;
}

/* ~~~~~~~ Utility Classes end ~~~~~~~ */

.table1 {
  flex-basis: var(--table-desktop-flex-basis);
  background-color: var(--red-table-background-color);
  box-shadow: var(--red-table-box-shadow);
  border-radius: 8px;
  padding-bottom: 1em;
  padding-top: 1em;
}

.table1.contact-list {
  justify-self: center;
  align-items: center;
}
.carousel-control-prev,
.carousel-control-next {
  width: 11% !important;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  background-color: transparent;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  transition-timing-function: ease;
  transition: 0.1s;
  transform: scale(2);
}

.firstcol {
  padding-right: 1em;
  margin: 0 20px;
  /* display: flex; */
  /* flex-direction: column; */
  max-width: 1200px;
  overflow-y: auto;
  white-space: wrap;
  scroll-padding-top: 20px;
  height: 85vh;
  width: 80vw;
}

.featured__image {
  float: left;
  height: 300px;
  width: 60%;
  min-width: 300px;
  /* width: 600px; */
  /* width: 60%; */
  margin-right: 2%;
  margin-top: 2%;
}

.featured__image.actual_image {
  text-align: center;
  margin: 0;
  width: auto;
  padding: 0;
}

.featured_image_image {
  height: 100%;
}

.img-lg {
  height: 400px;
  width: 90%;
}

@media only screen and (max-width: 600px) {
  .featured__image {
    width: 100%;
  }
}
.featured__content {
  margin-top: 2%;
  width: 100%;
}
.featured-content__list {
  padding: 0;
  word-wrap: break-word;
}
.featured__image {
  /* width: 100%; */
}
.featured__image__item {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.flex-row-gap {
  gap: 2%;
}

.firstcol::-webkit-scrollbar {
  width: 0 !important;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.eighty {
  height: 80%;
}
.max {
  height: 100%;
}

.flex-row {
  flex-direction: row;
}

.flex-row-center {
  justify-content: center;
}
#patti-img {
  max-width: 400px;
}
.card-img {
  background-image: url('./singingpatti.jpg');
  height: 100%;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border-radius: 5%;
  position: relative;
}

.card-img-2 {
  background-image: url('https://www.pattiminer.com/wp-content/uploads/2022/11/drinkliquidpatti.jpg');
}
.card-img h4,
.blog-card h4,
.blog-card-liquid-collagen h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 1);
  text-align: center;
}

.firstcol-item__split {
  display: flex;
  justify-content: space-around;
}
.blog-card {
  background-image: url('./singingpatti.jpg');
  height: 400px;
  width: 250px;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border-radius: 2%;
  position: relative;
}

.blog-card h4,
.blog-card-liquid-collagen h4 {
  font-size: 12px;
  color: white;
}

.text-muted {
  font-size: 16px;
}

.blog-card-liquid-collagen {
  /*background-image: url('./drinkliquidpatti.jpg');*/
  height: 400px;
  width: 250px;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border-radius: 2%;
  position: relative;
}

.card-img:hover,
.card-img:focus,
.blog-card:hover,
.blog-card:focus,
.blog-card-liquid-collagen:focus,
.blog-card-liquid-collagen:hover {
  transform: scale(1.01);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.75);
}
a.table1 {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a.table1:hover {
  color: inherit;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #fff;
  }
}

/* .card-img:hover {
  transform: scale(2);
} */
/* 
.object-fit-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
} */

i > span {
  padding-left: 4px;
}

i > span::before,
i > span::after {
  padding: 0;
  margin: 0;
}

.non-styled-link {
  background-color: inherit;
  color: inherit;
  text-decoration: none;
}
.non-styled-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

.firstcol li {
  list-style: none;
  padding-right: 4px;
  margin-bottom: 1em;
}
.contact-footer li {
  list-style-type: none;
  padding-bottom: 1.5em;
}

.student-header {
  font-size: 16px;
}
.student-header__link {
  font-size: 14px;
}

.rounded-medium {
    border-radius: 8px !important;
}
