

* {
  scroll-behavior: smooth;
}
body {
  background-color: rgb(204 211 222);
}

.body {
  background-color: rgb(204 211 222) !important;
}
.title {
  color: rgb(4 4 103);
}
.d-focus {
  box-shadow: none !important;
  outline: none;
}
/* ======Header Logo Section====== */

.logo-div {
  height: 19vh;
  background-color: #e4ece43d;
}

.logo-img {
  height: 12vh;
  padding-right: 3.6rem;
}

.bg-primary {
  background-color: rgb(4 4 103) !important;
}
.navbar-toggler {
  border: none !important;
  color: white;
}
.dropdown-menu li a {
  color: white !important;
}
.dropdown-menu li a:hover {
  background-color: #8188f7 !important;
}
.nav-link {
  color: white !important;
  font-size: 15px;
}
.nav-border {
  border-bottom: 5px solid #8188f7;
}
.nav-item:hover {
  background-color: #8188f7 !important;
  /* background-color:#232653 !important; */
  transition: 0.8s;
}

#university-nav-name{
  font-size: 11px;
}

/* Result Hilghlights */
.glow_button {
  animation: glowing 1300ms infinite;
}
/* Glom button css ends */

@keyframes glowing {
  0% {
    background-color: #2ba805;
    box-shadow: 0 0 5px #2ba805;
  }
  50% {
    background-color: #49e819;
    box-shadow: 0 0 20px #49e819;
  }
  100% {
    background-color: #2ba805;
    box-shadow: 0 0 5px #2ba805;
  }
}

/* Message Alert */
.alert-width {
  width: 50%;
}

.alert-success {
  color: #000000 !important;
  background-color: #69d7a5 !important;
  border-color: #35b279 !important;
}

.footer-logo {
  height: 270px;
  /* width: 300px; */
}
.footer-logo img {
  height: 100%;
  /* width: 100%; */
}

.social-links a {
  color: #1d1f3f !important;
}

/* =========HOME PAGE============== */

.carousel-item {
  height: 85vh;
  width: 100%;
}

.home img {
  /* height:60vh!important; */
  width: 90%;
}
.course-card {
  transition: 0.8s ease-in;
  cursor: pointer;
}
.course-card div img {
  object-fit: cover;
  aspect-ratio: 16/9 !important;
}

.course-card:hover {
  transform: scale(1.1);
}


/* Blog Section */
.blog-thumbnail{
  object-fit: cover !important;
  aspect-ratio: 16/ 10 !important; 
}


/* =======About Page========= */
.vision {
  height: 300px;
}
.vision img {
  width: auto;
  height: 300px;
}
/* ======CONTACT PAGE======== */

.form-label {
  font-size: 1.2rem !important;
  font-family: sans;
  margin-bottom: 0px !important;
}
.form-control:focus {
  box-shadow: none !important;
  border: 2px solid black !important;
  outline: none !important;
}
/* =========ADMIT CARD PAGE=========== */
.w {
  width: fit-content;
}
.admit-card {
  border: 3px solid rgb(4 4 103);
  border-radius: 4px;
  background-color: white;
  padding: 0rem 1rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}

.admit-card-user {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.admit-card-user div p {
  line-height: 12px;
}
.address {
  line-height: 16px !important  ;
}
.note p {
  font-size: 14px;
}
.note {
  font-size: 14px;
}

/* =========Id Card Page======= */

.rcontainer {
  height: 65vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  box-sizing: border-box;
  flex-direction: row;
  border-color: black;
  border-radius: 2;
}
.font {
  height: 375px;
  width: 225px;
  position: relative;
  border-radius: 10px;
  background-image: url("./ecardbgfinal.png");
  background-size: 225px 375px;
  background-repeat: no-repeat;
}
.companyname {
  color: White;
  padding: 10px;
  font-size: 25px;
}

.tab {
  padding-right: 20px;
}

.top img {
  height: 68px;
  width: 68px;
  background-color: #e6ebe0;
  border-radius: 57px;
  position: absolute;
  align-items: center;
  top: 70px;
  left: 78px;
  object-fit: content;
  border: 3px solid rgba(255, 255, 255, 0.2);
}
.ename {
  position: absolute;
  top: 141px;
  left: 22px;
  color: white;
  font-size: 16px;
  text-align: center;
}

.cname {
  position: absolute;
  top: 165px;
  left: 22px;
  color: white;
  font-size: 10px;
  text-align: center;
}

.edetails {
  position: absolute;
  top: 195px;
  text-transform: capitalize;
  font-size: 11px;
  text-emphasis: spacing;
  margin-left: 10px;
  color: #e6ebe0;
}
.edetails p{
  margin-bottom: -4px;
}
.signature {
  position: absolute;
  top: 153px;
  left: 160px;
  color: rgb(21, 21, 117);
  text-align: right;
}
.signature img {
  height: 40px;
width: 87px;
position: absolute;
align-items: center;
top: 161px;
left: -26px;
}


.edetails .Address {
  width: 94%;
  text-align: justify;
}

/* ==========COURSES PAGE============ */

.course-img {
  width: 100%;
  height: 100%;
  position: relative;
  
}
.course-img h2 {
  position: absolute;
  top: 40%;
  left: 38%;
  color: #040467 !important;
  font-size: 2.5rem;
  font-weight: bold;
  opacity: 100% !important;
 
}
.course-img img {
  width: 100%;
  height: 50vh;
 
}

.type-admission ul li a{
  color: #040467 !important;
  font-size: 18px !important;
}

/* ==========RESULT PAGE========== */
.profile-image {
}
.profile{
  height: 190px;
  width: 150px;
}
.result-user-info p{
  font-size: 14px;
  line-height: 10px;
}
/* ===========QUIZ PAGE========== */
.question-answer .form-select {
  background-color: #22334c !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='white' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}
.question-answer .form-select:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='white' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

@media screen and (max-width: 960px) {
  .logo-div {
    height: 13vh;
  }
  .logo-img {
    padding-left: 0.5rem;
    height: 9vh;
  }

  .course-img img {
    width: 100%;
    height: 30vh;
  }
  .alert-width {
    width: 60%;
  }
  .carousel-item {
    height: max-content;
    width: 100%;
  }
}

/* =======ENGENEERING PAGE ============ */
.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  color: black;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 3;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 576px) {
  .logo-img {
    height: 8vh;
    padding-left: 1.5rem;
  }
  .course-img h2 {
    position: absolute;
    top: 40%;
    left: 20%;
    color: #fff !important;
    font-size: 2rem;
  }
  .course-img img {
    width: 100%;
    height: 20vh;
  }
  .alert-width {
    width: 95%;
  }
  .nav-border {
    border-bottom: none;
    padding: 0.5rem 0;
  }
  .nav-item:hover {
    background-color: #040467 !important;
  }
}
