* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Urbanist", sans-serif;
  /* text-align: justify; */
}
#fac-1{
  text-align:justify;
}
.facilities-over {
  padding: 50px 0px;
}
.facilities-head h1 {
  text-align: center;
  font-weight: bold;
   color: var(--red);
  padding-bottom: 20px;
}
.facilities-head p {
  padding-bottom: 20px;
}
#fac-card img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.facilities-over .card {
  padding: 0px 0px 20px 0px;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.17);
}

.arts h1 {
  text-align: center;
  font-weight: bold;
   color: var(--red);
  padding-bottom: 20px;
}
.arts p:nth-child(4) {
  padding-bottom: 20px;
}
.arts h6 {
  font-weight: bold;
  color:var(--header-btn);
  font-size: 20px;
}
.arts-card {
  overflow: hidden;
  margin: 10px 0px;
  transition: all 2s ease-in-out;
}
.arts-card img{
  transition: all 2s ease-in-out;
}
.arts-card img:hover {
 
  cursor: pointer;
  overflow: hidden;
  object-fit: contain;
  transform: scale(1.1);
  /* transition:  transform 3s;  */
  transition: all 2s ease-in-out;
  opacity: 0.9;
}
.programming {
  background-color:rgb(233 231 231);
  padding: 40px 0px 50px;
}
.programming img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.safe-head h1 {
  text-align: center;
  font-weight: bold;
   color: var(--red);
  padding-bottom: 20px;
}
.safety p:nth-child(4) {
  padding-bottom: 30px;
}
.security {
  font-weight: bold;
   color: var(--red);
  font-size: 18px;
}
.safety img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.safety .card {
  padding: 0px 0px 20px 0px;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.17);
}
.safety {
  padding: 40px 0px 50px;
}

.sports {
  padding: 40px 0px 50px;
  background-color:rgb(233 231 231);
}
.sports img:hover {
  transition-timing-function: ease-in-out;
  cursor: pointer;
  overflow: hidden;
  object-fit: contain;
  transform: scale(1.1);
  /* transition:  transform 3s; */
  transition: all 3s ease-in-out;
  opacity: 0.9;
}
.sports img{
  transition: all 2s ease-in-out;
}
.sports .card {
  overflow: hidden;
  transition: all 2s ease-in-out;
}
.sports p:nth-child(4) {
  padding-bottom: 30px;
}
.sports-head h1 {
  text-align: center;
  font-weight: bold;
   color: var(--red);
  padding-bottom: 20px;
}
.sports img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: flex;
}
.card {
  border: none;
}
.sports h4 {
  text-align: center;
  color:var(--header-btn);
  font-weight: bold;
}
.trans-head h1 {
  text-align: center;
  font-weight: bold;
   color: var(--red);
  padding-bottom: 20px;
}
.trans p:nth-child(2) {
  padding-bottom: 10px;
}
.trans img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.trans .card {
  padding: 0px 0px 20px 0px;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.17);
}
.trans {
  padding: 40px 0px 0px;
}
.trans-but {
  padding-bottom: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.trans-but button {
  background-color: var(--header-btn);
  border: 1px solid var(--header-btn);
  color: white;

  font-weight: bold;
  margin: 0px 20px;
  display: inline-block;
  line-height: 1;

  font-size: 16px;
  padding: 12px 24px;
  border-radius: 3px;

  text-align: center;
  transition: all 0.3s;
}
.trans-but button:hover {
  background-color: white;
  color: var(--header-btn);
  border: 1px solid var(--header-btn);
}
