@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;800&display=swap');
/* v=1.28 */

html, body{
	height: 100%;
	font-family: 'Montserrat', sans-serif;
}

body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
ol, ul {
    list-style: none;
}
input {
    outline: none;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover{
	text-decoration: underline;
}

/* #################### COMMON #################### */
.d_none{
	display: none!important;
}

 .btn, input {
	 border: 0;
	 outline: 0;
	 font-size: 16px;
	 border-radius: 320px;
	 padding: 11px 40px;
	 background-color: #ebecf0;
}
.btn {
	 color: #fff;
	 box-shadow: -3px -3px 10px #fff, 3px 3px 10px #babecc;
	 border: 5px solid rgba(255,255,255,0.2);
	 cursor: pointer;
}

.btn-neo_white{
	background-color: rgba(233, 233, 233, 0);
}
.btn-neo_pink{
	background-color: rgba(211,130,251,0.6);
}

 button:hover {
 		box-shadow: -2px -2px 5px #fff, 2px 2px 5px #babecc;
}
}
}
}
 button:active {
	 box-shadow: inset 1px 1px 2px #babecc, inset -1px -1px 2px #fff;
}

/* MODALS  */
.modal{
	visibility: visible;
	opacity: 1;
	transition: visibility 0s linear 0.33s, opacity 0.33s linear;
	transition-delay: 0s;

	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 11;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.2);
	touch-action: none;
	-ms-touch-action: none;
}
.modal.hidden{
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.33s, opacity 0.33s linear;
}
.modal_frame{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 90px;
	border: 11px solid rgba(255,255,255,0.2);
	background-color: rgba(255,255,255,0);
	width: 90%;
	height: 100%;
	max-height: 550px;
	max-width: 600px;
	box-shadow: 7px 7px 15px #bbcfda, -4px -4px 13px #ffffff,
    inset 4px 4px 8px rgba(209, 217, 230, 0.35),
    inset -8px -8px 8px rgba(255, 255, 255, 0.3);
}
.modal_header{
	margin-bottom: 30px;
}
.modal_content{
	height: 70%;
	width: 90%;
	background-image: url('img/modal/horoscope_short_content.svg?v=1.28');
	background-repeat: no-repeat;
	background-position: top center;
}
.modal_footer{

}

/* HOROSCOPE SHORT  */
#modal_host_horoscope_cloud{
	height: 100%;
	width: 100%;
}
#horoscope_short_img_block{
	width: 25%;
	margin: 0 auto;
}
.horoscope_short_details{
	text-align: center;
	color: #000;
}
#horoscope_short_sign_name{
	font-size: 25px;
	font-weight: bold;
}
#horoscope_short_sign_date{
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 10px;
}
#horoscope_short_author{
	font-size: 14px;
	color: #888;	
}
#horoscope_short_text{
	font-size: 17px;
	font-weight: 500;
	width: 70%;
	margin: 0 auto;
}
/* END OF HOROSCOPE SHORT */

/* #################### HEADER #################### */

header{
	height: 50px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.3);
	position: fixed;
	top: 0;
	display: flex;
	align-items: center;
}
.nav{
	z-index: 1;
}
header .logo_name{
	 text-transform: uppercase;
	 background: linear-gradient(to top, #9a3efe 0%, #3ab2ff 100%);
	 -webkit-background-clip: text;
	 -webkit-text-fill-color: transparent;
	 font-size: 20px;
}
header .menu_brand{
	background-image: url("img/logo.svg?v=1.28");
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
}
header .logo_name{
	font-size: 25px;
	font-weight: bold;
	color: #000;
}
.menu_main{
	width: 100%;
	max-width: 1600px;
	display: flex;
	align-items: center;
	padding: 0 50px;
}
.menu_links{
	width: 100%;
	text-align: right;
}
.menu_item{
	color: #fff;
	font-size: 16px;
}


/* #################### HOROSCOPE #################### */

.horoscope_main::before{
	content: '';
	background-image: url('img/bg.svg?v=1.28');
	background-repeat: repeat;
	background-size: 25%;
	width: 100%;
	height: 100%;
	position: absolute;
}
.horoscope_main::after{
	content: '';
	background: rgb(0,209,255);
	background: linear-gradient(135deg, rgba(0,209,255,0.95) 0%, rgba(185,0,251,0.9) 90%);

/*	background: rgb(0,249,255);
	background: linear-gradient(135deg, #00D1FF 0%, #B900FB 100%);*/
	opacity: 1;
	width: 100%;
	height: 100%;
	position: absolute;
}
.horoscope_main{
	height: 100%;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#horoscope_rows{
	width: 90%;
	max-width: 1200px;
	z-index: 1;
}
.horoscope_block{
	display: flex;
	justify-content: space-between;
	/*margin-bottom: 50px;*/
	text-align: center;
	flex-direction: row;
}
.horoscope_block:last-child{
	padding-bottom: 60px;
}
.group_of_3{
	display: flex;
	width: 50%;
}
.sign_main{
	width: 33.3%;
	height: 260px;
	max-height: 260px;
	cursor: pointer;
}
.sign_details{
	margin-top: -20px;
	color: #fff;
}
.sign_name{
	font-size: 25px;
	font-weight: bold;
}
.sign_date{
	font-size: 14px;
	text-transform: uppercase;
}

/* SIGNS  */
.sign{
	height: 77%;
}
.sign_aries{
	background: url("img/signs/main/aries.svg?v=1.28") no-repeat center;
}
.sign_main:hover > .sign_aries{
	background: url("img/signs/hover/aries.svg?v=1.28") no-repeat center;
}

.sign_taurus{
	background: url("img/signs/main/taurus.svg?v=1.28") no-repeat center;
}
.sign_main:hover > .sign_taurus{
	background: url("img/signs/hover/taurus.svg?v=1.28") no-repeat center;
}

.sign_gemini{
	background: url("img/signs/main/gemini.svg?v=1.28") no-repeat center;
}
.sign_main:hover > .sign_gemini{
	background: url("img/signs/hover/gemini.svg?v=1.28") no-repeat center;
}

.sign_cancer{
	background: url("img/signs/main/cancer.svg?v=1.28") no-repeat center;
}
.sign_main:hover > .sign_cancer{
	background: url("img/signs/hover/cancer.svg?v=1.28") no-repeat center;
}

.sign_leo{
	background: url("img/signs/main/leo.svg?v=1.28") no-repeat center;
}.sign_main:hover > .sign_leo{
	background: url("img/signs/hover/leo.svg?v=1.28") no-repeat center;
}

.sign_virgo{
	background: url("img/signs/main/virgo.svg?v=1.28") no-repeat center;
}
.sign_main:hover > .sign_virgo{
	background: url("img/signs/hover/virgo.svg?v=1.28") no-repeat center;
}

.sign_libra{
	background: url("img/signs/main/libra.svg?v=1.28") no-repeat center;
}
.sign_main:hover > .sign_libra{
	background: url("img/signs/hover/libra.svg?v=1.28") no-repeat center;
}

.sign_scorpio{
	background: url("img/signs/main/scorpio.svg?v=1.28") no-repeat center;
}
.sign_main:hover > .sign_scorpio{
	background: url("img/signs/hover/scorpio.svg?v=1.28") no-repeat center;
}

.sign_sagittarius{
	background: url("img/signs/main/sagittarius.svg?v=1.28") no-repeat center;
}
.sign_main:hover > .sign_sagittarius{
	background: url("img/signs/hover/sagittarius.svg?v=1.28") no-repeat center;
}

.sign_capricorn{
	background: url("img/signs/main/capricorn.svg?v=1.28") no-repeat center;
}
.sign_main:hover > .sign_capricorn{
	background: url("img/signs/hover/capricorn.svg?v=1.28") no-repeat center;
}

.sign_aquarius{
	background: url("img/signs/main/aquarius.svg?v=1.28") no-repeat center;
}
.sign_main:hover > .sign_aquarius{
	background: url("img/signs/hover/aquarius.svg?v=1.28") no-repeat center;
}

.sign_pisces{
	background: url("img/signs/main/pisces.svg?v=1.28") no-repeat center;
}
.sign_main:hover > .sign_pisces{
	background: url("img/signs/hover/pisces.svg?v=1.28") no-repeat center;
}

/* END OF SIGNS */

/* TEXT */
.text_bold{
	font-weight: bold;
}
.text_red{
	color: #ff1d38;
}
.text_black{
	color: #181818;
}
/* #################### FOOTER #################### */

footer{
	height: 50px;
	background-color: rgba(0, 0, 0, 0.1);
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #d8d8d8;
	font-weight: 500;

}

/* MEDIA */

@media (max-width: 1023px) {
	
	/* MODALS  */
	.modal{

	}
	.modal_frame{
		max-height: 550px;
	}
	.modal_header{

	}
	.modal_content{

	}
	.modal_footer{

	}

	/* HOROSCOPE SHORT  */
	#modal_host_horoscope_cloud{

	}
	#horoscope_short_img_block{

	}
	.horoscope_short_details{

	}
	#horoscope_short_sign_name{
		font-size: 20px;
	}
	#horoscope_short_sign_date{
		font-size: 12px;
	}
	#horoscope_short_author{

	}
	#horoscope_short_text{
		font-size: 15px;
	}
	/* END OF HOROSCOPE SHORT */

	/* #################### HOROSCOPE #################### */

	#horoscope_rows{
		height: 85%;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.horoscope_block{
		flex-direction: column;
		align-items: center;
		margin: 0;
		height: 45%;
		box-sizing: border-box;
	}
	.horoscope_block:last-child{
		padding-bottom: 0;
	}
	.group_of_3{
		display: flex;
		align-items: center;
		width: 90%;
		height: 50%;
	}
	.sign_main{
		width: 33.3%;
		height: 100%;
		cursor: pointer;
	}
	.sign_details{
		margin-top: -10px;
	}
	.sign_name{
		font-size: 18px;
		font-weight: bold;
	}
	.sign_date{
		font-size: 11px;
		text-transform: uppercase;
	}

	footer{
		font-size: 12px;
	}
}

@media (max-width: 600px) {
	.modal_frame{
		height: 78%;
	}
	.modal_frame{
		max-height: 500px;
	}
	.horoscope_main::before{
		background-size: 50%;
	}
}

@media (max-width: 550px) {
	.modal_frame{
		max-height: 470px;
	}
	.modal_header{
		margin-bottom: 15px;
	}
	.modal_content{
		height: 75%;
		width: 95%;
	}
}

@media (max-width: 500px) {
	.btn{
		font-size: 14px;
	}

	.modal_header{
		margin-bottom: 10px;
	}
	.modal_content{
		height: 70%;
	}
	#horoscope_rows{
		width: 100%;
	}

	#horoscope_short_sign_name{
		font-size: 18px;
	}
	#horoscope_short_text{
		font-size: 14px;
	}
}

@media (max-width: 450px) {
	.btn{
		font-size: 13px;
	}

	.modal_frame{
		height: 68%;
		border-radius: 50px;
		border: 6px solid rgba(255,255,255,0.2);
	}
}

@media (max-width: 400px) {
	.btn{
		font-size: 12px;
	}

	.modal_frame{
		border-radius: 45px;
		border: 4px solid rgba(255,255,255,0.2);
	}
	.sign_name{
		font-size: 15px;
		font-weight: bold;
	}
	.sign_date{
		font-size: 10px;
		text-transform: uppercase;
	}

	#horoscope_short_sign_name{
		font-size: 16px;
	}
	#horoscope_short_sign_date{
		font-size: 10px;
	}
	#horoscope_short_author{
		font-size: 12px;
	}
	#horoscope_short_text{
		font-size: 11px;
	}

	footer{
		font-size: 11px;
	}
}

@media (max-width: 350px) {
	.modal_frame{
		border-radius: 40px;
		border: 4px solid rgba(255,255,255,0.2);
	}

	#horoscope_short_img_block{
		width: 22%;
	}
	#horoscope_short_sign_name{
		font-size: 14px;
	}
	#horoscope_short_author{
		font-size: 10px;
	}
	#horoscope_short_text{
		font-size: 10px;
	}
	.sign_name{
		font-size: 13px;
		font-weight: bold;
	}
	.sign_date{
		font-size: 9px;
		text-transform: uppercase;
	}
}
@media (max-width: 321px) {
	.modal_frame{
	}
	footer{
		font-size: 10px;
	}
}




