@font-face {
	font-family: 'Exo-VariableFont_wght';
	src: url(./Exo-VariableFont_wght.woff) format('woff'),
		 url(./Exo-VariableFont_wght.woff2) format('woff2');
}

@font-face {
	font-family: 'Exo-Bold';
	src: url(./Exo-Bold.woff) format('woff'),
			url(./Exo-Bold.woff2) format('woff2');
}

@font-face {font-family: "Helvetica Neue Medium Extended";
  src: url("365834cfa7beb7ca64c00476397ddc32.eot"); /* IE9*/
  src: url("365834cfa7beb7ca64c00476397ddc32.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("365834cfa7beb7ca64c00476397ddc32.woff2") format("woff2"), /* chrome、firefox */
  url("365834cfa7beb7ca64c00476397ddc32.woff") format("woff"), /* chrome、firefox */
  url("365834cfa7beb7ca64c00476397ddc32.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("365834cfa7beb7ca64c00476397ddc32.svg#Helvetica Neue Medium Extended") format("svg"); /* iOS 4.1- */
}

html, body {
	min-height: 100%;
    width: 100%;
}

* {
	box-sizing: border-box;
}

body{
	background: linear-gradient(0deg, #131310, #131310), radial-gradient(50.02% 98.92% at 62.94% 53.11%, #2894AC 0%, #002953 100%);
    color: #FFF;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font: 14px/150% "Open Sans", sans-serif !important;
	background-color: #000;
}

a {
	color:#fff;
	text-decoration: none;
	cursor: pointer;
	
	-webkit-transition: color 0.1s linear 0s;	
	   -moz-transition: color 0.1s linear 0s;
		 -o-transition: color 0.1s linear 0s;
		    transition: color 0.1s linear 0s;
}

a:hover,
a:active,
a:focus{
	outline: 0;
	color:#000;
	text-decoration:none;
}

.main_wrapper {
	width: 100%;
	height: 100%;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
	font-family: 'Exo-VariableFont_wght';
	position: relative;
	background-image: url(images/dektopBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
	overflow: auto;
}
.main_wrapper img {
	max-width: 100%;
}

header {
	width: 100%;
    padding: 1rem 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #fff;
	font-size: 21px;
	font-family: 'Exo-Bold';
    font-weight: bolder;
    text-transform: uppercase; 
    padding-top: 5px;
}

.brand img {
	width: 85px;
}

.brand:hover {
    color: #fff;    
}

.header_right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social_media_wrpr {
    display: flex;
    align-items: center;
}

.container {
	width: 50%;
	height: 100%;
    display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	padding: 1rem 0rem;
	padding-top: 1rem;
	padding-left: 4rem;
}

/* .block {
    
} */

.hero-title-text {
	font-size: 4.1em;
    line-height: normal;
	font-family: "Helvetica Neue Medium Extended";
	margin: 0;
	background: #FFCB08;
    background: linear-gradient(to right, #FFCB08 0%, #FF7F08 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-text-h4 {
	font-size: 2.3em;
	line-height: normal;
	padding: 0 3px;
	text-align: left;
	margin: 0;
	font-family: "Helvetica Neue Medium Extended";
}

.banner_ul {
	padding-left: 3rem;
}

.text-color {
    color: #fff;
}

.gradient_img {
    width: 120px;
    display: flex;
    /*position: absolute;
    left: 0;*/
    z-index: 999;
    height: 1px;
    background: linear-gradient(90deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 98.18%);
}

.normal_text {
	width: 60%;
	color: #717171;
	font-size: 15px;
	line-height: 20px;
	padding-left: 0;
	margin-top: 2rem;
}

.buttons-grid {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
    font-family: "Helvetica Neue Medium Extended";
}

.whatsapp-link {
	display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.whatsupbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #000;
    padding: 18px 25px;
    background: linear-gradient(180.16deg, #0DFF08 27.37%, #65FF74 99.86%);
    border-radius: 8px;
}

.whatsupbutton:hover {
    color: #fff;
    background: linear-gradient(180deg, #0c7400, #28d466);
}

.whatsupbutton img {
	width: 25px;
	height: 25px;
}

.long_btn {
    display: flex;
    width: 250px;
    padding: 1rem;
    align-items: center;
    color: #000;
    justify-content: center;
    background: linear-gradient(180.16deg, #FFCB08 27.37%, #FF7F08 99.86%);
    border-radius: 8px;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 34px;
}

.long_btn:hover {
    color: #fff;
    background: linear-gradient(180deg, #0c7400, #28d466);
}

.small_font {
	font-size: 11px;
	margin: 0 5px 0;
}

footer {
    width: 100%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)), linear-gradient(90.77deg, rgba(255, 203, 8, 0.13) 1.08%, rgba(255, 127, 8, 0.0195) 100%);
    backdrop-filter: blur(35px);
}

footer p {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	text-align: center;
	margin: 0;
    margin-bottom: 0;
    gap: 8px;
}

/* Language Styles */

.customSelectWrapper {
	width: 100px;
/*	position: relative;*/
	color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	/*padding: 8px 2px;*/
	text-align: center;
/*	position: absolute;*/
	right: 20px;
	top: 20px;
	z-index: 9;
	background: #000;
}

.customSelectWrapper button {
	width: 100%;
	background: transparent;
    border: none;
    color: #fff;
    text-align: center;
    padding: 8px 2px;
    cursor: pointer;
    height: 36px;
}

.customSelectWrapper:hover {
	background-color: #efb134;
}

#activate-btn {
  opacity: 0;
  width: 100%;
  /*position: absolute;*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}

.customBtnWrap {
  display: none;
} 

#activate-btn:checked + .customBtnWrap {
  display: flex;
  position: absolute;
  top: 33px;
  flex-direction: column;
  width: 100%;
  color: #fff;
}

/*#activate-btn:checked + button#en {
  display: flex;
  position: absolute;
  top: 33px;
  flex-direction: column;
  width: 100%;
  color: #fff;
}*/

.customBtnWrap button {
	background: #5a5a5a;
    padding: 7px 0px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.customBtnWrap button:hover {
  background: #3f3f3f;
}

.social_media_icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social_icon {
    width: 22px;
    height: 22px;
}

/* ==================================================
   Responsive Code
================================================== */

@media (min-width: 1000px) {
	.mobile_image {
		display: none;
	}

	.desktop_image {
		display: block;
	}

	.buttons-grid.mobile {
		display: none;
	}
}

@media (max-width: 999px) {
.container {
	width: 90%;
    height: auto;
    padding-top: 10px;
    padding-left: 1rem;
}
	header {
		padding: 1rem;
	}

	.main_wrapper {
		justify-content: flex-start;
		background-image: url(images/mobileBg.jpg);
		background-position: right bottom;
	}

	.brand {
		font-size: 16px;
		padding-top: 5px;
	}

	.brand img {
		width: 55px;
	}

	.mobile_image {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.mobile_image img {
		max-width: 80%;
	}

	.desktop_image {
		display: none;
	}

	.gradient_img {
	    width: 1px;
	    height: 45px;
	    background: linear-gradient(180deg, #747474 50%, rgba(255, 255, 255, 0) 98.18%);
	}

	.social_media_wrpr {
	    flex-direction: column-reverse;
	    gap: 4px;
	    position: absolute;
	    top: 6rem;
	    right: 1rem;
	}

	.social_media_icons {
	    align-items: center;
	    gap: 10px;
	    flex-direction: column;
	}

.hero-title-text {
    font-size: 25px;
    width: 77%;
}

	.title-text-h4 {
		font-size: 17px;
	    font-weight: normal;
	}

	.banner_ul {
		width: 70%;
		margin: 10px auto;
	}

.long_btn {
    width: 150px;
    padding: 0.4rem;
    font-size: 0.8rem;
    line-height: 24px;
    border-radius: 5px;
    font-size: 12px;
}

.whatsupbutton {
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 5px;
}

.whatsupbutton img {
    width: 20px;
    height: 25px;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    padding: 5px;
}

.social_icon {
    width: 18px;
    height: 18px;
}

.normal_text {
	width: 90%;
	color: #aeaeae;
    font-size: 12px;
    margin-top: 10px;
    padding: 0 5px;
    margin-bottom: 0;
    padding-left: 0;
}

.buttons-grid {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
}
	
footer p {
	line-height: 15px;
	font-size: 10px;
}

.customSelectWrapper {
	width: 85px;
	font-size: 13px;
}
}








