body{
    margin: 0;
    padding: 0;
    font-family: Century Gothic;
	background-image: url(image.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}

.heading{
		text-align: center;
	font-size: 70px;
	margin-top: 170px;
	color: white;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
		
input[type=text]{
	background-color: transparent;
	color: white;
}

input[type=text]::placeholder{
	color: white;
}

input[type=email]{
	background-color: transparent;
	color: white;
}

input[type=email]::placeholder{
	color: white;
}


#textarea{
	background-color: transparent;
	color: white;
	font-size: 20px;
	
}

#textarea::placeholder{
	color:white;
}

input[type=submit]{
	font-size: 18px;
	letter-spacing: 2px;
   background-color: transparent;
   transition: 0.5s ease;
   border: 2px solid ;
  height: 50px;   

}

.col-md-3
{
    left: 16.65%;
}
/*/////////////////////////////////////////////////////////////////////////////*/


ul
{
    float: right;
    list-style-type: none;
    margin-top: 25px;
}

ul li
{
    
    display: inline-block;
}

.icon
{
    text-decoration: none;
    color: #fff;
    padding: 5px 20px;
    border: 1px solid transparent;
    transition: 0.85s ease;
}

a:hover
{
    text-decoration: none;
    background-color: #fff;
    color: #000000;
}

.bar li.active a
{
    background-color: #fff;
    color: #000;
}

.logo img
{
    float: left;
    width: 150px;
    height: auto;
}

.main
{
    max-width: 1200px;
    margin: auto;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.socialmedia
{
    margin: 0;
    padding: 0;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ul
{
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
}

.ul li
{
    position: relative;
    list-style: none;
    width: 60px;
    height: 60px;
    margin: 0 20px;
    transform: rotate(-30deg) skew(25deg);
    /*background: #ccc;*/
}

.ul li span
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: 0.5s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px !important;

}

.ul li span:hover
{
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .1)
}

.ul li:hover span:nth-child(5)
{
    transform: translate(40px,-40px);
    opacity: 1;
}

.ul li:hover span:nth-child(4)
{
    transform: translate(30px,-30px);
    opacity: .8;
}

.ul li:hover span:nth-child(3)
{
    transform: translate(20px,-20px);
    opacity: .6;
}

.ul li:hover span:nth-child(2)
{
    transform: translate(10px,-10px);
    opacity: .4;
}
.ul li:hover span:nth-child(1)
{
    transform: translate(0px,0px);
    opacity: .2;
}

.ul li:nth-child(1) span
{
    background: #3b5999;
}

.ul li:nth-child(2) span
{
    background: #55acee;
}

.ul li:nth-child(3) span
{
    background: red;
}

.ul li:nth-child(4) span
{
    background: #0077b5;
}

.ul li:nth-child(5) span
{
    background: #e63b5a;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.gamebtn
{
    width: 20%;
    height: 50%;
    padding: 10px 30px;
    cursor: pointer;
    display: block;
    margin: auto;
    background: linear-gradient(120deg, #a01c1c, #411553, #0f3c5a);
    background-size: 200%;
    color: #000000;
    border: none;
    outline: none;
    border-radius: 30px;
    transition: .5s;
}
.gamebtn:hover
{
    background-position: right;
    border-radius: 10px;
}

.rb
{
    text-decoration: none;
    color: turquoise;

}

.rb:hover
{
    text-decoration: none;
    background-color: transparent;
    color: teal;
}

