body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Manrope', sans-serif;
}

html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

input,
button,
textarea,
select {
  outline: none;
}

a:hover {
  text-decoration: none;
}

a,
span {
  display: inline-block;
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}


h1 {
  font-weight: 500;
  font-size: 38px;
  color: #151620;
  text-transform: inherit;
  line-height: 1.4;
}

h1 span {
  font-weight: 800;
}

h2 {
  font-weight: 500;
  font-size: 30px;
  color: #151620;
  text-transform: inherit;
  line-height: 1.4;
  margin-bottom: 30px;
}

h2 span {
  font-weight: 800;
  display: inline;
}

h3 {
  font-weight: 700;
  font-size: 24px;
  color: #151620;
  text-transform: inherit;
  line-height: 1.4;
}

h3 span {
  font-weight: 800;
  display: inline;
}

p,
li {
  font-weight: 500;
  font-size: 16px;
  color: rgba(21, 22, 32, 0.80);
  text-transform: inherit;
  line-height: 1.8;
}


.at-button a {
  font-weight: 700;
  font-size: 16px;
  color: #FFF;
  text-transform: inherit;
  background-color: #071390;
  color: #FFFFFF;
  border: 2px solid #071390;
  padding: 10px 20px;
  border-radius: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.at-similar-image-content img {
  width: 100%;
  height: auto;
}

.at-similar-text-content h2 {
  max-width: 460px;
}

.at-similar-text-content p {
  max-width: 530px;
}

.at-secure-access-area,
.at-customized-solutions-area,
.at-duel-validation-area,
.at-unique-features-content,
.at-trailblazing-security-area,
.at-faq-area,
.at-revolution-area {
  margin-top: 150px;
}


/*=== Start AT Header Area Css ===*/

/* start at nav css  */
.at-nav-header-area {
  position: absolute;
  width: 100%;
  top: 55px;
  left: 0;
  z-index: 9;
}

.at-header-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.at-header-logo img,
.at-footer-logo img {
  width: 153px;
  height: auto;
}

.at-header-nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.at-header-nav-menu ul li a {
  font-weight: 700;
  font-size: 16px;
  color: #151620;
  text-transform: capitalize;
  line-height: normal;
  margin-left: 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.at-header-nav-menu ul li a:hover {
  color: #619DE8;
}


/* Flex container for buttons and links */
.at-header-menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between; /* Adjust space between buttons and links */
}

/* Styles for Sign In and Sign Up Buttons */
.at-header-buttons {
  display: flex;
  gap: 10px;
}

.btn-sign-in,
.btn-sign-up {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  background-color: #071390; /* Primary color */
  border: none;
  border-radius: 20px;
  cursor: pointer;
  text-transform: capitalize;
  transition: background-color 0.3s ease;
  border: 2px solid #071390;
  padding: 10px 15px;
  border-radius: 30px;
  
}

.btn-sign-in{
  margin-left:30px;
}


.btn-sign-in:hover {
  background-color: #FFFFFF;
  color: #071390; /* Hover color for Sign In */
}

.btn-sign-up:hover {
  background-color: #FFFFFF;
  color: #071390; /* Hover color for Sign Up */
}

/* Existing styles for UL */
.at-header-nav-menu ul {
  display: flex;
  align-items: center;
  margin-left: 20px; /* Add spacing between buttons and links */
}

.at-header-nav-menu ul li a {
  font-weight: 700;
  font-size: 16px;
  color: #151620;
  text-transform: capitalize;
  line-height: normal;
  margin-left: 30px;
  transition: 0.2s;
}

.at-header-nav-menu ul li a:hover {
  color: #619DE8;
}


.mobile-menu-icon {
  padding: 5px;
  border: 1.5px solid #000000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .5);
  box-shadow: 0 0 7px rgba(0, 0, 0, .5);
  display: none;
}

.all-p-humber {
  width: 22px;
  height: 18px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}

.all-p-humber span {
  display: block;
  position: absolute;
  height: 2px;
  width: 22px;
  background: #000000;
  border-radius: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.all-p-humber span:nth-child(1) {
  top: 0px;
}

.all-p-humber span:nth-child(2),
.all-p-humber span:nth-child(3) {
  top: 7px;
}

.all-p-humber span:nth-child(4) {
  top: 14px;
}

.all-p-humber.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.all-p-humber.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.all-p-humber.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.all-p-humber.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* end at nav css  */

/* start at hero area css  */
.at-hero-area {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(255, 255, 255, 0.10)), to(rgba(7, 19, 144, 0.10)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.10) 80%, rgba(7, 19, 144, 0.10) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 80%, rgba(7, 19, 144, 0.10) 100%);
  padding-top: 135px;
  position: relative;
  overflow: hidden;
  min-height: 750px; /* or any desired value */

}

.at-hero-area::before {
  content: '';
  position: absolute;
  background-image: url('../images/hero-before.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 75%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}

.left-at-hero-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.at-button:last-child a {
  margin-left: 30px;
}


.at-button a:hover,
.at-button:last-child a {
  background-color: #FFFFFF;
  color: #071390;
}

.at-button:last-child a svg {
  margin-left: 10px;
}

.at-button:last-child a:hover,
.at-revolution-content .at-button a {
  background-color: #071390;
  color: #FFFFFF;
}

.at-button:last-child a:hover svg path {
  fill: #FFFFFF
}

.left-at-hero-content p {
  margin: 25px 0;
}

.right-at-hero-content {
  text-align: right;
}

.right-at-hero-content {
  position: relative;
  width: 100%;
  text-align: center;
}

.left-at-hero-content {
  padding-top: 70px;
}

/* Original image styling */
.main-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  display: block;
  z-index: 1;
}

/* Mobile images container */
.mobile-images-wrapper {
  position: absolute;
  top: 33px; /* Top margin */
  left: -80px; /* Move to the left */
  z-index: 2;
  pointer-events: none;
}

/* Style for both mobile images */
.mobile-img {
  position: absolute;
  width: 150px;  /* Smaller size */
  height: auto;
  opacity: 0;
  transition: all 1.5s ease;
}

/* Mobile1 position and animation */
.mobile1 {
  top: 270px;
  left: 10px;
  animation: slideInLeft 1.5s forwards;
  animation-delay: 0.5s;
}

/* Mobile2 below Mobile1 */
.mobile2 {
  top: 270px;
  left: 45px;
  animation: slideInLeft 1.5s forwards;
  animation-delay: 2s;
}

/* Slide-in from left */
@keyframes slideInLeft {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* end at hero area css  */

/*=== End AT Header Area Css ===*/

/*=== Start At Secure Access Area Css ===*/
.at-similar-text-content {
  padding-top: 15px;
}

.at-secure-access-image {
  position: relative;
}

.at-secure-access-top-content img {
  position: absolute;
  top: 70px;
  right: 40px;
  width: 170px !important;
  height: auto;
}

/*=== End At Secure Access Area Css ===*/

/*=== Start At Customized Solutions Area Css ===*/

.single-at-customized-solutions {
  background-color: #EDEDFA;
  border-radius: 30px;
  margin-bottom: 35px;
}

.at-customized-solutions-heading.text-center h1 {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.single-at-customized-image-solutions {
  position: relative;
}

.single-at-customized-image-solutions a img {
  width: 160px;
  height: auto;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 5;
}

.single-at-customized-solutions .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-at-customized-solutions .row:first-child .col-lg-6 {
  padding-right: 0;
}

.single-at-customized-solutions .row:last-child .col-lg-6 {
  padding-left: 0;
}

.top-left-before,
.top-right-before,
.bottom-right-before {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.top-left-before::before {
  content: '';
  position: absolute;
  background: url('../images/costomize-before.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 75%;
  height: 110%;
  left: 15%;
  top: -2%;
  z-index: -1;
}

.top-right-before::before {
  content: '';
  position: absolute;
  background: url('../images/customize-top-before.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  height: 100%;
  left: -25%;
  bottom: -20%;
  z-index: -1;
  -webkit-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}

.bottom-right-before::before {
  content: '';
  position: absolute;
  background: url('../images/customize-bottom-before.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.at-customized-solutions-content .single-at-customized-solutions:first-child .row .col-lg-6 .single-at-customized-image-solutions {
  background: -o-linear-gradient(344deg, #94d7ed 0%, #aac7f3 100%);
  background: linear-gradient(106deg, #95d8ef 0%, #90b0e0 100%);
}

.at-customized-solutions-content .single-at-customized-solutions:last-child {
  margin-bottom: 0;
}

.at-customized-solutions-content .single-at-customized-solutions:last-child .row .col-lg-6 .single-at-customized-image-solutions {
  background: rgba(85, 85, 87, 1);
}

.single-at-customized-image-solutions,
.single-at-customized-image-solutions img {
  border-radius: 10px 0 0 10px;
}


.at-customized-solutions-area .single-at-customized-solutions .col-lg-6 .single-at-customized-image-solutions.top-left-before {
  background-color: #f0f0f0; /* Replace with your desired background color */
  padding: 20px; /* Optional: Add padding if needed */
  border-radius: 25px; /* Optional: Add rounded corners */
}


.single-at-customized-main-image img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: -50px;
  border-radius: 10px; /* Matches the container's rounded corners */
}


.single-at-customized-text-solutions {
  padding: 75px 110px;
}

.single-at-customized-text-solutions h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.single-at-customized-text-solutions a {
  font-weight: 700;
  font-size: 16px;
  color: #151620;
  border: 2px solid #151620;
  padding: 10px 20px;
  border-radius: 30px;
  margin-top: 25px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.single-at-customized-text-solutions a:hover {
  background-color: #071390;
  border: 2px solid #071390;
  color: #FFFFFF;
}

.single-at-customized-text-solutions a:hover svg path {
  fill: #FFFFFF;
}

/*=== End At Customized Solutions Area Css ===*/

/*===  Start AT Duel Unique Area Css ===*/
.at-duel-validation-text.at-similar-text-content {
  padding-top: 60px;
}

.at-unique-features-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}

.at-unique-features-text.at-similar-text-content {
  padding-top: 40px;
  padding-left: 65px;
}

.at-unique-features-list li svg {
  margin-right: 12px;
  margin-top: 5px;
}

.single-at-unique-features-content {
  width: 94%;
}

.single-at-unique-features-content h3 {
  margin: 30px 0;
}

/*=== End AT Duel Unique Area Css ===*/

/*=== Start AT Trailblazing Security Area Css ===*/
.at-trailblazing-security-area {
  background: #ECF0FA;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.at-trailblazing-security-area::after {
  content: '';
  position: absolute;
  background: url('../images/video-before.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 45%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.at-trailblazing-security-video-content iframe {
  width: 100%;
  height: 390px;
  border-radius: 15px;
}

/*=== End AT Trailblazing Security Area Css ===*/

/*=== Start AT FAQ Area Css ===*/
.at-faq-content-heading h2 {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 35px;
}

.at-faq-content-text-content {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.at-faq-content-text-content .accordion-button {
  font-weight: 600;
  font-size: 16px;
  color: rgba(21, 22, 32, 0.80);
  text-transform: inherit;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  border-radius: 10px !important;
  padding: 10px 20px;
  line-height: 1.8;
}

.at-faq-content-text-content .accordion-item {
  border: none;
  margin-bottom: 20px;
}

.accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.at-faq-content-text-content .accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  padding: 20px 0;
}

.accordion-header button:not(.collapsed) {
  background: -webkit-gradient(linear, left top, right top, from(rgba(139, 214, 238, 0.20)), to(rgba(168, 161, 228, 0.20)));
  background: -o-linear-gradient(left, rgba(139, 214, 238, 0.20) 0%, rgba(168, 161, 228, 0.20) 100%);
  background: linear-gradient(90deg, rgba(139, 214, 238, 0.20) 0%, rgba(168, 161, 228, 0.20) 100%);
}

/*=== End AT FAQ Area Css ===*/

/*=== Start AT Revolution Area Css ===*/
.at-revolution-area {
  background-color: #ECF0FA;
  padding: 130px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.at-revolution-area::before {
  content: '';
  position: absolute;
  background: url('../images/revolution-before.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 50%;
  height: 190%;
  left: -28%;
  top: -85%;
  z-index: -1;
}

.at-revolution-area::after {
  content: '';
  position: absolute;
  background: url('../images/revolution-after.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 45%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.at-revolution-middle-content {
  max-width: 520px;
  text-align: center;
  margin: 0 auto;
}

.at-revolution-content .at-button a {
  display: inline-block;
  margin-left: 0;
}

.at-revolution-middle-content {
  max-width: 520px;
  text-align: center;
  margin: 0 auto;
}

.at-revolution-middle-content p {
  margin: 30px 0;
}

.at-revolution-content .at-button a:hover {
  background: transparent;
  color: #071390;
}

.at-revolution-content .at-button a:hover svg path {
  fill: #071390;
}

.at-revolution-left-content img,
.at-revolution-right-content img {
  height: 95px;
  width: auto;
  position: absolute;
  left: 15px;
  bottom: 25px;
}

.at-revolution-right-content img {
  right: 0;
  left: inherit;
}

.single-at-revolution-left-image:nth-child(1) img {
  bottom: 150px;
}

.single-at-revolution-left-image:nth-child(2) img {
  left: 180px;
  bottom: 50px;
}

.single-at-revolution-left-image:nth-child(3) img {
  left: 70px;
}


.single-at-revolution-right-image:nth-child(1) img {
  bottom: 20px;
  right: 100px;
}

.single-at-revolution-right-image:nth-child(2) img {
  right: 0;
  bottom: 100px;
}

.single-at-revolution-right-image:nth-child(3) img {
  right: 115px;
  bottom: 150px;
}

.single-at-revolution-right-image:nth-child(4) img {
  right: 250px;
  bottom: 80px;
}



/*=== End AT Revolution Area Css ===*/

/*=== Start AT Footer Area Css ===*/
.at-footer-area {
  background-color: #FFFFFF;
  padding: 80px 0;
}

.at-footer-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.at-footer-top-link ul,
.at-footer-top-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.at-footer-top-link ul li a {
  font-weight: 700;
  font-size: 16px;
  color: #151620;
  text-transform: inherit;
  margin: 0 15px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.at-footer-top-link ul li a:hover,
.at-footer-bottom-content ul li a:hover {
  color: #619DE8;
}

.at-footer-top-social ul li a {
  margin-left: 12px;
}
.at-footer-bottom-content {
  padding-top: 30px;
}
.at-footer-bottom-content,
.at-footer-bottom-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.at-footer-bottom-content p,
.at-footer-bottom-content ul li a {
  font-weight: 500;
  font-size: 14px;
  color: #151620;
  text-transform: inherit;
  text-decoration: underline;
  margin: 0 15px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}
/*=== End  AT Footer Area Css ===*/