/* MAINOPTS {{{ */
.opt:hover {
	background-color: var(--color-1-b);
	cursor: default;
}

.opt:hover #opt-content {
	display: flex;
}

.info > a:hover {
	background-color: var(--color-2-a);
}
/* MAINOPTS }}} */

/* CAROUSEL {{{ */
.slidetext > button:hover {
	background-color: var(--purple-1);
	color: white;
	transition: .2s;
}

.bullet:hover {
	background-color: white;
	transition: 0.5s;
}
/* CAROUSEL }}} */

/* SPECIFICS {{{ */
.spectext > button:hover {
	background-color: var(--purple-1);
}
/* SPECIFICS }}} */

/* FEATURES {{{ */
.feature:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 25px 80px -20px, rgba(0, 0, 0, 0.3) 0px 15px 30px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
	/*box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);*/
	transition: 0.1s;
}

.feature2:hover {
	background-color: lavender;
}
/* FEATURES }}} */

/* CATEGORIES {{{ */
#categories > div > a {
	margin: 13px;
	padding: 1px;
	transition: 0.1s;
}

#categories > div > a:hover {
	margin: 5px;
	font-weight: bold;
	color: var(--purple-1);
	transition: 0.1s;
}

#categories {
	margin: var(--inside-space);
	text-align: center;
}

#categories > div {
	display: grid;
	grid-template-columns: repeat(6, calc(100% / 6));
	font-size: 1vw;
}

#categories > div > a > img {
	width: 100%;
	border-radius: var(--soft);
}

@media screen and (max-width: 960px) {
	#categories > div {
		grid-template-columns: repeat(3, 1fr);
		font-size: 2vw;
	}
}

@media screen and (max-width: 595px) {
	#categories > div{
		grid-template-columns: repeat(2, 1fr);
		font-size: 3vw;
	}
}
/* CATEGORIES }}} */

/* QUOTE {{{ */
#quote {
	height: 100%;
	width: 100%;
	padding: var(--inside-space);
}

#quote > form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 13px;
	padding: var(--inside-space);
}

#quote > form > h3 {
	text-align: center;
	color: var(--purple-1);
	margin: 8px;
}

#quote > form > span > input {
	border: none;
	border-radius: var(--semicircle);
	background-color: var(--purple-2);
	height: 32px;
	width: 100%;
	font-size: 16px;
	padding: 10px;
}

#quote > form > span > textarea {
	border: none;
	padding: 10px;
	max-height: 100%;
	border-radius: var(--soft);
	background-color: var(--purple-2);
}

#quote > form > button {
	border-radius: var(--soft);
	background-color: var(--purple-1);
	border: 2px solid var(--purple-1);
	color: white;
	font-weight: bold;
	height: 32px;
}

#quote > form > button:hover {
	color: var(--purple-1);
	background-color: white;
}

#quote-info {
	width: 100%;
	padding: var(--inside-space);
}

#quote-info > h2 {
	font-weight: normal;
	text-align: left;
	margin: 0px;
}

#info-links {
	display: grid;
	grid-template-columns: 50% 50%;
}

#info-links > a {
	display: flex;
	margin: 18px 10px;
	color: var(--black-1);
}

#info-links > a > icon > svg {
	fill: var(--purple-1);
}
/* QUOTE }}} */

/* CONTACT {{{ */
#contact {
	display: flex;
	flex-direction: column;
	background-color: var(--color-1-c);
	padding: var(--inside-space);
	gap: 20px;
	width: 100%;
}

#contact-info {
	margin-top: auto;
	margin-bottom: auto;
	font-size: 0.9em;
	white-space: nowrap;
	width: 100%;
}

#contact-info svg {
	fill: white;
}

#contact-info > a {
	display: flex;
	color: white;
	border-radius: 200px;
	padding: 4px;
	min-width: 100%;
}

#contact-info > a:hover {
	background-color: var(--color-1-a);
}

#contact-info > a > img {
	margin-top: auto;
	margin-bottom: auto;
}

#contact > div {
	display: flex;
	justify-content: space-between;
	vertical-align: bottom;
}

#subscribe {
	padding: 10px;
}

#subscribe > h2 {
	font-weight: normal;
}

#subs {
	background-color: var(--purple-2);
	display: flex;
	padding: 3px 0px;
	padding-right: 3px;
	padding-left: 20px;
	width: min(400px, 95%);
	margin: auto;
	border-radius: var(--semicircle);
}

#subs > input {
	width: 100%;
	border: none;
	background-color: transparent;
}

#subs > button {
	width: 130px;
	padding: 10px;
	background-color: var(--purple-1);
	border-radius: var(--semicircle);
	border: none;
	color: white;
}

@media screen and (max-width: 595px) {
	#contact {
		flex-direction: column;
		margin: auto;
	}
}
/* CONTACT }}} */

/* DETAILS {{{ */
#details > section > ul {
	border-radius: var(--primary-radius);
	padding-left: 10px;
	font-weight: normal;
	text-decoration: none;
	list-style: none;
}

#details > section > ul > li {
	padding: 5px;
}

#details {
	justify-content: space-around;
	padding: var(--inside-space);
	gap: var(--inside-space);
}

#details > section > ul > li > a:hover {
	color: yellow;
}

#footer-contact {
	max-width: 280px;
}

#footer-contact svg {
	fill: var(--green-1);
}

#details > section > ul > li > a {
	font-weight: normal;
	display: flex;
	color: white;
}

#details > img {
	width: 200px;
}

@media screen and (max-width: 960px) {
	#details > img {
		display: none;
	}
}
/* DETAILS }}} */

/* WHATSAPP {{{ */
#btn-whats-cnt {
	display: flex;
	align-items: center;
	position: fixed; 
	bottom: 0px;
	right: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: 0.2s ease;
}

#btn-whats-cnt > span {
	display: inline;
	padding: 8px;
	width: 0px;
	height: 100%;
	opacity: 0;
	color: var(--purple-1);
	background-color: white;
	border-radius: var(--soft);
	border: solid 2px var(--purple-1);
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	transition: 0.2s ease;
}

#btn-whats {
	display: inline;
	padding: 5px;
	border: none;
	background-color: transparent;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	transition: 0.2s ease;
}

#btn-whats-cnt:hover {
	margin-right: 16px;
	margin-bottom: 16px;
	transition: 0.2s ease;
}

#btn-whats-cnt:hover > button {
	width: 68px;
	height: 68px;
	transition: 0.2s ease;
}

#btn-whats-cnt:hover > span {
	width: 120px;
	opacity: 0.8;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	transition: 0.2s ease;
}

#btn-whats-cnt:hover > button > img {
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5)) /*hue-rotate(125deg)*/;
	transition: 0.2s ease;
}

#btn-whats > img {
	width: 100%;
	height: 100%;
	filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5)) /*hue-rotate(125deg)*/;
}
/* WHATSAPP }}} */
