
/*Template Name: Crossway - Startup Landing Page Template
Theme URL: http://themeforest.net/user/DSA79/
Description: Crossway - Startup Landing Page Template
Author: DSA79
Author URL: http://themeforest.net/user/DSA79
Version: 1.1.0
Website: www.dsathemes.com
Tags: responsive, html5 template, one page, landing, startup, business, company, corporate, creative
*/



/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   00 - General & Basic Styles   */
/*   01 - Header				   */
/*   02 - Hero      			   */
/*   03 - Social Proof        	   */
/*   04 - Plans/Pricing            */
/*   05 - Features - 2 section	   */
/*   06 - Testimonials             */
/*   07 - Call To Action           */
/*   08 - Footer		           */
/*   09 - JQueries		   		   */

/* ------------------------------------------ */
/*             COLORS
/* ------------------------------------------ */
/*

	Black:	#3B4752
	Blue:	#0094FF
	Green:	#07DD5E
	Red:	#EB2E50
	Dark:	#2A343D
	Light green: #ABD8BD

/* ------------------------------------------ */



/* ==========================================================================
   00. GENERAL & BASIC STYLES
   ========================================================================== */

/*------------------------------------------*/
/*	 Import Fonts 
/*------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
		
			body {
				color: #fff;
			}
			.article-img {
				border-radius: 20px;
				box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
				width: 100%;
			}
			.date {
				opacity: 0.5;
				font-size: 0.9rem;
				font-weight: 600;
				margin-bottom: 10px;
			}
			.article-title {
				font-size: 1.25rem;
    			font-weight: 600 !important;
    			margin-bottom: 10px;
			}
			
			
			
			
			
			
			
.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.white {
	color: #fff !important;
}
.strikethrough {
	text-decoration: line-through !important;
}
.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.bold {
	font-weight: 800;
}
.semibold {
	font-weight: 600;
}
html {  
	scroll-behavior: smooth;
}
.category {
	text-transform: uppercase;
	font-size: 20px !important;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 600;
	margin-bottom: 0px;
	font-family: 'Montserrat', sans-serif !important;
}
#pricing_area {
	scroll-margin-top: 70px;
	background-image: url('../img/pricing-testimonial-bg.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1,h2,h3,h4,h5,h6, h1.section_title {
	font-family: 'Montserrat', sans-serif !important; 
	font-weight: 700 !important;
}
#pricing_area .featured h2, span.price_dollar, span.monthly, span.price_symbol, sup.price_cents {
	font-family: 'Montserrat', sans-serif !important; 
	font-weight: 700 !important;
}
body {font-family: 'Poppins', sans-serif; !important; }
h1, h2, h3, h4, h5, h6 {
	margin-top: 0; 
	margin-bottom: 10px;
}
h3 {font-weight: 300;}
h4 {
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 20px;
}
.section-head {
	font-size: 2.25rem;
	font-weight: 500 !important;
}

/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
	color: #0094FF !important;
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
a:focus {
	color: #ffffff;
	outline: none;
	border: none;
	text-decoration: none;
}

/*------------------------------------------*/
/*	 Buttons
/*------------------------------------------*/

.btn-primary {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px !important;
	background-color: #0094FF;
	color: #fff !important;
	border-radius: 100px;
	border: none;
	box-shadow: 0px 0px 25px 0px rgba(0, 148, 255, 0.5);
	padding-top: 0.9rem !important;
	padding-bottom: 0.9rem !important;
	padding-right: 1.5rem !important;
	padding-left: 2rem !important;
}	
.btn-primary:hover {
	color: #fff !important;
}
.btn-secondary {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1px !important;
	background-color: rgba(255,255,255,0.0) !important;
	color: #ffffff !important;
	border-radius: 100px;
	border: 2px solid #ffffff;
	padding-top: 1rem!important;
    padding-bottom: 1rem!important;
	padding-right: 1.5rem!important;
    padding-left: 1.5rem!important;
}
.btn-secondary:hover {
	border: 2px solid #0094FF !important;
	color: #fff !important;
}
.btn span.icon {
    			background: url("../img/btn-arrow.svg") no-repeat;
    			float: right;
    			width: 20px;
    			height: 20px;
				margin-top: 6px;
				margin-left: 15px;
			}
			.btn-long {
				padding-right: 3rem !important;
				padding-left: 4rem !important;
			}
input[type="submit"] {
	border: none !important;
	background: none !important;
	text-transform: uppercase;
    letter-spacing: 1px !important;
    font-weight: 600;
    color: #fff;
}	

/*------------------------------------------*/
/*	 CLEAR FLOATS
/*------------------------------------------*/

.floatleft {float: left; width: 50%;}	
.floatright {float: right; width: 50%; text-align: right;}
.clearfloat {clear: both;}


/* ==========================================================================
   01. HEADER/NAV
   ========================================================================== */
#logo {
	width: 250px !important;
}
#logo2 {
	margin-left: 5px;
	margin-top: 11px;
}
.social-proof {max-width: 330px !important;}
#header {
	background: rgba(255, 255, 255, 0);
	width: 100%;
	color: #fff;
	padding: 15px 30px;
	transition: all 0.5s;
}
#header.active {
	background: rgba(255, 255, 255, 1);	
	border-bottom: 1px solid #94a4b2;
	transition: all 0.5s;
}
.nav-spacing {
	padding-left: 30px;
	padding-right: 30px;
}
.social-proof {max-width: 300px !important; width: 100%; margin-top: 10px; margin-right: 20px;}



/* ==========================================================================
   02. HERO
   ========================================================================== */
 	
#hero {
	background-image: url('../img/ai-scam-hero-long-3.jpg');		
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
			
#hero h1 {
	font-weight: 500 !important;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-size: 2.5rem;
	line-height: 1em;
	margin-top: 5px;
}
#hero h2 {
	font-weight: 600 !important;
	line-height: 1em;
	font-size: 1.75rem;
	letter-spacing: 1px;
	margin-bottom: 10px;
}	
.hero_content {
	padding: 30px;
	margin: 80px 0px;
	background-color: rgba(255,255,255,0);
}
.hero-p-padding {
	padding-right: 100px !important;
}
.animated-text {
    position: relative;
    left: -5%; /* Move the text off-screen to the left */
    opacity: 0; /* Make the text invisible initially */
    transition: left 1s ease-out, opacity 1s ease-out; /* Apply transitions */
}
.animated-text.animate {
    left: 0; /* Move the text back to its original position */
    opacity: 1; /* Make the text visible */
}
			
			
/* hero h1 and subhead animation */
.animated-text-2 {
  position: relative;
  left: -5%;
  opacity: 0; /* Start with 0 opacity */
  animation: slideAndFade 1s ease-in-out forwards;
}

@keyframes slideAndFade {
  to {
    left: 0;
    opacity: 1; /* Fade in as the text slides in */
  }
}
			
/* hero p animation */
.animated-text-3 {
  position: relative;
  left: -5%;
  opacity: 0;
  animation: slideAndFade 1s ease-in-out 0.2s forwards; /* Add a delay of 0.5s */
}

@keyframes slideAndFade {
  to {
    left: 0;
    opacity: 1;
  }
}
			
/* hero button animation */
.animated-text-4 {
  position: relative;
  left: -5%;
  opacity: 0;
  animation: slideAndFade 1s ease-in-out 0.4s forwards; /* Add a delay of 0.5s */
}

@keyframes slideAndFade {
  to {
    left: 0;
    opacity: 1;
  }
}
.animated-text-5 {
  position: relative;
  left: -5%;
  opacity: 0;
  animation: slideAndFade 1s ease-in-out 0.4s forwards; /* Add a delay of 0.5s */
}

@keyframes slideAndFade {
  to {
    left: 0;
    opacity: 1;
	}
}






.mktoForm .mktoButtonWrap.mktoRound .mktoButton {
	font-weight: 500 !important;
	font-size: 18px !important;
	letter-spacing: 1px !important;
	background-color: #0094FF !important;
	color: #fff !important;
	border-radius: 100px !important;
	border: none !important;
	box-shadow: 0px 0px 25px 0px rgba(0, 148, 255, 0.5) !important;
	padding-top: 0.9rem !important;
	padding-bottom: 0.9rem !important;
	padding-right: 2rem !important;
	padding-left: 2rem !important;
	background-image: none !important;
}	
.mktoButtonRow .mktoButtonWrap Button {
	box-shadow: none !important;
}
.mktoButtonWrap {
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center !important;
}
.mktoButtonRow {
	text-align: center !important;
	padding-top: 10px !important;
}
.mktoOffset {
	width: 0px !important;
}
.mktoFormRow {
	padding-bottom: 10px !important;
}
.mktoLabel {
	padding-bottom: 5px !important;
}
.main-form-white {
	border-radius: 40px 40px 40px 40px;
}
.main-form-grey {
	border-radius: 0px 40px 40px 0px;
}
#mktoForm_1047 {
	width: 50% !important;
	padding-bottom: 25px !important;
	text-align: right !important;
}
.mktoLabel {
	width: 35% !important;
	text-align: right !important;
	font-size: 1.25em !important;
}
.mktoGutter {
	width: 0px !important;
}
.mktoField {
	width: 65% !important;
	font-size: 1.25em !important;
}
.mktoFieldWrap {
	width: 100% !important;
}
.mktoFormCol {
	width: 100% !important;
}
.mktoAsterix {
	padding-right: 10px !important;
}
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField, .mktoForm textarea.mktoField {
    -webkit-appearance: none !important;
    background-color: #f4f4f4 !important;
    line-height: 1.5em !important;
    color: #000 !important;
    border: none !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 0.2em 0.3em;
    box-shadow: none !important;
    min-height: 2.5em !important;
}

.mktoForm textarea.mktoField {
	min-height: 200px !important;
}

.mktoForm textarea[rows="2"] {
    height: 8em !important;
}


			
/* ==========================================================================
   00. SPOT THE DIFFERENCE
   ========================================================================== */
				
#spot-the-difference {
	background-image: url('../img/audio-bg-2.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}	
#audio22 {
  transition: outline 0.1s ease-out;
}
#audio22.correct {
	outline: 5px solid #ff1d1d;	
	border-radius: 100px;
}
			
.add-outline {
  outline: 5px solid #ff1d1d; /* You can customize the outline style here */
  transition: outline 0.5s ease; /* Add a transition property for smooth effect */
}

			#audioPlayer1 {
	margin-right: 20px;
    margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
			}
			#audioPlayer2 {
	margin-right: auto;
    margin-left: 20px;
			}
.audio-player {
  display: flex;
  align-items: center;
  width: 320px;
  padding: 5px 40px 5px 20px;
  background-color: #f4f4f4;
  border-radius: 100px;
}

.play-btn {
  font-size: 24px;
  padding: 10px;
  background: none;
  border: none;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  width: 40px;
}

.timer {
  color: black;
  margin-right: 10px;
  width: 45px;
	text-align: center !important;
}

.progress-container {
  flex: 1;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  overflow: hidden;
}

.progress {
  height: 100%;
  width: 0;
  background-color: black;
  transition: width 0.1s ease-in-out;
}
			



			
			
			
			

/* ==========================================================================
   00. STATS
   ========================================================================== */
			
#stats {
	background-image: url('../img/stats-bg-2.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}		

			
/* ==========================================================================
   00. YOUR INFORMATION
   ========================================================================== */
			
#your-info {
	background-image: url('../img/glitch-bg.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}	

.popup {
    width: 60%;
    max-width: 800px;
    background-color: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	opacity: 0.9;
}

.address-bar {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #ccc;
}

.circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #E13E3E;
    margin: 0 5px;
}
.circle2 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #DAA031;
    margin: 0 5px;
}
.circle3 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #62BB38;
    margin: 0 5px;
}

.content {
    padding: 20px;
	color: #3b4752; 
	font-family: 'Roboto Mono', monospace; 
	font-size: 1.25rem;
}

.popup:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease-in-out;
}

.popup:hover .address-bar {
    background-color: #fff;
    transition: background-color 0.3s ease-in-out;
}

			
			
/* ==========================================================================
   00. FEATURES
   ========================================================================== */
			
#features {
	background-image: url('../img/features-bg.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}		

			
			

/* ==========================================================================
   04. PLANS/PRICING
   ========================================================================== */

/* --- Toggle */
.toggle p, .toggle2 p {
	font-weight: 400;
	letter-spacing: normal;
	line-height: 18px;
}
.toggle {
	align-items: center;
	display: flex;
	margin: 25px auto 10px;
	width: 350px;
	text-align: center;
}
/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}
/* Hide default HTML checkbox */		
.switch input {
  display: none;
}
/* The slider */		
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #2196F3;
	-webkit-transition: .4s;
	transition: .4s;
}		
.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}			
input:checked+.slider {
	background-color: #2196F3;
}			
input:focus+.slider {
	box-shadow: 0 0 1px #2196F3;
}			
input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}			
.slider.round:before {
	border-radius: 50%;
}
/* Function */
#menu2 {
	display:none;
}			
.recommended, .pricing_header {
	border-top-left-radius: 12px !important;
	border-top-right-radius: 12px !important;
	padding-bottom: 10px !important; 
}
.recommended {
	font-size: 20px;
	background: #2196F3;
	height: 50px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	line-height: 40px;
}
.featured {
	border-radius: 12px !important;
}
.featured h2 {
    color: #ffffff;
	font-weight: 600 !important;
	font-size: 34px;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.price_table_color {
	background-color: rgba(255, 255, 255, 0.1);
}
h1.section_title {
	font-weight: 400;
	font-size: 36px;
}
p.section_p {
	font-size: 18px;
	font-weight: 400;
}
.pricing_header {
	text-align: center; padding-top: 30px; padding-bottom: 30px;
}
.pricing_middle {
   	margin-bottom: 10px !important;
}
.discount {
	margin-bottom: -20px;
	text-decoration: line-through;
	color: #EB2E50;
	background: rgba(235, 46, 80, 0.1);
	display: inline-block;
	padding: 3px 25px;
}
span.monthly {position: relative; margin-left: -25px; font-size: 11px; font-weight: 300}
span.savings {
	font-weight: 400;
	letter-spacing: normal;
	text-transform: uppercase;	
	line-height: 18px;
}
span.price_symbol {position: relative; top: -20px; font-size: 21px; font-weight: 300}
span.price_dollar {font-size: 55px; margin-left: -3px; font-weight: 300;}
sup.price_cents {position: relative; margin-left: -12px; top: -25px; font-size: 17px; font-weight: 300;}
.plans_features {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 10px 10px 30px 10px;
	border: none !important;
}
.plans_features ul {
	margin: 0 0 0 10%;
	padding: 0px;
	list-style-image:url("../img/check-circle.svg");
	list-style-position: outside;
}
.plans_features li {
	font-size: 24px;
	line-height: 1.25rem;
	margin-bottom: 12px;
}
.plans_features li span {
	font-size: 1rem;
}
.plans_features ul .excluded{
	list-style-image:url("../img/x-circle.svg");
}
.plans_features ul .vpn{
	list-style-image:url("../img/check-circle-blue.svg");
}
.plans_features li.excluded {
	opacity: 0.3;
	font-size: 30px;
}
.vpn {
	color: #0094FF !important;
}
			
/* --- Additional Features Modal */
#modal-features ul {
	margin: 0 0 0 10%;
	padding: 0px;
	list-style-image:url("../img/check-circle.svg");
	list-style-position: outside;
}
#modal-features li {
	font-size: 24px;
	line-height: 1.25rem;
	margin-bottom: 12px;
}
#modal-features li span {
	font-size: 1rem;
}
#modal-features ul .excluded{
	list-style-image:url("../img/x-circle.svg");
}
#modal-features ul .vpn{
	list-style-image:url("../img/check-circle-blue.svg");
}
#modal-features li.excluded {
	opacity: 0.3;
	font-size: 30px;
}
#modal-features {
	padding-top: 90px;
	padding-bottom: 90px;
}
button.close {
	padding: 0;
   	background-color: transparent;
   	border: 0;
}
.close {
	float: right;
   	font-size: 1.5rem;
   	font-weight: 700;
   	line-height: 1;
   	color: #fff;
   	text-shadow: 0 1px 0 #fff;
   	opacity: .5;
}



/* ==========================================================================
   06. TESTIMONIALS
   ========================================================================== */
 
.testimonial-img {
	border-radius: 100%;
	box-shadow: 5px 5px 20px 0px rgba(59, 71, 82, 0.2);
	float: right;
}
.testimonial-box {
	width: 90%;
	border-radius: 40px 60px 40px 40px;
	background-color: rgba(148, 164, 178, .15);
	height: 90%;
}
.trustpilot-main {
	font-size: 1.25rem;
}
.review p {
	font-size: 0.9rem;
}
.testimonials-top {
	margin-top: 200px;
}

			
/* ==========================================================================
   00. SOCIAL PROOF
   ========================================================================== */

.social-proof {
	max-width: 500px; width: 100%;
}
#social_proof img {
	width: 65%;
	padding: 20px;
	opacity: 0.5;
	display: block;
}
.cyber-security-img {
	width: 50% !important
}			
#social_proof .col-md-2 {
	width: 20% !important;
}


/* ==========================================================================
   07. CALL TO ACTION
   ========================================================================== */

#call-to-action {
	padding-top: 250px;
	padding-bottom: 250px;
	background-image: url('../img/ai-cta-bg.jpg') !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.cta-title h2 {
	font-weight: 600 !important;
	color: #fff !important;
	text-shadow: none;
	margin-top: 0;
	margin-bottom: 5px;
	letter-spacing: 1px !important;
}


   
/* ==========================================================================
   08. FOOTER
   ========================================================================== */
#footer {
	background-image: url('../img/ai-footer-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0 40px;
}   
.copyright {
	text-align: center;
	color: #fff;
	font-size: 14px;
}



/* ==========================================================================
   09. OWL SETTINGS
   ========================================================================== */
			.owl-item .owl-testimonial-img {
				width: 40% !important;
				margin-top: -7px;
			}
			.owl-testimonial .owl-item {
				padding-right: 20px;
			}
			.owl-item .testimonial-box img {
				width: 50% !important;
			}
			.owl-testimonial-1 .owl-item, .owl-testimonial-2 .owl-item, .owl-testimonial-3 .owl-item {
				height: 100%;
			}
			.owl-carousel-prices .owl-prev {
				left: -5px;
			}
			.owl-carousel-prices .owl-next {
				right: -5px;
			}
			.owl-carousel-prices-2 .owl-prev {
				left: -5px;
			}
			.owl-carousel-prices-2 .owl-next {
				right: -5px;
			}
			.owl-prev {
				left: -35px;
				position: absolute;
				top: 40%;
				opacity: 0.5;
				transform: rotate(0.5turn);
			}
			.owl-next {
				right: -35px;
				position: absolute;
				top: 40%;
				opacity: 0.5;
			}
			.owl-prev span, .owl-next span {
				font-size: 60px;
				color: #000000;
			}
			.owl-prev:hover, .owl-next:hover {
				background: transparent !important;
				opacity: 1;
			}
			.owl-prev span:hover, .owl-next span:hover {
				color: #0094FF !important;
			}
			.owl-theme, .owl-nav[class*="owl-"]:hover {
				background: transparent;
			}
			.owl-carousel-features .owl-prev, .owl-carousel-features .owl-next {
				position: absolute;
				top: 20%;
			}
			.owl-carousel-prices .owl-stage-outer {
				padding-top: 55px;
			}
			.owl-carousel-prices-2 .owl-stage-outer {
				padding-top: 55px;
			}
			.owl-carousel-prices .owl-stage-outer .owl-item {
 				position:relative;
 				-webkit-transform:translate3d(0,0,0);
 				direction: ltr !important;
			}
			.owl-carousel-prices .owl-stage-outer .owl-nav {
 				direction: ltr !important;
			}
			.owl-carousel-prices-2 .owl-stage-outer .owl-item {
 				position:relative;
 				-webkit-transform:translate3d(0,0,0);
 				direction: ltr !important;
			}
			.owl-carousel-prices-2 .owl-stage-outer .owl-nav {
 				direction: ltr !important;
			}


/* ==========================================================================
   12. JQUERIES
   ========================================================================== */

/* DESKTOP (AND LARGER) */
	@media (min-width: 1200px) {
		.container{
			max-width: 1140px !important;
		}
		#header .container, #hero .container {
			max-width: 1200px !important;
		}
		#pricing_area .container {
			max-width: 1400px !important;
		}
		.small-icon {
			width: 20% !important;
		}
	}

	@media (max-width: 1200px) {
		.small-icon {
			width: 20% !important;
		}
	}

	@media (max-width: 1274px) {
		.nav-spacing {
			padding-left: 10px;
			padding-right: 10px;
		}
	}
			
	@media (max-width: 1195px) {
		#hero {
			background-position: -450px center;
		}
	}
			
/* TABLET */
	@media (min-width: 992px) {}
	@media (max-width: 991px) {
		#hero h1 {
			font-size: 40px !important;
			line-height: 1em !important;
		}
		.hero_content {
			margin: 10px 0px;
		}
		.modal-lg, .modal-xl {
			max-width: 1200px !important;
		}
		.small-icon {
			width: 15% !important;
		}
		.testimonial-img {
			width: 20% !important;
		}
		.stars {
			width: 30% !important;
		}
		.owl-item .owl-testimonial-img {
			width: 25% !important;
			margin-top: -7px;
		}
		.owl-testimonial .owl-item {
			padding-right: 20px;
			padding-top: 20px;
			padding-left: 20px;
		}
		.owl-item .testimonial-box img {
			width: 40% !important;
		}
		#hero {
			background-position: -375px center;
		}
		#pricing_area .btn-long {
			padding-left: 1.25rem !important;
			padding-right: 0.75rem !important;
		}
	}
			
	@media (max-width: 900px) {
		#hero {
			background-position: -530px center;
		}
	}
	
/* MOBILE */
	@media (min-width: 768px) {
		.container{
			max-width: 100%;
		}
	}								
	@media only screen and (max-width: 767px){
		#mktoForm_1047 {
	width: 100% !important;
			text-align: center !important;
}
		.mktoForm .mktoFormRow .mktoField {
    clear: none !important;
}
		.mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: right !important;
    padding-left: 0;
    padding-right: 5px;
}
		.mktoLabel {
	width: 100% !important;
	text-align: center !important;
	font-size: 1.25em !important;
			padding-right: 10px !important;
}
		.mktoField {
	width: 100% !important;
	font-size: 1.25em !important;
}
		.logo_center {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		.hero_content {
			padding: 15px 5px 0px !important;
			margin: 0px !important;
		}
		#hero {
			background-image: url('../img/ai-scam-hero-mobile-3.jpg');		
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
		}
		.hero-empty-space {
			height: 400px;
			display: block;
		}
		#hero h1 {
			font-size: 2.25em !important;
		}
		#hero h2 {font-size: 1.5em;}
		.hero-p-padding {
			padding-right: 0rem !important;
		}
		#social_proof .col-md-2 {
			width: 25% !important;
			float: left !important;
		}
		.toggle {
			margin: 10px auto 0px !important;
		}
		.featured {border-radius: 12px;}
		.primary {margin-top: 0px !important;}
		.testimonial-img {
			width: 30% !important;
		}
		.stars {
			width: 40% !important;
		}
		#two-section-1a { order: 2;}
		#two-section-1b { order: 1;}
		.two-section {
			padding: 50px 0px 20px !important;
		}
		#call-to-action {
			padding-top: 100px;
			padding-bottom: 100px;
			margin-top: 30px;
			background-color: #0f1014;
			background-image: url('../img/ai-cta-bg.jpg') !important;
			background-repeat: no-repeat;
			background-size: cover !important;
			background-position: center center;
			background-attachment: scroll !important;
		}
		.small-icon {
			width: 10% !important;
		}
		#features-icons {
			padding: 80px 0px 40px !important;
		}
		.vertical-center {
  			margin: 0;
  			position: static;
  			top: 0;
  			-ms-transform: none;
 		 	transform: none;
		}
		#logo {
			max-width: 300px !important;
			width: 40% !important;
			padding-right: 0px !important;
			margin-top: 0px !important;
		}
		#logo2 {
			height: auto !important;
			width: 30%;
			margin-left: 0px !important;
			margin-top: 1px;
		}
		.owl-item .owl-testimonial-img {
			width: 35% !important;
			margin-right: 0px;
		}
		.category {
			font-size: 16px !important;
		}
		.section-head {
			font-size: 1.75rem !important;
		}
		.featured h2 {
			font-size: 28px !important;
		}
		.trustpilot-main {
			font-size: 1rem;
		}
		.review p {
			font-size: 0.75rem;
		}
		.popup {
			width: 95%;
		}
		.content {
    		padding: 20px 5px;
			color: #3b4752; 
			font-family: 'Roboto Mono', monospace; 
			font-size: 1rem;
		}
		#pricing_area .btn-long {
			padding-left: 2rem !important;
			padding-right: 1.5rem !important;
		}
		.testimonials-top {
			margin-top: 100px;
		}
		#social_proof img {
			width: 90%;
			padding: 20px;
			opacity: 0.5;
			display: block;
		}
		.cyber-security-img {
			width: 70% !important
		}
		#audioPlayer1 {
	margin-right: auto;
    margin-left: auto;
	margin-top: 30px;
	margin-bottom: 20px;
			}
		#audioPlayer2 {
	margin-right: auto;
    margin-left: auto;
			}
		

	
/* hero h1 and subhead animation */
.animated-text-2 {
  position: relative;
  top: 50%;
	left: 0%;
  opacity: 0; /* Start with 0 opacity */
  animation: slideAndFadeMobile 1s ease-in-out forwards;
}

@keyframes slideAndFadeMobile {
  to {
    top: 0;
    opacity: 1; /* Fade in as the text slides in */
  }
}
			
/* hero p animation */
.animated-text-3 {
  position: relative;
	left: 0%;
  top: 50%;
  opacity: 0;
  animation: slideAndFadeMobile 1s ease-in-out 0.2s forwards; /* Add a delay of 0.5s */
}

@keyframes slideAndFadeMobile {
  to {
    top: 0;
    opacity: 1;
  }
}
			
/* hero button animation */
.animated-text-4 {
  position: relative;
  top: 50%;
  left: 0%;
  opacity: 0;
  animation: slideAndFadeMobile 1s ease-in-out 0.4s forwards; /* Add a delay of 0.5s */
}

@keyframes slideAndFadeMobile {
  to {
    top: 0;
    opacity: 1;
  }
}
				/* hero button animation */
.animated-text-5 {
  position: relative;
  top: 50%;
  left: 0%;
  opacity: 0;
  animation: slideAndFadeMobile 1s ease-in-out 0.4s forwards; /* Add a delay of 0.5s */
}

@keyframes slideAndFadeMobile {
  to {
    top: 0;
    opacity: 1;
  }
}
	}

/* SMALL MOBILE */
	@media (min-width: 576px) {
		.container {
			max-width: 100%;
			padding: 0px 20px;
		}
	}
	@media (max-width: 576px) {
		.modal-dialog {
			max-width: 800px;
		}
		.small-icon {
			width: 15% !important;
		}
	}
/* X-SMALL MOBILE */					
	@media only screen and (max-width: 470px){
		.testimonial-img {
			width: 40% !important;
		}
		#header {
			padding: 15px 15px;
		}
		#logo {
			width: 53% !important;
			padding-right: 0px !important;
			margin-top: 0px !important;
		}
		#logo2 {
			height: auto !important;
			width: 43%;
			margin-left: 0px !important;
			margin-top: 1px;
		}
		.stars {
			width: 60% !important;
		}
		.small-icon {
			width: 25% !important;
		}
		.owl-item .testimonial-box img {
			width: 50% !important;
		}
		.owl-item .owl-testimonial-img {
			width: 35% !important;
			margin-right: 0px;
		}
	}

	
		
 
/*------------------------------------------*/
/*	 General
/*------------------------------------------*/


