/* @import url('https://fonts.googleapis.com/css?family=Michroma&display=swap'); */

body {
	background: linear-gradient(90deg, #0000FD 0%, #000000 100%);
	overflow-x: hidden;
}

footer {
	overflow-x: hidden;
}

.card {
	background: linear-gradient(270deg, #0000FD 0%, #000000 100%); 
}

html {
    font-size: 20px;
}

a {
    color: rgb(181, 181, 181);
    text-decoration: none;
}

span {
    font-style: italic;
}

/* дата */
.date {
	list-style-type: none;
}

/* вер. навигационная панель */
.navbar {
	background: linear-gradient(90deg, #0000FD 0%, #000000 100%);
}

.page-color-navbar-contacts {
	background: #FF4D00;
}

.navbar-brand {
    animation: Logo 3s ease 0s infinite normal forwards;
}

@keyframes Logo {
	0% {
		animation-timing-function: ease-out;
		transform: scale(1);
		transform-origin: center center;
	}

	10% {
		animation-timing-function: ease-in;
		transform: scale(0.91);
	}

	17% {
		animation-timing-function: ease-out;
		transform: scale(0.98);
	}

	33% {
		animation-timing-function: ease-in;
		transform: scale(0.87);
	}

	45% {
		animation-timing-function: ease-out;
		transform: scale(1);
	}
}

.link {
	color: aquamarine;
}

.link:hover {
	background-color: transparent;
}

.dropdown-menu.show {
	display: flex;
	--bs-dropdown-border-width: 0;
	--bs-dropdown-min-width: 60rem; 
	--bs-dropdown-padding-y: 0.8rem; 
	--bs-dropdown-border-radius: none;
}

.dp-dn.show {
	--bs-dropdown-min-width: 10rem; 
}

.dropdown-item {
	--bs-dropdown-item-padding-y: 0.20rem;
	--bs-dropdown-item-padding-x: 0.50rem;
}

.nav-link {
    color: aquamarine;
	cursor: pointer;
}

.dropdown-item.active {
	--bs-dropdown-link-active-bg: none;
}
 
a.dropdown-item.link:hover {
	color: whitesmoke;
}

.navbar-nav a:hover {
    color: whitesmoke;
}

.navbar-contacts a:hover {
	color: whitesmoke;
}

.navbar-nav .nav-link.active {
    color: whitesmoke;
}

.navbar-brand img {
    width: 55px;
}

.navbar-toggler:hover {
	transform:scale(1.1);
}

/* монитор */
.center,
.name {
    text-align: center;
}

/* боковая навигационная панель */
.side-bar video {
	background: linear-gradient(90deg, #311ffe 0%, #09012d 100%);
}

.text {
    font-size: 18px;
}

.text p {
	text-align: center;
}

#mental-whale {
    animation: mental-whale 5s ease 0s infinite normal forwards;
}

@keyframes mental-whale {
	0% {
		transform: scale3d(1, 1, 1);
	}

	30% {
		transform: scale3d(1.25, 0.75, 1);
	}

	40% {
		transform: scale3d(0.75, 1.25, 1);
	}

	50% {
		transform: scale3d(1.15, 0.85, 1);
	}

	65% {
		transform: scale3d(0.95, 1.05, 1);
	}

	75% {
		transform: scale3d(1.05, 0.95, 1);
	}

	100% {
		transform: scale3d(1, 1, 1);
	}
}

#whale-breath {
    animation: whale-breath 5s ease 0s infinite normal forwards;
}

@keyframes whale-breath {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

#whale-water {
    animation: whale-water 5s ease 0s infinite normal forwards;
}

@keyframes whale-water {
	0% {
		animation-timing-function: ease-in;
		opacity: 1;
		transform: translateX(48px);
	}

	24% {
		opacity: 1;
	}

	40% {
		animation-timing-function: ease-in;
		transform: translateX(26px);
	}

	65% {
		animation-timing-function: ease-in;
		transform: translateX(13px);
	}

	82% {
		animation-timing-function: ease-in;
		transform: translateX(6.5px);
	}

	93% {
		animation-timing-function: ease-in;
		transform: translateX(4px);
	}

	25%,
	55%,
	75%,
	87%,
	98% {
		animation-timing-function: ease-out;
		transform: translateX(0px);
	}

	100% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: translateX(0px);
	}
}

#whale-food {
	animation: whale-food 5s ease 0s infinite normal forwards;
}

@keyframes whale-food {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.2;
	}

	100% {
		opacity: 1;
	}
}

#whale-exercise {
    animation: whale-exercise 5s ease 0s infinite normal forwards;
}

@keyframes whale-exercise {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 50%;
	}

	10% {
		transform: rotate(8deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-10deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(10deg);
	}

	80% {
		transform: rotate(-8deg);
	}

	90% {
		transform: rotate(8deg);
	}
}

button {
    font-family: 'Courier New';
    font-style: italic;
    color: rgb(205, 241, 255);
    border: none;
    background: transparent;
    cursor: pointer;
}

button:hover {
    transform: scale(1.2) translateX(8px);
}

#moremental, 
#morebreath, 
#morewater, 
#morefood, 
#moreexercise,
#morebioenergy,
#moretelemedicine,
#moregymnastics,
#morekitchen {
    display: none;
}

/* технологии */
.SHA {
    animation: SHA 3s ease 1s 1 normal backwards;
}

@keyframes SHA {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

.slide-text {
    margin: auto auto;
}

.col-lg-10 h3, h5 {
    text-align: center;
}

.slide-photo {
    text-align: center;
}

/* услуги */
.card  {
    color: whitesmoke;
}

.card-body:hover,
.card-body h5:hover,
.card-body a:hover {
	background: rgb(31, 181, 131);
	color: blue;
}

#a {
	color: whitesmoke;
}

#a:hover {
	color: blue;
	text-decoration:underline;
}

.btn-outline-primary {
	background-color: aquamarine;
	color: black;
}

button:hover {
	transform: scale(1);
	}

/* pop-up-окно */
.pop-up {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 2;
}

.pop-up.active {
    display: block;
}

.pop-up-container {
	display: flex;
	width: 100%;
	height: 100%;
}

.pop-up-body {
	margin: auto;
	width: 500px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 10px 15px 10px 15px;
	position: relative;
}

.pop-up-close {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

/* заказ */
.order-page-color {
    background: aquamarine;
}

form {
    background: white;
	padding: 10px;
}

#synergy {
	width: 50px;
	float: right;
}

legend {
    font-style: italic;
    text-align: center;
}

.form-group {
    font-style: italic;
    text-align: center;
}

option {
    background: aquamarine;
}

#btn {
	text-align: center;
}

#inside-btn {
    background: aquamarine;
    color: black;
    font-size: 18px;
    border-radius: 20px;
    transition: 0.5s;
    border-color: black;
}

/* спасибо */
.thanck-you-page-color {
	background: blue;
}

#text-thank-you {
	color: whitesmoke
}

/* отзывы */
.carousel-item {
    padding-left: 80px;
    padding-right: 80px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: -1rem;
    margin-left: 15%;
    list-style: none;
}

/* контакты */
.contact-page-color {
    background: #FF4D00;
}

.color-email {
	color: aquamarine;
}

.color-email:hover {
	color: blue;
}

#WhatsApp {
	width: 40px;
}

#WhatsApp {
	animation: WhatsApp 5s ease 0s infinite normal forwards;
}

@keyframes WhatsApp {
	0%,
	100% {
		transform: translateX(0%);
		transform-origin: 50% 50%;
	}

	15% {
		transform: translateX(-30px) rotate(-6deg);
	}

	30% {
		transform: translateX(15px) rotate(6deg);
	}

	45% {
		transform: translateX(-15px) rotate(-3.6deg);
	}

	60% {
		transform: translateX(9px) rotate(2.4deg);
	}

	75% {
		transform: translateX(-6px) rotate(-1.2deg);
	}
}

.connect-with-us {
    color: #7fffd4;
    font-family: Geneva;
	margin-top: 150px;
	margin-bottom: 150px;
}

/* кнопка наверх */
.back-to-top {
	background: #ffffff;
    border-radius: 100%;
    position: fixed;
    bottom: 700px;
    padding: 1px 4px;
    right: 31px;
    cursor: pointer;
	z-index: 1;
	background-size: cover;
	visibility: hidden;
	opacity: 0;
    transition: 0.5s all;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
	bottom: 40px;
}

/* нижний колонтитул */
footer {
	background: linear-gradient(270deg, #0000FD 0%, #000000 100%); 
}

.footer-text {
    font-size: 15px;
}

.block-text {
	margin-left: auto;
    margin-right: auto;
    width: 12em
}

#head {
	color: white;
}

.link-services {
	color: rgb(181, 181, 181);
}

.link-services:hover {
	color: whitesmoke;
}

#rights {
	color: rgb(181, 181, 181);
}

a:hover {
	color: white;
}

.telegram-link,
.youtube-link {
    animation: myTelegram 30s ease 0s infinite normal forwards;
    animation: myYoutube 30s ease 0s infinite normal forwards;
}

@keyframes myTelegram {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes myYoutube {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.contact-telegram-link,
.contact-youtube-link {
    animation: my-Telegram 4s ease 0s infinite normal forwards;
    animation: my-Youtube 4s ease 0s infinite normal forwards;
}

@keyframes my-Telegram {
	0% {
		opacity: 0;
		transform: rotate(-540deg) scale(0);
	}

	100% {
		opacity: 1;
		transform: rotate(0) scale(1);
	}
}

@keyframes my-Youtube {
	0% {
		opacity: 0;
		transform: rotate(-540deg) scale(0);
	}

	100% {
		opacity: 1;
		transform: rotate(0) scale(1);
	}
}

/* проект */
#header {
	color: #000;
	text-align: center;
}

.text-project {
	background: goldenrod;
	color: black;
	padding: 7px;
	font-size: 25px;
}

.up {
	background: rgb(229, 169, 18);
}

/* поддержать проект */
#donation {
	color: black;
}

#letter {
	color: aqua;	
}

#letter:hover {
	color: #c1bbff;
}

/* спойлер */
.block_title {
	position: relative;
	cursor: pointer;
}

.block_title::before,
.block_title::after {
	content: '';
	width: 10px;
	height: 2px;
	background-color: #000000;
	position: absolute;
	top: 15px;
	transition: all 0.3s ease 0s;
}

.block_title::before {
	transform: rotate(40deg);
	left: 0;
}

.block_title::after {
	transform: rotate(-40deg);
	left: 8px;
}

.block_title.active::before,
.block_title.active::after {
	background-color: #0000FD;
}

.block_title.active::before {
	transform: rotate(-40deg);
}

.block_title.active::after {
	transform: rotate(40deg);
}

.block_text {
	display: none;
}
