@font-face {
  font-family: 'Visby';
  src: url('../fonts/VisbyCF-Regular.otf');
}


body {
  font-family: 'Visby', cursive;
	background: #273895;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #42D0A0, #273895);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #42D0A0, #273895); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
h1.major,
h2.major,
h3.major,
h4.major,
h5.major,
h6.major {
  padding-bottom: 1em;
  border-bottom: solid 2px rgba(255, 255, 255, 0.125);
  margin-bottom: 20px;
}
a {
  color: #33A9B7;
  display: inline-block;
}
#typer-size{
	font-size: 35px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
a:hover,
a:focus {
  color: #00E4FF;
  text-decoration: none;
}
header {
  display: table;
  position: relative;
  width: 100%;
  height: 100vh;
  color: white;
}
header #particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
header .vert-text {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
header .vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}
header .vert-text .scroll-down {
  display: block;
  position: absolute;
  bottom: 12%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
header .vert-text .scroll-down:hover {
  opacity: 0.5;
}
header .vert-text .scroll-down::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
header .vert-text .scroll-down::before {
  position: absolute;
  top: -22px;
  left: -22px;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box;
}



#contacts {
	margin: 0 auto;
  padding: 160px 0;
	background: #224;
	width: 100%;
  color: #fff;
	transition: all 1.7s ease;
}
#contacts:hover{
	background: #273895;
	color: #fff;
}
#contacts .social {
  padding-bottom: 20px;
  border-bottom: solid 2px rgba(255, 255, 255, 0.125);
}

#contacts p {
  margin: 0;
  color: #c5c5c5;
}



form{
	margin-top: 40px;
	width: 100%;
}

input, .form-select{
	margin-top: 20px;
	width: 330px;
	height: 55px;
	border-radius: 100px;
	padding: 10px;
	outline: none;
	background: rgba(0,0,0,0.2);
	border: 1px solid #fff;
	transition: all 0.3s ease;
}

textarea {
  margin-top: 20px;
  width: 330px;
  border-radius: 10px;
  padding: 10px;
  outline: none;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
}

input:focus{
	background: rgba(102,51,153, 0.3);
	color: #fff;
	border: 1px solid #FEE92D;
}
::placeholder{
	color: #fff;
}
.zayn{
	margin-top: -70px;
  font-size:24px;
  font-weight: 700;
}


hr.style17 {
	border-top: 1px solid pink;
	text-align: center;
	width: 250px;
	margin-top: 10px;
}
hr.style17:after{
	border-top: 1px solid pink;
	border-right: 1px solid pink;
	border-bottom: 1px solid pink;
	border-left: 1px solid pink;
}
hr.style17:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -10px;
	padding: 0 10px;
	background: #fa3380;
	color: #fff;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}


button{
	border-radius: 100px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
	height: 45px;
	width: 200px;
	text-align: center;
	outline: none;
	background: #f0d800;
	border: 1px solid #eee;
	box-shadow: 8px 10px 20px 0px rgba(46,61,73,0.15);
	transition: all 0.3s ease;
}
button:hover{
  background: #FEE92D;
}

.p-img{
	text-align: center;
	position: relative;
	top: -70px;
}
#header img{
	z-index: 100;
	/* border-radius: 50%; */
	width: 20rem;
	/* height:250px; */
}




@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*  FOLLOW*/
.Follow {	  background:url("img/whatsapp.png")no-repeat center / contain;
	width: 50px;
	height: 50px;
	bottom: 9px;
	right: 20px;
	display:block;
	position:fixed;
	border-radius:50%;
	z-index:999;
	animation:  rotation 10s infinite linear;
	}

/* @-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
} */

p {
  margin-left: 25px;
  margin-right: 25px;
}

option { 
  color: #000;
  background-color: #82caff;
}













.center-div {
  display: flex;
  justify-content: center;
}

.center-child {
  padding:0 !important;
}


ul {
  list-style: none;
}

ul li {
  margin:5px 5px;
  float:left;
}

.wp-icon {
width: 50px;
height: 50px;
border-radius: 50%;
text-align: center;
line-height: 50px;
vertical-align: middle;
color: #fff;
margin-right: 5px;
}

.fa-facebook-f {
background: #3B5998;
}

.fa-linkedin {
background: #0077B5;
}

.fa-twitter {
background: #1DA1F2;
}
.fa-instagram {
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.fa-google-plus {
background: #D04338;
}
.fa-youtube {
background: #FF0000;
}

.fa-pinterest {
background: #BD081C;
}


@media only screen and (max-width: 768px) {
  #typer-size {
    display: none !important;
  }
}