*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.body{
    font-family: nexa;
}



#IMG{
    margin-left: 50px;
}
.navbar-brand{
    padding-left: 25px;
}
.Navi{
  overflow: hidden;
  background-color: black;
}

#navbarScroll ul{
  padding-left: 180px;
}
#navbarScroll ul li a{
  color: white;
  padding: 10px;
  text-shadow: 1px 1px 1px black, 0 0 25px rgb(255, 230, 0), 0 0 5px rgb(230, 238, 10);
  padding-left: 40px;
  font-size: 25px;
  transition: 0.4s;
}
#navbarScroll ul li a:hover{
  color: goldenrod !important;
}
/* search button */
.form-inline {
  margin-left: 7rem;
}

.btn {
  display: inline-block;
  outline: 0;
  border: 0;
  background-image: linear-gradient(to right, #e052a0, #f15c41);
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 14px;
}

.btn:hover {
  background-image: linear-gradient(to right, #3ec7e0, #526bf4);
  color: aliceblue;
}


/* banner*/
.banner {
  position: relative;
  height: 650px;
}
#box {
  height: 10vh;
  display: flex;
  float: right;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: 'Raleway';
  font-size: 2.5rem;
  margin-right: 500px;
}
.banner-text{
  --borderWidth: 3px;
  background-color: rgba(0,0,0,0.9);
  position: absolute;
  border-radius: var(--borderWidth);
  top: 50%;
  left: 50%;
  padding-top: 5px;
}

.banner-text:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

.banner-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.banner-text a {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px black, 0 0 25px rgb(255, 230, 0), 0 0 5px rgb(230, 238, 10);
}
.banner-text a:hover{
  color: goldenrod;
}
/* Footer */
.foot {
  width: 100%;
  height: 48vh;
  background-image: linear-gradient(to top,rgb(27, 15, 23), rgb(5, 47, 82) ,rgb(27, 15, 23));
  margin-top: 2px;
}

.footrap {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 30px;
}
.box11{
  width: 350px;
}
.box11 h2 {
  text-align: center;
  padding-top: 20px;
  color: white;
  font-size: 30px;
  border-bottom: 2px solid wheat;
}

.box11 p {
  text-align: justify;
  padding-top: 15px;
  color: snow;
  font-size: 15px;
}
.box11 span{
  text-align: center;
  color: snow;
  font-size: 15px;
}

.box11 h5 {
  padding-top: 20px;
  color: gold;
}

.box11 a {
  text-decoration: none;
  color: white;
  font-size: 20px;
}

.box11 a:hover {
  text-decoration: underline;
  color: gold;
}

.box11 .form-inline{
  margin-left: 0px;
  padding-top: 15px;
}
.footer-social-links {
  font-size: 20px;
  text-align: left;
  margin-top: 20px;
}
.footer-social-links a:hover{
  color: var(--text-white);
  box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
  transform: translateY(-0.1875rem);
  border: 1px solid gold;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-social-links a {
  width: 30px;
  height: 30px;
  line-height: 25px !important;
  position: relative;
  margin: 0 5px;
  text-align: center;
  display: inline-block;
  color: #0a0505;
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.footer-social-links a i,
.footer-social-links a span {
  position: relative;
  top: 2px;
  left: 1px;
}

.footer-social-links a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid white;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);

}

.footer-social-links a:hover {
  color: #f0e8e8;
}

.footer-social-links a:hover:before {
  background: #111;
}

/* btn1 */
.btn1 {
  display: inline-block;
  outline: 0;
  border: 0;
  background-image: linear-gradient(to right, #e052a0, #f15c41);
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 14px;
}

.btn1:hover {
  background-image: linear-gradient(to right, #3ec7e0, #526bf4);
  color: aliceblue;
}


/* Footer */
.footer1 {
  width: 100%;
  height: 10vh;
  margin-top: 1px;
  background-image: linear-gradient(rgb(31, 34, 35), rgb(27, 15, 23));
}

.footrap1 {
  width: 80%;
  margin: auto;
}

.footrap1 p {
  padding-top: 20px;
  color: rgb(236, 222, 236);
  text-align: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
}

#copy {
  color: white;
}



