



/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
	--590-main-background: #000;
	--overlayer-primary: #fff;
	--overlayer-font-size: 20px;
  --oxpins-font: 'Manrope', sans-serif;
  --oxpins-font-two: 'Nunito', sans-serif;
  --oxpins-font-three: 'Caveat', cursive;
  --oxpins-gray: #6f7775;
  --oxpins-gray-rgb: 111, 119, 117;
  --oxpins-white: #ffffff;
  --oxpins-blue-active: #2e5cae;
  --oxpins-white-rgb: 255, 255, 255;
  --oxpins-base: #017a32;
  --oxpins-base-rgb: 0, 113, 93;
  --oxpins-black: #283734;
  --oxpins-black-rgb: 40, 55, 52;
  --oxpins-primary: #72a5ed /*fbd45a*/;
  --oxpins-primary-rgb: 251, 212, 90;
  --oxpins-extra: #f9f4e8;
  --oxpins-extra-rgb: 249, 244, 232;
  --oxpins-bdr-color: #eee9db;
  --oxpins-bdr-color-rgb: 238, 233, 219;
  --oxpins-bdr-radius: 20px;
  --oxpins-lable-primary: #ffffff;
  --oxpins-primary-green: #017a32;

}


body.locked {
  overflow: hidden;
}

	/*body {
		width: 100vw;
		height: 100vh;
		overflow-x: hidden;
		overflow-y: scroll;
		font-size: 100%;
		font-style: normal;
		font-weight: 300;
		line-height: 1;
		margin: 0;
		padding: 0;
	}*/

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}



.home_hero_main .grid-pad {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0px;
}
.home_hero_main .grid {
    width: 100%;
    max-width: 1140px;
    min-width: 755px;
    margin: 0 auto;
    overflow: hidden;
}
.home_hero_main [class*='col-'] {
    float: left;
    padding-right: 20px;
}



/* ∞∞ global ∞∞ */
* {
		position: relative;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		border-color: inherit;
	}





/* ∞∞ hr using box ∞∞ */
	hr {
		border: none;
  	box-sizing: border-box;
  	height: .075rem;
	}

/* ∞∞ hidden ∞∞ */
	[hidden],
	template {
  	display: none;
	}

/* ∞∞ media specific ∞∞ */
	audio:not([controls]) {
  	display: none;
  	height: 0;
	}


/*====================================================== ∞∞ browser specific ∞∞ */

/* ∞∞ IE ∞∞ */
	/*article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	main,
	menu,
	nav,
	section,
	summary {
  	display: block;
	}*/
	
	audio,
	canvas,
	progress,
	video {
  	display: inline-block;
  	vertical-align: baseline;
	}

	

/* ∞∞ moz ∞∞ */
	body {
		-moz-osx-font-smoothing: grayscale;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner {
  	border: none;
  	padding: 0;
	}


	input[type=number]::-webkit-inner-spin-button, 
	input[type=number]::-webkit-outer-spin-button { 
  	-webkit-appearance: none; 
  	margin: 0; 
  	height: auto;
	}

	input[type="search"] {
  	-webkit-appearance: textfield;
  }

  input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration,
	progress {
  	-webkit-appearance: none;
	} 


/* ∞∞ homepage ∞∞ */

section.home--products--carousel {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
}

div.frame {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
}

div.img,
div.border {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

div.img {
	transition: all 600ms cubic-bezier(.4,.25,.3,1);
	background-size: cover;
	align-items: center;
  display: flex;
  width: 100%;
}
.overlayer-brand {
	width: 100%;
	text-align: center;
}
.overlayer-brand img {
	width: 150px;
}
.overlayer-text {
	width: 100%;
	text-align: center;
	font-size: var(--overlayer-font-size);
	color: var(--overlayer-primary);
	padding: 20px;
}
div.border {
	transition: all 500ms cubic-bezier(.5,.3,.25,1);
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: inset 0px 0px 0px 0px hsla(212,18%,8%,.6);
}

div.frame:first-of-type div.img {
	background-image: url('https://www.590mobile.com.gh/production/images/home-hero-a1.jpg');
	background-position: 40%;
	background-size: cover;
}
div.frame:last-of-type div.img {
	background-image: url(../images/surprised-woman.jpg);
	background-position: 50%;
	background-size: cover;
}

/*div.frame:nth-of-type(2) div.img {
	background-image: url(../images/surprised-woman.jpg);
	background-position: 50%;
	background-size: cover;
}*/


/*===Enable this displas VAG Frame===*/

/**div.frame:last-of-type div.img {
	background-image: url(../images/vag--product.jpg);
	background-position: 40%;
	background-size: cover;
}*/
div.img::before {
	content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background: rgba(49, 65, 90, 0.6);
}
div.frame {
	background: #000;
}

/* ==active class== */

.frame-btn:hover {
}
.show-active div.img {
	background: rgba(92, 184, 92, 1.0);
	background-blend-mode: luminosity;
	background-position: 40%;
} 

div.border > * {
	transition: all 550ms cubic-bezier(.3,.2,.25,1);
	font-size: 5rem;
	position: absolute;
	top: 2.5vw;
	right: 2.5vw;
	bottom: 2.5vw;
	left: 2.5vw;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fefefa;
	border: 1px solid transparent;
	opacity: 0;
	transform: scale(1.8);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

div.frame:hover div.img {
	transform: scale(1.25);
	filter: grayscale(.9) brightness(.7) contrast(1.35);
	background-blend-mode: luminosity;
}

div.frame:hover div.border {
	box-shadow: inset 0px 0px 0px 2.5vw hsla(0,0%,6%,.85);
}

div.frame:hover div.border h1 {
	opacity: 1;
	transform: scale(1);
	border: 1px solid #fefefa;
}

div.frame:active div.border {
	transition: none;
	box-shadow: inset 0px 0px 0px 3.5vw hsla(0,0%,6%,.85);
}

div.frame:active div.border h1 {
	transition: none;
	transform: scale(.9);
}
div.frame:hover .overlayer-brand {
	display: none;
}




/*shape 4*/
.about-one__shape-4 {
    position: absolute;
    bottom: 445px;
    right: 80px;
    background-blend-mode: lighten;
}
.about-one__shape-4 img {
    width: 70px;
}

/*shape 3*/
.about-one__shape-3 {
    position: absolute;
    bottom: 125px;
    left: 55px;
}
.shape-3 {
    position: absolute;
    bottom: 40px;
    left: 55px;
}
.about-one__shape-3 img {
    width: 50px;
}
.big-ball img {
    width: 90px;
}
.big-ball-orange img {
    width: 80px !important;
}


/*shape 2*/

.about-one__shape-2 {
    position: absolute;
    top: 270px;
    left: 80px;
}
.about-one__shape-2 img {
    width: 60px;
}
.shape-2 {
    position: absolute;
    top: 200px;
    left: 150px;
}
.shape-2a {
    position: absolute;
    top: 60px;
    left: 400px;
}
.shape-3a {
    left: 250px;
    bottom: 190px;
}
.shape-2-left {
	left: 538px;
	}
.shape-red-3 {
	top: 60px;
}
.move--left {
	left: 80%;
	bottom: 40%;
}

.content--two--draw {
	display: flex;
    justify-items: left;
    justify-content: space-between;
    padding: 40px 0 0;
}


/*shape 5*/

.move--left img {
    width: 64px;
}

.about-one__shape-5 {
    position: absolute;
    top: 190px;
    left: 260px;
}
.about-one__shape-5 img {
    width: 60px;
}

.shape-6 {
    position: absolute;
    top: 80px;
    left: 260px;
}


.become-volunteer-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: hard-light;
    opacity: .60;
    width: 55px;
    height: 64px;
    left: 41px;
    top: 240px;
}
.draw--day--logo  {
    background: #fff;
    display: inline-block;
    padding: 10px 12px 8px;
    border-radius: 15px;
    margin-top: 10px;
    box-shadow: -7px 1px 78px -14px rgba(0,0,0,0.97);
-webkit-box-shadow: -7px 1px 78px -14px rgba(0,0,0,0.97);
-moz-box-shadow: -7px 1px 78px -14px rgba(0,0,0,0.97);
}
.draw--day--logo img {
	width: 60px;
}

a {
	text-decoration: none;
}

.btn-funny {
    outline: none;
    border: none;
    cursor: pointer;
    display: block;
    position: relative;
    background-color: #fff;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 25px 60px;
    margin: 0 auto;
    margin-bottom: 5%;
    text-decoration: none;
}
.btn-funny:hover {
  top: 2px;
}



transform: rotate(45deg); /* Equal to rotateZ(45deg) */




@keyframes hideshow {
  0% { opacity: 1; }
  10% { opacity: 1; }
  15% { opacity: 0; }
  100% { opacity: 0; }
} 
.text-1 {
  animation: hideshow 10s ease infinite;
}
.text-2 {
  opacity: 0;
  animation: hideshow 10s 1.5s ease infinite;
}
.text-3 {
  opacity: 0;
  animation: hideshow 10s 3s ease infinite;
}

.st2 {
  animation: rotateOut 5s ease alternate infinite;
  &:nth-child(2) {
    animation-delay: 0.1s;
  }
  &:nth-child(3) {
    animation-delay: 0.2s;
  }
  &:nth-child(4) {
    animation-delay: 0.3s;
  }
  &:nth-child(5) {
    animation-delay: 0.4s;
  }
}
@keyframes rotateOut {
  90% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.1);
  }
}


.st1 {
  animation: rotateOut 5s ease alternate infinite;
  &:nth-child(2) {
    animation-delay: 0.1s;
  }
  &:nth-child(3) {
    animation-delay: 0.2s;
  }
  &:nth-child(4) {
    animation-delay: 0.3s;
  }
  &:nth-child(5) {
    animation-delay: 0.4s;
  }
}

.st0 {
  animation: rotateOut 5s ease alternate infinite;
  &:nth-child(2) {
    animation-delay: 0.1s;
  }
  &:nth-child(3) {
    animation-delay: 0.2s;
  }
  &:nth-child(4) {
    animation-delay: 0.3s;
  }
  &:nth-child(5) {
    animation-delay: 0.4s;
  }
}


@keyframes rotateOut {
  0% {
    transform: translateY(150px);
  }
  34% {
    transform: translateY(20px);
  }
  37% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(150px);
  }
}

.trex {
  transform: translateY(150px);
  animation: popup 10s 6.5s ease infinite;
}


