/*-- Body Reset --*/
body {
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}

/*============= LANDING GRADIENT =============*/

.landing {
  width: 100%;
  /* background-image: linear-gradient(90deg,#1da1f2,#981ceb); */

  /* background-image: linear-gradient(to right, #fa709a -40%, #fee140 100%); */

  /* background-image: linear-gradient(to top, #d5dee7 0%, #ffafbd 0%, #c9ffbf 100%); */



  margin-bottom: 0!important;
}



/*-- TOP BAR --*/
.top-bar {
  height: 2.8rem;
  padding: .5rem 0;
}
.top-bar a {
  color: white;
  text-decoration: none!important;
  font-size: 1.1rem;
}

/*-- HEADINGS & ICONS --*/

.quotes {
  display: none;
}
h4 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 1.6rem;
  letter-spacing: .1rem;
  padding-top: 7rem;
  text-shadow: .05rem .05rem .05rem rgba(0, 0, 0, .3);	
}
h1 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 3rem;
  letter-spacing: .2rem;
  padding: 1.8rem 0;
  text-shadow: .05rem .05rem .05rem rgba(0, 0, 0, .3);
}
.home .svg-inline--fa {
  color: rgba(255, 255, 255, .7);
  transition: all .6s ease;
}
.home .svg-inline--fa.fa-stack-1x:hover {
  color: rgba(255, 255, 255, 1);
  cursor: pointer!important;
  transition: all .6s ease;
  transform: scale(1.35);
}
.fa-globe-americas {
  color: rgba(255, 255, 255, 1)!important;
  transform: scale(1.25);
}
.fa-circle {
  opacity: .15;
}
.fa-stack.fa-2x {
  font-size: 2.3rem;
}
.home {
  padding-bottom: 7rem;
}

/*============= TOP BAR HEADER =============*/

.top-bar {
  height: 2.8rem;
  padding: .5rem 0;
}
.top-bar a {
  color: white;
  text-decoration: none!important;
  font-size: 1rem;
  font-weight: 200;
}

/*============= NAVIGATION =============*/

.navbar {
  /* background-image: linear-gradient(90deg,#1da1f2,#981ceb); */
  /* background-image: linear-gradient(to right, #434343 0%, black 100%); */
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, .15);
  padding: .3rem 0 .6rem;

  background-image: linear-gradient(to right, #fa709a -40%, #fee140 100%);

}
.navbar-brand img {
  height: 3rem;
  padding-top: .2rem;
}
button:active, button:focus {
  outline: 0 !important;
}
.nav-link {
  font-size: 1.2rem;
  margin-right: .8rem;
  text-transform: uppercase;
  letter-spacing: .12rem;
  font-weight: 200;
  color: black!important;
  text-shadow: .05rem .05rem .05rem rgba(0, 0, 0, .3);
}
.nav-link.active,
.nav-link:hover {
  border-bottom: .05rem solid white;
}

/*============= CONTENT STYLE =============*/

.fa-asterisk {
  font-size: 1rem;
  margin-bottom: .5rem;
}
h3 {
  font-weight: 300;
}
.w-100 {
  box-shadow: .2rem .2rem .2rem rgba(0, 0, 0, .1);
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
}

.text-black {
  color: black;
}

/*============= CAROUSEL =============*/

#carousel {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, .1);
}
.carousel-indicators {
  position: absolute;
  z-index: 1;
  bottom: -15%;
}
.carousel-indicators li {
  background-color: gray;
}
.carousel-indicators li.active {
  background-color: black;
}

/*---Change Carousel Transition Speed --*/
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  transition: transform 1.6s ease;
}

/*============= FOOTER =============*/

footer {
  /* background-image: linear-gradient(90deg,#1da1f2,#981ceb); */
  background-image: linear-gradient(to right, #fa709a -40%, #fee140 100%);
  box-shadow: 0 -1rem 1rem rgba(0, 0, 0, .15);
}
footer {
  padding: 2.5rem 2rem 2.5rem;
}
footer img {
  height: 3.5rem;
  margin: .5rem auto 2rem;
  display: block;
}
footer a, .footer p {
  color: white;
  text-decoration: none;
  text-align: center;
}
ul.social {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  max-width: 18rem;
}
ul.social li {
  margin: 0 auto;
}
footer .svg-inline--fa {
  font-size: 2.2rem;
}
footer .svg-inline--fa:hover {
  color: #d1d1d1;
}

/*============= SOCKET =============*/

.socket {
  /* background-image: linear-gradient(90deg,#1da1f2,#981ceb); */
  background-image: linear-gradient(to right, #434343 0%, black 100%);
  /* background-image: linear-gradient(to right, #fa709a -40%, #fee140 100%); */
  border-top: .05rem solid white;
  padding: 1rem;
}
.socket h4 {
  padding-top: 1rem;
}
.socket a {
  color: white;
}

/*============= MEDIA QUERIES =============*/
/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {
   h1 {
    font-size: 2.6rem;
  }
  .fa-stack.fa-2x {
    font-size: 2.1rem;
  }
  .fixed-background {
    padding: 6.5rem 0;
  }
}
/* Devices under 992px (xl) */
@media (max-width: 991.98px) {
  h1 {
   font-size: 2rem;
   padding: 1.4rem 0;
 }
  .fa-stack.fa-2x {
    font-size: 1.8rem;
  }
  .fixed-background {
    padding: 5.5rem 0;
  }
}
/* Devices under 768px (md) */
@media (max-width: 767.98px) {
  h1 {
    font-size: 1.8rem;
  }
  .fixed-background {
    padding: 4rem 0;
  }
  .carousel-indicators {
    bottom: -22%;
  }
}

/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/

/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}


/*============= UNIVERSAL PARALLAX PLUGIN CSS =============*/
.parallax-container {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 15px;
  position: relative;
  width: 100%;
  background-color: rgba(204,157,180,0.5);
}
.parallax-container .parallax-content {
  margin: 0 auto;
  width: 100%;
}
.parallax__container {
  clip: rect(0, auto, auto, 0);
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -100
}
.parallax__container .parallax {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 100%
}


.text-tz {
  color:#10114c;
  border: .05rem solid #10114c;
}


.text-c1 {
 color: #1A2980;
 font-weight: 500;
}

.text-c2 {
  color: #12D8FA
 }

 .text-c3 {
  color: #5b2c6f;
  font-weight: 500;
 }
 
.border1 {
  /* border: 1px solid #26D0CE;  */
  border: 1px solid rgba(240, 128, 128, 0.7)
}


#cent {
  display: grid;
  place-items: center;
  height: 200px; /* Set a height to the container */
  }

  
  .list-group-item {
    background-color: #B5DBFD;
    color: #000;
    border: none;
    font-weight: bold;
  }

  .list-group-item:hover {
    background-color:#00a8ff;
    color:#fff
  }

  
  .list-group-item1 {
    background-color: #fab1a0;
    color: #341f97;
    border: none;
    font-weight: bold;
    border-radius: 0.2rem;
  }

  .list-group-item1:hover {
    background-color:#e17055;
    color:#fff
  }