/* main slider */
#bgMain1 {
	z-index: -1;
}

#seaWaves1 {
	bottom: 0%;
	z-index: 20;
}

#ship1 {
	width: 50%;
	bottom: 2.5%;
	right: 10%;
	z-index: 19;
}

#hill1 {
	width: 20%;
	bottom: 2.5%;
	left: 0%;
	z-index: 19;
}

#flag1 {
	width: 10%;
	bottom: 19%;
	left: 6%;
	z-index: 17;
}

#sliderText1 {
	font-size: 3vw;
	top: 1.5%;
	right: 25%;
	z-index: 25;
	letter-spacing: -0.25vw;
	font-family: "Droid Arabic Kufi", sans-serif !important;
}

#sliderText2 {
	font-size: 2.7vw;
	top: 12%;
	right: 25%;
	z-index: 25;
	letter-spacing: -0.15vw;
	font-family: "Droid Arabic Kufi", sans-serif !important;
	font-weight: lighter !important;
}

#sliderText3 {
	font-size: 5vw;
	top: 23%;
	right: 59%;
	z-index: 25;
	letter-spacing: -0.25vw;
	font-family: "Droid Arabic Kufi", sans-serif !important;
}

#sliderText4 {
	font-size: 5vw;
	top: 23%;
	right: 74.5%;
	z-index: 25;
	letter-spacing: -0.25vw;
	font-family: "Droid Arabic Kufi", sans-serif !important;
}

@media (min-width: 768px) {
	.w-sm-auto {
		width: auto !important;
	}

	#playBtn {
		position: absolute;
		top: -7%;
		width: 8rem;
		left: 3% !important;
		transition: all 100ms ease-in-out;
		transform-origin: center;
	}

	#playBtn:hover {
		transform: scale(1.1, 1.1);
		transition: all 100ms ease-in-out;
		-webkit-transition: all 100ms ease-in-out;
		-moz-transition: all 100ms ease-in-out;
		-ms-transition: all 100ms ease-in-out;
		-o-transition: all 100ms ease-in-out;
		-webkit-transform: scale(1.1, 1.1);
		-moz-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		-o-transform: scale(1.1, 1.1);
	}

	#playBgContainer {
		background-image: url("../imgs/playBgLg1.svg");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	#brandsImg {
		width: 60%;
	}

	#trophyPattern {
		opacity: 0.3;
	}

	div#trophyContainer::before {
		content: "";
		background: url(../imgs/trophyPattern.svg);
		opacity: 0.25;
		background-size: cover;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;
	}

	div#trophyContainer::after {
		content: "";
		background-color: #ff8671;
		opacity: 1;
		background-size: cover;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -2;
	}

	#trophyContainer h1 {
		z-index: 100 !important;
	}

	.osfynImg1 {
		width: 50%;
	}

	.osfynImg2 {
		width: 60%;
	}

	.socialIcons img {
		width: 8%;
	}
}

@media (max-width: 767.98px) {
	.osfynImg1 {
		width: 70%;
	}

	.osfynImg2 {
		width: 80%;
	}

	.imgBalance {
		width: 60%;
	}

	#playBtn {
		width: 6rem;
		top: 0%;
		left: 0%;
		transition: all 100ms ease-in-out;
		transform-origin: center;
	}

	#playBgContainer {
		background-image: url("../imgs/playBgSm1.svg");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	#brandsImg {
		width: 95%;
	}

	#trophyPattern {
		opacity: 0.3;
	}

	div#trophyContainer::before {
		content: "";
		background: url(../imgs/trophyPattern.svg);
		opacity: 0.25;
		background-size: cover;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -1;
	}

	div#trophyContainer::after {
		content: "";
		background-color: #ff8671;
		opacity: 1;
		background-size: cover;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: absolute;
		z-index: -2;
	}

	.socialIcons img {
		width: 13%;
	}

	.ssAvatar {
		border-width: 0.15rem !important;
	}
}

.roundedBorderBox {
	border-radius: 3rem;
	-webkit-border-radius: 3rem;
	-moz-border-radius: 3rem;
	-ms-border-radius: 3rem;
	-o-border-radius: 3rem;

	width: 9rem;
	height: 9rem;
	display: block;
}

.roundedBorderBox p:nth-child(1) {
	padding-top: 0.6rem !important;
	margin-bottom: -1rem !important;
	font-family: "Droid Arabic Kufi", sans-serif !important;
	font-size: 3.5rem;
	font-weight: 900 !important;
}

.roundedBorderBox p:nth-child(2) {
	margin-top: -0.25rem !important;
	margin-bottom: 0rem !important;
	font-family: "Droid Arabic Kufi", sans-serif !important;
	font-size: 1.75rem;
	font-weight: 800 !important;
}

.successStory {
	border-radius: 2rem;
	border-top-left-radius: 7rem;
	background-color: #ffe282;
}

.ssAvatar {
	width: 20%;
	border-width: 0.25rem;
	border-style: solid;
	left: -5%;
	top: 0;
}

@media (min-width: 1200px) {
	.ssAvatar {
		width: 20%;
		border-width: 0.25rem;
		border-style: solid;
		left: -5%;
		top: 0;
	}

	.osfynImg1 {
		width: 30%;
	}

	.osfynImg2 {
		width: 40%;
	}

	#playBtn {
		width: 8rem;
		top: 5%;
		left: 8%;
		transition: all 100ms ease-in-out;
		transform-origin: center;
	}

	.imgBalance {
		width: 40%;
	}
}

@media (min-width: 1367px) {
	#playBtn {
		width: 8rem;
		top: 10%;
		left: 15%;
		transition: all 100ms ease-in-out;
		transform-origin: center;
	}
}

@media (max-width: 575px) {
	#ship1 {
		width: 62%;
		bottom: 2.5%;
		right: 15%;
		z-index: 19;
	}

	#hill1 {
		width: 20%;
		bottom: 2.5%;
		left: 0%;
		z-index: 19;
	}

	#flag1 {
		width: 13%;
		bottom: 18%;
		left: 5.5%;
		z-index: 17;
	}

	#sliderText1 {
		font-size: 4vw;
		top: 2.5%;
		right: 25%;
		z-index: 25;
	}

	#sliderText2 {
		font-size: 3vw;
		top: 17%;
		right: 25%;
		z-index: 25;
	}

	#sliderText3 {
		font-size: 5vw;
		top: 28%;
		right: 25%;
		z-index: 25;
	}

	#sliderText4 {
		font-size: 5vw;
		top: 28%;
		right: 40.5%;
		z-index: 29;
	}

	.osfynImg1 {
		width: 35%;
	}

	.osfynImg2 {
		width: 35%;
	}

	.osfynImg3 {
		width: 30%;
	}

	.roundedBorderBox {
		border-radius: 1.9rem;
		-webkit-border-radius: 1.9rem;
		-moz-border-radius: 1.9rem;
		-ms-border-radius: 1.9rem;
		-o-border-radius: 1.9rem;
		width: 5rem;
		height: 5rem;
		display: block;
	}

	.roundedBorderBox p:nth-child(1) {
		padding-top: 0.6rem !important;
		margin-bottom: -0.5rem !important;
		font-family: "Droid Arabic Kufi", sans-serif !important;
		font-size: 1.8rem;
		font-weight: 900 !important;
	}

	.roundedBorderBox p:nth-child(2) {
		margin-top: -0.25rem !important;
		margin-bottom: 0rem !important;
		font-family: "Droid Arabic Kufi", sans-serif !important;
		font-size: 0.8rem;
		font-weight: 800 !important;
	}
}

.youtube-responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-open {
	padding-right: 0px !important;
}

@media (min-width: 2000px) {
	.ssAvatar {
		width: 18%;
		border-width: 0.25rem;
		border-style: solid;
		left: -5%;
		top: -10%;
	}
}

.socialIcons img:hover {
	filter: brightness(70%);
	-webkit-filter: brightness(70%);
}
