body
{
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: black;
}

.title ul
{
  position: absolute;
  top: 20%;
  margin: 0;
  padding: 0;
  display: flex;
}
.title ul li
{
  position: relative;
  list-style: none;
  width: 40px;
  height: 40px;
  margin: 0 30px;
  transform: rotate(-30deg) skew(25deg);
  background: #000000;
}
.title 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;

}
.title ul li:hover span
{
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
}
.title ul li:hover span:nth-child(5)
{
  transform: translate(40px, -40px);
  opacity: 1;
}
.title ul li:hover span:nth-child(4)
{
  transform: translate(30px, -30px);
  opacity: .8;
}
.title ul li:hover span:nth-child(3)
{
  transform: translate(20px, -20px);
  opacity: .6;
}
.title ul li:hover span:nth-child(2)
{
  transform: translate(10px, -10px);
  opacity: .4;
}
.title ul li:hover span:nth-child(1)
{
  transform: translate(0,0);
  opacity: .2;
}
.title ul li:nth-child(1) span
{
  background: #3b5999;
}
.title ul li:nth-child(2) span
{
  background: #55acee;
}
.title ul li:nth-child(3) span
{
  background: #0077B5;
}
.title ul li:nth-child(4) span
{
  background: #ff4500;
}
.title ul li:nth-child(5) span
{
  background: #34526f;
}
.title ul li:nth-child(6) span
{
  background: #c8232c;
}
.title ul li:nth-child(7) span
{
  background: #005be2;
}.title ul li:nth-child(8) span
{
  background: #f74425;
}.title ul li:nth-child(9) span
{
  background: #4c75a3;
}
h1
{

  text-align: center;
  font-size: 2vw;
  color: #ccc;
}

h3
{
  font-size: 1vw;
  color: #ccc;
}
.left h3
{
  position: absolute;
  top: 33%;
  left: 5%;
}
.center h3
{
  position: absolute;
  top: 33%;
  left: 45%;
}
.right
{
  position: absolute;
  top: 33%;
  left: 70%;
}


.bottom ul
{
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 60%;
  background: #ccc;
  margin: 0;
  padding: 0;

}
.bottom ul li{
  list-style: none;
  position: relative;
  width: 33.33%;
  height: 100%;
  border-right: 1px solid #000;
  float: left;
  box-sizing: border-box;
  transition: 0.5s;
  text-align: center;
  overflow: hidden;
}
.bottom ul li:nth-child(1)
{
  background: url(images/bg1.jpg);
  background-size: cover;
  background-position: left;
}
.bottom ul li:nth-child(2)
{
  background: url(images/bg2.jpg);
  background-size: cover;
  background-position: left;
}
.bottom ul li:nth-child(3)
{
  background: url(images/bg3.jpg);
  background-size: cover;
  background-position: right;
}

.bottom ul:hover li
{
  width: 20%;
}
.bottom ul li:hover
{
  width: 60%;
}
.bottom ul li .content
{
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  color: #fff;
  opacity: 0;
}
.bottom ul li .content h2
{
  font-size: 1vw;
}

.bottom ul li:hover .content
{
  bottom: 0;
  transition: 0.5s;
  transition-delay: 0.5s;
  opacity: 1;
}

.form
{
position: absolute;
top: 70%;
left: 50%;
transform: translate(-50%,-50%);
margin: 0;
padding: 0;
display: flex;
}
.form a
{
  text-decoration: none;
  text-align: center;
  list-style: none;
  width: 300px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin: 0 50px;
  background: rgba(255, 255, 255,.8);
  border-radius: 50%;
  color: #000635;
  transition: .5s;
}
.form a:hover
{
background: #fff;
box-shadow: 0 0 10px rgba(255,255,255,1),
            0 0 20px rgba(255,255,255,1),
            0 0 30px rgba(255,255,255,1),
            0 0 0 75px rgba(255,255,255,0.05),
            0 0 0 60px rgba(255,255,255,0.05),
            0 0 0 45px rgba(255,255,255,0.05),
            0 0 0 30px rgba(255,255,255,0.05),
            0 0 0 15px rgba(255,255,255,0.05);
}



/*
a
{
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height:60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: sans-serif;
box-sizing: border-box;
background: linear-gradient(90deg, #03a9f4, #ffeb3b, #03a9f4);
background-size: 400%;
border-radius: 30px;
z-index: 1;

}
a:hover
{
animation: animate 8s linear infinite;
}
@keyframes animate
{
0%
{
  background-position: 0%
}
100%
{
  background-position: 400%
}
}
a:before
{
content: '';
position: absolute;
top: -5px;
left: -5px;
right: -5px;
bottom: -5px;
z-index: -1;
background: linear-gradient(90deg, #03a9f4, #ffeb3b, #03a9f4);
background-size: 400%;
border-radius: 40px;
filter: blur(20px);
opacity: 0;
transition: 0.5s;
}
a:hover:before
{
filter: blur(20px);
opacity: 1;
animation: animate 8s linear infinite;
} */

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
p
{
  padding: 5%;
}
