/********************************************************
1. body start
 *******************************************************/
 :root {
  --text-color: #877DA5;
  --primary-color: #6848e7;
  --secondary-color: #000D33;
  --white-color: #ffffff;
  --green-color: #36B133;
  --light-color: #f9f5fd;
  --border-color: #f9f5fd;
  --placeholder-color: #DECCEF;
  --gradient-color1: #9000E8;
  --gradient-color2: #FF3068;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--text-color);
  background-color: var(--white-color);
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url(../images/body.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
a,
a:hover,
a:focus {
  color: var(--secondary-color);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
img {
  max-width: 100%;
}
input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:hover,
:focus,
.form-control:focus {
  outline: none !important;
  box-shadow: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
p {
  margin: 0px;
}

.aicap_btn, .aicap_btn:focus {
    width: 100%;
    padding: 0 30px;
    height: 60px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    color: var(--white-color);
    border: none;
    cursor: pointer;
    box-shadow: 0px 20px 50px 0px rgb(104 72 231 / 20%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
}
.aicap_btn::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
}
.aicap_btn:hover::before {
    animation: shine 1.5s ease-out infinite;
}
.aicap_btn:hover {
	color: var(--white-color);
	background-color: var(--primary-color);
    transform: scale(1.05);
}
@keyframes shine{
    0% {
        left: -100px;
    }
    60% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}
.ai_btn .aicap_btn{
    height: 45px;
}
 .aicap_btn:active {
  transform: scale(0.95);
}
/* privacy page css */
.ai_privacy_header_wrapper .container {
    /* max-width: 1694px; */
    max-width: 1170px;
    margin: 0 auto;
}
.ai_privacy_policy_inner .container, .ai_footer_section .container {
    max-width: 1170px;
    margin: 0 auto;
}
.ai_privacy_header_wrapper {
    /* padding: 15px 0; */
    padding: 15px 50px 15px 60px;
    background-color: var(--white-color);
}
.aicap_logo {
    max-width: 220px;
    /* max-height: 42px; */
    max-height: 45px;
    height: auto;
    object-fit: contain;
    width: 100%;
}
.ai_navbar_wrapper{
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
   
}
.ai_privacy_policy_wrapper h1{
    font-size: 26px;
    font-weight: 600;
    color: #2E253A;
    padding: 0 0 10px; 
}
.ai_privacy_policy_inner{
    position: relative;
}
.ai_privacy_policy_wrapper{
    position: relative;
    background-color: var(--white-color);
    padding: 40px;
    border-radius: 10px;
    line-height: 26px;
    margin: 25px auto 25px;
}
.ai_privacy_policy_wrapper p{
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: #494949;
    margin-bottom: 10px;
}
.ai_privacy_policy_wrapper p span{
    font-weight: 600;
}
.ai_privacy_policy_wrapper h2 {
    font-size: 22px;
    font-weight: 600;
    color: #2E253A;
    margin-bottom: 10px;
    margin-top: 20px;
}
.ai_privacy_policy_wrapper p a{
    color: var(--primary-color);
} 
/* Footer css */
.ai_footer_section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-color: #110b29;
    padding: 50px 0 0;
}

.ai_footer_section .ai_main_heading {
    margin-bottom: 0;
}

.ai_footer_logo {
    /* margin-bottom: 25px; */
    margin: 0 auto 25px;
    text-align: center;
}

.ai_footer_logo a img {
    max-width: 245px;
    max-height: 50px;
    object-fit: cover;
}

.ai_footer_section .ai_main_heading h2 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
}

.ai_footer_wrapper {
    padding: 19px 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ai_footer_copy p {
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
    text-transform: capitalize;
}

.ai_footer_links ul {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.ai_footer_links ul li {
    color: #ffffff;
    font-size: 17px;
    font-weight: 300;
}

.ai_footer_links ul li a {
    color: #ffffff;
}

.ai_footer_links ul li a:hover {
    color: var(--primary-color);
}
