* {
  border: 0px;
  margin: 0px;
}

@media only screen and (min-width: 1000px) {
  .collegelogo {
    width: 70%;
  }

  .carousel-inner{
    height:424px !important;
  }

  .cardss {
    margin-left: 40px;
    margin-right: 40px;
  }

  .slider-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .btn1:hover {
    background: #e6af97 !important;
  }

  /* #btn1:hover {
            background:#e6af97 !important;
            }

            #btn2:hover {
            background:#e6af97 !important;
            }
            #btn3:hover {
            background:#e6af97 !important;
            }
            #btn4:hover {
            background:#e6af97 !important;
            } */

  .online:hover {
    background-color: #ff9f45 !important;
    transform: scale(1.08);
    border-radius: 5px;
    transition-timing-function: linear;
    transition: 0.5s;
  }
}

@media only screen and (max-width: 750px) {
  .collegelogo {
    width: 100% !important;
  }

  .achieve {
    width: 100%;
    height: 200px !important;
  }
  .evt-img {
    width: 100% !important;
    margin-left: 0% !important;
  }

  .welcome-text {
    text-align: center;
    font-size: 16px !important;
    position: absolute;
    top: -40px;
  }

  .pillar-img {
    width: 250px !important;
  }

  .slider-row {
    margin-left: 0px;
    margin-right: 0px;
  }

  /* .icon-bar{
                display: none;

            } */

  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
    width: 50px;
  }

  .icon-bar a:hover {
    background-color: #000;
    width: 200px;
    transition-timing-function: linear;
    transition: 0.1s;
    display: inline;
  }

  #HiddenText {
    display: none;
  }

  #icon-bar:hover #HiddenText {
    display: inline;
    /* transition: 1.4s; */
    /* transition-timing-function: linear; */
  }

  #HiddenText1 {
    display: none;
  }

  #icon-bar1:hover #HiddenText1 {
    /* transition-timing-function: linear; */
    display: inline;
    /* transition: 1.4s; */
  }

  #HiddenText2 {
    display: none;
  }

  #icon-bar2:hover #HiddenText2 {
    /* transition-timing-function: linear; */
    display: inline;
    /* transition: 1.4s; */
  }

  #HiddenText3 {
    display: none;
  }

  #icon-bar3:hover #HiddenText3 {
    /* transition-timing-function: linear; */
    display: inline;
    /* transition: 1.4s; */
  }

  .admission {
    background-image: linear-gradient(
      to bottom right,
      #1877f2,
      #1877f2,
      #1877f2
    );

    /* background: #1877F2; */
    color: white;
    position: fixed;
    top: 40% !important;
    right: 0;
  }

  .alum1 {
    background-image: linear-gradient(
      to bottom right,
      #1d9bf0,
      #1d9bf0,
      #1d9bf0
    );
    /* background: #1D9BF0; */
    color: white;
    position: fixed;
    top: 47% !important;
    right: 0;
  }

  /* .alum2{
  background-image:linear-gradient(to bottom right, #0072b1,#0072b1, #0072b1);
  color: white;
  position: fixed;
  top: 60%;
  right: 0;
} */

  .alum3 {
    background-image: linear-gradient(
      to bottom right,
      #f9ce34,
      #ee2a7b,
      #6228d7
    );
    color: white;
    position: fixed;
    top: 54% !important;
    right: 0;
  }

  .main-img {
    display: none;
  }

  .car-img {
    width: 100%;
    height: 250px;
  }

  .mobsm {
    display: none;
  }

  .princiimg {
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
    width: 80% !important;
  }

  /* .r1{
            display:flex;
        }

        .m1{
            width:80px !important;
            height:80px !important;
        }

        .m2{
            width: auto !important;
            height: auto !important;

        } */
}

.princiimg {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

iframe {
  width: 100%;
  height: 200px;
  /* border: 10px solid white; */
  /* border-radius: 5px; */
}

/* body {
            margin:0;
        } */

.typewriter1 {
  color: #fff;
  font-family: monospace;
  overflow: hidden;
  /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange;
  /* The typwriter cursor */
  white-space: nowrap;
  /* Keeps the content on a single line */
  margin: 0 auto;
  /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.08em;
  /* Adjust as needed */
  animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: orange;
  }
}

#myBtn {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 16px;
  border: 2px solid white;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 100px;
}

#myBtn:hover i {
  color: orange !important;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  width: 50px;
}

.icon-bar a:hover {
  background-color: #000;
  width: 200px;
  transition-timing-function: linear;
  transition: 0.1s;
  display: inline;
}

#HiddenText {
  display: none;
}

#icon-bar:hover #HiddenText {
  display: inline;
  /* transition: 1.4s; */
  /* transition-timing-function: linear; */
}

#HiddenText1 {
  display: none;
}

#icon-bar1:hover #HiddenText1 {
  /* transition-timing-function: linear; */
  display: inline;
  /* transition: 1.4s; */
}

#HiddenText2 {
  display: none;
}

#icon-bar2:hover #HiddenText2 {
  /* transition-timing-function: linear; */
  display: inline;
  /* transition: 1.4s; */
}

#HiddenText3 {
  display: none;
}

#icon-bar3:hover #HiddenText3 {
  /* transition-timing-function: linear; */
  display: inline;
  /* transition: 1.4s; */
}

.admission {
  background-image: linear-gradient(to bottom right, #1877f2, #1877f2, #1877f2);

  /* background: #1877F2; */
  color: white;
  position: fixed;
  top: 40%;
  right: 0;
}

.alum1 {
  background-image: linear-gradient(to bottom right, #1d9bf0, #1d9bf0, #1d9bf0);
  /* background: #1D9BF0; */
  color: white;
  position: fixed;
  top: 49.5%;
  right: 0;
}

/* .alum2{
  background-image:linear-gradient(to bottom right, #0072b1,#0072b1, #0072b1);
  color: white;
  position: fixed;
  top: 60%;
  right: 0;
} */

.alum3 {
  background-image: linear-gradient(to bottom right, #f9ce34, #ee2a7b, #6228d7);
  color: white;
  position: fixed;
  top: 59%;
  right: 0;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.btn-7 {
  background: linear-gradient(
    0deg,
    rgba(255, 151, 0, 1) 0%,
    rgba(251, 75, 2, 1) 100%
  );
  line-height: 42px;
  padding: 0;
  border: none;
}

.btn-7 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(251, 75, 2, 1);
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.9),
    7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.btn-7:before {
  height: 0%;
  width: 2px;
}

.btn-7:after {
  width: 0%;
  height: 2px;
}

.btn-7:hover {
  color: rgba(251, 75, 2, 1);
  background: transparent;
}

.btn-7:hover:before {
  height: 100%;
}

.btn-7:hover:after {
  width: 100%;
}

.btn-7 span:before,
.btn-7 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(251, 75, 2, 1);
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.9),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.9),
    7px 7px 20px 0px rgba(0, 0, 0, 0.2), 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.btn-7 span:before {
  width: 2px;
  height: 0%;
}

.btn-7 span:after {
  height: 2px;
  width: 0%;
}

.btn-7 span:hover:before {
  height: 100%;
}

.btn-7 span:hover:after {
  width: 100%;
}

/* image overlay */

.card {
  position: relative;
  transition: all 0.5s ease-in;
}

.card__image {
  display: block;
  width: 100%;
  height: auto;
}

.card__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: none;
  transition: 0.5s ease;
  background-color: #39383880;
}

.card:hover .card__overlay {
  opacity: 1;
}

.overlay__text {
  color: white;
  /* font-size: 20px; */
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.button {
  background-color: #f05328;
  padding: 1rem;
  margin-top: 0.5rem;
  display: inline-block;
  color: white;
  text-decoration: none;
}
