@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yatra+One&display=swap');

body
{
    /*font-family: 'Italianno', cursive;*/
	font-family: Poppins;
}



.navbar-nav { 
  /*margin: 150px auto 0; */
  /*padding: 0; */
  /*list-style: none; */
  /*display: table;*/
  /*width: 600px;*/
  text-align: center;
}
.nav-item { 
  /*display: table-cell; */
  /*position: relative; */
  /*padding: 15px 0;*/
}
 
  
.nav-link{
    font-weight:bold;
  color:black;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  
  display: inline-block;
  padding: 15px 20px;
  position: relative;
}
.nav-link:after { 
     color:#b116b7;
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background:#b116b7;
   
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.nav-link:hover:after { 
  width: 100%; 
   
  left: 0; 
}

@media screen and (max-height: 300px) {
.navbar-nav {
		margin-top: 40px;
	}

}



/*.navbar-nav .nav-item .nav-link:hover {*/
/*color: rgb(129, 91, 73);*/
/*background-color: rgba(0, 0, 0, 0.1);*/
/*}*/
/*.navbar-nav .nav-item .nav-link:focus {*/
/*  color: #0DB159;*/
/*}*/
/*.navbar-nav .nav-item:active .nav-link {*/
/*  color: #0DB159;*/
/*}*/

/*#navbarSupportedContent a:active {*/
/*    color: #0DB159;*/
/*}*/





.nav-link
{
	font-size: 1.0rem;
}
.text-small {
    font-size: 1.5rem !important;
}
span
{
	color: #ff3300
}
.header {
    background-color: #00d2ff;
    background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 100%);
}

/*.section-1 {*/
/*    background: #f5f5f5;*/
/*}*/



*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#texture {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;

  min-height: 50vh;
  padding: 20px;

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


/* other */
.info {
  margin: 20px 0;
  text-align: center;
}

p {
  color: #2e2e2e;
  margin-bottom: 20px;
}


/* block-$ */
.block-effect {
  font-size: calc(8px + 6vw);
}

.block-reveal {
  --t: calc(var(--td) + var(--d));

  color: transparent;
  padding: 4px;

  position: relative;
  overflow: hidden;

  animation: revealBlock 0s var(--t) forwards;
}

.block-reveal::after {
  content: '';

  width: 0%;
  height: 100%;
  padding-bottom: 4px;

  position: absolute;
  top: 0;
  left: 0;

  background: var(--bc);
  animation: revealingIn var(--td) var(--d) forwards, revealingOut var(--td) var(--t) forwards;
}


/* animations */
@keyframes revealBlock {
  100% {
   color: #0D2C4B;
  }
}

@keyframes revealingIn {

  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes revealingOut {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }

}

.abs-site-link {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: hsla(0, 0%, 0%, .6);
  font-size: 16px;
}


/*.section-2 {*/
    /*background-color:whitesmoke;*/
/*   background: rgb(230,242,255);*/
/*background: linear-gradient(90deg, rgba(230,242,255,1) 71%, rgba(230,242,255,1) 80%)*/
/*}*/


.req
{
/*font-family: 'Yatra One', cursive;*/
font-family: 'Italianno', cursive;
  font-weight: bold;
  text-align: center;
  color: black;
  font-size:3rem;
}
@media only screen and (max-width: 600px) {
    .req
{
font-family: 'Yatra One', cursive;
  font-weight: bold;
  text-align: center;
  color: black;
  font-size:1.4rem;
}
}
.container .button {
  text-align: center;
  font-size: 1rem;
  border-radius: 1rem;
  background-color:   #33cc33;
  border: none;
  color: #fff;
  width: 30vw;
  transition-duration: 0.4s;
  overflow: hidden;
  box-shadow: 0 5px 15px #193047;
  padding: 0.2rem;
  font-family: Poppins;
}

.button:hover {
  background: #fff;
  box-shadow: 0px 2px 10px 5px #1abc9c;
  color: #000;
}

.button:after {
  content: "";
  background: #1abc9c;
  display: block;
  position: absolute;
  opacity: 0;
  transition: all 0.8s
}

.button:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s
}

.button:focus { outline:0;
 }
.section-3 {
    background: white;
}
.lead
{
	text-align: left;
	font-size: 1.3rem;
	font-family: Poppins;
}
.lead-1
{
	text-align: left;
	font-size: 1.25rem;
	font-family: 'EB Garamond', serif;
}
.container
{
position: relative;
}
.container a
{
  text-decoration: none;
  
}
.pro
{
  width: 100%;
  height: auto;
}
.top-left {
  position: absolute;
  top: 27%;
  left:21%;
  font-size: 1.4vw;
  font-weight: bold;
  color: #fff;
}
.left-bottom{
  position: absolute;
  top: 62%;
  left:21%;
  font-size:1.4vw;
  font-weight: bold;
  color: #fff;
}
.top-right{
  position: absolute;
  top: 30%;
  left: 71%;
  font-size: 1.4vw;
  font-weight: bold;
  color: #fff;
}
.right-bottom{
  position: absolute;
  top: 64%;
  left: 70%;
  font-size: 1.4vw;
  font-weight: bold;
  color: #fff;
}
.section-4 {
    background: #f2f2f2;
}
.image {
  border-radius: 4px;
  padding: 5px;
  width: 150px;
}
.section-5 {
    background: white;
}
.section-6
{
	background: white;
}
	  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
#card-1
{
	height: auto;
	width: 100%;
	background-color: whitesmoke;
	box-sizing: border-box;
    border-radius: 2rem;
    padding: 1rem;
}
#slider-head
{
	text-align: center;
	padding: 1rem;
}
 .carousel-inner .card-1 {
    width: 100%;
    height: 100%;
  }


:root {
  --color: #4973ff;
}

.content {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
.hero {
  position: relative;
  background: #ffffff;
  color: white;
  height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero h2 {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  margin: 0 0 10px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
}

.hero p {
  position: relative;
  z-index: 1;
  font-size: .8rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
  text-align: center;
}
.btn
{
 position: relative;
  z-index: 1;
  height: 3rem;
  width: 80%;
  border-radius: 1rem;
  align-items:center;
  background-color:white;
}
.hero .bttn a
{
	position: relative;
	font-size: 1rem;
	text-align: center;
	text-decoration: none;
	top: 0.8rem;
	color: black;
}

.waves {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 200px;
  background-color: var(--color);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  transition: 500ms;
}

.waves::before,
.waves::after {
  content: '';
  position: absolute;
  width: 300vw;
  height: 300vw;
  top: -65vw;
  left: 50%;
  transform: translate(-50%, -75%);
}

.waves::before {
  border-radius: 44%;
  background: rgba(51, 51, 51, 1);
  animation: waves 8s linear infinite;
}

.waves::after {
  border-radius: 44%;
  background: rgba(51, 51, 51, 0.5);
  animation: waves 15s linear infinite;
}

@keyframes waves {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}
.column {
  float: left;
  width: 20%;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
.row {margin: 0 -5px;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.w3-card-4
{
	height: auto;
	width: auto;
	background-color: white;
	text-align: center;
	align-items: center;
	border-radius: 1rem;
	box-sizing: border-box;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.footer1
{
	height: 4rem;
	width: 100%;
	background-color:#4d4dff;
	color: white;
	font-family: Tinos;
	font-size: 1.2rem;
   margin: 23.8px 0 0;
  text-align: center;
}










 
