@charset "UTF-8";

/*
Theme Name: Aida AIA
Theme URI: 
Author: the Aidaaia team
Author URI: 
Description: 
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aidaaia
Tags: 

*/
 @font-face {
    font-family: Helvetica;      
    src: url('fonts/Helvetica/Helvetica.woff2') format('woff2'),
    url('fonts/Helvetica/Helvetica.woff') format('woff');
}
*{

    box-sizing: border-box;
}
body {
   margin: 0px;
   padding: 0px; 
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
 font-family: Helvetica;    
} 
.clear{
    clear: both;
}
.container{
    width: 90%;
    max-width: 1920px;
    margin:0 auto;
} 
a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

h1,h2,h3,h4,h5{
    font-weight: normal;
} 
header{
	padding: 0px 30px !important; 
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	z-index: 9;
}
header .header-inner{
	display: flex;
	justify-content: space-between;
	border-bottom: rgba(0, 0, 0, 0.2) solid 1px;
padding: 15px 0px;
align-items: center;
}
header .header-inner .header-nav ul{
	display: flex;
	list-style: none;
	margin: 0px;
	gap: 1.5rem;
  }
 header .header-inner .header-nav ul a{
 	font-style:14px;
 	color: rgba(0, 0, 0, 0.5);
}
 header .header-inner .header-nav ul a:hover,header .header-inner .header-nav ul .current-menu-item a{
 	color: rgba(0, 0, 0, 1);
}
 
 header .header-inner .header-button{
	display: flex;
	justify-content:flex-end;
	gap: 0.5rem;
}
header .header-inner .header-button a{
	border:#000 solid 1px;
	border-radius: 6px;
	color:#000;
	font-size: 14px;
	padding: 8px 15px;
}

header .header-inner .header-button a.get-started{
	background: #000;
	color: #fff;
}
.aidaaia-banner{
	background: url(images/aida-searchat-location-intelligence.jpg);
	background-size: cover;
	padding:  40px;
	padding-top: 110px;
	min-height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: center;
	position: relative;
}
.aidaaia-banner .aidaaia-banner-inner{
display: flex;
gap: 1rem;
}

.aidaaia-banner .aidaaia-banner-inner .aidaaia-banner-content{
	width:45%;
	padding-right:60px ;

}
.aidaaia-banner .aidaaia-banner-inner .aidaaia-banner-img{
	width: 55%;
	position: relative;
	padding: 0px 30px;
}
.aidaaia-banner .aidaaia-banner-inner .aidaaia-banner-img img{
	width: 100%;
	position: relative;
	z-index: 9;
}
.aidaaia-banner .aida-banner-tag{ 
	position: absolute;
	font-size: 22px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	bottom: 45%;
	left: 0px;
	width: 100%;
	padding: 10px 15px;
}
.aidaaia-banner .btn_row img {
width:130px !important; 
}
.aidaaia-banner .btn_row{
	justify-content: center;
}
.aidaaia-banner .btn_row.aidaaia-banner-ctas{
	justify-content: flex-start !important;
 
}
.aidaaia-banner .btn_row.aidaaia-banner-ctas a{
	margin:0px !important; 
}
.aidaaia-banner .aida-banner-tag i{
width:95%;
height:2px;
background:#000; 
}


.aidaaia-banner .aidaaia-banner-content h2{
	font-size: 5vw;
    line-height: 5.2vw;
	margin:10px 0px;
	margin-top: 15px;
	font-weight: bold;
	color: #000;
	text-transform: capitalize;
}

.aidaaia-banner .aidaaia-banner-content h2 span{
	display: block;
	color: rgba(0, 0, 0, 0.5);
}
.aidaaia-banner  .aidaaia-banner-img{
	position: relative;
	z-index: 2;
}
.aidaaia-banner  .aidaaia-banner-img img{
	width: 920px;

}

.mobile-nav-close{
 position: absolute;
right: 30px;
  top: 26px;
cursor: pointer;
}
.aida-mobile-nav{
	background: #000;
	width: 100%;
	top: 0px;
	position: fixed;
	height: 100%;
	right: -100vw;
	z-index: 9;
	padding: 30px;
	-moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    transition: right 0.5s;
}
.aida-mobile-nav.show{
	right:0px;
}
.aida-mobile-nav-logo img{
	height: 23px;
}
.aida-mobile-nav ul{
	padding: 0px;
	list-style: none;
	margin: 0px;
	margin-top: 40px;
}
.aida-mobile-nav li{
	padding:15px 10px;
}
.aida-mobile-nav li a{
	font-size: 24px;
	line-height: 24px;
	color: #fff;
}
.mobile-burguer-icon{
	display: none;
}

.mobile-burguer-icon img{
	filter: invert();
}
 footer {
      text-align: center;
      padding: 1rem 1rem;
      font-size: 0.9rem;
      color: #ddd;
      background-color: #000;
    }
@media only screen and (min-width: 1580px)  {
 
}
@media only screen and (max-width: 650px)  {
	.aidaaia-banner .aidaaia-banner-inner {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  text-align: center;
}
.aidaaia-banner .aidaaia-banner-inner .aidaaia-banner-content {
  width: 100%;
  padding-right: 0px;
  padding-top: 70px;
}
.aidaaia-banner .aidaaia-banner-inner .aidaaia-banner-img {
  width: 100%;
  position: relative;
}
.aidaaia-banner .btn_row img {
width:120px; 
}
.aidaaia-banner .btn_row {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 25px;
  width: 100%;
  justify-content: center;
  margin-top: 23px;
}
.aidaaia-banner .aidaaia-banner-content {
padding-top:70px;
}
.home .section_2 .gtggg_row {
margin-top:35px;
padding: 2rem 1.5rem;
}
  .home .section_2 .gtggg_row .std_image {
    padding-top: 20px;
  }
  .aidaaia-banner .btn_row img {
  width: 120px !important;
}
	header {
  padding: 0px 15px;
}
	.aidaaia-banner .aida-banner-tag {

  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
 
  left: 0px;}
	.aidaaia-banner .aidaaia-banner-img img {
  width: 100%;
}

 .aidaaia-banner .aidaaia-banner-content h2 {
    font-size: 9vw;
    line-height: 9vw;
    padding: 20px 10px;
  }
.aidaaia-banner .btn_row.aidaaia-banner-ctas {
  justify-content: center !important;
}

 .aidaaia-banner .btn_row.aidaaia-banner-ctas .theme_btn,.aidaaia-banner .btn_row.aidaaia-banner-ctas .theme_btn_border {
    padding: 10px 0.9rem;
    font-size: 11px;
  }
	.aidaaia-banner .aidaaia-banner-content h2 span{
		display: inline-block;
	}
	.aidaaia-banner {
  padding: 20px;
  overflow: hidden;
}
  .mobile-burguer-icon{
	display: block;
}
header .header-inner .header-button a.get-started{
	display: none;
}
 .header-nav{
 	display: none;
 }

}