* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

::selection {
  color: #fff;
  background-color: var(--theme-clr-dark);
}

:root {
  --theme-clr-dark: #001e5f;
  --theme-clr1: #ffd966;
  --theme-clr2: #f20487;
  --theme-clr3: #00c1c1;
  --theme-clr4: #edc111;
  --theme-clr-light: #fffcd6;
}

.platinum {
  background: #e5e4e2;
  background: linear-gradient(#ecece9, #e5e4e1, #dfdedc, #d9d9d7, #d3d3d2);
  color: var(--theme-clr-dark);
  padding: 5px 30px 5px 5px;
  display: inline-block;
  border-radius: 8px;
  outline: 1px solid #e5e4e2;
  outline-offset: 5px;
  margin-bottom: 1rem;
}

.gold {
  background: #ffd700;
  background: linear-gradient(#bf953f, #fcf6ba, #b38728, #fbf5b7, #aa771c);
  color: var(--theme-clr-dark);
  padding: 5px 30px 5px 5px;
  display: inline-block;
  border-radius: 8px;
  outline: 1px solid #ffd700;
  outline-offset: 5px;
  margin-bottom: 1rem;
}

.silver {
  background: #c0c0c0;
  background: linear-gradient(#a8a9ad, #b4b5b8, #c0c0c3, #cbcccd, #d7d7d8);
  color: var(--theme-clr-dark);
  padding: 5px 30px 5px 5px;
  display: inline-block;
  border-radius: 8px;
  outline: 1px solid #c0c0c0;
  outline-offset: 5px;
  margin-bottom: 1rem;
}

.text-theme {
  color: var(--theme-clr-dark);
}

.color-theme-2 {
  color: var(--theme-clr3);
}

.theme-light {
  background-color: var(--theme-light);
  color: var(--theme-clr1);
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #424242;
  background: var(--theme-clr-dark);
  /* background: url(../img/bg.webp); */
  background: #050505;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.sc_py {
  padding: 60px 0;
}

h1,
h2 {
  font-weight: 800;
  font-family: "Raleway", sans-serif;
}

h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

a {
  text-decoration: none;
  transition: 0.3s ease;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

.material-symbols-outlined {
  font-size: 20px;
  font-weight: 300;
  vertical-align: middle;
  color: #fff;
}

hr {
  opacity: 0.1;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-150 {
  padding-top: 150px;
}

a.btn.btn-theme1 {
  background: var(--theme-clr1);
  color: var(--theme-clr-dark);
  padding: 0.6rem 1.6rem;
  font-size: 14px;
}

a.btn.btn-theme1:hover {
  background: var(--theme-clr-dark);
  border: 1px solid var(--theme-clr1);
  color: #fff;
}

a.btn.btn-theme2 {
  /* background: var(--theme-clr-dark); */
  border: 1px solid var(--theme-clr1);
  color: var(--theme-clr1);
  padding: 0.6rem 1.6rem;
  font-size: 14px;
}

a.btn.btn-theme2:hover {
  background: var(--theme-clr1);
  color: var(--theme-clr-dark);
}

a.btn.btn-theme3 {
  background: var(--bs-light);
  color: var(--theme-clr1);
  padding: 0.6rem 1.6rem;
  font-size: 14px;
}

a.btn.btn-round {
  background: var(--theme-clr1);
  color: var(--theme-white);
  border-radius: 100px;
  height: 50px;
  width: 50px;
  line-height: 38px;
  transition: 0.2s ease-out;
  overflow: hidden;
}

a.btn.btn-round span {
  visibility: hidden;
  transition: 0.5s ease-in;
}

a.btn.btn-round:hover {
  width: 160px;
  background: var(--theme-white);
  color: var(--theme-clr1);
}

a.btn.btn-round:hover span {
  visibility: visible;
  transition: 0.5s ease-out;
}

.login-btn {
  color: var(--theme-clr-dark);
  display: flex;
  align-items: center;
}

.login-btn a {
  color: var(--theme-clr-dark);
  padding: 0 0.8rem;
}

.btn span {
  vertical-align: middle;
}

#scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99;
  border: none;
}

.top-btn {
  background-color: var(--theme-clr4);
  color: #333333;
  width: 35px;
  height: 35px;
  border-radius: 0.255rem;
  /* -webkit-box-shadow: 0 0 15px var(--theme-clr1);
  box-shadow: 0 0 15px var(--theme-clr1); */
  font-size: 20px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.list-item li {
  display: flex;
  padding: 5px 0;
  text-align: left;
}

.list-item li span {
  font-size: 22px;
  margin-right: 10px;
  margin-top: 1px;
  color: var(--theme-clr1);
}

.list-item li p {
  margin: 0;
}

span.red {
  color: var(--bs-danger);
}

/* =========================================================
BREADCRUMB
========================================================== */

.breadcrumb-chevron {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  gap: 0.5rem;
}
.breadcrumb-chevron .breadcrumb-item {
  display: flex;
  gap: inherit;
  align-items: center;
  padding-left: 0;
  line-height: 1;
}
.breadcrumb-chevron .breadcrumb-item::before {
  gap: inherit;
  float: none;
  width: 0.5rem;
  height: 0.5rem;
}

.breadcrumb-custom .breadcrumb-item {
  position: relative;
  flex-grow: 1;
  padding: 0.5rem 0.5rem;
}
.breadcrumb-custom .breadcrumb-item::before {
  display: none;
}
.breadcrumb-custom .breadcrumb-item::after {
  position: absolute;
  top: 50%;
  right: -25px;
  z-index: 1;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  content: "";
  background-color: var(--bs-tertiary-bg);
  border-top-right-radius: 0.5rem;
  box-shadow: 1px -1px var(--bs-border-color);
  transform: scale(0.707) rotate(45deg);
}
.breadcrumb-custom .breadcrumb-item:first-child {
  padding-left: 0.5rem;
}
.breadcrumb-custom .breadcrumb-item:last-child {
  padding-right: 0.5rem;
}
.breadcrumb-custom .breadcrumb-item:last-child::after {
  display: none;
}

/* =========================================================

========================================================== */

/*header*/
.head-top {
  background-color: var(--theme-clr4);
  padding: 0.5rem 0;
}

.scroll-header {
  position: fixed;
  top: -50px;
  width: 100%;
  z-index: 11;
  transition: all 0.5s;
}

.scroll-header.active {
  top: 0;
}

.scroll-header .header {
  box-shadow: unset;
}

.scroll-header.active .header {
  box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%);
}

.scroll-header.active.active1 {
  top: -45px;
}

.carousel-item img {
  border-radius: 0.5rem;
}
.date-venue {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  color: var(--bs-dark);
}

ul.date-venue span.material-symbols-outlined {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
}

.date-venue li.border-end {
  border-color: var(--bs-dark) !important;
}

.h-top-links {
  display: flex;
  gap: 0.5rem 0.8rem;
}

.h-top-links a {
  font-size: 12px;
  color: var(--bs-dark);
}

.header {
  background-color: var(--theme-clr1);
  border-radius: 0 0 0.5rem 0.5rem;
  /* padding: 0.4rem; */
}

.header h1 {
  font-size: 32px;
  color: var(--theme-clr2);
}

nav.navbar a.nav-link {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  padding: 5px 18px !important;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 2;
}

.banner-content {
  /* padding: 1.5rem; */
  border-radius: 0.5rem;
  overflow: hidden;
}

.association-logos {
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 0.255rem;
  overflow: hidden;
  text-align: center;
}

.association-logos li {
  max-width: 120px;
  border-left: 1px solid var(--bs-gray-200);
}

.association-logos li:first-child {
  border-left: none;
}

.date-venue sup {
  top: 4px;
}

p.themes {
  text-align: center;
  background: #f1eec4;
  color: #000;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
/*===============================*/
/*===============================*/
/*===============================*/

.hero__banner {
  /* padding: 1.5rem; */
  /* background: rgb(255 255 255 / 15%); */
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 0.5rem;
  /* backdrop-filter: blur(3px); */
  background: var(--theme-clr-dark);
}

.title h1 {
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.banner p.theme {
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  background: #fff;
  color: #002347;
  display: inline-block;
  padding: 8px 20px;
  outline: 1px solid #ffffff;
  outline-offset: 5px;
  border-radius: 5px;
}

.banner p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #ffffff;
}

.title h3 {
  color: var(--theme-clr4);
  font-size: 40px;
}
.banner-images {
  max-width: 100px;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  padding: 5px;
  top: 0;
  left: 0;
}

/* TIMER  */

.timer {
  background: var(--theme-clr-dark);
  border-radius: 0.5rem;
}

.timer ul {
  display: flex;
  justify-content: center;
  border-radius: 50px;
  overflow: hidden;
}

.timer li {
  width: 140px;
  text-transform: uppercase;
  text-align: center;
  margin: 0.3rem;
  border-radius: 0.255rem;
}

.timer span {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: var(--theme-clr1);
  padding: 10px 0 10px;
}

.timer li p {
  font-size: 15px;
  line-height: 26px;
  margin: 0;
  color: #fff;
}

/* ABOUT */

/* .about .title-heading {
  padding: 1.5rem;
  background: rgb(255 255 255 / 15%);
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 0.5rem;
  backdrop-filter: blur(3px);
} */

.about .ql__content {
  padding: 1.5rem;
  background: rgb(255 255 255 / 15%);
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 0.5rem;
  backdrop-filter: blur(5px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(
    0deg,
    rgba(33, 33, 33, 0.411) 0%,
    rgba(33, 33, 33, 0) 100%
  );
}

.about .ql__content .icon {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.about .ql__content p {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0;
}

.about .ql__content p b {
  color: var(--theme-clr1);
}

/*  */
.title-heading .heading {
  color: var(--theme-clr4);
}

a.btn.btn-theme-clr {
  background: var(--theme-clr2);
  color: #ffffff;
  padding: 0.5rem 1rem;
  transition: 0.2s ease-out;
  border-radius: 5px;
}
a.btn.btn-theme-clr1 {
  background: var(--theme-clr3);
  color: #ffffff;
  padding: 0.5rem 1rem;
  transition: 0.2s ease-out;
  border-radius: 5px;
}

/*why-membership*/

.why-membership .btn span {
  vertical-align: bottom;
}

/*annoncement*/
.annoncement img {
  cursor: pointer;
}

.annoncement .carousel-indicators {
  bottom: -60px;
}

/*FOOTER*/

.footer {
  background: var(--theme-clr-dark);
  border-radius: 0.5rem 0.5rem 0 0;
  color: #fff;
}

.footer .logo {
  width: 220px;
}

.footer h4 {
  margin-bottom: 1rem;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: var(--theme-clr3);
}

.footer-links li {
  padding: 5px 0;
}

.footer-links li i {
  margin-right: 10px;
  color: var(--theme-clr3);
}

.foot-gallery li {
  /* width: 70px; */
  height: 70px;
  overflow: hidden;
}

.foot-gallery li img {
  object-fit: cover;
  height: 100%;
}

.address-section .icon-box {
  background: var(--theme-clr1);
  width: 62px;
  height: 62px;
  line-height: 62px;
  display: inline-block;
  border-radius: 0.8rem;
  color: #fff;
  text-align: center;
  font-size: 32px;
  margin: 0 0 1rem;
}

.address-box {
  background: rgb(74 103 19 / 32%);
  padding: 2rem 1rem;
  border-radius: 1rem;
}

.foot-links {
  border-top: 1px solid rgb(255 255 255 / 14%);
  border-bottom: 1px solid rgb(255 255 255 / 14%);
  padding: 1rem 0;
  display: flex;
  justify-content: center;
}

.foot-links li {
  background-color: rgb(255 255 255 / 9%);
  border-radius: 0.5rem;
  padding: 3px 8px;
  border: 1px solid #4a6713;
  font-size: 14px;
  margin: 0 0.5rem;
}

.copyright {
  background: rgb(0 0 0 / 37%);
  font-size: 14px;
}

.privacy-bar a span {
  vertical-align: inherit;
  margin-right: 5px;
}

/*HOME ABOUT*/

section.home-about {
  /* background: #f8f8f3;*/
  /*background: url(../img/line-bg.jpg) no-repeat;*/
  background-size: cover;
  color: #ffffff;
}

.home-about h2 {
  color: var(--theme-clr1);
  font-weight: 800;
  font-size: 52px;
  line-height: 62px;
  text-transform: uppercase;
}

.home-about h2 span {
  color: var(--bs-dark);
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
}

.profile-box {
  border-radius: 1rem;
  padding: 1rem 0;
}
.profile-img {
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 1rem;
  width: 130px;
  height: 130px;
  border: 2px solid var(--theme-clr1);
  padding: 0.3rem;
}
.profile-img img {
  width: 100%;
  border-radius: 100%;
}
.profile-box h6 {
  font-size: 17px;
  color: var(--theme-clr4);
  margin-bottom: 0;
}
.profile-box span {
  color: #fff;
  font-size: 16px;
}
.profile-box span p {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1;
}

/*  */

.innerpage .profile-img {
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 1rem;
  width: 130px;
  height: 130px;
  border: 2px solid var(--theme-clr-dark);
  padding: 0.3rem;
}

.innerpage .profile-box h6 {
  font-size: 17px;
  color: var(--theme-clr-dark);
  margin-bottom: 0;
}
.innerpage .profile-box span {
  color: var(--theme-clr2);
  font-size: 16px;
}
.innerpage .profile-box span p {
  color: #424242;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1;
}
/*important-dates*/

.important-dates {
  padding: 1rem 0;
  background: var(--theme-clr-light);
  text-align: center;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}

.important-dates li {
  text-align: left;
  display: flex;
  margin-bottom: 0.5rem;
  border-right: 3px solid rgb(189 195 194 / 15%);
  border-radius: 0.2rem;
  align-items: center;
  margin-left: 1rem;
  position: relative;
}

.important-dates li a {
  color: #333333;
}

.important-dates li:last-child {
  border-bottom: none;
}

.important-dates li .material-symbols-outlined {
  color: #ffffff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin-left: -15px;
  box-shadow: 0px 0px 0px 3px rgb(255 255 255);
}

.important-dates li:nth-child(odd) {
  background: #faf7d3;
}
.important-dates li:nth-child(even) {
  background: #f5efc6;
}

.important-dates li .material-symbols-outlined {
  background: var(--theme-clr1);
}

.important-dates li span.dat-text {
  width: 85%;
  padding: 0.8rem;
  font-size: 15px;
  line-height: 20px;
}

/*home-office-bearers*/

.home-office-bearers {
  /*background-image: url(../img/blue_bg.jpg);*/
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  color: var(--theme-clr2);
  text-align: center;
  background-size: cover;
}
/*
.home-office-bearers::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  content: "";
  background: #1c204e;

  z-index: -1;
}*/

/* key-highlights-box*/

.key-highlights-box {
  padding: 2rem 2rem;
  margin: 0 1rem;
  border-radius: 3rem 1rem;
  background: hsl(0deg 0% 100%);
  text-align: left;
  box-shadow: 10px 10px 0px 0px var(--theme-clr2);
  position: relative;
}

img.pin {
  position: absolute;
  right: -10px;
  top: -20px;
  width: 50px;
}

.key-highlights-box h3 {
  background-color: var(--theme-clr1);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 0rem 0 1rem;
  padding: 10px 20px;
  border-radius: 10px 10px 50px 10px;
  color: #fff;
  width: 92%;
}

.key-highlights-box p {
  color: var(--bs-gray-600);
}

/*home-registration-plan*/

.home-registration-plan {
  padding: 1.5rem;
  background: var(--theme-clr-dark);
  border-radius: 0.5rem;
  backdrop-filter: blur(3px);
  background: linear-gradient(0deg, rgb(0 30 95) 0%, rgba(33, 33, 33, 0) 100%);
}
.home-registration-plan .form-text {
  color: #ffffff;
}
.home-registration-plan table th,
.home-registration-plan table td {
  color: #fff;
  font-size: 1rem;
}
.home-registration-plan {
  color: #ffffff;
}
.home-registration-plan h3 {
  color: var(--theme-dark);
}

.reg-plan {
  /* background: var(--bs-white); */
  border-radius: 0.5rem;
  border: 1px solid #ffffff14;
  padding: 0;
  transition: all 0.5s;
  overflow: hidden;
}
.table > :not(caption) > * > * {
  border-bottom: 1px solid #ffffff14;
}

.reg-plan:hover {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.reg-plan table td {
  padding: 1rem 0;
}

.reg-plan table tr:last-child td {
  border: 0;
}

.reg-plan h4 {
  color: var(--theme-clr1);
  color: var(--theme-clr-dark);
  position: relative;
  padding: 10px;
  z-index: 1;
  background-color: var(--theme-clr3);
  background-color: var(--theme-clr1);
  text-align: center;
}
.early-reg h4::after {
  background: linear-gradient(90deg, #4caf50, #cddc39);
}

.regular-reg h4::after {
  background: linear-gradient(90deg, #ffc107, #ff9800);
}

.spot-reg h4::after {
  background: linear-gradient(90deg, #ff655a, #cd0e00);
}

.venue-details .carousel-item img {
  border-radius: 0;
}

.venue .venue-details {
  background: none;
}

.venue-details-bg {
  background: rgb(255 255 255 / 15%);
  border: 1px solid rgb(255 255 255 / 25%);
  border-radius: 0.5rem;
  backdrop-filter: blur(10px);
  border-radius: 0.5rem;
  overflow: hidden;
  background: #ffffff;
}

.venue-details h3 {
  color: #333333;
}

.venue-details h4 {
  color: var(--theme-clr-dark);
}

.sponsors ul {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.sponsors ul li {
  max-width: 300px;
  margin: 0;
  padding: 1rem 0;
  border-radius: 0;
  border-right: 1px solid var(--bs-gray-200);
  border-top: 1px solid var(--bs-gray-200);
}

.sponsors ul li:last-child {
  border-right: 0;
}

/*executive-committee*/

.executive-committee {
  text-align: center;
}

.executive-committee h3 {
  color: var(--clr-dark1);
}

.executive-committee .carousel-indicators {
  margin-bottom: -45px;
}

.executive-committee ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.executive-committee li {
  border-radius: 0.355rem;
  width: 95%;
  max-width: 200px;
  background-color: #fff;
  overflow: hidden;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
  margin: 1rem;
  text-align: center;
}

.executive-committee li .profile-img {
  margin: 1rem auto 1rem;
  width: 160px;
  height: 180px;
  box-shadow: 0px 0px 0px 2px #f8f9fa;
  transition: 0.3s ease-out;
  position: relative;
  z-index: 1;
  border-radius: 1rem;
}

.executive-committee li .profile-img::before {
  position: absolute;
  left: -4px;
  top: -4px;
  width: 50px;
  height: 50px;
  content: "";
  background: var(--theme-clr1);
  z-index: -1;
}

.executive-committee li .profile-img::after {
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 50px;
  height: 50px;
  content: "";
  background: var(--theme-clr1);
  z-index: -1;
}

.executive-committee li:hover .profile-img {
  box-shadow: 0px 0px 0px 8px var(--clr3);
}

.executive-committee li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 1rem;
}

.executive-committee li h4 {
  font-size: 16px;
  color: var(--theme-clr1);
}

.executive-committee li p {
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 6px;
  font-size: 14px;
}

.executive-committee h3 {
  color: var(--bs-dark);
  position: relative;
  margin-top: 1.5rem;
  z-index: 1;
}

.executive-committee h3 span {
  display: inline-block;
  background-color: var(--theme-clr2);
  border-radius: 30px;
  padding: 6px 12px;
  font-weight: 400;
  font-size: 20px;
}

.executive-committee h3::before {
  position: absolute;
  max-width: 100%;
  width: 500px;
  height: 2px;
  bottom: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%);
  background-color: var(--theme-clr2);
  z-index: -1;
}

ul.committee-name-list li {
  box-shadow: rgb(0 0 0 / 9%) 0px 10px 15px -3px,
    rgb(0 0 0 / 2%) 0px 4px 6px -2px;
  padding: 1rem;
  width: 95%;
  max-width: 240px;
}

/*contact*/
.contact h4 {
  color: var(--theme-clr1);
}

.quick-links-bg {
  background: var(--theme-clr4);
  border-radius: 50px;
  padding: 30px 0;
}
.quick-links .icon {
  color: var(--theme-dark);
  width: 70px;
  text-align: center;

  justify-content: center;
  align-items: center;
  font-size: 50px;
  margin: auto;
  /*border-right: 1px dashed var(--bs-gray-200);*/
}
.quick-links a p {
  margin: 0;
  /*padding: 1.3rem 0;*/
  color: var(--theme-dark);
}
.quick-links ul {
  display: flex;
  flex-wrap: wrap;
}

.quick-links a {
  margin: 0;
  color: var(--theme-clr-dark);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  /*border-right: 1px solid var(--bs-gray-200);*/
  text-transform: uppercase;
  transition: 0.3s;
  padding: 10px 0;
  text-align: center;
}

.quick-links .clr1 {
  border-right: 1px solid var(--theme-clr1);
}

.quick-links .clr2 {
  border-right: 1px solid var(--theme-clr1);
}

.quick-links .clr3 {
  border-right: 1px solid var(--theme-clr1);
}

.quick-links i {
  color: var(--theme-clr1);
}

/*  */
/*  */
/*  */
/*  */
.menu_icon {
  color: #000;
  font-size: 21px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background-color: var(--theme-clr-dark);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
  color: #fff;
}

.sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  text-align: center;
  padding: 0 8px;
  line-height: 24px;
  color: #ffffff;
  font-weight: normal;
  background: #f00;
}

#mySidenav h2,
#mySidenav p {
  padding: 0 10px !important;
}

@media only screen and (max-width: 991px) {
  .nav-link {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .banner-content {
    padding: 0;
  }
}

.faculty__info {
  text-align: center;
  padding: 8px;
  border-radius: 10px 0;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  background: #eff4ff;
}

.faculty__name {
  font-size: 17px;
  color: var(--theme-clr-dark);
}

.title__card {
  padding: 50px 30px;
  border-radius: 0.5rem;
  background: url(../img/title_bg_1.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.navigate {
  line-height: 1;
  font-size: 50px;
  color: #ffd966;
  /* text-shadow: 3px 1px #ff00e0; */
  letter-spacing: 4px;
}

@media only screen and (max-width: 720px) {
  .navigate {
    font-size: 35px;
  }
}
.alt-fonts {
  font-family: "Amita", serif;
  line-height: 30px;
  font-weight: 900;
}

.blink {
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  50% {
    background-color: var(--theme-clr-dark);
    color: #fff;
  }

  51%,
  100% {
    background-color: var(--theme-clr1);
  }
}