@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carter+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}

body {
  overflow-x: hidden;
}

header {
  padding: 156px 0 100px;
  /* background-image: url(../images/pietro-jeng-n6B49lTx7NM-unsplash.jpg); */
  background-size: 1920px, 1080px;
  /* background-position: 250px; */
}

section {
  padding: 150px 0;
}

.details {
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.redg_main {
  display: flex;
  justify-content: space-evenly;
  border: solid 1px black;
}

.redg {
  text-align: start;
  padding-left: 10px;
}


.navitems ul {
  display: flex;
  position: sticky;
  position: -webkit-sticky;
  gap: 7px;
  flex-wrap: wrap;
  /* align-items: center; */
  /* justify-content: center; */
  /* justify-content:space-around; */
  list-style: none;
  background-color: rgb(13, 16, 87);
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  overflow: auto;
  justify-content: space-evenly;
}

.navitems {
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  /* height: 1.9rem; */
  /* color: blue; */
  /* color: rgb(0, 255, 183); */
  z-index: 2;
}

.navitems li a {
  text-decoration: none;
  background-color: rgb(13, 16, 87);
  /* justify-content: center;
  justify-content:space-around; */
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: rgb(255, 255, 255);

}

.navitems li a:hover {
  color: crimson;
}

.navbar {
  visibility: hidden;
  position: absolute;
}

#igit-2 {
  font-family: 'Lobster Two', sans-serif;
  padding: 8px;
  font-size: 20px;
  color: rgb(9, 9, 102);
  text-align: center;
  font-weight: bold;
}

#igit-1 {
  text-align: center;
  font-size: 2rem;
  color: white;
  text-decoration: solid;
  text-shadow: 2px 2px 3px black;
  margin-bottom: 30px;
}

#auton {
  font-size: 1rem;
}

.details p {
  margin-left: 12px;
  font-size: 1.3rem;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: rgb(12, 24, 79);
  padding: 3px;

}

.navsection {
  padding: 10px;
  box-shadow: 0px 2px 15px;
  background: url(images/banner2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

.navsection .unav {
  display: flex;
  height: 85%;
}

.navsection .unav .details {
  width: 80%;
}


#igitlogo {
  height: 130px;
  width: 130px;
  margin: 20px;
}

#crc {
  height: 66px;
  margin-top: 54px;
  margin-right: 8px;
}

.header {
  font-family: 'Baloo Bhai', cursive;
  font-size: 20px;
  color: green;
}

.headsection {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

#lg {
  width: 180px;
  height: 150px;
  margin-top: 25px;
}

#lgg {
  width: 374px;
  height: 103px;
  margin-top: 25px;
}

#box {
  display: flex;
  position: relative;
}

/*Scrolling text*/
#scroll-container {
  width: 100vw;
  /* margin: -15px 0px 0px 0px; */
  box-shadow: black 0px 1px 5px;
  overflow: hidden;
  text-wrap: nowrap;
  background: linear-gradient(to right bottom, cyan, white);
}

#aboutEvent {
  margin-top: -60px;
}

#scope {
  margin-top: -70px;
  margin-bottom: -70px;
}

#notice {
  width: 10vw;
  height: 38px;
  padding: 8px;
  background: rgb(30, 174, 210);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  bottom: 1px;
  /* box-shadow: 0px 0px 5px; */
  color: white;
  font-family: sans-serif, 'Segoe UI', Tahoma, Geneva, Verdana;
}

#scroll-text {
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);

  -moz-animation: my-animation 35s linear infinite;
  -webkit-animation: my-animation 35s linear infinite;
  animation: my-animation 35s linear infinite;

  padding: 8px;
  color: #dc4606;
  font-weight: 600;

  width: 100vw;
  height: 40px;

}

/* for Firefox */
@-moz-keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
  }

  to {
    -moz-transform: translateX(-100%);
  }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from {
    -webkit-transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.descp {
  width: 100vw;
  height: 70vh;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-color: black;
  border-radius: 5px;
  border-width: 10px;
  filter: drop-shadow(2px 2px 2px black);
}

#carouselExampleFade {
  margin-top: 180px;
  width: 100vw;
  height: 100vh;
}

.bttn {
  height: 60vh;
}

#upText {
  position: absolute;
  left: 20px;
  top: 6px;
  z-index: 2;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 1.5em;
}

.blink{
    animation: blinker 2s linear infinite;
}
@keyframes blinker{
    50%{
        /*opacity: 0.5;*/
        scale: 0.7;
    }
}

.carousel-inner {
  height: 65vh;
}

.icml {

  width: 1070px;
  text-align: center;
  position: absolute;
  z-index: 10;
  font-family: 'PT Serif', serif;
  font-size: 2rem;
  color: rgb(255, 255, 255);
  animation-name: example;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  font-stretch: expanded;
  text-shadow: 1px 1px 1px black;
  text-shadow: 2px 2px black;
}

@keyframes example {
  from {
    color: rgb(51, 255, 0);
  }

  to {
    color: rgb(255, 117, 37);
  }
}

#about {
  margin-bottom: -200px;
}

p.lead{
  text-align: justify;
  font-weight: 400;
}

#impdates {
  margin: -130px 0;
}

#contact {
  /*padding-top: -50px;*/
  margin-top: -200px;
  margin-bottom: -70px;
}

#hd1 {
  position: relative;

  font-size: 2.5rem;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  padding: 25px;
  text-decoration: none;
  /* background:linear-gradient(to left bottom,rgb(255, 0, 0),rgb(248, 255, 53)); */
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 3px black;
  box-shadow: 2px 2px 5px black;
  /* border-top-right-radius: 50px;
   border-bottom-left-radius: 50px; */
  background: linear-gradient(to top right, aqua, rgb(122, 20, 217));
  /* background-image: conic-gradient(rgb(0, 60, 255), rgb(2, 95, 224), rgb(4, 93, 218), rgb(56, 56, 251), rgb(4, 93, 218)); */
  background-position: center;
  background-size: cover;
  border-radius: 30px;

}


.col-md a {

  top: 60px;

  font-size: 2rem;
  text-decoration: none;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  padding: 10px;


  color: rgb(255, 255, 255);
  box-shadow: 1px 1px 5px;
  border-radius: 40px;
  text-shadow: 1px 1px 2px black;
}


.roow {
  display: flex;

  align-items: center;
  justify-content: center;
  margin-top: 50px;
  padding: 17px;
  /* justify-content: space-evenly; */

}

.subLink {
  display: flex;
  justify-content: center;
}

#subm {
  justify-content: center;
}

#committee {
  /*padding-top: 50px;*/
  margin-top: -140px;
}

table,
th,
td {
  border: 1px solid black;
}

#impdates {
  padding: -50px;
}

#upper_arrow {
  position: absolute;
  /* align-items:stretch; */
  width: 120px;
  height: 54px;
  border-radius: 50%;

}

.iner {
  max-width: 1170px;
  background-color: #24262b;
  margin: auto;

}

.ull {
  list-style: none
}

.roew {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.footer {
  background-color: #24262b;
  padding: 40px 0;

}

.footer-col {
  width: 25%;
  padding: 0 15px;

}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 500;
}


.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;

}

.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbb;
  display: block;
  transition: all 0.3s ease;
  margin-left: -33px;

}

.footer-col ul li a:hover {
  color: #ffff;
  padding-left: 8px;
}

.copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ftt {
  width: 32vw;
  display: flex;
  justify-content: space-evenly;
  align-items: baseline;
}

.ft-logo-1 img {
  width: 100px;
}

.ft-logo-2 img {
  width: 50px;
}

.copyright {
  color: white;
  height: 0px;
  padding: 10px 0px 0px 60px;
  font-weight: 100;
  font-size: 12px;
}


#counter {
  margin-right: -50px;
  margin-bottom: -50px;
  color: white;
  font-size: 18px;
}