body { background-color: #1f004d; background-image: url('https://i.imgur.com/GQnULb9.jpeg'); background-repeat: no-repeat; background-position: center top; background-attachment: fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-cover: cover;background-size: cover; z-index: -2; }
 @media only screen and (max-width: 700px){
   body { 
          
   background-image: url('https://i.imgur.com/E9zny84.jpeg');
   }}	

body {
    
  font-family: 'Abel', sans-serif;
  margin: 0;
  	font-weight: 600;
	font-size: 16px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	overflow-x: hidden;


}
#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 10rem;    /* Footer height */
}

#footer {
  position: absolute;
  bottom: -200;
  width: 100%;
  height: 10rem;    
  background-color: white;
             color:black;
             text-align: center;
        font-size:18px;
  
}

  @media only screen and (max-width: 700px){
   #footer { 
          
   font-size:10px;
   }}
.content{
   
     position:relative; width: 100%; max-width: 860px; background-color: rgba(0,0,0,0.6);  color: black; text-align: center; margin: 1%  auto 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; padding-bottom: 3px; padding-top: 6px;  
     letter-spacing: 3px;
     margin-top: -1%;
      animation-name: createbox;
    animation: createbox 1s;
    animation-delay: 2s;
    visibility: hidden;
    animation-fill-mode: forwards;
}
@keyframes createbox{
   
    from {
        transform: scale(0);
        
    }
    to {
        transform: scale(1);
        visibility: visible; 
    }
}


@media only screen and (max-width: 640px){
 .content{
     max-width: 320px;
   margin-top: 25%;
     font-size:11px !important;
 }
    
}
@media only screen and (min-width: 1440px){
 .content{
     max-width: 1320px;
  
     font-size:28px !important;
 }
    
}
@media only screen and (max-width: 700px){
 a{
     font-size:11px !important;
 }   
}

  .video-1 {
    position:relative;
       border: 1px solid transparent; 
 background: -webkit-linear-gradient(60deg, gold, #f39600);
 background-color:black;
 border-radius:10px;
  
 padding-bottom: 32%; 
 width: 57%;
  height: 0;
  
 }
 .video-1 iframe {
  position: absolute;
  top: 0;
  left: 0;
 border-radius:10px;
      width: 100%;
  height: 100%;
}
  @media only screen and (max-width: 700px){
 .video-1{
     padding-bottom: 52%;
     width:90%;
 }   
}
 
.float{
    top: 0; bottom: 0; left: 0; right: 0;

position: absolute;
margin: 45% -19% auto;
	width:49%;
	height:10%;
	background: linear-gradient(rgb(255, 0, 0, 0), rgb(179, 0, 0, 0));
	color:#FFF;
	border-radius:10px;
	text-align:center;
	
	z-index:999;
}
 @media only screen and (max-width: 600px){
 .float {
     width:60%;
     height:10%;
 } 
}
.my-float{
    font-size: 1.1em;
    color: rgb(255, 0, 0, 0.8);
	margin-top:15px;
}
 @media only screen and (max-width: 600px){
 .my-float{
	margin-top:8px !important;
}
}
@media only screen and (min-width: 1440px){
 .my-float{
	margin-top:20px !important;
}
    
}

.wrapper .float2{
	position:fixed;
 display: inline-block;
 height: 2.5rem;
  width: 2.5rem;
	bottom:10px;
	left:10px;

 float: left;
  margin: 0 5px;
  overflow: hidden;
  background: #fff;
	border-radius:50px;

 cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  transition: all 0.3s ease-out;
	z-index:999;
}

.wrapper .float2:hover{
  width: 270px;
}
.wrapper .float2 .icon{
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 2.5rem;
  transition: all 0.3s ease-out;
  color:red;
}
.wrapper .float2:nth-child(1):hover .icon{
  background: red;
}
.wrapper .float2 .icon i{
  font-size: 25px;
  line-height: 2.5rem;
  transition: all 0.3s ease-out;
}
.wrapper .float2:hover .icon i{
  color: #fff;
}
.wrapper .float2 span{
  font-size: 20px;
  font-weight: 500;
  line-height: 2.5rem;
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
.wrapper .float2:nth-child(1) span{
  color: red;
}
@media only screen and (min-width: 700px){
 .mob-br{
     display: none;
 }   
}