/*Fonts*/
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
	   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
	   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* roboto-900 - latin */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/roboto-v29-latin-900.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/roboto-v29-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/roboto-v29-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/roboto-v29-latin-900.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/roboto-v29-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/roboto-v29-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
		 unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
  h1,h2,h3,h4,h5,h6 {
      font-weight: 700;
  }

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active{
   outline:0px !important;
   box-shadow: none !important;
   border-color: #000000;
 }

/* Common */
/* Navigation */
.mainHeader {
    background-color: #000000;
}
.nav-link,
.nav-link:hover,
.nav-link:focus {
    color: #ffffff;
}

@media only screen and (min-width: 992px){
	.mainHeader {
		padding-left: 100px;
		padding-right: 100px;
	}
}

.nav-link:hover,.nav-link:focus {
	text-decoration: underline;
}
/* Common Close */


.commingSoon {
	height: 100%;
}
.main--innerBox {
	width: 100%;
	max-width: 768px;
	padding: 0 15px;
	margin: 0 auto;
}

.logo-screen {
    height: 100%;
    min-height: 100vh;
}

.page--title-obj {
	font-family: 'Roboto', sans-serif;
	font-size: 62px;
	color: #000000;
	font-weight: 900;
}

.page--paragraph-obj {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #000000;
	/*text-shadow: 0 0 2px #000000;*/
}

.page--paragraph {
	margin-bottom: 50px;
	width: 100%;
	max-width: 768px;
}


@media only screen and (max-width: 576px) {
	.page--title-obj {
		font-size: 13vw;
	}

	.main--innerBox {
		padding: 50px 15px;
	}
}

/* Contact page */
#contact-banner {
	height: 20vw;
	max-height: 500px;
	background-color: #ccc;
}

/* ============ */
.pageArticle {
	padding-top: 100px;
}
.titleParagraph {
	width: 100%;
	max-width: 800px;
	color: #000000;
	font-size: 22px;
	text-align: center;
}
/* ============  */
#ContactInfoSection {
	padding: 100px 0;
}
.contactInfoBox {
	margin-bottom: 50px;
}

.contactInfoTitle {
	margin-bottom: 30px;
}
.contactInfoTitleobj,.contactFormTitleobj{
	font-weight: 900;
	color: #000000;
	font-size: 36px;
	text-transform: uppercase;

} 

.AddressBox,.contactFormSubTitleobj {
	font-size: 24px;
}

.socialIconBox a{
	margin-right: 24px;
}
.socialIconBox a:last-child{
	margin-right: 0;
}
.contactFormBox {
	width: 100%;
	max-width: 800px;
}
#contactForm{
	margin-top: 30px;
}

#contactForm input{
	border-radius: 0;
	height: 48px;
}

#contactForm textarea {
	border-radius: 0;
}

.contactButton {
	background-color: #000000;
	border-color: #000000;
	font-size: 22px;
	font-weight: 700;
	border-radius: 0;
	height: 48px;
	text-transform: uppercase;
}

.contactButton:hover, .contactButton:focus {
	background-color: transparent;
	border-color: #000000;
	color: #000000;
}

@media only screen and (min-width: 375px) {
	#ContactInfoSection {
		padding-left: 24px;
		padding-right: 24px;
	}
}

@media only screen and (max-width: 576px) {
	#ContactInfoSection {
		padding: 40px 0;
	}
	.contactFormBox {
		margin-bottom: 50px;
	}
}


/* ==============  */

/*========== Features ==========  */
.custom-P {
	padding: 45px 3.1vw;
}
.feature_icon {
	width: 100%;
	max-width: 85px;
}
.feature_text h5 {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 10px;
}
.feature_text {
	font-size: 16px;
}

.featurex_box {
    border-top: 1px solid #000000;
}
@media only screen and (max-width: 992px) {
	.feature_icon {
		max-width: 100%;
	}

	.feature_icon {
		height: 100%;
		min-height: 53px;
	}

	.feature_text h5 {
		font-size: 16px;
	}

	.feature_innerBox {
		flex-direction: column;
		margin-bottom: 30px;
	}

	.featurex_box .col-lg-3:first-child .feature_icon img {
		padding-top: 5px;
	}
}

@media only screen and (max-width: 576px) {
	.custom-P {
		padding-left: 12px;
		padding-right: 12px;
	}
}
/*====== Footer ======*/

footer {
	background-color: #000000;
	padding: 50px 24px;
}

footer a {
    color: #ffffff;
    text-decoration: underline;
}

footer a:hover,
footer a:focus {
    color: #ffffff;
    text-decoration: none;
}

.footer-top {
	color: #ffffff;
}

.footer-top-inner {
	width: 100%;
	max-width: 530px;
	padding-bottom: 30px;
}

.footer-icons {
	padding-top: 15px;
}

.footer-title h2 {
	font-size: 26px;
}

.footer-icons a {
	margin-right: 15px;
}

.newsletter_subs {
	max-width: 530px;
}

.news-letter-btn {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
}

.footer_middle {
	padding: 50px 0;
}

.footer-logo-col {
	max-width: 185px;
}

.social-icons {
	padding-top: 15px;
}

.social-icons a {
    margin-right: 15px;
}
.footer-col-title {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.footer-col ul {
	padding: 0;
	list-style: none;
}

.footer-col ul li{
	margin-bottom: 15px;
}

.footer-col ul li a{
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

.footer-col ul li a:hover,
.footer-col ul li a:focus {
	text-decoration: underline;
}

.footer-policy {
	color: #ffffff;
	padding-bottom: 30px;
}
.footer-policy-dtails strong{
	display: block;
	margin-bottom: 15px;
}

.payment-getways svg {
	margin-right: 5px;
	margin-bottom: 5px;
}

.payment-getways svg:last-child {
	margin-right: 0;
}

.copyright {
	padding-top: 10px;
	padding-bottom: 5px;
	color: #ffffff;
}
.copyright a{
    color: #ffffff;
    text-decoration: none;
}

.copyright a:hover, .copyright a:focus {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	.footer-logo-col, .footer-col {
		margin-bottom: 80px;
	}

	.footer_middle {
		padding-bottom: 0;
	}

	.footer_desc br{
		display: none;
	}
}


/* ========== Privacy Policy Page */
.pageTitle {
	font-weight: 900;
	color: #000000;
	font-size: 52px;
}

.company-logo {
    margin-top: 42px;
}

.privacy-policy-box {
    font-size: 22px;
}

.privacy-policy-box a{
    color: #000000;
}

.privacy-policy-box a:hover {
    text-decoration: none;
}

/* ========== About Us ========== */

   #aboutUs {
        height: 100%;
        min-height: 100vh;
    } 


@media only screen and (min-width: 992px){
    .logoContent {
        font-size: 22px;
        color: #000000;
        font-weight: 700;
    }
}
.downnarrow {
	margin-top: -45px;
	font-size: 32px;
}

/*  */
.aboutText {
	margin-top: 30px;
}

.colorBg {
	background-color: #000000;
}

.section {
	padding: 100px 0;
}
.articleTitleText {
	font-size: 52px;
	font-weight: 900;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.1;
}

.aboutTextInfo p {
	font-size: 20px;
	color: #ffffff;
}

.aboutTextInfo p a {
    color: #ffffff;
}

.aboutTextInfo p a:hover,
.aboutTextInfo p a:focus {
    text-decoration: none;
}

.ourmissionTitle {
	margin-bottom: 30px;
}
.ourmissionTitleText {
	font-size: 52px;
	font-weight: 900;
	color: #000000;
	text-transform: uppercase;
	line-height: 1.1;
}

.ourmissionContent {
	font-size: 20px;
	line-height: 1.1;
	color: #000000;
}

@media only screen and (max-width: 768px){
	.articleTitle {
		margin-bottom: 30px;
	}
	.downnarrow {
		margin-top: 0;
	}
}


/*  */
.whiteText {
	color: #ffffff;
}


/* Photo gallery Page */
/* .image-gallery {
	list-style: none;
	padding: 0;
  } */
  
  /* Responsive image gallery rules begin*/
  
  .image-gallery {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
  }
  
  .image-gallery > a {
	flex: 1 1 auto; /* or flex: auto; */
	height: 300px;
	cursor: pointer;
	position: relative;
  }
  
  .image-gallery::after {
	content: "";
	flex-grow: 999;
  }
  
  .image-gallery a img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	/* border-radius: 5px; */
  }
  
  .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(57, 57, 57, 0.502);
	top: 0;
	left: 0;
	transform: scale(0);
	transition: all 0.2s 0.1s ease-in-out;
	color: #fff;
	/* border-radius: 5px; */
	/* center overlay content */
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  /* hover */
  .image-gallery a:hover .overlay {
	transform: scale(1);
  }

  .overlay span {
	font-size: 60px;
  }
  
  
  /*FAQ PAGE*/
 .pageTitleBox P {
     font-size: 22px;
 }
 
 .accordion-button {
     font-weight: 700;
 }
 
 
 /*.accordion-item:first-of-type .accordion-button {*/
 /*    border-bottom: 1px solid #000000;*/
 /*}*/
 
.accordion-button:not(.collapsed) {
     border-bottom: 0 !important;
     background-color:  #000000 !important;
     color: #ffffff !important;
 }
 
 .accordion-body p {
     font-size: 18px;
 }
 
.accordion-item {
  border: none !important;
}

.accordion-header {
  border-bottom: 1px solid #000000;
}

.accordion-button:not(.collapsed)::after{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
} 

.btn-common {
    background-color: #000000;
    color: #ffffff !important;
    text-decoration: none;
    border-color: #000000;
    font-size: 20px;
    margin-top: 30px;
    transition: .5s;
}

.btn-common:hover, .btn-common:focus {
    background-color: transparent;
    color: #000000 !important;
    border-color: #000000;
    
}

/*Videos Page*/
.title-pragraph {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 100px;
    
}


.page-des p {
    font-size: 20px;
}
.youtubeVideoBox {
    color: #000000;
    text-decoration: none;
}

.youtubeVideoBox:hover {
    color: #000000;
    text-decoration: underline;
}
.video-title h4 {
    font-weight: 400;
}

@media only screen and (max-width: 576px) {
    .page-des {
        text-align: center !important;
    }
    
    .pragraphIcon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }
}

/* Avoid Scammers Page */
.avoidRules--title {
	padding: 70px 0;
	color: #000000;
}
.avoidRules--title p, .avoidRules--title h1 {
	margin: 0;
}

.avoidRules--title h1 {
	font-weight: 900;
}


.avoidRules-box {
	width: 100%;
	max-width: 900px;
	background-color: #000000;
	padding: 60px 24px;
	border-radius: 20px;
}

.avoidRules-boxTitle {
	margin-bottom: 15px;
}
.avoidRules-boxTitle h2 {
	margin-bottom: 0;
	color: #ffffff;
	font-weight: 900;
}

.avoidRules-boxButton a {
	margin: 0;
	background-color: #ffffff;
	color: #000000 !important;
	font-size: 16px;
	padding-left: 30px;
	padding-right: 30px;
}

.avoidRules-boxButton a:hover,
.avoidRules-boxButton a:focus {
	border-color: #fff !important;
	color: #fff !important;
	background-color: transparent !important;
}

.avoidRules-doNot {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 70px 12px;
	color: #000000;
}

.avoidRules-boxTitle p {
	margin: 0;
	color: #fff;
}
.avoidRules-doNotBox h2{
	margin: 0;
	text-transform: uppercase;
	font-size: 60px;
	line-height: .75;
}

.avoidRules-doNotBox h2 span {
	font-weight: 900;
	font-size: 87px;
}

.avoidRules-doNot-Notes p {
	margin: 0;
	font-size: 20px;
}

.avoidRules-doNot-Note {
	margin-bottom: 10px;
}

.avoidRules-doNot-Note:last-child {
	margin-bottom: 0;
}

.avoidRules-social-icons {
	width: 100%;
	max-width: 600;
	margin: 0 auto;
	padding-top: 42px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 992px) {
	.avoidRules-doNotBox {
		padding-bottom: 60px;
	}
}
@media only screen and (max-width: 768px) {
	.avoidRules-social-icons a {
		margin-bottom: 30px
	}

	.avoidRules-doNot {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 576px) {
	.avoidRules-doNot-Notes p {
		font-size: 14px;
	}

	.avoidRules-doNot-Note .col {
		padding-left: 0;
	}
}

/* Continue Shopping */
.continue-Shopping {
	padding: 40px 0;
}

.continue-Shopping-Title {
	color: #000000;
}

.continue-Shopping-Title h2{
	margin-bottom: 30px;
}

.continue-Shopping-CategoryBox {
	overflow: hidden;
	height: 15vw;
	margin-bottom: 24px;
}

.continue-Shopping-CategoryBox img {
	width: 100%;
	height: 100%;
	transition: 0.5s all ease-in-out;
}
  
.continue-Shopping-CategoryBox:hover img {
	transform: scale(1.2);
}

.continue-Shopping-CategoryBox a {
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}

.continue-Shopping-CategoryBox a h3 {
	font-size: 40px;
}

@media only screen and (max-width: 1600px) {
	.continue-Shopping-CategoryBox {
		height: 20vw;
	}
}

@media only screen and (max-width: 1200px) {
	.continue-Shopping-CategoryBox a h3 {
		font-size: 28px;
	}
}


@media only screen and (max-width: 768px) {
	.continue-Shopping-CategoryBox {
		height: 40vw;
	}
}

@media only screen and (max-width: 576px) {
	.continue-Shopping-CategoryBox {
		height: 50vw;
	}
}

/* How To Enter */
.howToEnter {
	padding: 60px 0;
	background-color: #000000;
}

.howToEnter-PageTitle h1,.howToEnter-PageTitle h2 {
	color: #fff;
	font-weight: 700;
	font-family: 'Saira Semi Condensed', sans-serif;
	font-weight: 700;
	font-size: 45px;
}

.howToEnter-procFeature {
	padding: 50px 0;
}
.howToEnter-proctypeBox{
	padding-left: 15px;
	padding-right: 15px;
	color: #000000;
}
.howToEnter-proctypeBox h3 {
	font-family: 'Saira Semi Condensed', sans-serif;
	font-weight: 700;
	margin-top: 32px;
	font-size: 27px;
	text-align: center;
}
.howToEnter-proctypeBox p{
	font-family: 'Albert Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
}

.howToEnter-proctype .col-lg.col-sm {
	background-image: url(../images/line23.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto;
}

.howToEnter-proctype .col-lg.col-sm:first-child{
	background-image: none;
}

@media only screen and (max-width: 992px) {
	.howToEnter-proctypeBox{
		margin-bottom: 30px;
	}

	.howToEnter-proctype .col-lg.col-sm{
		background-image: none;
	}
}

@media only screen and (max-width: 576px) {
	.howToEnter-proctypeBox{
		padding-left: 0;
		padding-right: 0;
	}
}
.youtubebox {
	margin-bottom: 30px;
}

.position-relative iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.youtube-frame {
    width: 100%;
    padding-bottom: 56.25%;
}

.youtube-frame img {
    max-width: 40%;
    opacity: 0.9;
}


.howToEnter-Text {
	margin: 100px 0;
}

.howToEnter-TextInner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.howToEnter-TextInner p {
	text-align: center;
	font-size: 18px;
}

.howToEnter-TextInner a {
	color: #000000;
	text-decoration: none;
}

.howToEnter-TextInner a:hover,
.howToEnter-TextInner a:focus {
	text-decoration: underline;
}
