@charset "UTF-8";

/*body class*/

.doun {
	right: 0rem;
	left: 0rem;
	top: 0rem;
	background-color: #5386bd;
}

/*Back images blocks*/
.big-images-vfx {
    left: 0px;
	right: 0px;
	top: 0px;
	padding: 5px;
	height: 58rem;
	background-image: url(../images/big20/girl-n-robot.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: left;
}

.big-images-home {
	left: 0px;
	right: 0px;
	top: 0px;
	height: 62rem;
	padding: 5px;
	background-image: url(../images/big20/rain-water.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top;
}

.big-images-3d {
	left: 0px;
	right: 0px;
	top: 0px;
	height: 62rem;
	padding: 5px;
	background-image: url(../images/big20/space_older.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top;
}

.big-images-games {
	left: 0px;
	right: 0px;
	top: 0px;
	height: 58rem;
	padding: 5px;
	background-image: url(../images/big20/old_fl_sh.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
}

.big-images-text {
	left: 0px;
	right: 0px;
	top: 0px;
	height: 44rem;
	padding: 5px;
	background-image: url(../images/big20/text_back.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
}

.big-images-back {
	left: 0px;
	right: 0px;
	padding: 5px;
	background-image: url(../images/svg-big/back_000.svg);
	background-size: auto;
	background-repeat: repeat-y;
	background-position: top;
	overflow: auto;
}

/*text**/

.general-text {
	font-family: Goldman;
	font-style: italic;
	font-size: 20px;
	color: #23334c;
}

.general-text-1 {
	font-family: Goldman;
	font-style: normal;
	font-size: 20px;
	color: #23334c;
}

.general-text-center {
	font-family: arial;
	font-size: 16px;
	color: #10232d;
	text-align: center;
}

/*backs*/

.shadow-gen {
	left: 0px;
	right: 0px;
	top: 0px;
	text-shadow: 6px 6px 6px rgba(69, 11, 88, 0.82);
}

.ram-block {
	left: 0px;
	right: 0px;
	top: 0px;
	padding: 5%;
	border-style: groove;
	border-color:#ffffff;
	border-radius: 25px;
	background: #d8cccc;
}

.ram-block-1 {
	left: 0px;
	right: 0px;
	top: 0px;
	padding: 4%;
	border-radius: 5%;
	border-style: groove;
	border-color:#ffffff;
	background: rgba(118, 110, 142, 0.52);
}

.ram--no-blocks {
	left: 0px;
	right: 2px;
	top: 0px;
	padding: 4%;
	background: #ffffff;
	font-size: 16px;
}

/*buttons*/

.button-blue-grey {
	width: 85%;
	height: 40px;
	padding: 4px;
	border-style: ridge;
	border-radius: 20rem;
	border-color: #ebecec;
	background: #757fa5;
	text-align: center;
	text-decoration-style: solid;
	font-family: arial;
	font-size: 18px;
	color: #090d33;
}

/*slaider*/

* {box-sizing:border-box}

.slideshow-container {
  max-width: 85%;
  position: relative;
  margin: auto;
  background-color: #283593;
}

.slaider-text {
  font-size: 28px;
  font-family: Goldman;
  color: #e2dede;
  text-align: center;
  padding: 12px;
  bottom: 8px;
  width: 100%;
}

.mySlides {
    display: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
