@media (max-width: 425px) {
	.hovereffect h2 {
		font-size: 12px !important;
	}
}

body {
	letter-spacing: 1px;
	font-family: Cabin-R;
	color: #454547;
}

.green-bg {
	background-color: #8ac441;
}
.pink-bg {
	background-color: #ea2d7c;
}
.white {
	color: #fff;
}

.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.4s ease-in-out;
	display: flex;
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.hovereffect h1,
.hovereffect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	/*background:rgba(0,0,0,0.6);*/
	transition: all 0.2s ease-in-out;
	padding: 10px;
	margin: auto;
	width: 100%;
}
.hovereffect h1 {
	font-size: 30px;
}
.hovereffect:hover .overlay {
	opacity: 1;
}
.hovereffect:hover img {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.hovereffect:hover h2 {
	opacity: 1;
}

.section-container {
	max-width: 768px;
}
.section-header {
	letter-spacing: 1px;
	text-transform: uppercase;
}
.section-header-border-green {
	border-bottom-width: 20px;
	border-bottom: 5px solid #8ac441;
	width: 3.5rem;
}
.section-header-border-pink {
	border-bottom-width: 20px;
	border-bottom: 5px solid #ea2d7c;
	width: 3.5rem;
}
.section-p {
	text-align: justify;
}

input[type="text"],
input[type="email"] {
	font-size: small;
	margin-top: 15px;
	border: 2px solid white;
	background-color: transparent !important;
	color: white !important;
	padding: 15px;
	border-radius: 0 !important;
}

::placeholder {
	margin-left: 25px;
	color: white !important;
}

input[type="submit"] {
	margin-top: 15px;
	border-radius: 0 !important;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	font-weight: bold;
}

input[type="submit"]:hover {
	color: white;
	border-color: #73a237;
	background-color: #8ac441;
}

input:focus {
	border-color: #8ac441 !important;
	box-shadow: 0 0 3px #73a237 !important;
	outline-offset: 0px !important;
	outline: none !important;
}

.works-cat ul {
	list-style: none;
	display: flex;
	flex-direction: row;
}

.works-cat ul li {
	padding: 0 20px;
}

.btn.btn-ter {
	border-radius: 0;
	padding: 15px 10px;
	color: #fff;
	background-color: #8ac441;
}

.tabs-to-dropdown .dropdown-toggle,
.tabs-to-dropdown .dropdown-item {
	font-size: 1.3rem;
}

.tabs-to-dropdown .nav-wrapper {
	/* padding: 15px;
	box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.12); */
}

.tabs-to-dropdown .nav-wrapper a {
	color: var(--darkgreen);
}

.tabs-to-dropdown .nav-pills .nav-link.active {
	background-color: #ea2d7c;
}

.tabs-to-dropdown .nav-pills li:not(:last-child) {
	margin-right: 30px;
}

.tabs-to-dropdown .tab-content .container-fluid {
	max-width: 1250px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.tabs-to-dropdown .dropdown-menu {
	border: none;
	box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.08);
}

.tabs-to-dropdown .dropdown-item {
	padding: 14px 28px;
}

.tabs-to-dropdown .dropdown-item:active {
	color: var(--white);
}

@media (min-width: 1280px) {
	.tabs-to-dropdown .nav-wrapper {
		padding: 15px 30px;
	}
}

/* social media */

ul.social-tab {
	display: flex;
}

ul.social-tab li {
	list-style: none;
}

ul.social-tab li a {
	width: 60px;
	height: auto;
	display: block;
	transition: 0.5s;
}

ul.social-tab li a:hover {
	/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); */
	text-decoration: none;
}

ul.social-tab li a .fab {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	line-height: calc(60px - 12px);
	font-size: 24px;
	color: #262626;
	transition: 0.5s;
}

ul.social-tab li:nth-child(1) a:hover .fab {
	color: #3b5998;
}

ul.social-tab li:nth-child(2) a:hover .fab {
	color: #00aced;
}

ul.social-tab li:nth-child(3) a:hover .fab {
	color: #e4405f;
}

.fa.fa-tiktok {
	background: url("img/tiktok.svg") no-repeat;
	width: 22px;
	height: 25px;
}

img.tiktok-social {
	width: 40%;
	height: auto;
	padding-top: 13px;
}

img.durio-social {
	width: 56%;
	height: auto;
	padding-top: 9px;
}
