@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');
.body{
    background-color: azure;
    margin: 0;
    padding: 0;

}
body{
overflow-x: hidden;
}
.ser{
    padding-bottom: 10px;
    text-align: center;
}
#text1{
   
	
    font-size: 1em;
	padding: 20px;
    background: none;
	box-shadow: 5px 5px 5px black;
	border-top: 5px solid firebrick;
	margin-left: 20%;
	
	width:50%;
	align-items: center;
}
.inp-img
{
	height: 100px;
	width: 100px;
	margin-left: 100px;
	margin-top:-20px;
}
#text1:hover{
	
	
}


#btn1{
    width: 80px;
    height: 39px;
    text-align: center;
    font-size: 1em;
	background-color: firebrick;
	margin-top: 20px;
	margin-left: 150px;
	color: white;

	
}
#dbtn
{
	
	background-color: firebrick;
	color: white;
	display: none;
	margin-left: 90%;
	
}
#btn1:hover,#dbtn:hover{
    background: none;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    cursor: pointer;
	color: black;
	
	
	border:1px solid firebrick;
}
#outout{
    margin: 10px;
  
	
    padding: 25px;
    text-align: center;
	
     border-style: groove;
    border-radius: 20px;
}
.card img
{
	height: 200px;
	
}
.card-body a
{
	background-color: firebrick;
	color: white;
}
.card-body a:hover
{
	background-color: white;
	color: black;
}
#inout{
  
	
    text-align: center;
    
	
  
}
.btn
{
	box-shadow: 2px 5px 5px black;
}
#inout p{
    font-family: sans-serif;
    letter-spacing: 2px;
    font-size: 2em;
    margin-top: 3px;
    margin-bottom: 3px;
    text-shadow: 2px 2px #ddd;
    font-weight:200;
}
#out{
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 40%;
    text-align: left;
   color: firebrick;
    font-size: 1.5em;
    background-color: rgba(255,255,255,.7);
    border-radius: 50px;
}
section{
	height:30vh;
	background:rgb(93, 188, 210);
}
video
{
	object-fit: cover;
	height: 30vh;
	width: 100%;
	filter:drop-shadow(25)
	
}

h1 span
{
	display: inline-block;
	animation: animate 1s linear forwards;
	opacity: 0;
	
}
@keyframes animate
{
	0%
	{   opacity: 0;
		transform: rotateY(90deg);
		filter: blur(10px);
		
	}
	100%
	{
		opacity: 1;
		transform: rotateY(0deg);
		filter: blur(0px);
	}
}
#mob-v
{
	display: none;
}
#mob-v h1
{
	text-transform: uppercase;
	font-weight: bold;
	
	
}


@media only screen and (max-width: 600px) {
	.ser
	{
		margin-left: -100px;
	}
	#mob-v
	{
		display:block;
	}
	#w-v
	{
		display: none;
	}
	#btn1
	{
		
		margin-left: 20px;
	}
	
	
	#text1{
   
	
    font-size: 1em;
	padding: 20px;
    background: none;
	box-shadow: 5px 5px 5px black;
	border-top: 5px solid firebrick;
	margin-left: 30%;
	
	width:310px;
	align-items: center;
}
	h1
{
	margin: 0;
	padding: 0;
	position: absolute;
	top:15%;
	transform:translateY(-50%);
	width:100%;
	text-align: center;
	color:#ddd;
	font-size: 3em;
	font-family: sans-serif;
	letter-spacing: 0.5em;
	
}
	#dbtn
{
	
	background-color: firebrick;
	color: white;
	display: none;
	margin-left: 70%;
	
	
}
 
}


h1
{
	margin: 0;
	padding: 0;
	position: absolute;
	top:15%;
	transform:translateY(-50%);
	width:100%;
	text-align: center;
	color:#ddd;
	font-size: 3em;
	font-family: sans-serif;
	letter-spacing: 0.1em;
	
}
h1 span:nth-child(1)
{
	animation-delay: 0.5s
}
h1 span:nth-child(2)
{
	animation-delay: 0.75s
}
h1 span:nth-child(3)
{
	animation-delay: 1s
}
h1 span:nth-child(4)
{
	animation-delay: 1.5s
}
h1 span:nth-child(5)
{
	animation-delay: 1.75s
}
h1 span:nth-child(6)
{
	animation-delay: 2s
}
h1 span:nth-child(7)
{
	animation-delay: 2.75s
}
h1 span:nth-child(8)
{
	animation-delay: 2.90s
}
h1 span:nth-child(9)
{
	animation-delay: 3s
}
h1 span:nth-child(10)
{
	animation-delay: 3.5s
}
h1 span:nth-child(11)
{
	animation-delay: 3.75s
}
h1 span:nth-child(12)
{
	animation-delay: 4s
}
h1 span:nth-child(13)
{
	animation-delay: 4.5s
}
h1 span:nth-child(14)
{
	animation-delay: 4.75s
}
h1 span:nth-child(15)
{
	animation-delay: 5s
}

h1 span:nth-child(16)
{
	animation-delay: 5.25s
}

#in-img
{
	height:100px;
	width: 100px;
}


.cpd{
    text-align: right;
}
@media only screen and (max-width: 600px) {
    #out{
        padding-left: 20%;
    }
}
