a{
	text-decoration: none;
	color: white;
}

body{
	position: relative;
	font-family: Noto Sans;
	scroll-behavior: smooth;
	background: linear-gradient(purple,blue,violet);
}

@keyframes colorchange{
	0%{
		color: red;
	}

	50%{
		color: yellow;
	}

	100%{
		color: green;
	}
}

@keyframes contact{
	0%{
		background: red;
	}

	100%{
		background: black;
	}
}


.section{
	width: 100%;
	position: relative;
	
	color: white;
}

.phone{
	position: fixed;
	width: 50px;
	height: 50px;
	background: blue;
	border-radius: 50%;
	bottom: 1%;
	left: 1%;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	animation: phone .5s infinite; linear;
}

.phone i{
	font-size: 20px;
	color: white;
}

.WhatsApp{
	position: fixed;
	width: 50px;
	height: 50px;
	background: green;
	border-radius: 50%;
	bottom: 1%;
	right: 1%;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	animation: phone .5s infinite; linear;
}

.WhatsApp i{
	font-size: 25px;
	color: white;
}

.nav-barr{
	background: #000000d9;
}

.menu ul li a{
	color: white;
}

.mobile-menu{
	background: #000000d9;
}

.mobile-menu{
	color: white;
}

.togglerr{
	height: 30px;
	color: white;
	border: none !important;
	border-radius: 5px;
}

.menu{
	margin-left: 10px;
	margin-right: 10px;
}

.menu-wide{
	width: 100%;
}

.menu ul li{
	padding-right: 20px;
	position: relative;
}

.menu-list{
	margin-left: 100px;
/*	position: relative;*/
}

.togglerr{
	display: none;
}

.navibar{
	position: relative;
}

.menu ul li a:hover{
	color: white;
}

.yoyo{

	width: 20px !important;
	height: 20px !important;
	border: none;
	background: none;
	color: white;
}

.yoyo span{
	font-size: 25px !important;
}

.menu ul li:hover .dropdown-list{
	display: block;
	top: 147%;
	transition: .5s;
}

.menu h4{
	font-size: 30px;
	font-family: Lobster Two;
	animation: colorchange .5s 0s infinite linear;
}

.drop1{
	width: 100%;
	position: absolute;
	left: -50%;
	display: none;
}

.drop2{
	width: 100%;
	position: absolute;
	left: 50%;
	display: none;
}

/*.subdrpd{
	width: 100%;
	height: 0px;
	list-style: none;
	padding: 0px;
	border-radius: 0px;
	position: absolute;
	transition: .5s;
	border-radius: 5px;
	
	z-index: 99;
	left: -50%;
}*/

.subdrpd a{
	opacity: 1;
	transition: .6s;
	background: radial-gradient(violet,red);

}

.subdrpd a{
	width: 100%;
	padding-left: 10px;
	padding-bottom: 10px;
	transform: scale(1,1);
	transition: .2s;
}

.subdrpd a:hover{
	transform: scale(1.1,1.1);
	transition: .2s;
}

.drpd{
	width: 200%;
}

/*.drpd:hover .subdrpd li{
	border-bottom: 1px solid violet;
	transform: scale(1,1);
	opacity: 1;
	transition: .6s;
}*/

.drpd:not(:hover) .subdrpd li{
	transform: translate(0px,-1000px);
	opacity: 0;
	transition: .6s;
}

.drop1 a:hover{
	color: yellow !important;
}

.drop2 a:hover{
	color: yellow !important;
}

.drpd:hover .drop1{
	display: block;
}

.drpd:hover .drop2{
	display: block;
}


/*Mobile Menu*/

.drop-btn{
	background: none;
	border: none;
}

.dropdown-mob a{
	display: none;
}

/*.drop-btn:hover{
	background: none;
}*/

.dropdown:hover .dropdown-mob a{
	display: block;
}

.navibar h4{
	font-family: Lobster two;
	animation: colorchange .5s 0s infinite linear;
}

/*Banner*/

.banner{
	width: 100%;
	height: 550px;
	background: url(images/banner.jpg) fixed;
	background-size: cover;
	position: relative;
}

.banner-inner h2{
	animation: colorchange .5s 0s infinite linear;
	font-weight: bold;
	font-size: 35px;
}

.banner-inner{
	width: 550px;
	position: absolute;
	top: 20%;
	left: 10%;
	color: black;
	font-weight: bold;
}

.banner-inner p{
	font-weight: bold;
	font-size: 25px;
	color:  #000000;
}

.banner-inner h1{
	font-size: 35px;
	line-height: 50px;
	color: #cbff2a;
}	

.banner-inner button{
	background: #00970c;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 10px;
	cursor: pointer;
	margin-right: 10px;
}


.contact-btn{
	display: flex;
}

.contact-btn button:nth-child(2){
	background: blue;
}

.contact-btn button i{
	padding-right: 5px;
}

.email button{
	animation: contact .8s .8s infinite linear;
	border: 1px solid white;
	margin-top: 8px;
	color: white;
}

.email button:hover{
	background: black;
	transition: .5s;
}

.email button a{
	color: white;
}




/*Neon*/


.available-now a {
  font-size: 25px;
  margin-bottom: 0;
  margin-top: 0;
  text-decoration: none;
  color: #fff;
}

.available-now a{
  font-family: Monoton;
  animation: neon1 1.5s ease-in-out infinite alternate;
}

/*glow*/

@keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff1177,
      0 0 70px #ff1177, 0 0 80px #ff1177, 0 0 100px #ff1177, 0 0 150px #ff1177;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff1177,
      0 0 35px #ff1177, 0 0 40px #ff1177, 0 0 50px #ff1177, 0 0 75px #ff1177;
  }
}


/*Owl Carousel*/

.owl-carousel{
	margin: 10px;
	text-align: center;
}

.owl-carousel img{
	height: 250px;
}

.owl-carousel button span{
	font-size: 50px;
	color: white;
}

.owl-carousel button:nth-child(1){
	margin-right: 10px;
}

.owl-carousel button:nth-child(2){
	margin-left: 10px;
}

.owl-nav{
	text-align: center;
}

/*Body*/

.side-image img{
	width: 100%;
	border-radius: 10px;
	margin-bottom: 10px;
}

.paragraph{
	line-height: 28px;
}

.paragraph h6{
	font-size: 22px;
}

.images img{
	width: 100%;
	height: 300px;
	border-radius: 10px;
	border: 1px solid white;
}

.card-img img{
	height: 260px;
}

/*Bottom*/

.links ul li a:hover{
	color: yellow;
}