/* Emeraldson Styles */

.logo {
	background:url("../images/emeraldson-logo-white-grey.png") top center no-repeat;
	height:30px;
	width:200px;
	display:block;
	position:relative;
	background-size:contain;
	transition:all 0.2s ease-in-out;
}

.is-sticky .logo {
	background-image:url("../images/emeraldson-logo.png");
}

@media screen and (max-width: 991px) {
	.logo {
		background-image:url("../images/emeraldson-logo.png");
	}
	
	.featured-text {
		text-align:center;
	}
}
.navbar-nav .nav-link {
	transition:all 0.2s ease-in-out;
}
@media screen and (min-width:991px) {
	#sticky-wrapper:not(.is-sticky) .navbar-nav .nav-link.active,#sticky-wrapper:not(.is-sticky)  .navbar-nav .nav-link:hover {
		color:#fff;
	}
	#sticky-wrapper:not(.is-sticky) .navbar-nav .nav-link.active::after,#sticky-wrapper:not(.is-sticky)  .navbar-nav .nav-link:hover::after {
		background:#fff;
	}
	
	.navbar-collapse {
		flex-grow: 0;	
	}
}

.navbar-nav .nav-link::after {
	width:0;
	transition:width 0.2s ease-out;
}

.navbar-nav .nav-link:hover::after, .navbar-nav .nav-link.active::after {
	width:100%;
}

.logoText {
	font-weight:bold;
	color:#007958;
}

.logoText span {
	color:	#03AE82;
}

.hero-title, .hero h2 {
    background: none;
    box-shadow: none;
    color: #fff;
    padding: 0;
}

.hero-title {
	font-size: clamp(3rem, 4vw, 3.5rem)
}

@media screen and (max-width:991px) {
	.hero-text {
		text-align:center;
	}
	.hero-title {
		width:100%;
	}
	
	.hero {
		padding-bottom:40px;
	}
	
	.heroLogo {
		display:none;
	}
}



.hero-image-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
	position: relative;
    width: 360px;
    height: 360px;
    background: #fff0;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image {
    top: initial;
    position: relative;
    min-width: 0;
    padding: 0 25px;
	
}

.hero-image-wrap::before {
    content: "";
    position: absolute;
    inset: -5px 0;
    background: linear-gradient(315deg, #1d8570, #03ae82);
    transition: 0.5s;
    animation: border-animation 2s 
linear infinite;
}

.hero-image-wrap .wrap {
	position: relative;
    width: 335px;
    height: 335px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-body p:nth-of-type(even) {
    background: transparent;
}

.featured-text {
	color:var(--p-color);
}

.featured-bubble {
    background: var(--secondary-color);
    border-radius: 50%;
    width: auto;
    justify-self: center;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    padding: 10px;
	width:135px;
	justify-content:center;
	margin-bottom:10px;
	position:relative;
}

.featured-bubble .featured-numbers {
	color:#fff;
	font-size:45px;
	z-index: 2;
}
/*
.featured-bubble::after {
    content: "";
    height: 50%;
    width: 50%;
    position: absolute;
    background: var(--secondary-color);
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

.three .featured-bubble::after {
	left:0;
	right:initial;
}


.one .featured-bubble::after {
	top:0;
	bottom:initial;
}


.two .featured-bubble::after {
	left:0;
	right:initial;
	bottom:initial;
	top:0;
}*/

.clients {
	text-align:center;
}

.icon {
    width: 100px;
    height: 100px;
    display: block;
	background:url("../images/icons/casino.png") center center no-repeat;
	background-size:contain;
	margin-bottom:10px;
	display:none;
}

.clients-item-height {
	height:auto;
}
/*
@media screen and (min-width:991px) {
	.icon {
		transition:all 0.2s ease-in-out;
		filter:grayscale(100%) brightness(0.4);
	}
	.clients-item-height:hover .icon {
		transform:scale(1.2);
		filter:grayscale(0%) brightness(1);
	}	
	.img-ex {
		transition:all 0.2s ease-in-out;
		filter:grayscale(100%);
	}
	.clients-item-height:hover .img-ex {
		transform:scale(1.2);
		filter:grayscale(0%);
	}

	.clients-item-height h5 {
		transition:all 0.2s ease-in-out;
		position:relative;
		top:0;
	}

	.clients-item-height:hover h5 {
		color:var(--secondary-color);
		top:5px;
	}
}
*/
.img-ex {
	max-width:100%;
	overflow:hidden;
	border-radius:50%;
	margin-bottom:10px;
	width:150px;
	border: 5px solid var(--primary-color);
}

.card {
	border-radius:15px;
	overflow:hidden;
}
.icon.casino {
	background-image:url("../images/icons/casino.png");
}

.icon.poker {
	background-image:url("../images/icons/poker.png");
}

.icon.sports {
	background-image:url("../images/icons/sports.png");
}

.icon.b2b {
	background-image:url("../images/icons/b2b.png");
}

.icon.aff {
	background-image:url("../images/icons/affiliate.png");
}

.icon.payments {
	background-image:url("../images/icons/payments.png");
}

.icon.crypto {
	background-image:url("../images/icons/crypto.png");
}

.icon.sweepstakes {
	background-image:url("../images/icons/sweepstakes.png");
}

ul.content-list {
	padding-left:10px;
}
ul.content-list li {
	list-style:none;
	margin-bottom:10px;
}
ul.content-list li:before {
    content: "✔";
    color: var(--secondary-color);
    width: .75rem;
    line-height: 1.25rem;
    font-size: 1.5rem;
    background: none;
	margin-right:5px;
}


.services-thumb {
	padding:40px;
}

.footer-menu-item {
	border: 1px solid var(--border-color);
    border-radius: var(--border-radius-medium);
    font-size: var(--copyright-font-size);
    font-weight: var(--font-weight-medium);
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 6px 14px;
    min-width: 70px;
	font-size:12px;
}
.footer-menu-item:hover {
	background: var(--secondary-color);
    border-color: transparent;
    color: var(--white-color);
}

@keyframes border-animation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.service-wrapper {
  column-count: 2;          /* number of columns */
  column-gap: 16px;
}

.service-item {
  break-inside: avoid;      /* keep each item intact */
  margin-bottom: 16px;
  width: 100%;
}

.service-item:nth-child(1) {
	margin-top:50px;
}

.services-thumb-up {
	margin-bottom:0;
	bottom:initial;
}

@media screen and (max-width:991px) {
	.service-wrapper {
		column-count: 1; 
	}
	
	.service-item:nth-child(1) {
		margin-top:0px;
	}
}


.hp-field { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }
.custom-form .form-control {
		border-radius: 10px;
}


.clients-item-height,
.feature-num,.block-cards {
  opacity: 0;
  transition:opacity 0.5s ease-in-out;
}

.fade-in-visible {
  opacity: 1;
}

.icos {
	text-align:center;
}

.round {
	max-width:100%;
	width:100px;
	border-radius:50%;
	margin-bottom:20px;
}

.icos2 {
    display: flex;
    align-items: center;
	padding:10px 20px;
}

.icos2 .round {
    margin-right: 20px;
    border: 5px solid var(--primary-color);
}

h1,h2,h3 {
	letter-spacing:0;
}

.custom-form .form-control:focus ~ label span {
    display: none;
}


.copyright-text {
	border:none;
}