@font-face {
  font-family: "Canela Web";
  src: url("../font/Canela-Regular-Web.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Canela Deck Web";
  src: url("../font/CanelaDeck-Regular-Web.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GT America Trial";
  src: url("../font/GT-America-Compressed-Light-Trial.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GT America Bold";
  src: url("../font/GT-America-Standard-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GT America Medium";
  src: url("../font/GT-America-Standard-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GT America Regular";
  src: url("../font/GT-America-Standard-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Albertus Medium";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Albertus-Medium.ttf") format("truetype");
}

* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: rgb(244, 244, 244);
  scroll-behavior: smooth;
}
.overflow-x-hidden {
  overflow-x: hidden;
}

.banner {
  width: 100%;
  height: 100vh;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url("https://res.cloudinary.com/dyi2eiqum/image/upload/q_auto,w_1080/v1718960175/COE/heading.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-text {
  width: 100%;
  padding: 0rem 14rem;
  position: absolute;
  top: 30%;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-text h1 {
  font-size: 72px;
  font-weight: 400;
  font-family: "Albertus Medium";
  text-align: center;
  margin: 0;
  width: 100%;
  color: white;
}

.banner-text p {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  font-family: "GT America Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.banner-text a {
  text-decoration: none;
  padding: 7px 15px;
  background: #992728;
  border: none;
  outline: none;
  color: white;
  font-family: "Albertus Medium";
}

.body-section {
  display: flex;
  width: 100%;
  height: auto;
  align-items: flex-start;
  justify-content: flex-start;
}

.main_content {
  width: 100%;
  height: auto;
}

.image-left-content-right-hover {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
}

.image-right-content-left-hover {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
}

.image-container-80 {
  width: 80%;
  height: 100vh;
  position: absolute;
  /* background-size: cover;
    background-repeat: no-repeat;
    background-position: top; */
}

.content-container {
  padding: 2rem;
  position: absolute;
  width: 600px;
  height: auto;
  background-color: #992728;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: white;
}

#sec-1-content-container {
  right: 7rem;
}

#sec-3-content-container {
  left: 7rem;
}

.content-container h1 {
  font-size: 56px;
  font-family: "Albertus Medium";
  margin: 0;
}

.content-container p {
  font-size: 20px;
  font-family: "GT America Regular";
  margin: 0;
}

.arrow-btn-white {
  text-decoration: none;
  font-family: "GT America Regular";
  display: flex;
  height: fit-content;
  width: max-content;
  align-items: center;
  cursor: pointer;
  padding: 2px 0;
  color: white;
  margin: 0;
}

.arrow-btn-white .round-icon-container {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: solid 1px white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  margin-right: 1rem;
}

.arrow-btn-black {
  text-decoration: none;
  font-family: "GT America Regular";
  display: flex;
  height: fit-content;
  width: max-content;
  align-items: center;
  cursor: pointer;
  padding: 2px 0;
  margin-top: 0;
  color: black;
}

.arrow-btn-black .round-icon-container {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: solid 1px black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  margin-right: 1rem;
}

#section-2 {
  width: 100%;
  padding: 0rem 7rem 2rem 7rem;
  margin-bottom: 1rem;
}

.slider-container {
  height: 600px;
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  overflow: scroll;
}

/* After hiding the Scrollbarr make tab-height 100% */

/* .slider-container::-webkit-scrollbar {    
    width: 0px;
} */

.slider-tab {
  min-width: 400px;
  display: inline-block;
  height: 90%;
  position: relative;
  border-bottom: 10px solid #992728;
}

.slider-content {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
}

.slider-content h1 {
  font-family: "Albertus Medium";
  font-size: 36px;
  margin: 0;
}

.slider-content p {
  font-family: "GT America Regular";
  margin: 0;
}

#slider1 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%),
    url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_600/v1717835312/6%20LifeatABESEC/Our%20Facilities/Hostels_zvyzro.jpg"),
    lightgray 50% / cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#slider2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%),
    url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_600/v1717835389/6%20LifeatABESEC/Our%20Facilities/Clubs_dvwed9.jpg"),
    lightgray 50% / cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#slider3 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%),
    url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_600/v1717835389/6%20LifeatABESEC/Our%20Facilities/Basic_amenities_b6sxzo.jpg"),
    lightgray 50% / cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#slider4 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%),
    url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_600/v1717835330/6%20LifeatABESEC/Our%20Facilities/Library_njwjrk.jpg"),
    lightgray 50% / cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#slider5 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%),
    url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_400/v1717834069/6%20LifeatABESEC/Our%20Facilities/Dining_Services_g7k150.jpg"),
    lightgray 50% / cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#slider6 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%),
    url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_600/v1717835321/6%20LifeatABESEC/Our%20Facilities/Classroom_jhqb7z.jpg"),
    lightgray 50% / cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#slider7 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%),
    url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_600/v1718832235/6%20LifeatABESEC/Screenshot_2024-06-20_at_2.53.43_AM_y2dpfi.png"),
    lightgray 50% / cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#section4 {
  width: 100%;
  padding: 2rem 7rem;
  color: white;
  background-color: black;
}

#section4 .image-tab-full {
  gap: 1.5rem;
  height: 500px;
}

#section4 .tab-50 {
  height: 100%;
}

#section4 .tab-content {
  display: flex;
  flex-direction: column;
  padding-right: 1rem;
  gap: 1rem;
}

#section4 .tab-content h1 {
  margin: 0;
}

#section4 .tab-content p {
  margin: 0;
  font-size: 18px;
  font-family: "GT America Regular";
}

#section4 #left {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%),
    url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_500/v1717835322/6%20LifeatABESEC/HealthNWellness/Medical_Services_djtkgw.jpg"),
    lightgray 50% / cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

#section4 #right {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%),
    url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_500/v1717835240/6%20LifeatABESEC/HealthNWellness/Counselling_pk6hvh.png"),
    lightgray 50% / cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#section-5 {
  width: 100%;
  padding: 0rem 7rem 2rem 7rem;
}

#section-6 {
  padding: 2rem 7rem;
  color: white;
  background-color: black;
}

#section-7 {
  width: 100%;
}

.heading {
  padding: 1rem 0;
  margin-bottom: 1rem;
}

.heading h2 {
  font-size: 48px;
  font-family: "Albertus Medium";
  margin-bottom: 1.5rem;
}

.image-and-content-normal {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.image-container-50 {
  width: 50%;
  height: 100%;
}

.content-container-50 {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-bottom: 1rem;
}

.content-container-50 h1 {
  font-family: "Albertus Medium";
  font-size: 3rem;
  margin: 0;
  color: #992728;
}

.content-container-50 p {
  font-size: 18px;
  margin: 0;
  font-family: "GT America Regular";
}

#sec-5-img-container-1 {
  background: url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_500/v1717832694/4%20Academics/Centre%20of%20Excellence/Cyber_security_and_networking_c1ad2b.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#sec-5-img-container-2 {
  
  background: url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_500/v1717832694/4%20Academics/Centre%20of%20Excellence/robotics-and-automation_y0dnoe.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


#sec-5-img-container-3 {
  
  background: url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_500/v1717832694/4%20Academics/Centre%20of%20Excellence/Mobile_and_Application_Developement_yaawg4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.black-icon-button {
  text-decoration: none;
  font-family: "GT America Regular";
  display: flex;
  height: fit-content;
  width: max-content;
  align-items: center;
  cursor: pointer;
  background-color: #000;
  padding: 2px 12px;
  margin-top: 0;
  color: #fff;
}

.icon-container:hover {
  background-color: #0e0e0e;
}

.white-icon-button {
  text-decoration: none;
  font-family: "GT America Regular";
  display: flex;
  height: fit-content;
  width: max-content;
  align-items: center;
  cursor: pointer;
  background-color: white;
  padding: 2px 14px;
  margin-top: 0;
  color: black;
}

.white-icon-button .icon-container:hover {
  background-color: white;
}

.image-tabs-container {
  padding: 1rem 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.image-tab-full {
  width: 100%;
  height: 300px;
  display: flex;
  gap: 1rem;
}

.tab-50 {
  width: 50%;
  height: 100%;
  position: relative;
}

.tab-100 {
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-content {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}

.tab-content h1 {
  margin: 0;
  font-size: 46px;
  font-family: "Albertus Medium";
}

#tab1 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_400/v1717835335/6%20LifeatABESEC/ArtnCulture/Genero_Cover_2_fop49k.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#tab2 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_400/v1717835381/6%20LifeatABESEC/ArtnCulture/Tech_Fest_t0r4ra.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#tab3 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_400/v1717835397/6%20LifeatABESEC/ArtnCulture/Utsaaha_Cover_fa4cyt.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#tab4 {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_400/v1717835385/6%20LifeatABESEC/ArtnCulture/TEDx_Cover_strjyh.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#tab5 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, #000 100%),
    url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_400/v1717835318/6%20LifeatABESEC/ArtnCulture/Student_s_Participation_outside_college_2_ll5vmr.jpg"),
    lightgray 50% / cover no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-half-h {
  width: 100%;
  height: 400px;
  position: relative;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.4) 0%, #141414 100%),
    url("https://res.cloudinary.com/dyi2eiqum/image/upload/f_auto,q_auto,h_400/v1717835339/6%20LifeatABESEC/Admission_Open_kpafnt.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-content {
  width: 100%;
  padding: 0rem 14rem;
  position: absolute;
  top: 35%;
  left: 0;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-content h1 {
  font-size: 56px;
  font-weight: 400;
  font-family: "Albertus Medium";
  text-align: center;
  margin: 0;
  width: 100%;
  color: white;
}

.banner-content a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  text-decoration: none;
  padding: 7px 15px;
  background: #992728;
  border: none;
  outline: none;
  color: white;
  font-family: "Albertus Medium";
}

.banner-content p {
  color: #fff;
  margin: 0;
  text-align: center;
  font-family: "GT America Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.link-icon-container .icon-container {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: solid 1px black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
}

/* .footer_row1 .center{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer_row1 h4{
    margin-bottom: 22px;
} */

/*classroom cards */
.classroom-cards {
  display: flex;
  padding: 1.2rem 1.8rem;
  align-items: center;
  gap: 3.8rem;
  align-self: stretch;
  background: #e8e8e8;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.classroom-card-heading {
  color: #000;
  font-family: "Albertus Medium";
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
  margin-bottom: 0.6rem;
}

.classroom-card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  color: #000;
  text-align: justify;
  font-family: "GT America Regular";
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7rem;
}

.classroom-image {
  display: flex;
  flex: 1.2;
  min-height: 480px;
}

.classroom-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#classrooms {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.clubs {
  position: relative;
}

.mobile {
  display: none;
}

/* Mobile Responsiveness */
@media (max-width: 450px) {
  section {
    gap: 1rem;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: flex;
  }
  .heading h2 {
    font-size: 2.5rem;
  }
  /* banner */

  .banner {
    height: 100svh;
  }

  .banner-text {
    padding: 1rem;
    padding-top: 2rem;
  }

  .banner-text h1 {
    font-size: 3.2rem;
  }

  .banner-text p {
    text-align: justify;
    line-height: 1.4;
    font-size: 18px;
  }

  /* Festivals Section */

  .image-left-content-right-hover {
    flex-direction: column;
  }

  .image-container-80 {
    order: 2;
    position: static;
    width: 100%;
  }

  .content-container {
    padding: 1rem;
    position: static;
    width: 100%;
    background-color: white;
    color: black;
  }

  .content-container h1 {
    font-size: 2.5rem;
  }

  /* our facilities */

  #section-2 {
    padding: 1rem;
  }

  .heading h2 {
    margin: 0;
  }

  .slider-container {
    height: 550px;
  }

  .slider-tab {
    height: 97%;
    min-width: 300px;
  }

  .slider-content {
    padding-right: 1rem;
    width: 100%;
  }

  /* Sports and Recrational */

  .image-right-content-left-hover {
    display: flex;
    flex-direction: column;
  }

  .image-right-content-left-hover .image-container-80 {
    order: 1 !important;
  }

  .image-right-content-left-hover .content-container {
    order: 2 !important;
  }

  /* Health adn wellness */
  #section4 {
    padding: 1rem;
    padding-bottom: 2rem;
  }

  #section4 .image-tabs-container {
    gap: 2rem;
  }
  #section4 .image-tab-full {
    flex-direction: column;
    gap: 3rem;
    height: 1000px;
  }
  .tab-50 {
    position: relative;
    width: 100%;
  }
  .tab-content {
    width: 100%;
    left: 0.7rem;
    bottom: 0;
  }
  .tab-content h1 {
    font-size: 2rem;
  }
  .tab-content p {
    font-size: 16px !important;
  }
  #section4 .arrow-btn-white {
    font-size: 1rem;
  }
  #section4 .arrow-btn-white .round-icon-container {
    width: 30px;
    height: 30px;
  }

  /* Community and engagement */

  #section-5 {
    padding: 1rem;
  }
  .image-and-content-normal {
    flex-direction: column;
    height: auto;
    margin: 0;
  }
  #community-sec-1 {
    margin-bottom: 1rem;
  }
  .image-and-content-normal .image-container-50 {
    order: 1;
    width: 100%;
    height: 400px;
  }
  .image-and-content-normal .content-container-50 {
    width: 100%;
    order: 2;
  }

  /* Art and culture */
  #section-6 {
    padding: 1rem;
  }
  .image-tab-full {
    flex-direction: column;
  }
  #section-6 .tab-content {
    left: 1rem;
    bottom: 1rem;
  }
  #section-6 .arrow-btn-white {
    font-size: 1rem;
  }
  #section-6 .arrow-btn-white .round-icon-container {
    width: 30px;
    height: 30px;
  }

  /* bottom banner */

  .banner-half-h {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-content {
    position: static;
    padding: 0;
  }
  .banner-content h1 {
    font-size: 2rem;
    padding: 0 3rem;
    line-height: 1.4;
  }
}
