/*----------------------------------------------------
CSS CDN:
	swiper: https://cdn.jsdelivr.net/npm/swiper/

1. Global Area 
2. Header Section

******* HOME PAGE 1 *******



=====================================================================*/
/*=========
Font load
===========*/
:root {
  --at-body-c3: #5F5D61;
  --at-black1: #07000E;
  --at-outfit: "Outfit", sans-serif;
  --at-dm: "DM Sans", sans-serif;
  --at-sora: "Sora", sans-serif;
  --at-urbanist: "Urbanist", sans-serif;
  --at-c1: #FF6F05;
  --at-c2: #FF31AB;
  --at-c3: #7512A2;
  --at-c4: #6C1AFC;
  --at-c5: #EC736C;
  --at-c6: #EC04FB;
  --at-c7: #5259EB;
  --at-c8: rgb(1,53,222);
  --at-c9: rgb(59,130,246);
  --at-c10: rgb(6,182,212);
  --at-prime-c1: linear-gradient(90deg, var(--at-c1) 0%, var(--at-c2) 51.47%, var(--at-c3) 100%);
  --at-prime-c2: linear-gradient(90deg, var(--at-c4) 0%, var(--at-c5) 100%);
  --at-prime-c3: linear-gradient(90deg, var(--at-c6) 0%, var(--at-c7) 100%);
  --at-prime-c4: linear-gradient(90deg, var(--at-c8) 0%, var(--at-c9) 50%, var(--at-c10));
  --cube-1: cubic-bezier(0.55, 0.085, 0, 0.99);
  --cube-2: all .25s cubic-bezier(.645,.045,.355,1);
  --cube-3: cubic-bezier(0.25, 1, 0.5, 1);
}

@-webkit-keyframes moveGradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}

@keyframes moveGradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
.at-sec-title1 .subtitle {
  background: var(--at-prime-c2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.at-hero3-text .hero3_title span, .at-header-section:is(.header_style_three) .header-cta .item-text span {
  background: var(--at-prime-c3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.at-header-section {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  position: absolute;
}
.at-header-section .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.at-header-section .dropdown {
  position: relative;
  padding-right: 16px;
}
.at-header-section .dropdown:after {
  top: 3px;
  z-index: 2;
  right: 0px;
  content: "\f0d7";
  font-size: 14px;
  font-weight: 700;
  font-weight: 900;
  position: absolute;
  color: var(--at-black2);
  font-family: "Font Awesome 5 free";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.at-header-section .dropdown:hover:after {
  background: var(--at-prime-c2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.at-header-section .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.at-header-section .dropdown-menu {
  left: 0;
  top: 42px;
  z-index: 100;
  margin: 0px;
  padding: 4px 4px 15px;
  height: auto;
  min-width: 270px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
          box-shadow: -8px 8px 24px 0px rgba(0, 0, 0, 0.08);
}
.at-header-section .dropdown-menu .dropdown {
  padding-right: 0;
}
.at-header-section .dropdown-menu .dropdown:after {
  display: none;
}
.at-header-section .dropdown-menu .dropdown-menu {
  top: 0px !important;
  left: 100%;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  -webkit-transform: scaleY(0) !important;
          transform: scaleY(0) !important;
}
.at-header-section .dropdown-menu .dropdown-menu a {
  color: #fff;
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: 400;
}
.at-header-section .dropdown-menu li {
  display: block;
  margin: 5px 0px !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.at-header-section .dropdown-menu li:last-child {
  border-bottom: none;
}
.at-header-section .dropdown-menu li:before {
  display: none;
}
.at-header-section .dropdown-menu li:after {
  color: #fff;
  right: 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.at-header-section .dropdown-menu li.dropdown:hover:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.at-header-section .dropdown-menu li.dropdown:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
          transform: scaleY(1) !important;
}
.at-header-section .dropdown-menu li.dropdown:before {
  color: #fff;
  top: 10px;
  right: 15px;
}
.at-header-section .dropdown-menu li:hover:before {
  color: #fff !important;
}
.at-header-section .dropdown-menu a {
  width: 100%;
  line-height: 1;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #f1f1f1;
  background: var(--at-black-c1) !important;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--at-black-c1) !important;
  padding: 10px 0px 10px 18px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.at-header-section .dropdown-menu a:before {
  width: 0 !important;
  top: 5px !important;
  left: 0px !important;
  right: auto !important;
  -webkit-transform: scale(0) !important;
          transform: scale(0) !important;
  background-color: var(--at-c2) !important;
}
.at-header-section .dropdown-menu a:after {
  display: none;
}
.at-header-section .dropdown-menu a:hover, .at-header-section .dropdown-menu a.active {
  color: var(--at-c2) !important;
  padding-left: 30px !important;
}
.at-header-section .dropdown-menu a:hover:after, .at-header-section .dropdown-menu a.active:after {
  width: 100%;
}
.at-header-section .dropdown-menu a:hover:before, .at-header-section .dropdown-menu a.active:before {
  opacity: 1;
  width: 5px !important;
  visibility: visible;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.at-header-section .at-mobile-menu-btn {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section .at-mobile-menu-btn {
    display: block;
  }
}
.at-header-section .at-mobile-menu-btn button {
  padding: 0;
  width: 30px;
  height: 18px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.at-header-section .at-mobile-menu-btn button span {
  width: 19px;
  height: 2px;
  display: block;
  background-color: #fff;
}
.at-header-section .at-mobile-menu-btn button span:nth-child(even) {
  width: 29px;
}
.at-header-section:is(.header_style_one) .at-header-content {
  margin: 0 auto;
  padding: 24px 15px;
  max-width: 1830px;
}
.at-header-section:is(.header_style_one) .at-header-nav {
  z-index: 1;
  padding: 8px;
  position: relative;
  border-radius: 100px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_one) .at-header-nav {
    display: none !important;
  }
}
.at-header-section:is(.header_style_one) .at-header-nav:before, .at-header-section:is(.header_style_one) .at-header-nav:after {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100px;
}
.at-header-section:is(.header_style_one) .at-header-nav:after {
  background-color: #fff;
}
.at-header-section:is(.header_style_one) .at-header-nav:before {
  top: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#7512A2), color-stop(48.53%, #FF31AB), to(#FF6F05));
  background: linear-gradient(90deg, #7512A2 0%, #FF31AB 48.53%, #FF6F05 100%);
  background-size: 300% 100%;
  -webkit-animation: moveGradient 2s ease-in-out infinite alternate;
          animation: moveGradient 2s ease-in-out infinite alternate;
}
.at-header-section:is(.header_style_one) .main-navigation li {
  margin: 0px 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-section:is(.header_style_one) .main-navigation li {
    margin: 0px 15px;
  }
}
.at-header-section:is(.header_style_one) .main-navigation li a {
  font-size: 16px;
  color: var(--at-black);
}
.at-header-section:is(.header_style_one) .main-navigation li:hover a {
  background: var(--at-prime-c2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.at-header-section:is(.header_style_one) .cta-btn a {
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: relative;
  background-color: var(--at-black1);
}
.at-header-section:is(.header_style_one) .cta-btn a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 100%;
  background: var(--at-prime-c1);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-header-section:is(.header_style_one) .cta-btn a:hover:before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.at-header-section:is(.header_style_one) .at-top-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_one) .at-top-social {
    display: none !important;
  }
}
.at-header-section:is(.header_style_one) .at-top-social a {
  color: #fff;
  opacity: 0.72;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  padding: 11px 32px 9px;
  border: 1px solid #FFFFFF;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-header-section:is(.header_style_one) .at-top-social a {
    padding: 8px 15px;
  }
}
.at-header-section:is(.header_style_one) .at-top-social a:hover {
  background: var(--at-c4);
  border: 1px solid var(--at-c4);
}
.at-header-section:is(.header_style_one) .at-header-nav-social {
  gap: 160px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-header-section:is(.header_style_one) .at-header-nav-social {
    gap: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-header-section:is(.header_style_one) .at-header-nav-social {
    gap: 50px;
  }
}
.at-header-section:is(.header_style_three) {
  padding: 28px 44px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_three) {
    padding: 15px;
  }
}
.at-header-section:is(.header_style_three) .at-mobile-menu-btn button span {
  background-color: var(--at-black1);
}
.at-header-section:is(.header_style_three) .ra-header-content {
  z-index: 1;
  padding: 15px 16px;
  border-radius: 16px;
  position: relative;
  background-color: #fff;
}
.at-header-section:is(.header_style_three) .ra-header-content .ra-up-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 16px;
  background-color: #fff;
}
.at-header-section:is(.header_style_three) .ra-header-content:before, .at-header-section:is(.header_style_three) .ra-header-content:after {
  left: 0;
  right: 0;
  z-index: -2;
  height: 100%;
  content: "";
  margin: 0 auto;
  border-radius: 16px;
  position: absolute;
  background: rgba(255, 255, 255, 0.3215686275);
  backdrop-filter: blur(4px);
}
.at-header-section:is(.header_style_three) .ra-header-content:before {
  width: 97%;
  bottom: -8px;
}
.at-header-section:is(.header_style_three) .ra-header-content:after {
  width: 94%;
  z-index: -3;
  bottom: -15px;
}
.at-header-section:is(.header_style_three) .ra-menu-logo {
  gap: 0px 115px;
  padding-left: 16px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-header-section:is(.header_style_three) .ra-menu-logo {
    gap: 0px 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_three) .ra-menu-logo {
    gap: 0px 15px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_three) .main-navigation {
    display: none;
  }
}
.at-header-section:is(.header_style_three) .main-navigation li {
  margin: 0px 24px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-header-section:is(.header_style_three) .main-navigation li {
    margin: 0px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-section:is(.header_style_three) .main-navigation li {
    margin: 0px 15px;
  }
}
.at-header-section:is(.header_style_three) .main-navigation li a {
  font-size: 18px;
  font-weight: 400;
  display: inline;
  padding-bottom: 30px;
  color: var(--at-black1);
}
.at-header-section:is(.header_style_three) .main-navigation li:hover a {
  background: var(--at-prime-c3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.at-header-section:is(.header_style_three) .main-navigation li .dropdown-menu li a {
  display: inline-block !important;
}
.at-header-section:is(.header_style_three) .main-navigation li .dropdown-menu li a:hover, .at-header-section:is(.header_style_three) .main-navigation li .dropdown-menu li a:is(.active) {
  color: var(--at-c4) !important;
}
.at-header-section:is(.header_style_three) .ra-header-action {
  gap: 32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_three) .ra-header-action {
    gap: 15px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_three) .ra-header-action .at-btn3 {
    display: none;
  }
}
.at-header-section:is(.header_style_three) .header-cta {
  gap: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_three) .header-cta {
    display: none !important;
  }
}
.at-header-section:is(.header_style_three) .header-cta .item-text span {
  font-size: 14px;
}
.at-header-section:is(.header_style_three) .header-cta .item-text h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--ra-inter);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_three) .header-cta .item-text h3 {
    font-size: 14px;
  }
}
.at-header-section:is(.header_style_three) .header-cta .item-icon {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-color: #E9EBED;
}
.at-header-section:is(.header_style_three) .header-cta .item-icon img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-header-section:is(.header_style_three) .header-cta:hover .item-icon img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.at-header-section:is(.header_style_three) .header-search {
  width: 185px;
  position: relative;
  padding-left: 32px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-header-section:is(.header_style_three) .header-search {
    width: 160px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-section:is(.header_style_three) .header-search {
    width: 120px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_three) .header-search {
    display: none;
  }
}
.at-header-section:is(.header_style_three) .header-search:before, .at-header-section:is(.header_style_three) .header-search:after {
  top: -5px;
  width: 1px;
  content: "";
  height: 36px;
  position: absolute;
  background-color: #D9D9D9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_three) .header-search:before, .at-header-section:is(.header_style_three) .header-search:after {
    display: none;
  }
}
.at-header-section:is(.header_style_three) .header-search:before {
  left: 0;
}
.at-header-section:is(.header_style_three) .header-search:after {
  right: 0;
}
.at-header-section:is(.header_style_three) .header-search form {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.at-header-section:is(.header_style_three) .header-search button {
  padding: 0;
  border: none;
  font-size: 16px;
  color: var(--ra-title-c3);
  background-color: transparent;
}
.at-header-section:is(.header_style_three) .header-search input {
  border: none;
  font-size: 14px;
  color: rgba(28, 28, 45, 0.4784313725);
  background-color: transparent;
}
.at-header-section:is(.header_style_three) .header-search input::-webkit-input-placeholder {
  color: rgba(28, 28, 45, 0.4784313725);
  font-size: 14px;
}
.at-header-section:is(.header_style_three) .header-search input::-moz-placeholder {
  color: rgba(28, 28, 45, 0.4784313725);
  font-size: 14px;
}
.at-header-section:is(.header_style_three) .header-search input:-ms-input-placeholder {
  color: rgba(28, 28, 45, 0.4784313725);
  font-size: 14px;
}
.at-header-section:is(.header_style_three) .header-search input::-ms-input-placeholder {
  color: rgba(28, 28, 45, 0.4784313725);
  font-size: 14px;
}
.at-header-section:is(.header_style_three) .header-search input::placeholder {
  color: rgba(28, 28, 45, 0.4784313725);
  font-size: 14px;
}
@media (max-width: 480px) {
  .at-header-section:is(.header_style_three) .cta-btn {
    display: none;
  }
}
.at-header-section:is(.header_style_three) .cta-btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  padding: 16px 28px;
  white-space: nowrap;
  background-color: #FC9C44;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_three) .cta-btn a {
    padding: 14px 16px;
  }
}
.at-header-section:is(.header_style_three) .cta-btn a i {
  margin-left: 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_three) .cta-btn a i {
    margin-left: 5px;
  }
}
.at-header-section:is(.header_style_three) .cta-btn a:hover {
  background-color: var(--ra-base-c3);
}
.at-header-section:is(.header_style_two) .at-header-content {
  margin: 0 auto;
  max-width: 1810px;
  padding: 0px 15px 0px 35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-section:is(.header_style_two) .at-header-content {
    padding: 0px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-header-content {
    padding: 20px 15px;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.at-header-section:is(.header_style_two) .at-navigation-btn {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-navigation-btn {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-navigation-btn {
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(1, 53, 222)), color-stop(50%, rgb(59, 130, 246)), to(rgb(6, 182, 212)));
    background-image: linear-gradient(90deg, rgb(1, 53, 222) 0%, rgb(59, 130, 246) 50%, rgb(6, 182, 212) 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-navigation-btn {
    display: none !important;
  }
}
.at-header-section:is(.header_style_two) .at-navigation-btn .main-navigation {
  padding: 35px 40px;
  font-family: var(--at-sora);
  border-bottom-left-radius: 70px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(1, 53, 222)), color-stop(50%, rgb(59, 130, 246)), to(rgb(6, 182, 212)));
  background-image: linear-gradient(90deg, rgb(1, 53, 222) 0%, rgb(59, 130, 246) 50%, rgb(6, 182, 212) 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-navigation-btn .main-navigation {
    border-radius: 0;
    padding: 25px 15px;
    background-image: none;
  }
}
.at-header-section:is(.header_style_two) .at-navigation-btn .main-navigation .dropdown:after {
  color: #fff;
  right: 3px;
}
.at-header-section:is(.header_style_two) .at-navigation-btn .main-navigation .dropdown .dropdown-menu {
  background-color: var(--at-black1);
}
.at-header-section:is(.header_style_two) .at-navigation-btn .main-navigation .dropdown .dropdown-menu li a {
  border: none;
  display: inline-block;
}
.at-header-section:is(.header_style_two) .at-navigation-btn .main-navigation .dropdown .dropdown-menu li a:hover, .at-header-section:is(.header_style_two) .at-navigation-btn .main-navigation .dropdown .dropdown-menu li a:is(.active) {
  color: var(--at-c9) !important;
}
.at-header-section:is(.header_style_two) .at-navigation-btn .main-navigation .dropdown:hover:after {
  background: inherit;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.at-header-section:is(.header_style_two) .at-navigation-btn .main-navigation li {
  margin: 0px 20px;
  position: relative;
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-section:is(.header_style_two) .at-navigation-btn .main-navigation li {
    margin: 0px 10px;
  }
}
.at-header-section:is(.header_style_two) .at-navigation-btn .main-navigation li a {
  color: #fff;
  font-weight: 500;
  display: inline;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-navigation-btn .main-navigation li a {
    font-size: 14px;
  }
}
.at-header-section:is(.header_style_two) .at-header-btn {
  padding: 22px 35px 22px 35px;
  border-bottom-right-radius: 70px;
  background-image: -webkit-gradient(linear, right top, left top, from(#2158EB), color-stop(50%, #3B83F6), to(#0FAFD9));
  background-image: linear-gradient(-90deg, #2158EB 0%, #3B83F6 50%, #0FAFD9 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-header-btn {
    border-radius: 0;
    background-image: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-section:is(.header_style_two) .at-header-btn {
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-header-btn {
    padding: 15px;
  }
}
.at-header-section:is(.header_style_two) .at-header-btn .header-search {
  width: 185px;
  position: relative;
  padding-left: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-header-section:is(.header_style_two) .at-header-btn .header-search {
    width: 160px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-header-section:is(.header_style_two) .at-header-btn .header-search {
    width: 120px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-header-btn .header-search {
    display: none;
  }
}
.at-header-section:is(.header_style_two) .at-header-btn .header-search:after {
  top: 2px;
  width: 1px;
  right: 30px;
  content: "";
  height: 18px;
  opacity: 0.6;
  position: absolute;
  background-color: #D9D9D9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-header-btn .header-search:after {
    display: none;
  }
}
.at-header-section:is(.header_style_two) .at-header-btn .header-search form {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.at-header-section:is(.header_style_two) .at-header-btn .header-search button {
  padding: 0;
  border: none;
  color: var(--at-black1);
  opacity: 0.8;
  font-size: 16px;
  background-color: transparent;
}
.at-header-section:is(.header_style_two) .at-header-btn .header-search input {
  border: none;
  font-size: 16px;
  color: var(--at-black1);
  background-color: transparent;
}
.at-header-section:is(.header_style_two) .at-header-btn .header-search input::-webkit-input-placeholder {
  color: var(--at-black1);
  font-size: 16px;
  opacity: 0.8;
}
.at-header-section:is(.header_style_two) .at-header-btn .header-search input::-moz-placeholder {
  color: var(--at-black1);
  font-size: 16px;
  opacity: 0.8;
}
.at-header-section:is(.header_style_two) .at-header-btn .header-search input:-ms-input-placeholder {
  color: var(--at-black1);
  font-size: 16px;
  opacity: 0.8;
}
.at-header-section:is(.header_style_two) .at-header-btn .header-search input::-ms-input-placeholder {
  color: var(--at-black1);
  font-size: 16px;
  opacity: 0.8;
}
.at-header-section:is(.header_style_two) .at-header-btn .header-search input::placeholder {
  color: var(--at-black1);
  font-size: 16px;
  opacity: 0.8;
}
.at-header-section:is(.header_style_two) .at-header-btn .at-cta-btn a {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  overflow: hidden;
  padding: 15px 30px;
  border-radius: 40px;
  white-space: nowrap;
  position: relative;
  background-color: #272729;
}
.at-header-section:is(.header_style_two) .at-header-btn .at-cta-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
  -khtml-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.6)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  -webkit-transition: all 500ms linear 0ms;
  transition: all 500ms linear 0ms;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-header-section:is(.header_style_two) .at-header-btn .at-cta-btn a {
    font-size: 14px;
    padding: 15px 15px;
  }
}
.at-header-section:is(.header_style_two) .at-header-btn .at-cta-btn a:hover:before {
  -webkit-animation: shine 1s;
          animation: shine 1s;
}
.at-header-section:is(.header_style_two) .at-header-btn .at-cta-btn a i {
  margin-left: 8px;
}
.at-header-section:is(.txa_sticky_header) {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  z-index: 10;
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky) {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  -webkit-box-shadow: 0px 4px 40px 0px rgba(129, 129, 129, 0.1019607843);
          box-shadow: 0px 4px 40px 0px rgba(129, 129, 129, 0.1019607843);
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.txa_sticky_show) {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_one) {
  background-color: var(--at-black1);
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_one) .at-header-content {
  padding: 12px 15px;
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_two) {
  background: var(--at-prime-c4);
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_two) .at-navigation-btn {
  margin-bottom: 0;
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_two) .at-navigation-btn .main-navigation {
  background: transparent;
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_two) .at-header-btn {
  background: transparent;
}
.at-header-section:is(.txa_sticky_header):is(.txa_sticky):is(.header_style_two) .at-header-content {
  padding-left: 15px;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

/*// Mobile Menu style*/
/*----------------------------------------------------*/
.mobile_logo {
  top: 10px;
  left: 15px;
  display: none;
  position: absolute;
}

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -100%;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 100%;
  max-width: 500px;
  overflow-y: scroll;
  background-color: #0f0d0d;
  padding: 20px 20px 35px 20px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
          box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content::-webkit-scrollbar {
  width: 6px;
}
.mobile_menu_content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.mobile_menu_content::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background: #000;
  background-size: 200%, 1px;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  padding: 0;
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  z-index: 5;
  padding: 0;
  border: none;
  display: none;
  font-size: 24px;
  cursor: pointer;
  margin-left: 10px;
  line-height: 38px;
  text-align: center;
  background-color: transparent;
}
.mobile_menu_button span {
  width: 30px;
  height: 2px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
}
.mobile_menu_button span:nth-child(2) {
  width: 25px;
}
.mobile_menu_button span:last-child {
  width: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .mobile_menu_button {
    display: block;
  }
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  font-size: 20px;
  font-weight: 700;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  width: 100%;
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 15px;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  color: #fff !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: var(--base-color);
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  top: 4px;
  right: 0;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9397a7;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  border-radius: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  cursor: pointer;
  color: #d60606;
  font-size: 20px;
  position: absolute;
}
.mobile_menu .mobile-search-bar {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 40px;
}
.mobile_menu .mobile-search-bar input {
  color: #fff;
  width: 100%;
  height: 60px;
  border: none;
  font-size: 14px;
  padding-left: 15px;
  border-radius: 5px;
  border-bottom: none;
  background-color: #2d2d2d;
}
.mobile_menu .mobile-search-bar input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar input::placeholder {
  color: #fff;
  font-size: 14px;
}
.mobile_menu .mobile-search-bar button {
  top: 5px;
  padding: 0;
  right: 10px;
  color: #fff;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile_menu .ptx-mobile-header-social {
  margin-top: 40px;
}
.mobile_menu .ptx-mobile-header-social a {
  color: #fff;
  margin: 0px 8px;
  font-size: 15px;
}
.mobile_menu .ptx-mobile-header-social a:hover {
  color: var(--ra-base-c1);
}

/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #fff;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body .row {
  --bs-gutter-x: 32px;
}

.home-2 {
  font-size: 18px;
  line-height: 1.555;
  font-family: var(--at-dm);
}
.home-2 .container {
  max-width: 1344px;
}

.home-1 {
  font-size: 18px;
  font-family: var(--at-urbanist);
}
.home-1 .container {
  max-width: 1474px;
}

body::-webkit-scrollbar {
  width: 6px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  outline: none;
  border-radius: 0px;
  background: var(--at-prime-c1);
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

.headline-1 h1,
.headline-1 h2,
.headline-1 h3,
.headline-1 h4,
.headline-1 h5,
.headline-1 h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  color: var(--at-black1);
  font-family: var(--at-urbanist);
}

.headline-2 h1,
.headline-2 h2,
.headline-2 h3,
.headline-2 h4,
.headline-2 h5,
.headline-2 h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  color: var(--at-black1);
  font-family: var(--at-outfit);
}

.headline-3 h1,
.headline-3 h2,
.headline-3 h3,
.headline-3 h4,
.headline-3 h5,
.headline-3 h6 {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.25;
  color: var(--at-black1);
  font-family: var(--at-sora);
}

@-webkit-keyframes spin3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes spin3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.marquee-left,
.marquee-right,
.marquee-left2,
.marquee-right2 {
  overflow: hidden;
  display: flow-root;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
}
#preloader .at-pre-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#preloader .at-pre-img .item-img {
  height: 240px;
  max-width: 250px;
}
#preloader .at-pre-img span {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-48%);
          transform: translateX(-50%) translateY(-48%);
}
#preloader .at-pre-img span img {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: spin3d 3s linear infinite;
          animation: spin3d 3s linear infinite;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: inherit;
  transition: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

.at-scrollup {
  color: #fff;
  width: 70px;
  right: 20px;
  z-index: 5;
  height: 50px;
  bottom: 20px;
  display: none;
  font-size: 16px;
  position: fixed;
  font-weight: 700;
  line-height: 72px;
  background: var(--at-prime-c1);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.at-scrollup i {
  color: #fff;
}
.at-scrollup:is(.ver_2) {
  background: var(--at-prime-c4);
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.background_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pera-content p {
  margin-bottom: 0;
}

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
  width: 10px;
}

.href-underline a {
  width: 100%;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.href-underline a:hover {
  color: inherit;
  background-size: 100% 100%;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tx-tab-btn .nav-tabs .nav-item.show .nav-link,
.tx-tab-btn .nav-tabs .nav-link.active,
.tx-tab-btn .nav-tabs .nav-link {
  border: none;
  padding-top: 0;
  padding-right: 0;
  border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
  background-color: transparent;
}
.tx-tab-btn .nav-tabs {
  border: none;
}
.tx-tab-btn .nav {
  display: inherit;
}

.img-cover {
  width: 100%;
  height: 100%;
}
.img-cover img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-cover video {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.over-hidden,
.split-line {
  overflow: hidden;
}

.at-btn1 a span {
  gap: 8px;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  font-weight: 900;
  padding: 20px 30px;
  border-radius: 80px;
  background-size: 200%, 1px;
  -webkit-transition: 800ms all ease;
  transition: 800ms all ease;
  background-image: var(--at-prime-c4);
}
.at-btn1 a:hover span {
  background-position: 240%;
}

.at-btn2 {
  z-index: 1;
  padding: 3px;
  position: relative;
  display: inline-block;
}
.at-btn2:before, .at-btn2 button:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(236, 4, 251, 0.2)), to(rgba(82, 89, 235, 0.2)));
  background: linear-gradient(90deg, rgba(236, 4, 251, 0.2) 0%, rgba(82, 89, 235, 0.2) 100%);
}
.at-btn2 a, .at-btn2 button {
  gap: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  overflow: hidden;
  font-weight: 600;
  padding: 15px 28px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  font-family: var(--at-outfit);
  background: var(--at-prime-c1);
  border:none;
}
.at-btn2 a i, .at-btn2 button i {
  z-index: 8;
  position: relative;
}
.at-btn2 a .front_view {
  z-index: 5;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.at-btn2 a .back_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  color: #fff;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(100%) rotate(25deg);
          transform: translateY(100%) rotate(25deg);
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 6;
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.at-btn2 a .btn__ripple {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  background: var(--at-prime-c1);
  z-index: 3;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.at-btn2 a .btn_overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.at-btn2 a .btn_overlay:before, .at-btn2 a .btn_overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.at-btn2 a .btn_overlay:before {
  z-index: 3;
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
  background-color: var(--at-c1);
}
.at-btn2 a .btn_overlay:after {
  background-color: var(--at-c2);
  z-index: 2;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
@media (max-width: 480px) {
  .at-btn2 a {
    padding: 10px 24px;
  }
}
.at-btn2 a span {
  white-space: nowrap;
}
.at-btn2 a:hover .back_view {
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.at-btn2 a:hover .front_view {
  -webkit-transform: translateY(-100%) rotate(-25deg);
          transform: translateY(-100%) rotate(-25deg);
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.at-btn2 a:hover .btn_overlay:before, .at-btn2 a:hover .btn_overlay:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}
.at-btn2 a:hover .btn_overlay:after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.at-btn2 a:hover .btn__ripple {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.at-btn3 {
  padding: 6px;
  border-radius: 6px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(var(--at-c6)), color-stop(50%, var(--at-c7)), to(var(--at-c6)));
  background: linear-gradient(90deg, var(--at-c6) 0%, var(--at-c7) 50%, var(--at-c6));
  background-size: 200%, 1px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-btn3 a {
  gap: 10px;
  z-index: 1;
  position: relative;
  padding-right: 18px;
}
.at-btn3 a:before {
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 44px;
  content: "";
  height: 44px;
  border-radius: 6px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: 400ms cubic-bezier(1, 0.72, 0.4, 0.97);
  transition: 400ms cubic-bezier(1, 0.72, 0.4, 0.97);
}
.at-btn3 a .icon-wrap {
  width: 44px;
  height: 44px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  background-color: #fff;
}
.at-btn3 a .icon-wrap i {
  -webkit-transition: 400ms cubic-bezier(1, 0.72, 0.4, 0.97);
  transition: 400ms cubic-bezier(1, 0.72, 0.4, 0.97);
}
.at-btn3 a .icon-wrap i:last-child {
  top: 50%;
  left: -50%;
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.at-btn3 a .text-wrap {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
.at-btn3 a .text-wrap b {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  display: inline-block;
  -webkit-transition: 400ms cubic-bezier(1, 0.72, 0.4, 0.97);
  transition: 400ms cubic-bezier(1, 0.72, 0.4, 0.97);
}
.at-btn3 a .text-wrap b:last-child {
  left: 0;
  top: 80px;
  position: absolute;
  color: var(--at-black2);
  -webkit-transition: 400ms cubic-bezier(1, 0.72, 0.4, 0.97);
  transition: 400ms cubic-bezier(1, 0.72, 0.4, 0.97);
}
.at-btn3 a:hover .icon-wrap i:first-child {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.at-btn3 a:hover .icon-wrap i:last-child {
  left: 60%;
}
.at-btn3 a:hover .text-wrap b:first-child {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.at-btn3 a:hover .text-wrap b:last-child {
  top: 2px;
}
.at-btn3 a:hover:before {
  width: 100%;
}
.at-btn3:hover {
  background-position: 120%;
}

.at-sec-title1 .subtitle {
  font-size: 16px;
  font-weight: 500;
  padding: 0px 12px;
  position: relative;
  margin-bottom: 8px;
  display: inline-block;
  font-family: var(--at-outfit);
}
.at-sec-title1 .subtitle:before, .at-sec-title1 .subtitle:after {
  top: 11px;
  width: 4px;
  height: 4px;
  content: "";
  border-radius: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#FF4C13), to(#FE7524));
  background: linear-gradient(90deg, #FF4C13 0%, #FE7524 100%);
}
.at-sec-title1 .subtitle:before {
  left: 0;
}
.at-sec-title1 .subtitle:after {
  right: 0;
}
.at-sec-title1 .sec_title {
  font-size: 51px;
  font-weight: 600;
  line-height: 1.08;
}
.at-sec-title1 .sec_title .split-line {
  padding-bottom: 3px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-sec-title1 .sec_title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .at-sec-title1 .sec_title {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .at-sec-title1 .sec_title {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .at-sec-title1 .sec_title {
    font-size: 36px;
  }
}

.at-sec-title2 .subtitle {
  color: #A234FD;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 3px;
  margin-bottom: 16px;
  letter-spacing: 1px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(162, 52, 253, 0.2)), to(rgba(162, 52, 253, 0)));
  background: linear-gradient(90deg, rgba(162, 52, 253, 0.2) 0%, rgba(162, 52, 253, 0) 100%);
}
.at-sec-title2 .sec_title {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.13;
  letter-spacing: -2px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-sec-title2 .sec_title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .at-sec-title2 .sec_title {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .at-sec-title2 .sec_title {
    font-size: 30px;
  }
}
@media (max-width: 360px) {
  .at-sec-title2 .sec_title {
    font-size: 28px;
  }
}
.at-sec-title2 p {
  padding-top: 20px;
}

.at-sec-title3 .subtitle {
  gap: 8px;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--at-black1);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-sec-title3 .subtitle {
    font-size: 16px;
  }
}
.at-sec-title3 .sec_title {
  font-size: 65px;
  font-weight: 800;
  line-height: 1.143;
  color: var(--at-black1);
}
.at-sec-title3 .sec_title span {
  color: #fff;
  padding: 8px 30px;
  border-radius: 100px;
  background: var(--at-prime-c4);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-sec-title3 .sec_title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-sec-title3 .sec_title {
    font-size: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-sec-title3 .sec_title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-sec-title3 .sec_title {
    font-size: 48px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .at-sec-title3 .sec_title {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  .at-sec-title3 .sec_title {
    font-size: 40px;
  }
}
@media (max-width: 360px) {
  .at-sec-title3 .sec_title {
    font-size: 36px;
  }
}
.at-sec-title3 p {
  font-size: 20px;
  padding-top: 10px;
  color: var(--at-black1);
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*---------------------------------------------------- */
/******* HOME PAGE 1 *******/
/*Hero area*/
/*----------------------------------------------------*/
.at-hero2-sec {
  z-index: 1;
  padding-top: 190px;
  padding-bottom: 225px;
  background-color: #07000E;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero2-sec {
    padding-bottom: 80px;
  }
}

@-webkit-keyframes leftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  75% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes leftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
  }
  75% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.at-hero2-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 920px;
  position: absolute;
}
.at-hero2-bg .item-img img {
  scale: 1.05;
  -webkit-animation: leftRight 15s infinite ease-in-out;
          animation: leftRight 15s infinite ease-in-out;
}
.at-hero2-bg:before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  max-height: 295px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 0, 14, 0)), to(#07000E));
  background: linear-gradient(180deg, rgba(7, 0, 14, 0) 0%, #07000E 100%);
}
.at-hero2-bg .bg-shape {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.at-hero2-text {
  max-width: 691px;
}
.at-hero2-text p {
  color: #fff;
  max-width: 517px;
  padding-bottom: 36px;
}
.at-hero2-text .at-hr2-title {
  color: #fff;
  font-size: 68px;
  font-weight: 600;
  line-height: 1.06;
  padding-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-hero2-text .at-hr2-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-hero2-text .at-hr2-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .at-hero2-text .at-hr2-title {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .at-hero2-text .at-hr2-title {
    font-size: 45px;
  }
}
@media (max-width: 360px) {
  .at-hero2-text .at-hr2-title {
    font-size: 40px;
  }
}

.at-hero2-content {
  gap: 25px;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero2-content {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.at-hero2-client-wrap .at-hr2-cl-shape {
  top: -70px;
  left: -165px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero2-client-wrap .at-hr2-cl-shape {
    display: none;
  }
}

.at-hero2-client {
  z-index: 1;
  width: 272px;
  height: 276px;
  overflow: hidden;
  position: relative;
  padding: 25px 20px;
  border-radius: 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero2-client {
    width: 100%;
  }
}
.at-hero2-client:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 16px;
  background: linear-gradient(224.28deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 33.5%, rgba(255, 255, 255, 0) 60%, #FFFFFF 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.at-hero2-client h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 16px;
}
.at-hero2-client ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.at-hero2-client li {
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin-left: -20px;
  border-radius: 100%;
  border: 3px solid #290C1C;
}
.at-hero2-client li:first-child {
  margin-left: 0;
}
.at-hero2-client li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.at-hero2-client p {
  color: #fff;
  margin: 0 auto;
  padding-top: 20px;
}

.at-hero2-img-wrap {
  margin: 0 auto;
  max-width: 992px;
  margin-top: -115px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero2-img-wrap {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero2-img-wrap {
    gap: 25px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero2-img-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.at-hero2-img-wrap .hr2-img {
  border-radius: 16px;
  backdrop-filter: blur(72px);
  border: 6px solid rgba(255, 255, 255, 0.1215686275);
  -webkit-box-shadow: -22px -22px 40px 0px rgba(0, 0, 0, 0.5215686275);
          box-shadow: -22px -22px 40px 0px rgba(0, 0, 0, 0.5215686275);
}
.at-hero2-img-wrap .hr2-img img {
  border-radius: 16px;
}
.at-hero2-img-wrap .item-img1,
.at-hero2-img-wrap .item-img2 {
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero2-img-wrap .item-img1,
  .at-hero2-img-wrap .item-img2 {
    position: static;
  }
}
.at-hero2-img-wrap .item-img1 {
  left: 65px;
  top: 110px;
  -webkit-transform: rotate(-16.16deg);
          transform: rotate(-16.16deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero2-img-wrap .item-img1 {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.at-hero2-img-wrap .item-img2 {
  top: 175px;
  z-index: 2;
  right: 65px;
  -webkit-transform: rotate(16.16deg);
          transform: rotate(16.16deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero2-img-wrap .item-img2 {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.at-hero2-about {
  background-color: #07000E;
}

.at-about1-sec {
  z-index: 2;
  padding: 0px 60px;
  position: relative;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-about1-sec {
    padding: 0px 15px;
  }
}

.at-ab1-scroll {
  left: 0;
  right: 0;
  top: -30px;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: absolute;
  border-radius: 100%;
  background: var(--at-prime-c2);
}
.at-ab1-scroll .item-icon {
  -webkit-animation: icon-bounce 1s ease-out infinite;
          animation: icon-bounce 1s ease-out infinite;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab1-scroll {
    display: none !important;
  }
}

.at-about1-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 35px;
  margin-top: -350px;
  clip-path: polygon(100% 96.975%, 100% 96.975%, 99.975% 97.466%, 99.901% 97.931%, 99.783% 98.365%, 99.625% 98.762%, 99.43% 99.114%, 99.204% 99.416%, 98.949% 99.662%, 98.67% 99.846%, 98.371% 99.96%, 98.056% 100%, 1.944% 100%, 1.944% 100%, 1.629% 99.96%, 1.33% 99.846%, 1.051% 99.662%, 0.796% 99.416%, 0.57% 99.114%, 0.375% 98.762%, 0.217% 98.365%, 0.099% 97.931%, 0.025% 97.466%, 0% 96.975%, 0% 3.025%, 0% 3.025%, 0.025% 2.534%, 0.099% 2.069%, 0.217% 1.635%, 0.375% 1.239%, 0.57% 0.886%, 0.796% 0.584%, 1.051% 0.338%, 1.33% 0.154%, 1.629% 0.04%, 1.944% 0%, 41.583% 0%, 41.583% 0%, 41.708% 0.006%, 41.831% 0.025%, 41.952% 0.055%, 42.072% 0.097%, 42.19% 0.151%, 42.306% 0.217%, 42.419% 0.293%, 42.528% 0.381%, 42.634% 0.48%, 42.737% 0.589%, 48.847% 7.591%, 48.847% 7.591%, 49.06% 7.803%, 49.284% 7.968%, 49.518% 8.086%, 49.757% 8.157%, 50% 8.181%, 50.243% 8.157%, 50.482% 8.086%, 50.716% 7.968%, 50.94% 7.803%, 51.153% 7.591%, 57.263% 0.589%, 57.263% 0.589%, 57.366% 0.48%, 57.472% 0.381%, 57.582% 0.293%, 57.694% 0.217%, 57.81% 0.151%, 57.928% 0.097%, 58.048% 0.055%, 58.169% 0.025%, 58.293% 0.006%, 58.417% 0%, 98.056% 0%, 98.056% 0%, 98.371% 0.04%, 98.67% 0.154%, 98.949% 0.338%, 99.204% 0.584%, 99.43% 0.886%, 99.625% 1.238%, 99.783% 1.635%, 99.901% 2.069%, 99.975% 2.534%, 100% 3.025%, 100% 96.975%);
  backdrop-filter: blur(40px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-about1-wrap {
    clip-path: none;
  }
}
.at-about1-wrap:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  backdrop-filter: blur(100px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.24)), to(rgba(229, 197, 255, 0.24)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24) 0%, rgba(229, 197, 255, 0.24) 100%);
}
.at-about1-wrap .at-ab1-bg {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-about1-wrap {
    margin-top: 0;
  }
}

.at-ab1-img {
  top: 0px;
  left: -125px;
  max-width: 613px;
  position: absolute;
  clip-path: polygon(62.202% 0.146%, 5.041% 0.146%, 5.041% 0.146%, 4.249% 0.204%, 3.499% 0.37%, 2.799% 0.636%, 2.16% 0.992%, 1.591% 1.431%, 1.104% 1.942%, 0.707% 2.517%, 0.411% 3.146%, 0.226% 3.821%, 0.163% 4.532%, 0.163% 69.99%, 0.163% 69.99%, 0.226% 70.702%, 0.411% 71.377%, 0.707% 72.006%, 1.104% 72.581%, 1.591% 73.092%, 2.16% 73.53%, 2.799% 73.887%, 3.499% 74.153%, 4.249% 74.319%, 5.041% 74.376%, 27.342% 74.376%, 27.342% 74.376%, 28.133% 74.434%, 28.883% 74.6%, 29.583% 74.866%, 30.223% 75.223%, 30.791% 75.661%, 31.279% 76.172%, 31.675% 76.747%, 31.971% 77.376%, 32.156% 78.051%, 32.22% 78.762%, 32.22% 95.468%, 32.22% 95.468%, 32.284% 96.179%, 32.468% 96.854%, 32.764% 97.483%, 33.161% 98.058%, 33.648% 98.569%, 34.217% 99.008%, 34.856% 99.364%, 35.556% 99.63%, 36.307% 99.796%, 37.098% 99.854%, 94.959% 99.854%, 94.959% 99.854%, 95.751% 99.796%, 96.501% 99.63%, 97.201% 99.364%, 97.84% 99.008%, 98.409% 98.569%, 98.896% 98.058%, 99.293% 97.483%, 99.589% 96.854%, 99.774% 96.179%, 99.837% 95.468%, 99.837% 41.647%, 99.837% 41.647%, 99.774% 40.936%, 99.589% 40.261%, 99.293% 39.632%, 98.896% 39.057%, 98.409% 38.546%, 97.84% 38.108%, 97.201% 37.751%, 96.501% 37.485%, 95.751% 37.319%, 94.959% 37.261%, 71.958% 37.261%, 71.958% 37.261%, 71.166% 37.204%, 70.416% 37.038%, 69.716% 36.772%, 69.077% 36.415%, 68.508% 35.977%, 68.021% 35.466%, 67.624% 34.891%, 67.328% 34.262%, 67.144% 33.587%, 67.08% 32.875%, 67.08% 4.532%, 67.08% 4.532%, 67.016% 3.821%, 66.831% 3.146%, 66.535% 2.517%, 66.138% 1.942%, 65.651% 1.431%, 65.083% 0.992%, 64.443% 0.636%, 63.743% 0.37%, 62.993% 0.204%, 62.202% 0.146%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-ab1-img {
    left: -290px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab1-img {
    display: none;
  }
}

.at-about1-text-area {
  max-width: 965px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-about1-text-area {
    max-width: 100%;
  }
}
.at-about1-text-area .at-sec-title1 .sec_title {
  color: #fff;
}

.at-ab-exp-wrap {
  margin-left: 158px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}
.at-ab-exp-wrap .at-btn2 {
  margin-left: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab-exp-wrap {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab-exp-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.at-ab-exp-btn {
  padding: 25px 35px 25px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.32);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab-exp-btn {
    padding-left: 0;
    padding-bottom: 0;
    border-right: none;
  }
}

.at-ab-exp {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}
.at-ab-exp h3 {
  position: relative;
}
.at-ab-exp h3 span {
  font-size: 232px;
  font-weight: 600;
  line-height: 1;
  background-image: url(../img/ac1.jpg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 30% 50%;
}
.at-ab-exp h3:before {
  top: 8px;
  left: 8px;
  z-index: -1;
  color: #121C23;
  line-height: 1;
  font-size: 232px;
  font-weight: 600;
  position: absolute;
  content: attr(data-text);
}
.at-ab-exp p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  max-height: 130px;
  margin-bottom: 30px;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
}

.at-ab-exp-text-img {
  padding-top: 45px;
  padding-left: 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab-exp-text-img {
    padding-left: 0;
  }
}
.at-ab-exp-text-img p {
  color: #fff;
  padding-bottom: 55px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab-exp-text-img p {
    padding-bottom: 30px;
  }
}
.at-ab-exp-text-img .item-img {
  width: 100%;
  height: 178px;
  max-width: 425px;
  overflow: hidden;
  border-radius: 10px;
}

.at-ab1-count-item {
  max-width: 294px;
  margin-bottom: 30px;
}
.at-ab1-count-item .item-count {
  height: 64px;
  overflow: hidden;
  padding-left: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
.at-ab1-count-item .item-count h3 {
  color: #fff;
  line-height: 0.75;
  font-weight: 700;
  font-size: 92px;
}
.at-ab1-count-item .item-count h3 sub {
  bottom: 30px;
  color: #A234FD;
  font-size: 60px;
  font-weight: 300;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab1-count-item .item-count h3 sub {
    bottom: 0;
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-ab1-count-item .item-count h3 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .at-ab1-count-item .item-count h3 {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  .at-ab1-count-item .item-count h3 {
    font-size: 50px;
  }
}
.at-ab1-count-item p {
  color: #fff;
  opacity: 0.8;
  padding-top: 20px;
}

.at-spon1-title {
  gap: 20px;
  margin: 0 auto;
  max-width: 1800px;
}
.at-spon1-title i {
  width: 0%;
  height: 1px;
  -webkit-transition: all 2500ms ease-in-out;
  transition: all 2500ms ease-in-out;
  background: -webkit-gradient(linear, left top, right top, from(#07000E), to(#FFFFFF));
  background: linear-gradient(90deg, #07000E 0%, #FFFFFF 100%);
}
.at-spon1-title i:last-child {
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#07000E));
  background: linear-gradient(90deg, #FFFFFF 0%, #07000E 100%);
}
.at-spon1-title.active i {
  width: 50%;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.at-spon1-title span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-spon1-title span {
    white-space: wrap;
    text-align: center;
  }
}

.at-spon1-slider {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1800px;
}

.at-spon1-item {
  height: 36px;
  overflow: hidden;
  position: relative;
}
.at-spon1-item .item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.at-spon1-item .item-img .img__1 {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
.at-spon1-item .item-img .img__2 {
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
  -webkit-transition: 500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
.at-spon1-item .item-img:hover .img__1 {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}
.at-spon1-item .item-img:hover .img__2 {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.at-ser1-top-content {
  gap: 20px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-top-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.at-ser1-top-content .at-sec-title1 {
  max-width: 805px;
}
.at-ser1-top-content .at-sec-title1 span {
  top: 4px;
  width: 88px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  border-radius: 100px;
  background-color: #D49FFF;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6392156863) inset;
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.6392156863) inset;
}
.at-ser1-top-content .at-sec-title1 span i {
  left: 4px;
  top: 33%;
  right: 0;
  z-index: 1;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.at-ser1-top-content .at-sec-title1 span:before, .at-ser1-top-content .at-sec-title1 span:after {
  top: 5px;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 100%;
}
.at-ser1-top-content .at-sec-title1 span:before {
  left: 5px;
  background-color: #fff;
}
.at-ser1-top-content .at-sec-title1 span:after {
  right: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#FF4C13), to(#FE7524));
  background: linear-gradient(90deg, #FF4C13 0%, #FE7524 100%);
}

.at-ser1-content {
  z-index: 2;
}
.at-ser1-content .ar-ser1-arrow {
  top: 55px;
  right: 125px;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-content .ar-ser1-arrow {
    display: none;
  }
}

.at-ser1-slider-wrap {
  width: 100%;
  max-width: 840px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-ser1-slider-wrap {
    max-width: 750px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-slider-wrap {
    max-width: 100%;
  }
}

.at-ser1-item {
  max-width: 840px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-item {
    max-width: 100%;
  }
}
.at-ser1-item .item-img {
  overflow: hidden;
  margin-bottom: 14px;
  padding-bottom: 15px;
}
.at-ser1-item .inner-img {
  clip-path: polygon(100% 96.452%, 100% 96.452%, 99.975% 97.028%, 99.903% 97.574%, 99.787% 98.083%, 99.633% 98.548%, 99.442% 98.961%, 99.22% 99.316%, 98.971% 99.604%, 98.697% 99.819%, 98.404% 99.954%, 98.095% 100%, 56.164% 100%, 56.164% 100%, 55.925% 99.955%, 55.702% 99.825%, 55.498% 99.62%, 55.315% 99.349%, 55.154% 99.024%, 55.018% 98.652%, 54.909% 98.243%, 54.829% 97.808%, 54.779% 97.356%, 54.762% 96.896%, 54.762% 96.896%, 54.762% 96.896%, 54.7% 95.457%, 54.519% 94.092%, 54.23% 92.82%, 53.843% 91.658%, 53.367% 90.624%, 52.812% 89.738%, 52.188% 89.017%, 51.505% 88.479%, 50.772% 88.143%, 50% 88.027%, 50% 88.027%, 49.228% 88.143%, 48.495% 88.479%, 47.812% 89.017%, 47.188% 89.738%, 46.633% 90.624%, 46.157% 91.658%, 45.77% 92.82%, 45.481% 94.092%, 45.3% 95.457%, 45.238% 96.896%, 45.238% 96.896%, 45.238% 96.896%, 45.221% 97.356%, 45.171% 97.808%, 45.091% 98.243%, 44.982% 98.652%, 44.846% 99.024%, 44.685% 99.349%, 44.502% 99.62%, 44.298% 99.825%, 44.075% 99.955%, 43.836% 100%, 1.905% 100%, 1.905% 100%, 1.596% 99.954%, 1.303% 99.819%, 1.029% 99.604%, 0.78% 99.316%, 0.558% 98.961%, 0.368% 98.548%, 0.213% 98.083%, 0.097% 97.574%, 0.025% 97.028%, 0% 96.452%, 0% 3.548%, 0% 3.548%, 0.025% 2.972%, 0.097% 2.426%, 0.213% 1.917%, 0.368% 1.452%, 0.558% 1.039%, 0.78% 0.684%, 1.029% 0.396%, 1.303% 0.181%, 1.596% 0.046%, 1.905% 0%, 98.095% 0%, 98.095% 0%, 98.404% 0.046%, 98.697% 0.181%, 98.971% 0.396%, 99.22% 0.684%, 99.442% 1.039%, 99.633% 1.452%, 99.787% 1.917%, 99.903% 2.426%, 99.975% 2.972%, 100% 3.548%, 100% 96.452%);
}
.at-ser1-item .inner-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.at-ser1-item .inner-link {
  left: 0;
  right: 0;
  opacity: 0;
  width: 56px;
  height: 56px;
  bottom: -70px;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.at-ser1-item .inner-link a {
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #A234FD;
}
.at-ser1-item .inner-link a:hover {
  background-color: var(--at-c3);
}
.at-ser1-item .inner-link a i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.at-ser1-item .item-text-wrap h3 {
  opacity: 0;
  font-size: 32px;
  max-width: 390px;
  font-weight: 600;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.5, 1.5);
  transition: 1000ms cubic-bezier(0.5, -0.75, 0.5, 1.5);
}
.at-ser1-item .item-text-wrap p {
  opacity: 0;
  color: #5F5D61;
  max-width: 384px;
  text-align: right;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.5, 1.5);
  transition: 1000ms cubic-bezier(0.5, -0.75, 0.5, 1.5);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-item .item-text-wrap p {
    text-align: left;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-item .item-text-wrap {
    gap: 15px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.swiper-slide-active .at-ser1-item .inner-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-slide-active .at-ser1-item .item-text-wrap h3 {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.swiper-slide-active .at-ser1-item .item-text-wrap p {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.swiper-slide-active .at-ser1-item .inner-link {
  bottom: 0;
  opacity: 1;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.at-ser1-content {
  gap: 48px;
  margin: 0 auto;
  max-width: 1920px;
  margin-top: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-content {
    display: block !important;
  }
}

.at-ser1-nav {
  gap: 8px;
  margin-top: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-nav {
    margin: 30px 0px;
  }
}
.at-ser1-nav .at-ser1-prev,
.at-ser1-nav .at-ser1-next {
  width: 48px;
  z-index: 1;
  height: 48px;
  border-radius: 8px;
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(7, 0, 14, 0.2392156863);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-ser1-nav .at-ser1-prev:before,
.at-ser1-nav .at-ser1-next:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  content: "";
  border-radius: 8px;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: var(--at-prime-c1);
}
.at-ser1-nav .at-ser1-prev:hover,
.at-ser1-nav .at-ser1-next:hover {
  color: #fff;
}
.at-ser1-nav .at-ser1-prev:hover:before,
.at-ser1-nav .at-ser1-next:hover:before {
  height: 100%;
}

.at-ser1-thumb-slider {
  width: 584px;
  bottom: -95px;
  right: -100px;
  position: absolute;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .at-ser1-thumb-slider {
    right: -150px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-ser1-thumb-slider {
    right: -250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-ser1-thumb-slider {
    bottom: -90px;
    right: -330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-thumb-slider {
    position: static;
    width: 100%;
    height: 200px;
  }
}

.at-ser1-thumb {
  height: 614px;
  margin: 0 auto;
  max-width: 584px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-thumb {
    width: 100%;
    height: 200px;
    max-width: 100%;
    padding: 0px 15px;
  }
}

.at-ser1-thumb-item {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-thumb-item {
    margin: 0px 10px;
  }
}
.at-ser1-thumb-item .item-img {
  width: 365px;
  height: 197px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-thumb-item .item-img {
    width: auto;
  }
}
.at-ser1-thumb-item .item-img:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #000;
}
.at-ser1-thumb-item .item-img img {
  mix-blend-mode: luminosity;
}

.at-ser1-thumb-slider .swiper-slide-prev {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-ser1-thumb-slider .swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.at-ser1-thumb-slider .swiper-slide-visible .at-ser1-thumb-item {
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}
.at-ser1-thumb-slider .swiper-slide-visible .at-ser1-thumb-item .item-img {
  -webkit-box-shadow: -8px -8px 32px 0px rgba(0, 0, 0, 0.4);
          box-shadow: -8px -8px 32px 0px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-thumb-slider .swiper-slide-visible .at-ser1-thumb-item .item-img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-thumb-slider .swiper-slide-visible .at-ser1-thumb-item {
    -webkit-transform: translateX(0px) translateY(0px) !important;
            transform: translateX(0px) translateY(0px) !important;
  }
}
.at-ser1-thumb-slider .swiper-slide-visible:nth-child(2) .at-ser1-thumb-item {
  -webkit-transform: translateX(60px) translateY(0px);
          transform: translateX(60px) translateY(0px);
}
.at-ser1-thumb-slider .swiper-slide-visible:nth-child(3) .at-ser1-thumb-item {
  -webkit-transform: translateX(114px) translateY(-45px);
          transform: translateX(114px) translateY(-45px);
}
.at-ser1-thumb-slider .swiper-slide-visible:nth-child(4) .at-ser1-thumb-item {
  -webkit-transform: translateX(168px) translateY(-68px);
          transform: translateX(168px) translateY(-68px);
}
.at-ser1-thumb-slider .swiper-slide-visible:nth-child(5) .at-ser1-thumb-item {
  -webkit-transform: translateX(216px) translateY(-90px);
          transform: translateX(216px) translateY(-90px);
}
.at-ser1-thumb-slider .swiper-slide-visible:nth-child(6) .at-ser1-thumb-item {
  -webkit-transform: translateX(270px) translateY(-112px);
          transform: translateX(270px) translateY(-112px);
}
.at-ser1-thumb-slider .swiper-slide-active .at-ser1-thumb-item .item-img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*---------------------------------------------------- */
/*Team area*/
/*----------------------------------------------------*/
.at-tm1-content .at-tm1-bg {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}
.at-tm1-content .at-tm1-bgclr {
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 1465px;
  background-color: #fff;
}

.at-tm1-item-wrap .at-sec-title1 {
  margin: 0 auto;
  max-width: 600px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-tm1-item-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.at-tm1-item {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-tm1-item {
    width: 50%;
    max-width: 330px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-tm1-item {
    width: 100%;
    max-width: 330px;
  }
}
.at-tm1-item .item-img {
  position: relative;
}
.at-tm1-item .item-img:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #FFAE72;
}
.at-tm1-item .item-img img {
  mix-blend-mode: luminosity;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-tm1-item:nth-child(even) .item-text {
  -webkit-transform: rotate(11.06deg);
          transform: rotate(11.06deg);
}
.at-tm1-item:nth-child(2) .item-img:before {
  background-color: #B54C8A;
}
.at-tm1-item:nth-child(2) .item-text {
  background-color: #FFCCE9;
}
.at-tm1-item:nth-child(2) .item-text span {
  color: #A13876;
}
.at-tm1-item:nth-child(3) .item-img:before {
  background-color: #298F97;
}
.at-tm1-item:nth-child(3) .item-text {
  background-color: #99F8FF;
}
.at-tm1-item:nth-child(3) .item-text span {
  color: #167C84;
}
.at-tm1-item:nth-child(4) .item-img:before {
  background-color: #A234FD;
}
.at-tm1-item:nth-child(4) .item-text {
  background-color: #EBD2FF;
}
.at-tm1-item:nth-child(4) .item-text span {
  color: #9527F0;
}
.at-tm1-item .item-text {
  left: -25px;
  width: 116%;
  bottom: 60px;
  position: absolute;
  padding: 18px 15px;
  background-color: #FFD2B1;
  -webkit-transform: rotate(-11.06deg);
          transform: rotate(-11.06deg);
  border-top: 8px solid #FFFFFF;
}
.at-tm1-item .item-text h3 {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 5px;
}
.at-tm1-item .item-text span {
  color: #9D4C10;
}
.at-tm1-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/*Case area*/
/*----------------------------------------------------*/
.at-case-sec {
  z-index: 1;
}
.at-case-sec .at-sec-title1 {
  margin: 0 auto;
  max-width: 860px;
}
.at-case-sec .at-case-shape1 {
  top: -15%;
  left: -25%;
  z-index: -1;
}
.at-case-sec .at-case-shape2 {
  top: -15%;
  right: -20%;
  z-index: -1;
}
.at-case-sec .at-case-shape3 {
  bottom: -15%;
  left: -5%;
  z-index: -1;
}
.at-case-sec .at-case-shape4 {
  bottom: -15%;
  right: -20%;
  z-index: -1;
}

.at-case-item {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-case-item {
    width: 45%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-case-item {
    width: 100%;
  }
}
.at-case-item .item-arrow {
  top: 80px;
  z-index: 1;
  opacity: 0;
  right: 80px;
  position: absolute;
  -webkit-transition: 800ms cubic-bezier(0.5, -0.75, 0.5, 1.5);
  transition: 800ms cubic-bezier(0.5, -0.75, 0.5, 1.5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-case-item .item-arrow {
    display: none;
  }
}
.at-case-item .item-img {
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  display: inline-block;
}
.at-case-item .item-img:before {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(13px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-case-item .item-text {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  margin: 0 auto;
  max-width: 80%;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.75, 0.5, 1.5);
  transition: 1000ms cubic-bezier(0.5, -0.75, 0.5, 1.5);
}
.at-case-item .item-text span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 4px;
  margin-bottom: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#FF4C13), to(#FE7524));
  background: linear-gradient(90deg, #FF4C13 0%, #FE7524 100%);
}
.at-case-item .item-text h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
}
.at-case-item:hover .item-arrow {
  top: 40px;
  opacity: 1;
  right: 40px;
}
.at-case-item:hover .item-img:before {
  opacity: 1;
}
.at-case-item:hover .item-text {
  opacity: 1;
  bottom: 50px;
  visibility: visible;
}

.case-item-wrap1 {
  gap: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .case-item-wrap1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.case-item-wrap2 {
  gap: 12px;
  margin-top: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .case-item-wrap2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.case-item-wrap2 .at-case-item:nth-child(1) {
  -webkit-transform: translateY(62px);
          transform: translateY(62px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .case-item-wrap2 .at-case-item:nth-child(1) {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.case-item-wrap2 .at-case-item:nth-child(3) {
  -webkit-transform: translateY(-92px);
          transform: translateY(-92px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .case-item-wrap2 .at-case-item:nth-child(3) {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.at-case-title {
  top: 0;
  left: -40px;
  width: 100%;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-case-title {
    display: none;
  }
}
.at-case-title h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 161px;
  font-weight: 900;
  margin-bottom: 0;
  color: var(--at-black1);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.at-case-btn {
  left: 0;
  right: 0;
  width: 168px;
  height: 168px;
  bottom: -75px;
  margin: 0 auto;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-case-btn {
    position: static;
    margin-top: 30px;
  }
}
.at-case-btn a {
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  background: var(--at-prime-c2);
}
.at-case-btn a svg path {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-case-btn a:before, .at-case-btn a:after {
  top: 2px;
  left: 2px;
  z-index: -2;
  width: 97.5%;
  height: 98%;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
}
.at-case-btn a:after {
  top: -50%;
  width: 0;
  z-index: -1;
  height: 0%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: var(--at-prime-c2);
}
.at-case-btn a:hover svg path {
  fill: #fff;
}
.at-case-btn a:hover:after {
  width: 200%;
  height: 200%;
}

/*---------------------------------------------------- */
/*Text scroll area*/
/*----------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-text-scrol-sec {
    padding-bottom: 0;
  }
}

.at-text-scrol1-bg {
  top: 53px;
  z-index: 1;
  width: 115%;
  left: -25px;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-text-scrol1-bg {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.at-text-scrol1-bg .at-txt-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.at-text-scrol1-bg .at-txt-bg:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.51;
  position: absolute;
  background-color: #07000E;
}

.at-text-scrol1 {
  padding: 34px 0px 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-text-scrol1 {
    padding: 25px 0px;
  }
}
.at-text-scrol1 h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-text-scrol1 h2 {
    font-size: 30px;
  }
}

.at-text-scrol2-bg {
  top: -5px;
  z-index: 2;
  left: -25px;
  width: 115%;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  background: -webkit-gradient(linear, left top, left bottom, from(#F8B6BC), color-stop(0.01%, #771A99), color-stop(40%, #89309E), to(#BD6FFD));
  background: linear-gradient(180deg, #F8B6BC 0%, #771A99 0.01%, #89309E 40%, #BD6FFD 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-text-scrol2-bg {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/*---------------------------------------------------- */
/*Step area*/
/*----------------------------------------------------*/
.at-step1-sec {
  margin-top: -110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-step1-sec {
    margin-top: 0;
  }
}
.at-step1-sec .at-sec-title1 {
  margin: 0 auto;
  max-width: 756px;
}
.at-step1-sec .at-sec-title1 .sec_title {
  color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-step1-wrap {
    height: auto;
  }
}

.at-step1-side1 {
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-step1-side1 {
    right: -10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-step1-side1 {
    display: none;
  }
}

.at-step1-side2 {
  top: 0;
  left: 0;
  left: -5%;
  opacity: 0.65;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-step2-content {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.at-step1-item {
  padding: 10px;
  margin: 0 auto;
  max-width: 432px;
  margin-bottom: 30px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-step1-item {
    margin-bottom: 0;
    display: inline-block;
  }
}
.at-step1-item .item-img-serial span {
  left: 0;
  top: -18px;
  z-index: 1;
  color: #fff;
  font-size: 52px;
  font-weight: 600;
  position: absolute;
  letter-spacing: -2px;
}
.at-step1-item .item-text {
  margin-top: 35px;
  padding-bottom: 20px;
}
.at-step1-item .item-text h3 {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 12px;
}
.at-step1-item .item-text p {
  margin: 0 auto;
  max-width: 360px;
}

.at-step1-item2 {
  padding: 20px;
  margin: 0 auto;
  max-width: 432px;
  background-color: #F7EEFF;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-step1-item2 {
    display: inline-block;
  }
}
.at-step1-item2 .inner-item {
  padding: 40px 35px;
  border: 2px dashed rgba(7, 0, 14, 0.2);
}
.at-step1-item2 .item-icon {
  margin: 40px 0px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: spin3d 10s linear infinite;
          animation: spin3d 10s linear infinite;
}
.at-step1-item2 .at-btn2 {
  display: block;
  text-align: center;
}
.at-step1-item2 .at-btn2 a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--at-prime-c2);
}
.at-step1-item2 .at-btn2 a:hover {
  letter-spacing: 1px;
}

.at_step_card {
  top: 108%;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at_step_card {
    position: static;
  }
}

/*---------------------------------------------------- */
/*Faq area*/
/*----------------------------------------------------*/
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.at-faq1-sec {
  z-index: 1;
}
.at-faq1-sec .at-sec-title1 {
  margin: 0 auto;
  max-width: 756px;
}
.at-faq1-sec .at-faq1-shape {
  top: -30%;
  left: -16%;
  z-index: -1;
}
.at-faq1-sec .at-faq2-shape2 {
  right: -12%;
  bottom: -20%;
  z-index: -2;
  -webkit-animation: 10s spin linear infinite;
          animation: 10s spin linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-faq1-sec .at-faq2-shape2 {
    display: none;
  }
}

.at-faq1-content {
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1094px;
  border-top: 1px solid rgba(7, 0, 14, 0.24);
}
.at-faq1-content .accordion-item,
.at-faq1-content .accordion-button:not(.collapsed),
.at-faq1-content .accordion-button {
  background-color: transparent;
}
.at-faq1-content .accordion-item p,
.at-faq1-content .accordion-button:not(.collapsed) p,
.at-faq1-content .accordion-button p {
  display: block;
}
.at-faq1-content .accordion-item {
  border: none;
  border-radius: 0;
  border-bottom: none;
  padding: 30px 0px 26px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-bottom: 1px solid rgba(46, 48, 51, 0.2);
}
.at-faq1-content .accordion-button {
  padding: 0;
  border: none;
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background-color: transparent;
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .at-faq1-content .accordion-button {
    font-size: 18px;
  }
}
.at-faq1-content .accordion-button span {
  display: block;
  font-family: var(--at-outfit);
  text-transform: uppercase;
}
.at-faq1-content .accordion-button span b {
  font-weight: 400;
  margin-right: 205px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#FF4C13), to(#FE7524));
  background: linear-gradient(90deg, #FF4C13 0%, #FE7524 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-faq1-content .accordion-button span b {
    margin-right: 10px;
  }
}
.at-faq1-content .accordion-button span b:before {
  top: 14px;
  left: 45px;
  height: 1px;
  content: "";
  width: 152px;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#FF4C13), to(#FE7524));
  background: linear-gradient(90deg, #FF4C13 0%, #FE7524 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-faq1-content .accordion-button span b:before {
    display: none;
  }
}
.at-faq1-content .accordion-button span strong {
  font-weight: 400;
  background: -webkit-gradient(linear, left top, right top, from(#FF4C13), to(#FE7524));
  background: linear-gradient(90deg, #FF4C13 0%, #FE7524 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.at-faq1-content .accordion-button p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 20px;
  color: var(--at-black1);
  padding-left: 230px;
  font-family: var(--at-outfit);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-faq1-content .accordion-button p {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-faq1-content .accordion-button p {
    max-width: 80%;
  }
}
.at-faq1-content .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.at-faq1-content .accordion-body {
  padding-top: 0;
  font-size: 18px;
  max-width: 100%;
  padding-left: 0px;
  padding-bottom: 0;
}
.at-faq1-content .accordion-body .bi-faq-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 60px;
}
.at-faq1-content .accordion-body .bi-faq-text .item-img {
  opacity: 0;
  z-index: 1;
  width: 166px;
  margin-top: -45px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-faq1-content .accordion-body .bi-faq-text .item-img {
    display: none;
  }
}
.at-faq1-content .accordion-body .bi-faq-text .item-img:before {
  top: 7px;
  right: 35px;
  z-index: -1;
  width: 130px;
  content: "";
  height: 155px;
  border-radius: 8px;
  position: absolute;
  background-color: #A234FD;
  -webkit-transform: rotate(8deg);
  transform: rotate(0deg);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-faq1-content .accordion-body .bi-faq-text .item-img:after {
  top: 11px;
  right: 28px;
  z-index: -2;
  content: "";
  width: 130px;
  height: 150px;
  position: absolute;
  border-radius: 8px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: -webkit-gradient(linear, left top, left bottom, from(#F8B6BC), color-stop(0.01%, #771A99), color-stop(40%, #89309E), to(#BD6FFD));
  background: linear-gradient(180deg, #F8B6BC 0%, #771A99 0.01%, #89309E 40%, #BD6FFD 100%);
}
.at-faq1-content .accordion-body .bi-faq-text .item-img img {
  border-radius: 8px;
}
.at-faq1-content .accordion-body .bi-faq-text p {
  max-width: 788px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-faq1-content .accordion-body .bi-faq-text p {
    max-width: 720px;
  }
}
.at-faq1-content .accordion-button::after {
  right: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  content: "\f068";
  border-radius: 0;
  font-weight: 900;
  border-radius: 5px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: none;
  font-family: "Font Awesome 5 Free";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: rgba(7, 0, 14, 0.08);
}
.at-faq1-content .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 18px;
}
.at-faq1-content .accordion-button:not(.collapsed):after {
  color: #fff;
  bottom: 15px;
  content: "\f067";
  background: -webkit-gradient(linear, left top, left bottom, from(#F8B6BC), color-stop(0.01%, #771A99), color-stop(40%, #89309E), to(#BD6FFD));
  background: linear-gradient(180deg, #F8B6BC 0%, #771A99 0.01%, #89309E 40%, #BD6FFD 100%);
}

.accordion-collapse:is(.show) .accordion-body .bi-faq-text .item-img {
  opacity: 1;
}
.accordion-collapse:is(.show) .accordion-body .bi-faq-text .item-img:before {
  right: 18px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
.accordion-collapse:is(.show) .accordion-body .bi-faq-text .item-img:after {
  right: 7px;
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.at-testi2-sec .at-testi2-shape1 {
  top: 0;
  left: -15%;
  width: 135%;
}

.at-testi2-top-content {
  gap: 20px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.at-testi2-top-content .at-sec-title1 {
  max-width: 645px;
}

.at-testi2-content {
  margin: 0 auto;
  padding-top: 52px;
  margin-top: 60px;
  max-width: 1800px;
  border-radius: 20px;
  padding-bottom: 62px;
  background-color: rgba(7, 0, 14, 0.04);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-testi2-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.at-testi2-slider {
  margin-left: -115px;
  margin-right: -115px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-testi2-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.at-testi2-item {
  padding: 45px;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
  backdrop-filter: blur(180px);
}
.at-testi2-item .item-text .item-rate li {
  color: #FCA62F;
}
.at-testi2-item .item-text .item-author h3 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.at-testi2-item .item-text .item-author span {
  color: #5A595C;
  font-size: 15px;
}
.at-testi2-item .at-testi2-hover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 45px;
  overflow: hidden;
  position: absolute;
  border-radius: 12px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: perspective(500px) rotatey(-90deg);
          transform: perspective(500px) rotatey(-90deg);
  background: linear-gradient(144.55deg, #07000E 11.48%, #07000E 53.37%, #151971 90.26%);
}
.at-testi2-item .at-testi2-hover .hover-img {
  width: 80px;
  height: 93px;
  overflow: hidden;
  border-radius: 12px;
}
.at-testi2-item .at-testi2-hover .name-marquee h3 {
  color: #5A595C;
  font-size: 96px;
  font-weight: 700;
  margin: 0px 15px;
  display: inline-block;
}
@media (max-width: 480px) {
  .at-testi2-item .at-testi2-hover .name-marquee h3 {
    font-size: 70px;
  }
}
.at-testi2-item .at-testi2-hover .hover-text p {
  color: #fff;
}
.at-testi2-item .at-testi2-hover .hover-text .item-rate li {
  color: #FCA62F;
}
.at-testi2-item .at-testi2-hover .hover-text .item-author span {
  color: #A234FD;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
}
.at-testi2-item:hover .at-testi2-hover {
  -webkit-transform: rotateX(0) rotateY(0deg);
          transform: rotateX(0) rotateY(0deg);
}

.at-testi2-pagi .swiper-pagination-bullet {
  opacity: 1;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: relative;
  margin: 0 3px !important;
  background-color: transparent;
}
.at-testi2-pagi .swiper-pagination-bullet:before {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background: rgba(7, 0, 14, 0.2);
}
.at-testi2-pagi .swiper-pagination-bullet:after {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  padding: 2px;
  border-radius: 16px;
  background: var(--at-prime-c1);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-testi2-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active):before {
  background: var(--at-prime-c1);
}
.at-testi2-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active):after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*---------------------------------------------------- */
/*blog area*/
/*----------------------------------------------------*/
.at-blog2-sec .at-sec-title1 {
  margin: 0 auto;
  max-width: 700px;
}

.at-blog2-content {
  gap: 32px 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-blog2-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.at-blog2-content .at-blg2-shape {
  top: -140px;
  z-index: -1;
  right: -215px;
  -webkit-animation: leftRight 15s infinite ease-in-out;
          animation: leftRight 15s infinite ease-in-out;
}

.at-blog2-item {
  width: 100%;
  max-width: 600px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-blog2-item {
    max-width: 100%;
  }
}
.at-blog2-item .item-img .inner-img {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 24px;
}
.at-blog2-item .item-img .inner-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-blog2-item:is(.type_one) {
  max-width: 324px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-blog2-item:is(.type_one) {
    max-width: 100%;
  }
}
.at-blog2-item:is(.type_one) .item-img .inner-img {
  border-radius: 12px;
}
.at-blog2-item .item-text .item-meta {
  margin-bottom: 10px;
}
.at-blog2-item .item-text .item-meta a {
  font-size: 15px;
  font-weight: 500;
  margin-right: 5px;
  padding: 4px 14px;
  border-radius: 4px;
  background-color: #EBD3FF;
  backdrop-filter: blur(8px);
}
.at-blog2-item .item-text .blg_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
}
.at-blog2-item:hover .item-img .inner-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.at-more-btn {
  height: 70px;
}
.at-more-btn .at-more-shape {
  left: 0;
  top: -10px;
  position: absolute;
}

/*---------------------------------------------------- */
/******* HOME PAGE 2 *******/
/*Hero area*/
/*----------------------------------------------------*/
.at-hero3-sec {
  background-color: #01042F;
}
.at-hero3-sec .at-hr3-shape2 {
  left: -15%;
  bottom: -75%;
}
.at-hero3-sec .at-hr3-shape3 {
  top: -48%;
  left: -25%;
  z-index: 2;
}
.at-hero3-sec .at-hero3-social {
  top: 50%;
  left: 60px;
  z-index: 4;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-hero3-sec .at-hero3-social {
    left: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero3-sec .at-hero3-social {
    display: none;
  }
}
.at-hero3-sec .at-hero3-social:before, .at-hero3-sec .at-hero3-social:after {
  left: 8px;
  width: 1px;
  content: "";
  height: 76px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.32);
}
.at-hero3-sec .at-hero3-social:before {
  top: -75px;
}
.at-hero3-sec .at-hero3-social:after {
  bottom: -70px;
}
.at-hero3-sec .at-hero3-social a {
  color: #fff;
  opacity: 0.8;
  display: block;
  margin: 24px 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-hero3-sec .at-hero3-social a {
    font-size: 14px;
  }
}
.at-hero3-sec .at-hero3-social a:hover {
  opacity: 1;
  color: var(--at-c6);
}

.at-hero3-content {
  z-index: 3;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}

.at-hero3-item {
  z-index: 3;
}
.at-hero3-item .at-hr3-shape1 {
  top: 0;
  right: -15%;
  opacity: 0;
  z-index: -2;
  overflow: hidden;
  visibility: hidden;
  border-radius: 100%;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 1200ms ease-in-out;
  transition: all 1200ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero3-item .at-hr3-shape1 {
    display: none;
  }
}
.at-hero3-item .at-bottom-text {
  left: 0;
  opacity: 0;
  z-index: -2;
  color: #fff;
  bottom: -50px;
  font-weight: 900;
  line-height: 0.75;
  font-size: 208px;
  position: absolute;
  white-space: nowrap;
  letter-spacing: -2px;
}
.at-hero3-item .at-bottom-text .chars {
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  transition: 1500ms cubic-bezier(0.5, -0.75, 0.3, 2.5);
  -webkit-transform: perspective(1000px) rotateX(-90deg);
          transform: perspective(1000px) rotateX(-90deg);
}
.at-hero3-item .at-bottom-text .chars:nth-child(1) {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
}
.at-hero3-item .at-bottom-text .chars:nth-child(2) {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.at-hero3-item .at-bottom-text .chars:nth-child(3) {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.at-hero3-item .at-bottom-text .chars:nth-child(4) {
  -webkit-transition-delay: 700ms;
          transition-delay: 700ms;
}
.at-hero3-item .at-bottom-text .chars:nth-child(5) {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}
.at-hero3-item .at-bottom-text .chars:nth-child(6) {
  -webkit-transition-delay: 1000ms;
          transition-delay: 1000ms;
}
.at-hero3-item .at-bottom-text .chars:nth-child(7) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
.at-hero3-item .at-bottom-text .chars:nth-child(8) {
  -webkit-transition-delay: 1400ms;
          transition-delay: 1400ms;
}
.at-hero3-item .at-bottom-text .chars:nth-child(9) {
  -webkit-transition-delay: 1500ms;
          transition-delay: 1500ms;
}
.at-hero3-item .at-bottom-text .chars:nth-child(10) {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-hero3-item .at-bottom-text {
    bottom: -30px;
    font-size: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero3-item .at-bottom-text {
    bottom: -40px;
    font-size: 150px;
  }
}

.at-hero3-item-wrap {
  padding: 245px 0px 310px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero3-item-wrap {
    padding: 200px 0px 180px;
  }
}
.at-hero3-item-wrap .at-hero3-img {
  bottom: 0;
  z-index: -1;
  opacity: 0;
  right: -100px;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero3-item-wrap .at-hero3-img {
    display: none;
  }
}

.at-hero3-text {
  max-width: 570px;
}
.at-hero3-text .hero3_title {
  color: #fff;
  font-size: 56px;
  line-height: 1.08;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-hero3-text .hero3_title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .at-hero3-text .hero3_title {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .at-hero3-text .hero3_title {
    font-size: 36px;
  }
}
.at-hero3-text .hero3_title span {
  font-weight: 600;
}
.at-hero3-text .hero3_title .split-line {
  overflow: hidden;
  -webkit-transform: translateY(100%) scaleY(-0.6);
          transform: translateY(100%) scaleY(-0.6);
  opacity: 0;
  padding-bottom: 5px;
  -webkit-transition: 0.8s var(--cube-1);
  transition: 0.8s var(--cube-1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.at-hero3-text p {
  opacity: 0;
  color: #fff;
  padding-top: 26px;
  padding-bottom: 35px;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.5, 0.3, 1.5);
  transition: 1000ms cubic-bezier(0.5, -0.5, 0.3, 1.5);
}
.at-hero3-text .at-btn3 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 1000ms cubic-bezier(0.5, -0.5, 0.3, 1.5);
  transition: 1000ms cubic-bezier(0.5, -0.5, 0.3, 1.5);
}

.at-hero2-nav {
  gap: 12px;
  z-index: 3;
  right: 64px;
  bottom: 64px;
  position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero2-nav {
    right: 30px;
    bottom: 30px;
  }
}
.at-hero2-nav .at-hr2-next,
.at-hero2-nav .at-hr2-prev {
  color: #fff;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  position: relative;
  background: rgba(255, 255, 255, 0.3215686275);
  backdrop-filter: blur(16px);
}
.at-hero2-nav .at-hr2-next:before,
.at-hero2-nav .at-hr2-prev:before {
  left: 0;
  width: 100%;
  z-index: -1;
  height: 0%;
  content: "";
  border-radius: 4px;
  position: absolute;
  background: var(--at-prime-c2);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero2-nav .at-hr2-next:before,
  .at-hero2-nav .at-hr2-prev:before {
    height: 100%;
  }
}
.at-hero2-nav .at-hr2-next:hover:before,
.at-hero2-nav .at-hr2-prev:hover:before {
  height: 100%;
}

.at-hr2-pagi {
  width: auto !important;
}
.at-hr2-pagi .swiper-pagination-bullet {
  height: 6px;
  width: 16px;
  opacity: 0.32;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-hr2-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active) {
  opacity: 1;
  width: 36px;
}

.swiper-slide-active .at-hero3-item .at-hr3-shape1 {
  right: 0;
  opacity: 1;
  border-radius: 0;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}
.swiper-slide-active .at-hero3-item .at-bottom-text {
  opacity: 1;
}
.swiper-slide-active .at-hero3-item .at-bottom-text .chars {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(500px) rotateX(0deg);
          transform: perspective(500px) rotateX(0deg);
}
.swiper-slide-active .at-hero3-item .at-hero3-text .hero3_title .split-line {
  -webkit-transform: translateY(0%) scaleY(1);
          transform: translateY(0%) scaleY(1);
  opacity: 1;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.swiper-slide-active .at-hero3-item .at-hero3-text .hero3_title .split-line:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.swiper-slide-active .at-hero3-item .at-hero3-text .hero3_title .split-line:nth-child(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.swiper-slide-active .at-hero3-item .at-hero3-text .hero3_title .split-line:nth-child(4) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.swiper-slide-active .at-hero3-item .at-hero3-text .hero3_title .split-line:nth-child(5) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.swiper-slide-active .at-hero3-item .at-hero3-text p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.swiper-slide-active .at-hero3-item .at-hero3-text .at-btn3 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 650ms;
          transition-delay: 650ms;
}
.swiper-slide-active .at-hero3-item .at-hero3-item-wrap .at-hero3-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.at-ser3-sec {
  z-index: 1;
  background-color: #F0F2F4;
}
.at-ser3-sec .at-ser3-bg {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  opacity: 0.08;
  height: 658px;
}
.at-ser3-sec .at-ser3-bg img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  mix-blend-mode: luminosity;
}
.at-ser3-sec .at-ser3-shape3 {
  top: 0;
  left: 0;
  z-index: -1;
}
.at-ser3-sec .at-sec-title2 {
  margin: 0 auto;
  max-width: 895px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser3-sec {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.at-ser3-slider {
  margin-left: -65px;
  margin-right: -65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser3-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.at-ser3-item {
  height: 720px;
  overflow: hidden;
  border-radius: 15px;
}
@media (max-width: 480px) {
  .at-ser3-item {
    height: auto;
  }
}
.at-ser3-item .front-item {
  margin-bottom: 30px;
}
.at-ser3-item .front-item .item-text {
  margin-bottom: 18px;
}
.at-ser3-item .front-item .item-text h3 {
  font-size: 20px;
  letter-spacing: -1px;
}
.at-ser3-item .front-item .item-img {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.at-ser3-item .front-item .item-img:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--at-black1);
}
.at-ser3-item .front-item .item-img img {
  mix-blend-mode: luminosity;
}
.at-ser3-item .hover-item {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 35px 20px;
  background-color: var(--at-black1);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.at-ser3-item .hover-item .at-ser3-shape1 {
  top: -40%;
  left: -20%;
  z-index: -1;
}
.at-ser3-item .hover-item .at-ser3-shape2 {
  bottom: -45%;
  right: -30%;
  z-index: -1;
}
.at-ser3-item .hover-item .item-text .at-star1 {
  left: -36px;
  bottom: -55px;
}
.at-ser3-item .hover-item .item-text .at-star2 {
  right: -37px;
  bottom: -55px;
}
.at-ser3-item .hover-item .item-text h3 {
  color: #fff;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 600;
  max-width: 300px;
  letter-spacing: -1px;
}
.at-ser3-item .hover-item .item-img {
  margin-top: 16px;
  padding-top: 42px;
  margin-bottom: 55px;
}
.at-ser3-item .hover-item .item-img .inner-img {
  clip-path: polygon(100% 97.396%, 100% 97.396%, 99.969% 97.818%, 99.88% 98.219%, 99.738% 98.593%, 99.547% 98.934%, 99.312% 99.237%, 99.039% 99.498%, 98.731% 99.709%, 98.395% 99.867%, 98.033% 99.966%, 97.653% 100%, 2.347% 100%, 2.347% 100%, 1.967% 99.966%, 1.605% 99.867%, 1.269% 99.709%, 0.961% 99.498%, 0.688% 99.237%, 0.453% 98.934%, 0.262% 98.593%, 0.12% 98.219%, 0.031% 97.818%, 0% 97.396%, 0% 2.604%, 0% 2.604%, 0.031% 2.182%, 0.12% 1.781%, 0.262% 1.407%, 0.453% 1.066%, 0.688% 0.763%, 0.961% 0.502%, 1.269% 0.291%, 1.605% 0.133%, 1.967% 0.034%, 2.347% 0%, 38.263% 0%, 38.263% 0%, 38.643% 0.035%, 39.004% 0.134%, 39.344% 0.293%, 39.659% 0.506%, 39.948% 0.766%, 40.207% 1.068%, 40.434% 1.406%, 40.627% 1.775%, 40.783% 2.167%, 40.9% 2.578%, 40.9% 2.578%, 41.288% 3.892%, 41.823% 5.123%, 42.493% 6.258%, 43.287% 7.284%, 44.194% 8.187%, 45.201% 8.955%, 46.297% 9.575%, 47.469% 10.034%, 48.708% 10.319%, 50% 10.417%, 50% 10.417%, 51.292% 10.319%, 52.531% 10.034%, 53.703% 9.575%, 54.799% 8.955%, 55.806% 8.187%, 56.713% 7.284%, 57.507% 6.258%, 58.177% 5.123%, 58.712% 3.892%, 59.1% 2.578%, 59.1% 2.578%, 59.217% 2.167%, 59.373% 1.775%, 59.566% 1.406%, 59.793% 1.068%, 60.052% 0.766%, 60.341% 0.506%, 60.656% 0.293%, 60.996% 0.134%, 61.357% 0.035%, 61.737% 0%, 97.653% 0%, 97.653% 0%, 98.033% 0.034%, 98.395% 0.133%, 98.731% 0.291%, 99.039% 0.502%, 99.312% 0.763%, 99.547% 1.066%, 99.738% 1.407%, 99.88% 1.781%, 99.969% 2.182%, 100% 2.604%, 100% 97.396%);
}
.at-ser3-item .hover-item .item-img .inner-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-ser3-item .hover-item .item-img .item-arrow {
  top: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.at-ser3-item .hover-item .item-img .item-arrow a {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 8px solid var(--at-black1);
  background: -webkit-gradient(linear, left top, left bottom, from(#F8B6BC), color-stop(0.01%, #771A99), color-stop(40%, #89309E), to(#BD6FFD));
  background: linear-gradient(180deg, #F8B6BC 0%, #771A99 0.01%, #89309E 40%, #BD6FFD 100%);
}
.at-ser3-item .hover-item .item-img .item-arrow a img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-ser3-item .hover-item .item-img .item-arrow a:hover img {
  -webkit-transform: rotate(360deg) scale(1.3);
          transform: rotate(360deg) scale(1.3);
}
.at-ser3-item .hover-item .item-desc {
  color: #fff;
  position: relative;
}
.at-ser3-item .hover-item .item-desc .at-star1 {
  top: -50px;
  left: -36px;
}
.at-ser3-item .hover-item .item-desc .at-star2 {
  top: -50px;
  right: -37px;
}
.at-ser3-item:hover .hover-item .item-img .inner-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.swiper-slide-active .at-ser3-item {
  z-index: 2;
}
.swiper-slide-active .at-ser3-item .hover-item {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.at-ser3-slider .swiper-slide {
  width: 360px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser3-slider .swiper-slide {
    width: 100%;
  }
}
.at-ser3-slider .swiper-slide-active {
  width: 466px !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser3-slider .swiper-slide-active {
    width: 100% !important;
  }
}

.at-ser3-desc {
  left: 16%;
  bottom: 0;
  color: #5A595C;
  max-width: 360px;
  position: absolute;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser3-desc {
    left: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser3-desc {
    margin: 0 auto;
    position: static;
    margin-top: 30px;
  }
}

.at-ser3-nav {
  gap: 20px;
  right: 12%;
  z-index: 2;
  width: 100%;
  bottom: 0px;
  max-width: 391px;
  position: absolute;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-ser3-nav {
    right: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser3-nav {
    margin: 0 auto;
    position: static;
    margin-top: 30px;
  }
}
.at-ser3-nav .at-ser3-prev,
.at-ser3-nav .at-ser3-next {
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
  color: rgba(28, 28, 45, 0.4);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-ser3-nav .at-ser3-prev:hover,
.at-ser3-nav .at-ser3-next:hover {
  background: var(--at-prime-c3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.at-ser3-pagi {
  width: 100%;
  height: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  background-color: rgba(3, 15, 43, 0.12);
}
.at-ser3-pagi .swiper-pagination-bullet {
  opacity: 1;
  height: 2px;
  width: 50%;
  border-radius: 0;
  position: relative;
  margin: 0 !important;
  background-color: transparent;
}
.at-ser3-pagi .swiper-pagination-bullet:before {
  top: 0;
  width: 0%;
  height: 100%;
  content: "";
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: var(--at-prime-c2);
}
.at-ser3-pagi .swiper-pagination-bullet:is(.swiper-pagination-bullet-active):before {
  width: 100%;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.at-about3-sec {
  z-index: 1;
}
.at-about3-sec .at-about3-shape {
  right: 0;
  top: 50px;
  z-index: -1;
  opacity: 12%;
}
.at-about3-sec .at-about3-shape2 {
  left: 0;
  top: 10%;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-about3-sec .at-about3-shape2 {
    display: none;
  }
}

.at-about3-content {
  gap: 40px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-about3-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.at-about3-text {
  max-width: 554px;
}
.at-about3-text .at-sec-title2 .sec_title {
  color: #fff;
}
.at-about3-text .at-sec-title2 p {
  color: #fff;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
.at-about3-img {
  height: 100%;
  max-width: 675px;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/mask.svg);
          mask-image: url(../img/mask.svg);
  -webkit-animation: swing 15s ease-in-out infinite;
          animation: swing 15s ease-in-out infinite;
}

.at-about3-list {
  padding-top: 25px;
  position: relative;
  padding-bottom: 10px;
}
.at-about3-list:before, .at-about3-list:after {
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  position: absolute;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.at-about3-list:before {
  top: 0;
}
.at-about3-list:after {
  bottom: 0;
}
.at-about3-list ul {
  gap: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.at-about3-list li {
  width: 100%;
  color: #fff;
  max-width: 255px;
  margin-bottom: 12px;
}
.at-about3-list li i {
  margin-right: 5px;
}

.at-about3-counter-wrap {
  height: 900px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-about3-counter-wrap {
    height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-about3-counter-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.at-ab3-count-item {
  width: 20%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab3-count-item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab3-count-item {
    width: 50%;
  }
}
.at-ab3-count-item:nth-child(1) .inner-item-wrap:after {
  left: 0;
  bottom: 0;
  width: 1px;
  content: "";
  height: 245px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab3-count-item:nth-child(1) .inner-item-wrap:after {
    display: none;
  }
}
.at-ab3-count-item:nth-child(1) .item-img {
  width: 343px;
  height: 318px;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.at-ab3-count-item:nth-child(2) .inner-item-wrap {
  z-index: 2;
}
.at-ab3-count-item:nth-child(2) .item-img {
  width: 340px;
  height: 148px;
  -webkit-transform: translateX(-35px);
          transform: translateX(-35px);
}
.at-ab3-count-item:nth-child(3) .item-img {
  width: 172px;
  height: 341px;
}
.at-ab3-count-item:nth-child(4) .item-img {
  width: 252px;
  height: 124px;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.at-ab3-count-item:nth-child(5) .item-img {
  width: 301px;
  height: 224px;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.at-ab3-count-item .inner-item-wrap {
  z-index: 1;
  padding-bottom: 30px;
}
.at-ab3-count-item .inner-item-wrap:before {
  right: 0;
  bottom: 0;
  width: 1px;
  content: "";
  height: 245px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab3-count-item .inner-item-wrap:before {
    display: none;
  }
}
.at-ab3-count-item .inner-item {
  position: relative;
}
.at-ab3-count-item .item-img {
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 135px;
  overflow: hidden;
  text-align: center;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab3-count-item .item-img {
    display: none;
  }
}
.at-ab3-count-item .item-img img {
  border-radius: 16px;
}
.at-ab3-count-item .item-text {
  margin-top: 20px;
}
.at-ab3-count-item .item-text h3 {
  color: #fff;
  font-size: 68px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .at-ab3-count-item .item-text h3 {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .at-ab3-count-item .item-text h3 {
    font-size: 30px;
  }
}
.at-ab3-count-item .item-text h3 sup {
  top: -20px;
  color: #EC04FB;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-ab3-count-item .item-text h3 sup {
    top: -10px;
  }
}
.at-ab3-count-item .item-text p {
  color: #fff;
  opacity: 0.8;
  font-size: 16px;
}

/*---------------------------------------------------- */
/*Price area*/
/*----------------------------------------------------*/
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes arrow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.at-price3-sec {
  z-index: 1;
  background-color: #F0F2F4;
}
.at-price3-sec:before {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  height: 480px;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
.at-price3-sec .at-pr3-bg {
  left: 0;
  top: -10%;
  width: 100%;
  height: 85%;
  z-index: -1;
}
.at-price3-sec .at-sec-title2 {
  margin: 0 auto;
  max-width: 770px;
}
.at-price3-sec .at-pr3-img {
  top: 90px;
  left: 130px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-price3-sec .at-pr3-img {
    display: none;
  }
}

.at-price3-btn-grp .toggle,
.at-price3-btn-grp .toggler {
  margin: 10px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.at-price3-btn-grp .toggler {
  color: #5A595C;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.at-price3-btn-grp .toggler--is-active {
  font-weight: 500;
  color: var(--at-black1);
}
.at-price3-btn-grp .b {
  display: block;
}
.at-price3-btn-grp .toggle {
  position: relative;
  width: 72px;
  height: 42px;
  overflow: hidden;
  border-radius: 25px;
  background: rgba(85, 71, 255, 0.1215686275);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
}
.at-price3-btn-grp .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}
.at-price3-btn-grp .check:checked ~ .switch {
  right: 2px;
  left: 50.5%;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0.08s, 0s;
          transition-delay: 0.08s, 0s;
}
.at-price3-btn-grp .switch {
  left: 6px;
  top: 6px;
  bottom: 2px;
  position: absolute;
  right: 57.5%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 36px;
  z-index: 1;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0s, 0.08s;
          transition-delay: 0s, 0.08s;
  background-color: var(--at-c7);
}

.at-price3-card-content .hide {
  display: none;
}

.at-price3-content {
  z-index: 1;
}
.at-price3-content .at-pr3-shape1 {
  top: -30px;
  right: 25%;
  z-index: -1;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-animation: arrow 4s var(--cube-1) infinite;
          animation: arrow 4s var(--cube-1) infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-price3-content .at-pr3-shape1 {
    display: none;
  }
}

@-webkit-keyframes rotateX {
  from {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  to {
    -webkit-transform: rotateX(360deg) scaleX(1.1);
            transform: rotateX(360deg) scaleX(1.1);
  }
}

@keyframes rotateX {
  from {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
  to {
    -webkit-transform: rotateX(360deg) scaleX(1.1);
            transform: rotateX(360deg) scaleX(1.1);
  }
}
.at-price3-card-wrap {
  gap: 30px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-price3-card-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.at-price3-card {
  gap: 15px;
  z-index: 1;
  width: 100%;
  padding: 44px;
  max-width: 636px;
  border-radius: 12px;
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-price3-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.at-price3-card .at-pr-bg {
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-price3-card .at-pr-shape1 {
  top: -35%;
  left: -35%;
  z-index: -1;
}
.at-price3-card .at-pr-shape2 {
  right: -35%;
  z-index: -1;
  bottom: -35%;
}
.at-price3-card .item-img-price {
  width: 100%;
  max-width: 215px;
}
.at-price3-card .item-img-price h3 {
  font-size: 18px;
  font-weight: 700;
  opacity: 0.32;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-price3-card .item-img-price .item-img {
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.at-price3-card .item-img-price .item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.at-price3-card .item-img-price .item-price sub {
  bottom: 24px;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  color: #EC04FB;
  font-family: var(--at-sora);
}
.at-price3-card .item-img-price .item-price h2 {
  line-height: 1;
  font-size: 52px;
  font-weight: 700;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-price3-card .item-img-price .item-price span {
  color: #1C1C2D;
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-price3-card .item-img-price p {
  opacity: 0.8;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-price3-card .item-list {
  width: 100%;
  max-width: 233px;
  position: relative;
}
.at-price3-card .item-list:before {
  top: 0;
  content: "";
  width: 1px;
  left: -44px;
  height: 100%;
  position: absolute;
  background-color: #D9D9D9;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-price3-card .item-list:before {
    display: none;
  }
}
.at-price3-card .item-list h3 {
  opacity: 0.48;
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-price3-card .item-list li {
  font-size: 16px;
  padding: 16px 0px 14px;
  color: var(--at-black1);
  border-top: 1px solid #D9D9D9;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-price3-card .item-list li i {
  margin-right: 12px;
}
.at-price3-card .item-list .item-btn {
  margin-top: 20px;
}
.at-price3-card .item-list .item-btn a {
  color: #fff;
  width: 100%;
  z-index: 1;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
  position: relative;
  background-color: var(--at-c7);
}
.at-price3-card .item-list .item-btn a:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 6px;
  background: var(--at-prime-c3);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-price3-card:hover .at-pr-bg {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.at-price3-card:hover .item-img-price .item-img {
  -webkit-animation: rotateX 5s linear infinite;
          animation: rotateX 5s linear infinite;
}
.at-price3-card:hover .item-img-price h3 {
  color: #FFFFFF;
}
.at-price3-card:hover .item-img-price .item-price h2 {
  color: #fff;
}
.at-price3-card:hover .item-img-price .item-price span {
  color: #fff;
}
.at-price3-card:hover .item-img-price p {
  color: #fff;
}
.at-price3-card:hover .item-list:before {
  background-color: #454545;
}
.at-price3-card:hover .item-list h3 {
  color: #fff;
}
.at-price3-card:hover .item-list li {
  color: #fff;
  border-top: 1px solid #454545;
}
.at-price3-card:hover .item-list .item-btn a:before {
  width: 100%;
}

/*---------------------------------------------------- */
/*why-c area*/
/*----------------------------------------------------*/
.at-why-c3-sec {
  z-index: 1;
  margin: 0px 15px;
}

.at-why-c3-content {
  margin: 0 auto;
  max-width: 1800px;
  padding: 0px 65px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-why-c3-content {
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0px 15px 60px;
  }
}
.at-why-c3-content .at-why-c3-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 82.409%, 100% 82.409%, 99.981% 82.812%, 99.926% 83.195%, 99.839% 83.551%, 99.721% 83.877%, 99.577% 84.167%, 99.409% 84.415%, 99.219% 84.617%, 99.012% 84.768%, 98.79% 84.862%, 98.556% 84.895%, 81.611% 84.895%, 81.611% 84.895%, 81.377% 84.927%, 81.155% 85.022%, 80.947% 85.172%, 80.758% 85.374%, 80.59% 85.623%, 80.445% 85.913%, 80.328% 86.238%, 80.24% 86.595%, 80.186% 86.977%, 80.167% 87.38%, 80.167% 97.514%, 80.167% 97.514%, 80.148% 97.918%, 80.093% 98.3%, 80.005% 98.657%, 79.888% 98.982%, 79.744% 99.272%, 79.575% 99.52%, 79.386% 99.723%, 79.179% 99.873%, 78.957% 99.967%, 78.722% 100%, 1.444% 100%, 1.444% 100%, 1.21% 99.967%, 0.988% 99.873%, 0.781% 99.723%, 0.591% 99.52%, 0.423% 99.272%, 0.279% 98.982%, 0.161% 98.657%, 0.074% 98.3%, 0.019% 97.918%, 0% 97.514%, 0% 26.769%, 0% 26.769%, 0.019% 26.365%, 0.074% 25.983%, 0.161% 25.626%, 0.279% 25.301%, 0.423% 25.011%, 0.591% 24.763%, 0.781% 24.56%, 0.988% 24.41%, 1.21% 24.316%, 1.444% 24.283%, 43.722% 24.283%, 43.722% 24.283%, 43.957% 24.25%, 44.179% 24.156%, 44.386% 24.006%, 44.575% 23.803%, 44.744% 23.555%, 44.888% 23.265%, 45.005% 22.94%, 45.093% 22.583%, 45.148% 22.201%, 45.167% 21.797%, 45.167% 2.486%, 45.167% 2.486%, 45.186% 2.082%, 45.24% 1.7%, 45.328% 1.343%, 45.445% 1.018%, 45.59% 0.728%, 45.758% 0.48%, 45.947% 0.277%, 46.155% 0.127%, 46.377% 0.033%, 46.611% 0%, 98.556% 0%, 98.556% 0%, 98.79% 0.033%, 99.012% 0.127%, 99.219% 0.277%, 99.409% 0.48%, 99.577% 0.728%, 99.721% 1.018%, 99.839% 1.343%, 99.926% 1.7%, 99.981% 2.082%, 100% 2.486%, 100% 82.409%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-why-c3-content .at-why-c3-bg {
    display: none;
  }
}
.at-why-c3-content .at-why-c3-bg:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0.76;
  height: 100%;
  position: absolute;
  background: linear-gradient(257.05deg, #771A99 5.41%, #89309E 43.01%, #BD6FFD 99.43%), linear-gradient(0deg, rgba(7, 0, 14, 0.28), rgba(7, 0, 14, 0.28));
}
.at-why-c3-content .at-wc3-img1 {
  right: 0;
  bottom: 0;
  left: -160px;
  text-align: center;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-why-c3-content .at-wc3-img1 {
    left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-why-c3-content .at-wc3-img1 {
    display: none;
  }
}

.at-why-c3-left {
  max-width: 695px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-why-c3-left {
    width: 100%;
    max-width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-why-c3-left {
    max-width: 100%;
  }
}

.at-why-c3-wrap {
  margin-top: 195px;
  padding-left: 26px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-why-c3-wrap {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-why-c3-wrap {
    margin-top: 40px;
    padding-left: 0;
  }
}

.at-why-c3-item {
  padding: 40px;
  max-width: 348px;
  border-radius: 12px;
  margin-bottom: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8B6BC), color-stop(0.01%, #771A99), color-stop(40%, #89309E), to(#BD6FFD));
  background: linear-gradient(180deg, #F8B6BC 0%, #771A99 0.01%, #89309E 40%, #BD6FFD 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-why-c3-item {
    max-width: 100%;
  }
}
.at-why-c3-item:last-child {
  margin-bottom: 0;
}
.at-why-c3-item h3 {
  color: #fff;
  line-height: 1;
  font-size: 68px;
  font-weight: 700;
  padding-bottom: 18px;
  font-family: var(--at-dm);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
.at-why-c3-item h3 i {
  margin-right: 5px;
  display: inline-block;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
.at-why-c3-item p {
  color: #fff;
  padding-top: 20px;
}

.at-why-c3-right {
  z-index: 2;
  max-width: 505px;
  padding-top: 95px;
  margin-right: 30px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-why-c3-right {
    max-width: 345px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-why-c3-right {
    width: 100%;
    max-width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-why-c3-right {
    max-width: 100%;
    margin-right: 0;
    padding-top: 40px;
  }
}
.at-why-c3-right .at-btn3 {
  background: -webkit-gradient(linear, left top, right top, from(#FF4C13), to(#FE7524));
  background: linear-gradient(90deg, #FF4C13 0%, #FE7524 100%);
}
.at-why-c3-ft {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-why-c3-ft {
    border-bottom: 1px solid rgba(0, 0, 0, 0.32);
  }
}
.at-why-c3-ft:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.at-why-c3-ft h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 14px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-why-c3-ft h3 {
    color: var(--at-black1);
  }
}
.at-why-c3-ft p {
  color: #fff;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-why-c3-ft p {
    color: var(--at-black1);
  }
}

.at-whyc3-client {
  right: 0;
  bottom: 25px;
  max-width: 330px;
  position: absolute;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-whyc3-client {
    max-width: 100%;
    position: static;
  }
}
.at-whyc3-client .at-wc3-client {
  gap: 15px;
}
@media (max-width: 480px) {
  .at-whyc3-client .at-wc3-client {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.at-whyc3-client h2 {
  color: var(--at-black1);
  font-size: 60px;
  font-weight: 400;
  font-family: var(--at-dm);
}
.at-whyc3-client ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.at-whyc3-client li {
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin-left: -25px;
  border-radius: 100%;
  border: 3px solid #fff;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-whyc3-client li {
    margin-left: -35px;
  }
}
.at-whyc3-client li:first-child {
  margin-left: 0;
}
.at-whyc3-client li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.at-whyc3-client p {
  color: #5A595C;
  margin: 0 auto;
  font-size: 16px;
  padding-top: 5px;
  letter-spacing: 3px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-whyc3-client p {
    letter-spacing: 0;
  }
}

/*---------------------------------------------------- */
/*Client area*/
/*----------------------------------------------------*/
.at-client3-sec {
  z-index: 1;
}
.at-client3-sec .at-client3-shape {
  right: 0;
  left: -25%;
  z-index: -1;
  width: 140%;
  bottom: -5%;
  margin: 0 auto;
}
.at-client3-sec .at-client3-shape img {
  width: 100%;
}

.at-client3-top {
  border-bottom: 1px solid rgba(7, 0, 14, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-client3-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.at-client3-top .at-sec-title2 .subtitle {
  margin-bottom: 0;
}
.at-client3-top .at-client3-title {
  width: 100%;
  max-width: 870px;
  padding: 70px 0px 70px 52px;
  border-left: 1px solid rgba(7, 0, 14, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-client3-top .at-client3-title {
    max-width: 770px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-client3-top .at-client3-title {
    max-width: 600px;
    padding: 40px 0px 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-client3-top .at-client3-title {
    padding-left: 0;
    border-left: none;
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
.at-client3-top .at-client3-title h3 {
  font-size: 34px;
  max-width: 820px;
  font-weight: 600;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-client3-top .at-client3-title h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .at-client3-top .at-client3-title h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .at-client3-top .at-client3-title h3 {
    font-size: 28px;
  }
}
@media (max-width: 360px) {
  .at-client3-top .at-client3-title h3 {
    font-size: 28px;
  }
}

.at-client3-desc {
  max-width: 445px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-client3-desc {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.at-client3-desc .inner-item {
  max-width: 395px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-client3-desc .inner-item {
    width: 100%;
    max-width: 100%;
  }
}

.at-cl-btn a {
  font-size: 16px;
  padding: 12px 35px;
  color: var(--at-black1);
  font-family: var(--at-sora);
  position: relative;
  border-top: 1px solid rgba(7, 0, 14, 0.32);
  border-bottom: 1px solid rgba(7, 0, 14, 0.32);
}
.at-cl-btn a:before, .at-cl-btn a:after {
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
  content: "";
  position: absolute;
  background: var(--at-prime-c2);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-cl-btn a:after {
  right: 0;
  top: auto;
  bottom: 0;
  left: auto;
}
.at-cl-btn a i {
  margin-left: 5px;
}
.at-cl-btn a:hover {
  letter-spacing: 1px;
  color: var(--at-c3);
}
.at-cl-btn a:hover:before, .at-cl-btn a:hover:after {
  width: 100%;
}

.at-client3-logo-wrap {
  width: 100%;
  max-width: 870px;
  border-left: 1px solid rgba(7, 0, 14, 0.2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-client3-logo-wrap {
    max-width: 770px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-client3-logo-wrap {
    max-width: 600px;
  }
}

@-webkit-keyframes ClientX {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 5deg);
            transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 5deg);
  }
  75% {
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes ClientX {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 5deg);
            transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 5deg);
  }
  75% {
    -webkit-transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-10%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.at-client3-item {
  height: 140px;
  width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid rgba(7, 0, 14, 0.2);
  border-bottom: 1px solid rgba(7, 0, 14, 0.2);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-client3-item {
    width: 50%;
    height: 120px;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .at-client3-item {
    height: 100px;
  }
}
.at-client3-item .item-logo {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.at-client3-item:hover .item-logo {
  -webkit-animation: ClientX 2s linear infinite;
          animation: ClientX 2s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-client3-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
}

/*---------------------------------------------------- */
/*Project area*/
/*----------------------------------------------------*/
.at-project3-sec {
  padding-left: 15px;
  padding-right: 15px;
}
.at-project3-sec .at-sec-title2 {
  margin: 0 auto;
  max-width: 790px;
}

.at-project3-content {
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1720px;
}

.at-project3-item {
  overflow: hidden;
  margin-bottom: 32px;
}
.at-project3-item:nth-child(even) .item-text {
  left: auto;
  right: 13%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-project3-item:nth-child(even) .item-text {
    left: 15px;
    right: 15px;
    margin: 0 auto;
  }
}
.at-project3-item .item-img {
  height: 666px;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  background-color: var(--at-black1);
}
.at-project3-item .item-img img {
  opacity: 0.8;
}
.at-project3-item .item-text {
  top: 90px;
  z-index: 1;
  left: 13%;
  padding: 40px;
  overflow: hidden;
  max-width: 480px;
  position: absolute;
  border-radius: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-project3-item .item-text {
    left: 15px;
    right: 15px;
    margin: 0 auto;
  }
}
.at-project3-item .item-text:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #fff;
  clip-path: polygon(97.5% 0%, 97.5% 0%, 97.905% 0.032%, 98.29% 0.126%, 98.649% 0.277%, 98.976% 0.478%, 99.268% 0.726%, 99.518% 1.015%, 99.721% 1.34%, 99.873% 1.696%, 99.967% 2.077%, 100% 2.479%, 100% 97.521%, 100% 97.521%, 99.967% 97.923%, 99.873% 98.304%, 99.721% 98.66%, 99.518% 98.985%, 99.268% 99.274%, 98.976% 99.522%, 98.649% 99.723%, 98.29% 99.874%, 97.905% 99.968%, 97.5% 100%, 2.5% 100%, 2.5% 100%, 2.094% 99.968%, 1.71% 99.874%, 1.351% 99.723%, 1.024% 99.522%, 0.732% 99.274%, 0.482% 98.985%, 0.279% 98.66%, 0.127% 98.304%, 0.033% 97.923%, 0% 97.521%, 0% 2.479%, 0% 2.479%, 0.033% 2.077%, 0.127% 1.696%, 0.279% 1.34%, 0.482% 1.015%, 0.732% 0.726%, 1.024% 0.478%, 1.351% 0.277%, 1.71% 0.126%, 2.094% 0.032%, 2.5% 0%, 97.5% 0%, 10% 39.669%, 10% 39.669%, 9.594% 39.702%, 9.21% 39.796%, 8.851% 39.946%, 8.524% 40.148%, 8.232% 40.396%, 7.982% 40.685%, 7.779% 41.009%, 7.627% 41.365%, 7.533% 41.747%, 7.5% 42.149%, 7.5% 90.083%, 7.5% 90.083%, 7.533% 90.485%, 7.627% 90.866%, 7.779% 91.222%, 7.982% 91.547%, 8.232% 91.836%, 8.524% 92.084%, 8.851% 92.285%, 9.21% 92.436%, 9.594% 92.53%, 10% 92.562%, 90% 92.562%, 90% 92.562%, 90.405% 92.53%, 90.79% 92.436%, 91.149% 92.285%, 91.476% 92.084%, 91.768% 91.836%, 92.018% 91.547%, 92.221% 91.222%, 92.373% 90.866%, 92.467% 90.485%, 92.5% 90.083%, 92.5% 42.149%, 92.5% 42.149%, 92.467% 41.747%, 92.373% 41.365%, 92.221% 41.009%, 92.018% 40.685%, 91.768% 40.396%, 91.476% 40.148%, 91.149% 39.946%, 90.79% 39.796%, 90.405% 39.702%, 90% 39.669%, 10% 39.669%);
}
.at-project3-item .item-more {
  height: 242px;
}
.at-project3-item .item-title {
  padding-bottom: 35px;
}
.at-project3-item .item-title span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 4px;
  margin-bottom: 18px;
  background-color: #A234FD;
}
.at-project3-item .item-title .pro_title {
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 480px) {
  .at-project3-item .item-title .pro_title {
    font-size: 24px;
  }
}
@media (max-width: 360px) {
  .at-project3-item .item-title .pro_title {
    font-size: 20px;
  }
}
.at-project3-item .item-more {
  margin-bottom: 24px;
}
.at-project3-item .item-more a {
  width: 90%;
  border-radius: 6px;
  padding: 12px 24px;
  font-family: var(--at-sora);
  backdrop-filter: blur(8px);
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.6);
}
.at-project3-item .item-more a:hover {
  color: #fff;
  background: var(--at-c3);
}
@media (max-width: 480px) {
  .at-project3-item .item-more a {
    gap: 0px 10px;
    padding: 12px 15px;
  }
}

/*---------------------------------------------------- */
/*Award area*/
/*----------------------------------------------------*/
.at-award3-sec .at-award3-shape1 {
  top: -45%;
  right: -40%;
}
.at-award3-sec .at-award3-shape2 {
  top: -45%;
  left: -37%;
}

.at-award3-content {
  overflow: hidden;
  background-color: #F0F2F4;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.at-award3-content .at-sec-title2 {
  max-width: 445px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-award3-content .at-sec-title2 {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
}
.at-award3-content .at-sec-title2 .sec_title span {
  opacity: 0.5;
}

.at-award3-wrap {
  gap: 40px;
  margin-top: -30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-award3-wrap {
    margin-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.at-award3-tab {
  max-width: 442px;
}

.at-award3-tab-btn {
  width: 100%;
  max-width: 815px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-award3-tab-btn {
    max-width: 550px;
  }
}

.aw3-btn-text {
  z-index: 1;
  overflow: hidden;
  padding: 40px 0px;
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-bottom: 1px solid rgba(7, 0, 14, 0.2);
}
.aw3-btn-text:before {
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -2;
  height: 0%;
  content: "";
  position: absolute;
  -webkit-transform-origin: top;
          transform-origin: top;
  border-radius: 8px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: linear-gradient(45deg, #FFD600 8.39%, #FF0100 50%, #D800B9 91.61%);
}
.aw3-btn-text .aw3-bg {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 0%;
  opacity: 0;
  overflow: hidden;
  border-radius: 8px;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.aw3-btn-text .aw3-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--at-sora);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .aw3-btn-text .aw3-text {
    gap: 5px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.aw3-btn-text .aw3-text span {
  color: #5259EB;
}
.aw3-btn-text .aw3-text b {
  font-weight: 400;
  margin-left: 32px;
  color: var(--at-black1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .aw3-btn-text .aw3-text b {
    margin-left: 10px;
  }
}
.aw3-btn-text .aw3-text strong {
  color: #5A595C;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--at-dm);
}

.at-award3-tab-btn .nav-tabs .nav-item.show .nav-link,
.at-award3-tab-btn .nav-tabs .nav-link.active,
.at-award3-tab-btn .nav-tabs .nav-link {
  padding: 0;
}

.at-award3-tab-btn .nav-tabs .nav-link.active .aw3-btn-text {
  padding: 40px 32px;
  border-bottom: 1px solid transparent;
}
.at-award3-tab-btn .nav-tabs .nav-link.active .aw3-btn-text:before {
  opacity: 1;
  height: 100%;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.at-award3-tab-btn .nav-tabs .nav-link.active .aw3-btn-text .aw3-bg {
  opacity: 1;
  height: 96%;
}
.at-award3-tab-btn .nav-tabs .nav-link.active .aw3-btn-text .aw3-text span {
  color: #FF4C13;
}
.at-award3-tab-btn .nav-tabs .nav-link.active .aw3-btn-text .aw3-text b {
  color: #fff;
  font-weight: 700;
}
.at-award3-tab-btn .nav-tabs .nav-link.active .aw3-btn-text .aw3-text strong {
  color: #fff;
}

/*---------------------------------------------------- */
/*Video area*/
/*----------------------------------------------------*/
.at-video3-sec {
  z-index: 1;
}
.at-video3-sec .at-video3-img {
  height: 100vh;
  padding: 380px 0px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-video3-sec .at-video3-img {
    padding: 280px 0px;
  }
}
.at-video3-sec .at-video3-img .item-img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
.at-vd3-play {
  z-index: 1;
  left: 0;
  top: 50%;
  right: 0;
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 14px;
  font-size: 25px;
  position: absolute;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--at-black2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.at-vd3-play .video_btn_border {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  position: absolute;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border: 30px solid #fff;
  -webkit-animation: border_animation 3.9s linear 0s infinite;
  animation: border_animation 3.9s linear 0s infinite;
}
.at-vd3-play .video_btn_border:is(.border_wrap-2) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.at-vd3-play .video_btn_border:is(.border_wrap-3) {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

/*---------------------------------------------------- */
/*Testimonial area*/
/*----------------------------------------------------*/
.at-testi3-sec {
  z-index: 1;
}
.at-testi3-sec .at-sec-title2 {
  margin: 0 auto;
  max-width: 610px;
}
.at-testi3-sec .at-faq2-shape2 {
  right: -12%;
  bottom: -12%;
  z-index: -2;
  -webkit-animation: 10s spin linear infinite;
          animation: 10s spin linear infinite;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-testi3-sec .at-faq2-shape2 {
    display: none;
  }
}
.at-testi3-sec .at-testi3-shape {
  top: 0;
  left: 95px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-testi3-sec .at-testi3-shape {
    display: none;
  }
}

.at-testi3-item {
  gap: 0px 28px;
  margin: 0 auto;
  max-width: 865px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-testi3-item {
    margin-top: 30px !important;
    -webkit-transform: rotate(0) !important;
            transform: rotate(0) !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-testi3-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.at-testi3-item:nth-child(1) {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.at-testi3-item:nth-child(2) {
  margin-top: -205px;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.at-testi3-item:nth-child(3) {
  margin-top: -145px;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
}
.at-testi3-item:nth-child(4) {
  margin-top: -205px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.at-testi3-item .item-img {
  width: 242px;
  height: 216px;
  overflow: hidden;
  border-radius: 9px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-testi3-item .item-img {
    width: 100%;
  }
}
.at-testi3-item .item-img .inner-img {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.at-testi3-item .item-img .author-img {
  top: 50%;
  left: 50%;
  width: 144px;
  height: 144px;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.at-testi3-item .item-text {
  z-index: 1;
  width: 100%;
  height: 216px;
  max-width: 594px;
  padding: 35px 45px;
  border-radius: 9px;
  background-color: #fff;
  -webkit-box-shadow: 8px -8px 28px 0px rgba(0, 0, 0, 0.2901960784);
          box-shadow: 8px -8px 28px 0px rgba(0, 0, 0, 0.2901960784);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-testi3-item .item-text {
    height: auto;
    max-width: 100%;
  }
}
.at-testi3-item .item-text .item-shape1 {
  right: -30%;
  bottom: -100%;
  z-index: -1;
}
.at-testi3-item .item-text .item-shape2 {
  left: -35%;
  top: -110%;
  z-index: -1;
}
.at-testi3-item .item-text .item-rate {
  margin-bottom: 5px;
}
.at-testi3-item .item-text .item-rate li {
  color: #FCA62F;
  font-size: 16px;
}
.at-testi3-item .item-text p {
  padding-bottom: 15px;
  color: var(--at-black1);
}
.at-testi3-item .item-text .author-name h3 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 4px;
  color: var(--at-black1);
}
.at-testi3-item .item-text .author-name span {
  color: #5A595C;
  font-size: 14px;
}

/*---------------------------------------------------- */
/*gallery area*/
/*----------------------------------------------------*/
.at-gallery3-sec {
  padding-top: 22px;
  background-color: #121546;
}

.at-gal2-title {
  color: #fff;
  opacity: 0.24;
  line-height: 0.9;
  font-size: 220px;
  font-weight: 700;
}

.at-gallery3-wrapper {
  height: 688px;
  margin: 0 auto;
  max-width: 1920px;
}

.at-gallery3-img {
  margin: 2px 5px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  display: inline-block;
}
.at-gallery3-img:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  opacity: 0.8;
  height: 0%;
  position: absolute;
  background: var(--at-prime-c2);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-gallery3-img .item-img {
  height: 336px;
}
.at-gallery3-img .item-icon {
  top: 30%;
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.at-gallery3-img .item-icon i {
  font-size: 30px;
  color: #fff;
}
.at-gallery3-img:hover:before {
  height: 100%;
}
.at-gallery3-img:hover .item-icon {
  top: 50%;
  opacity: 1;
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.at-blog3-sec {
  z-index: 1;
  background-color: #121546;
}
.at-blog3-sec .at-sec-title2 {
  max-width: 695px;
}
.at-blog3-sec .at-sec-title2 .sec_title {
  color: #fff;
}
.at-blog3-sec .at-blg-shape1 {
  top: 0;
  right: -18%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-blog3-sec .at-blg-shape1 {
    display: none;
  }
}
.at-blog3-sec .at-blg-shape2 {
  left: -12%;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-blog3-sec .at-blg-shape2 {
    display: none;
  }
}

.at-blog3-item {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 35px 0px 30px;
  background-color: rgba(255, 255, 255, 0.0784313725);
  backdrop-filter: blur(32px);
}
.at-blog3-item .blg_title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 0px 35px;
}
.at-blog3-item .item-img {
  margin-top: 20px;
  overflow: hidden;
  margin-left: 35px;
  margin-bottom: 20px;
  display: inline-block;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.at-blog3-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  height: 268px;
    object-fit: cover;
}
.at-blog3-item .item-text {
  color: #fff;
  opacity: 0.8;
  padding-left: 35px;
  padding-right: 15px;
}
.at-blog3-item .item-author-arrow {
  margin-top: 18px;
  margin-left: 35px;
  margin-right: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}
.at-blog3-item .item-author-arrow .item-author h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.at-blog3-item .item-author-arrow .item-author .item-meta a {
  font-size: 14px;
  color: var(--at-c2);
}
.at-blog3-item .item-author-arrow .item-author .item-meta a:nth-child(2) {
  color: #fff;
}
.at-blog3-item .item-author-arrow .item-arrow a:hover {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.at-blog3-item .item-author-arrow .item-arrow a:hover svg g {
  opacity: 1;
}
.at-blog3-item .item-author-arrow .item-arrow a:hover svg path {
  fill: var(--at-c2);
}
.at-blog3-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/******* HOME PAGE 3 *******/
/*Hero area*/
/*----------------------------------------------------*/
.at-hero1-sec {
  padding: 25px 25px 80px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero1-sec {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.at-hero1-bg {
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero1-bg {
    border-radius: 0;
  }
}
.at-hero1-bg:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 0.322;
  position: absolute;
  background-image: linear-gradient(140deg, rgb(52, 50, 51) 0%, rgb(60, 58, 59) 64%, rgb(67, 65, 67) 100%);
}

.at-hero1-content {
  z-index: 1;
  padding: 330px 0px 205px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-hero1-content {
    padding: 240px 0px 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero1-content {
    padding: 180px 0px 60px;
  }
}
.at-hero1-content .at-hero1-video {
  left: 0;
  width: 42.5%;
  z-index: -1;
  bottom: -45px;
  height: 419px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero1-content .at-hero1-video {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero1-content .at-hero1-video {
    width: 100%;
    margin-top: 30px;
    position: static !important;
  }
}

.at-hero1-text {
  max-width: 1200px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero1-text {
    max-width: 1150px;
  }
}
.at-hero1-text .hero_title {
  color: #fff;
  max-width: 1025px;
  font-size: 120px;
  font-weight: 700;
  line-height: 1.083;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-hero1-text .hero_title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-hero1-text .hero_title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .at-hero1-text .hero_title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-hero1-text .hero_title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .at-hero1-text .hero_title {
    font-size: 55px;
  }
}
@media (max-width: 480px) {
  .at-hero1-text .hero_title {
    font-size: 45px;
  }
}
@media (max-width: 360px) {
  .at-hero1-text .hero_title {
    font-size: 40px;
  }
}
.at-hero1-text .hero_title span {
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero1-text .at-hero1-desc {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
.at-hero1-text .at-hero1-desc .inner-item {
  max-width: 585px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero1-text .at-hero1-desc .inner-item {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero1-text .at-hero1-desc .inner-item {
    max-width: 100%;
  }
}
.at-hero1-text .at-hero1-desc .inner-item p {
  color: #fff;
  font-size: 22px;
  padding-bottom: 25px;
}

.at-hero1-line {
  top: 10px;
  gap: 22px;
  right: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-hero1-line {
    right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-hero1-line {
    display: none;
  }
}

.at-hr-item-line {
  gap: 35px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 28px;
  border-radius: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
}
.at-hr-item-line span {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
.at-hr-item-line strong {
  width: 1px;
  height: 175px;
  background-color: #fff;
}
.at-hr-item-line b {
  height: 350px;
}

/*---------------------------------------------------- */
/*Client area*/
/*----------------------------------------------------*/
.at-client1-title h2 {
  font-size: 20px;
  font-weight: 700;
}

.at-client1-slider {
  margin: 0 auto;
  max-width: 1245px;
}

.at-client1-item .item-img {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-client1-item .item-img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.at-ab1-text-wrap {
  max-width: 485px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-ab1-text-wrap {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab1-text-wrap {
    width: 100%;
    max-width: 100%;
  }
}

.at-ab1-img-wrap .item-img .image_item_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-size: cover;
}
.at-ab1-img-wrap .item-img .image_item_1:first-child {
  -webkit-transform: translateY(-50%) scaleY(2);
  transform: translateY(-50%) scaleY(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.at-ab1-img-wrap .item-img:hover .image_item_1:first-child {
  webkit-transform: translateY(0) scaleY(1);
  -webkit-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.at-ab1-img-wrap .item-img:hover .image_item_1:nth-child(2) {
  -webkit-transform: translateY(50%) scaleY(2);
  transform: translateY(50%) scaleY(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-ab1-img-wrap {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab1-img-wrap {
    width: 100%;
  }
}

.at-ab1-content {
  gap: 40px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-ab1-content {
    gap: 40px 30px;
  }
}
.at-ab1-content:before {
  top: 52%;
  right: 0;
  height: 1px;
  content: "";
  z-index: 2;
  width: 470px;
  position: absolute;
  background-color: #f0f0f0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab1-content:before {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab1-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.at-ab1-feature {
  max-width: 295px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab1-feature {
    gap: 40px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab1-feature {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}

@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
}
.at-ab1-ft-item {
  margin-bottom: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-ab1-ft-item {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ab1-ft-item {
    margin-bottom: 0;
  }
}
.at-ab1-ft-item:last-child {
  margin-bottom: 0;
}
.at-ab1-ft-item .item-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 14px;
  border-radius: 100%;
  background: var(--at-prime-c4);
}
.at-ab1-ft-item .item-text h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px;
}
.at-ab1-ft-item:hover .item-icon {
  -webkit-animation: 2s shakeX linear infinite;
          animation: 2s shakeX linear infinite;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.at-ser1-sec {
  z-index: 1;
}
.at-ser1-sec .at-ser1-bg {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.at-ser1-sec .at-ser1-bg:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.051;
  position: absolute;
  background-image: linear-gradient(140deg, rgb(52, 50, 51) 0%, rgb(60, 58, 59) 64%, rgb(67, 65, 67) 100%);
}
.at-ser1-sec .at-sec-title3 {
  margin: 0 auto;
  max-width: 560px;
}
.at-ser1-sec .at-sec-title3 .subtitle {
  color: #fff;
}
.at-ser1-sec .at-sec-title3 .sec_title {
  color: #fff;
}

.at-ser1-list {
  padding-top: 24px;
  margin-bottom: 6px;
  padding-bottom: 24px;
  padding-right: 150px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-list {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 30px;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
.at-ser1-list .item-text {
  gap: 0px;
  width: 100%;
  max-width: 620px;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-list .item-text {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.at-ser1-list .item-text .item-icon {
  width: 0px;
  height: 76px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-list .item-text .item-icon {
    width: 82px;
  }
}
.at-ser1-list .item-text .inner-text {
  color: #fff;
  font-size: 35px;
  font-weight: 800;
  white-space: nowrap;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-list .item-text .inner-text {
    white-space: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-list .item-text .inner-text {
    font-size: 30px;
  }
}
.at-ser1-list .item-img {
  top: -65%;
  left: 2%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  border-radius: 20px;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  max-width: 640px;
  max-height: 542px;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
  clip-path: polygon(0 0, 0 0, 0 99%, 0% 100%);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .at-ser1-list .item-img {
    max-width: 500px;
    max-height: 500px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-ser1-list .item-img {
    max-width: 400px;
    max-height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-ser1-list .item-img {
    max-width: 200px;
    max-height: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ser1-list .item-img {
    opacity: 1;
    max-width: 100%;
    position: static;
    max-height: 200px;
    visibility: visible;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.at-ser1-list .item-img img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.at-ser1-list:nth-child(3) .item-img {
  top: -125%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-ser1-list:nth-child(3) .item-img {
    top: -50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-ser1-list:nth-child(3) .item-img {
    top: -40%;
  }
}
.at-ser1-list:nth-child(4) .item-img {
  top: -250%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-ser1-list:nth-child(4) .item-img {
    top: -100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-ser1-list:nth-child(4) .item-img {
    top: -50%;
  }
}
.at-ser1-list:is(.active) {
  z-index: 2;
}
.at-ser1-list:is(.active) .item-text {
  gap: 30px;
}
.at-ser1-list:is(.active) .item-text .item-icon {
  width: 82px;
}
.at-ser1-list:is(.active) .item-img {
  opacity: 1;
  visibility: visible;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.at-ser1-list:is(.active) .item-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.at-feat1-sec {
  overflow: hidden;
}
.at-feat1-sec .at-sec-title3 {
  max-width: 726px;
}

.at-feat1-item {
  padding: 20px;
  margin: 0 auto;
  max-width: 462px;
  border: 1px solid #dddddd;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-feat1-item {
    margin-bottom: 30px;
  }
}
.at-feat1-item .item-img {
  overflow: hidden;
}
.at-feat1-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-feat1-item .item-text h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.at-feat1-item .item-text p {
  padding-bottom: 35px;
}
.at-feat1-item .item-text li {
  font-weight: 700;
  margin-right: 25px;
  color: var(--at-black1);
}
.at-feat1-item .item-text li:last-child {
  margin-right: 0;
}
.at-feat1-item .item-text li i {
  margin-right: 5px;
}
.at-feat1-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.at-feat1-item2 {
  width: 100%;
  height: 548px;
  margin: 0 auto;
  overflow: hidden;
  max-width: 462px;
}
.at-feat1-item2 .item-img {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.at-feat1-item2 .item-img:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.at-feat1-item2 .item-text {
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 30px;
  padding: 0px 15px;
  position: absolute;
}
.at-feat1-item2 .item-text a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.at-feat1-item2 .item-arrow {
  top: 30px;
  right: 30px;
  z-index: 2;
  position: absolute;
}
.at-feat1-item2 .item-arrow a {
  width: 63px;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.at-feat1-item2 .item-arrow a i {
  font-size: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.at-feat1-item2 .item-arrow a:hover {
  color: #fff;
  background-color: var(--at-c8);
}

.at-feat4-sec {
  z-index: 1;
}
.at-feat4-sec:before, .at-feat4-sec:after {
  top: 0;
  right: 0;
  width: 46%;
  z-index: -1;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-feat4-sec:before, .at-feat4-sec:after {
    width: 55%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-feat4-sec:before, .at-feat4-sec:after {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-feat4-sec:before, .at-feat4-sec:after {
    width: 100%;
  }
}
.at-feat4-sec:after {
  top: auto;
  bottom: 0;
  height: 12px;
  background: var(--at-prime-c4);
}

.at-feat4-wrap {
  width: 100%;
  max-width: 1050px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-feat4-wrap {
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.at-feat4-item {
  width: 100%;
  padding: 60px;
  max-width: 445px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(1, 53, 222)), color-stop(50%, rgb(59, 130, 246)), to(rgb(6, 182, 212)));
  background: linear-gradient(0deg, rgb(1, 53, 222) 0%, rgb(59, 130, 246) 50%, rgb(6, 182, 212) 100%);
}
@media (max-width: 480px) {
  .at-feat4-item {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-feat4-item {
    max-width: 100%;
  }
}
.at-feat4-item .item-img {
  margin-bottom: 40px;
}
.at-feat4-item .item-text h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  padding-bottom: 10px;
}
.at-feat4-item .item-text p {
  color: #fff;
  font-size: 20px;
  padding-bottom: 20px;
}
.at-feat4-item .item-text ul {
  margin-bottom: 25px;
}
.at-feat4-item .item-text li {
  color: #fff;
  font-weight: 800;
  margin-bottom: 10px;
}
.at-feat4-item .item-text li i {
  margin-right: 8px;
}
.at-feat4-item .item-text .item-btn a {
  color: #fff;
  width: 100%;
  line-height: 1;
  font-weight: 900;
  padding: 22px 15px;
  border-radius: 100px;
  background-color: var(--at-black1);
}
.at-feat4-item .item-text .item-btn a i {
  margin-left: 5px;
}
.at-feat4-item .item-text .item-btn a:hover {
  background-color: var(--at-c9);
}

.at-feat4-tab-btn {
  max-width: 540px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-feat4-tab-btn {
    max-width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-feat4-tab-btn {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-feat4-tab-btn .at-sec-title3 .sec_title {
    font-size: 55px;
  }
}
.at-feat4-tab-btn .nav-tabs .nav-link {
  font-size: 22px;
  font-weight: 800;
  max-width: 340px;
  position: relative;
  color: var(--at-black1);
  padding: 15px 0px 15px 0px !important;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-feat4-tab-btn .nav-tabs .nav-link i {
  left: 0;
  top: 13px;
  -webkit-transform: scale(0);
          transform: scale(0);
  position: absolute;
  margin-right: 15px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-feat4-tab-btn .nav-tabs .nav-link:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-image: linear-gradient(-177deg, rgb(245, 245, 245) 0%, rgb(234, 234, 234) 64%, rgb(223, 223, 223) 100%);
}
.at-feat4-tab-btn .nav-tabs .nav-link:after {
  top: 32px;
  left: -120px;
  width: 0%;
  height: 1px;
  content: "";
  max-width: 90px;
  position: absolute;
  background: var(--at-prime-c4);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-feat4-tab-btn .nav-tabs .nav-link:after {
    display: none;
  }
}
.at-feat4-tab-btn .nav-tabs .nav-link:is(.active) {
  padding: 15px 0px 15px 35px !important;
}
.at-feat4-tab-btn .nav-tabs .nav-link:is(.active) i {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.at-feat4-tab-btn .nav-tabs .nav-link:is(.active):after {
  width: 100%;
}

/*---------------------------------------------------- */
/*why choose area*/
/*----------------------------------------------------*/
.at-whc1-item1 {
  max-width: 645px;
}

.at-whc1-content {
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-whc1-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.at-whc1-info1 {
  padding: 50px 50px 100px;
  background-color: #cefb56;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-whc1-info1 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-whc1-info1 {
    padding: 30px 20px 100px;
  }
}
.at-whc1-info1 span {
  color: #fff;
  font-size: 22px;
  padding: 10px 25px;
  border-radius: 40px;
  margin-bottom: 20px;
  background-color: var(--at-black1);
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-whc1-info1 span {
    font-size: 18px;
  }
}
.at-whc1-info1 h2 {
  font-size: 36px;
  font-weight: 800;
  padding-bottom: 25px;
}
@media (max-width: 480px) {
  .at-whc1-info1 h2 {
    font-size: 30px;
  }
}
.at-whc1-info1 p {
  font-size: 22px;
  font-weight: 500;
}
.at-whc1-info1 .item-arrow {
  right: 30px;
  bottom: 30px;
  position: absolute;
}
.at-whc1-info1 .item-arrow a {
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-color: #fff;
}
.at-whc1-info1 .item-arrow a i {
  font-size: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.at-whc1-info1:is(.active) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.at-whc1-item2 {
  max-width: 360px;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-whc1-item2 {
    max-width: 100%;
  }
}
.at-whc1-item2:is(.active) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.at-whc1-item2 .item-text {
  padding: 45px;
  background-color: #e7eee1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-whc1-item2 .item-text {
    padding: 30px;
  }
}
.at-whc1-item2 .item-text h3 {
  font-size: 60px;
  font-weight: 800;
}
.at-whc1-item2 .item-text p {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--at-black1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-whc1-item2 .item-text p {
    font-size: 24px;
  }
}
.at-whc1-item2 .item-img {
  height: 435px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-whc1-item2 .item-img {
    height: auto;
  }
}

.at-whc1-item3 {
  width: 100%;
  z-index: 1;
  padding: 50px;
  max-width: 395px;
  position: relative;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-whc1-item3 {
    max-width: 100%;
  }
}
.at-whc1-item3:is(.active) {
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.at-whc1-item3:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  opacity: 0.7;
  position: absolute;
  background-color: var(--at-black1);
}
.at-whc1-item3 .item-text h3 {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
}
.at-whc1-item3 .item-text p {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.at-whc1-item3 .item-logo-wrap .item-logo {
  margin-bottom: 8px;
}
.at-whc1-item3 .item-bottom {
  left: 40px;
  bottom: 40px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-whc1-item3 .item-bottom {
    position: static;
    margin-top: 40px;
  }
}
.at-whc1-item3 .item-bottom a {
  gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.at-whc1-item3 .item-bottom a span {
  color: #fff;
  max-width: 215px;
}
.at-whc1-item3 .item-bottom i {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*---------------------------------------------------- */
/*Video area*/
/*----------------------------------------------------*/
.at-vd1-sec {
  z-index: 1;
}
.at-vd1-sec .at-vd1-bg {
  top: 0;
  left: 0;
  z-index: -1;
}
.at-vd1-sec .at-vd1-img {
  left: 0;
  right: 0;
  bottom: -40px;
  text-align: center;
}
.at-vd1-sec .at-vd1-circle {
  left: 0;
  right: -110px;
  width: 805px;
  height: 805px;
  bottom: -125px;
  margin: 0 auto;
  border-radius: 100%;
  background-color: #fff;
}

.at-vd1-content {
  gap: 40px 55px;
  padding-top: 350px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-vd1-content {
    gap: 40px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-vd1-content {
    gap: 40px 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 120px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.at-vd1-item1 {
  max-width: 500px;
  padding: 60px 30px;
  background-color: #fff;
  border-radius: 30px;
}
.at-vd1-item1 h3 {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 15px;
}
.at-vd1-item1 p {
  padding-bottom: 28px;
}
.at-vd1-item1 li {
  width: 55px;
  height: 55px;
  overflow: hidden;
  margin-left: -20px;
  border-radius: 100%;
  border: 2px solid #fff;
}
.at-vd1-item1 li:nth-child(1) {
  margin-left: 0;
}
.at-vd1-item1 .at-video-play {
  right: 20px;
  bottom: 20px;
  width: 70px;
  height: 70px;
  position: absolute;
  border-radius: 100%;
  border: 1px solid var(--at-black1);
}

.at-vd1-item2 {
  padding: 50px;
  max-width: 375px;
  border-radius: 30px;
  background-color: var(--at-black1);
}
.at-vd1-item2 p {
  color: #fff;
  font-size: 23px;
  line-height: 1.2;
}
.at-vd1-item2 .item-arrow {
  right: 15px;
  bottom: 15px;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  color: var(--at-black1);
}

.at-vd1-item3 {
  max-width: 470px;
  padding: 50px 40px;
  border-radius: 40px;
  margin-bottom: 85px;
  background-color: #e4f1d4;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-vd1-item3 {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-vd1-item3 {
    margin-bottom: 0;
  }
}
.at-vd1-item3 h3 {
  font-size: 34px;
  font-weight: 800;
  padding-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-vd1-item3 h3 {
    font-size: 28px;
  }
}
.at-vd1-item3 li {
  font-weight: 800;
  margin-right: 15px;
  margin-bottom: 5px;
  color: var(--at-black1);
}
.at-vd1-item3 li i {
  margin-right: 10px;
  background: var(--at-prime-c4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.at-vd1-item4 {
  padding: 45px;
  max-width: 375px;
  border-radius: 40px;
  background: var(--at-prime-c4);
}
.at-vd1-item4 h3 {
  color: #fff;
  line-height: 1.1;
  font-size: 34px;
  font-weight: 800;
}
.at-vd1-item4 .item-arrow {
  right: 15px;
  bottom: 15px;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff;
  color: var(--at-black1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-vd1-item3-wrap {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-vd1-item3-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*---------------------------------------------------- */
/*Faq Price area*/
/*----------------------------------------------------*/
.at-faq3-content {
  width: 100%;
  max-width: 722px;
}

.at-faq3-wrap {
  background-color: #fff;
  border: 1px solid rgb(221, 221, 221);
}
.at-faq3-wrap .accordion-item,
.at-faq3-wrap .accordion-button:not(.collapsed),
.at-faq3-wrap .accordion-button {
  background-color: transparent;
}
.at-faq3-wrap .accordion-item {
  border: none;
  z-index: 1;
  border-radius: 0;
  border-bottom: none;
  position: relative;
  padding: 26px 25px 25px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border-bottom: 1px solid rgba(46, 48, 51, 0.2);
}
.at-faq3-wrap .accordion-item:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 0%;
  content: "";
  position: absolute;
  background: var(--at-prime-c4);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.at-faq3-wrap .accordion-item:is(.faq_active):before {
  height: 100%;
}
.at-faq3-wrap .accordion-item:is(.faq_active) .accordion-button span {
  color: #fff;
}
.at-faq3-wrap .accordion-item:is(.faq_active) .accordion-button b {
  background-color: #fff;
}
.at-faq3-wrap .accordion-item:is(.faq_active) .accordion-button b svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.at-faq3-wrap .accordion-item:is(.faq_active) .accordion-button b svg path {
  fill: var(--at-black1);
}
.at-faq3-wrap .accordion-item:is(.faq_active) .accordion-body {
  color: #fff;
}
.at-faq3-wrap .accordion-button {
  padding: 0;
  border: none;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .at-faq3-wrap .accordion-button {
    font-size: 18px;
  }
}
.at-faq3-wrap .accordion-button span {
  gap: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 800;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--at-black1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.at-faq3-wrap .accordion-button b {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--at-black1);
}
.at-faq3-wrap .accordion-button b svg {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.at-faq3-wrap .accordion-button b svg path {
  fill: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.at-faq3-wrap .accordion-button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.at-faq3-wrap .accordion-body {
  padding-top: 0;
  font-size: 18px;
  max-width: 650px;
  padding-bottom: 0;
  padding-left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-faq3-wrap .accordion-body {
    padding-left: 0;
  }
}
.at-faq3-wrap .accordion-button::after,
.at-faq3-wrap .accordion-button::before {
  right: 0;
  top: 10px;
  content: "";
  width: 40px;
  height: 2px;
  border-radius: 0;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: var(--nx-base1);
}
@media (max-width: 480px) {
  .at-faq3-wrap .accordion-button::after,
  .at-faq3-wrap .accordion-button::before {
    width: 25px;
  }
}
.at-faq3-wrap .accordion-button::before {
  top: 15px;
}
.at-faq3-wrap .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 10px;
}
.at-faq3-wrap .accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.at-faq3-wrap .accordion-button:not(.collapsed):before {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.at-faq-price-content {
  gap: 40px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-faq-price-content {
    gap: 40px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-faq-price-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.at-price1-wrap {
  width: 100%;
  max-width: 700px;
}

.at-price1-item {
  gap: 30px;
  z-index: 1;
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  padding: 26px 30px;
  background-color: #fff;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-price1-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.at-price1-item:before {
  top: 0;
  right: 23.4%;
  width: 1px;
  height: 100%;
  content: "";
  position: absolute;
  background-color: #efefef;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-price1-item:before {
    display: none;
  }
}
.at-price1-item .item-bg {
  top: 0;
  left: 0;
  height: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-price1-item .item-bg:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}
.at-price1-item .item-check a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #f6f6f6;
}
.at-price1-item .item-text {
  gap: 30px 45px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-price1-item .item-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.at-price1-item .item-text h3 {
  font-size: 30px;
  font-weight: 800;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-price1-item .item-text .inner-item {
  max-width: 380px;
}
.at-price1-item .item-text .inner-item p {
  padding-bottom: 15px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-price1-item .item-text .inner-item ul {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-price1-item .item-text .inner-item ul {
    height: 100%;
  }
}
.at-price1-item .item-text .inner-item li {
  font-weight: 700;
  margin-bottom: 8px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-price1-item .item-text .inner-item li i {
  margin-right: 5px;
  background: var(--at-prime-c4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.at-price1-item .item-text .inner-price {
  width: 110px;
  padding-left: 20px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-price1-item .item-text .inner-price {
    padding-left: 0;
  }
}
.at-price1-item .item-text .inner-price span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 10px;
  background-color: #ec4814;
}
.at-price1-item .item-text .inner-price h4 {
  font-size: 38px;
  font-weight: 800;
  padding: 8px 0px 5px;
}
.at-price1-item .item-text .inner-price p {
  font-size: 14px;
  font-weight: 500;
}
.at-price1-item:is(.active) {
  width: 100%;
  -webkit-box-shadow: 0px 3px 109px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 3px 109px 0px rgba(0, 0, 0, 0.13);
}
.at-price1-item:is(.active):before {
  right: 25%;
  background-color: #2a1d62;
}
.at-price1-item:is(.active) .item-bg {
  opacity: 1;
  height: 100%;
}
.at-price1-item:is(.active) .item-text h3 {
  color: #fff;
  padding-bottom: 5px;
}
.at-price1-item:is(.active) .item-text .inner-item p {
  color: #fff;
}
.at-price1-item:is(.active) .item-text .inner-item li {
  color: #fff;
}
.at-price1-item:is(.active) .item-text .inner-item ul {
  height: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-price1-item:is(.active) .item-text .inner-item ul {
    height: 100%;
  }
}
.at-price1-item:is(.active) .item-text .inner-price {
  padding-left: 0;
}
.at-price1-item:is(.active) .item-text .inner-price h4 {
  color: #fff;
}
.at-price1-item:is(.active) .item-text .inner-price p {
  color: #fff;
}

.at-price-btn {
  margin: 0 auto;
  max-width: 94%;
  margin-top: 20px;
}
.at-price-btn a {
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 18px 15px;
  background-size: 200%, 1px;
  background-image: var(--at-prime-c4);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-price-btn a i {
  margin-left: 8px;
}
.at-price-btn a:hover {
  background-position: 240%;
}

/*---------------------------------------------------- */
/*Contact area*/
/*----------------------------------------------------*/
.at-contact1-content {
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-contact1-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.equal-height .elementor-widget {
  height: 100%;
}
.at-contact1-text-wrap .at-sec-title3 p {
  padding-top: 25px;
}
.at-contact1-text-wrap ul li {
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--at-black1);
}
.at-contact1-text-wrap ul li i {
  margin-right: 5px;
  background: var(--at-prime-c4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.at-cont-rate-item {
  gap: 15px;
  padding: 20px;
  max-width: 345px;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 109px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 3px 109px 0px rgba(0, 0, 0, 0.13);
}
.at-cont-rate-item .item-img {
  width: 65px;
  height: 65px;
  overflow: hidden;
  border-radius: 10px;
}
.at-cont-rate-item .item-text {
  gap: 20px;
}
.at-cont-rate-item .item-text .inner-text h3 {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}
.at-cont-rate-item .item-text .inner-text span {
  color: #bfbfbf;
  font-size: 15px;
  line-height: 1;
}
.at-cont-rate-item .item-text .inner-rate {
  padding: 5px 10px;
  border-radius: 5px;
  border: 2px solid #f1f1f1;
}
.at-cont-rate-item .item-text .inner-rate i {
  color: #ffaa00;
}
.at-cont-rate-item .item-text .inner-rate span {
  font-size: 16px;
  font-weight: 800;
  margin-left: 8px;
  color: var(--at-black1);
}

.at-cont-rate-wrap {
  gap: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-cont-rate-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.at-contact1-form {
  z-index: 1;
  width: 100%;
  padding: 60px;
  max-width: 570px;
  border-radius: 15px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 109px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 3px 109px 0px rgba(0, 0, 0, 0.13);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-contact1-form {
    padding: 30px 20px;
  }
}
.at-contact1-form:before, .at-contact1-form:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 15px;
  position: absolute;
}
.at-contact1-form:before {
  background: var(--at-prime-c4);
}
.at-contact1-form:after {
  background-color: #fff;
  height: 99%;
  width: 99%;
  left: 3px;
  top: 3px;
}
.at-contact1-form .item-input {
  margin-bottom: 20px;
}
.at-contact1-form .item-input label {
  font-size: 18px;
  font-weight: 800;
  margin-left: 18px;
  margin-bottom: 10px;
  color: var(--at-black1);
}
.at-contact1-form .item-input input {
  width: 100%;
  height: 70px;
  border: none;
  padding-left: 30px;
  border-radius: 60px;
  background-color: #f5f5f5;
}
.at-contact1-form .item-input i {
  top: 64px;
  right: 25px;
  position: absolute;
}
.at-contact1-form button {
  color: #fff;
  width: 100%;
  border: none;
  height: 70px;
  margin-top: 10px;
  font-weight: 700;
  text-align: center;
  border-radius: 60px;
  text-transform: uppercase;
  background-size: 200%, 1px;
  background-image: var(--at-prime-c4);
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.at-contact1-form button:hover {
  background-position: 240%;
}

.at-cont-title h3 {
  font-size: 30px;
  font-weight: 800;
}

/*---------------------------------------------------- */
/*Trust area*/
/*----------------------------------------------------*/
.at-trust-sec .at-sec-title3 {
  margin: 0 auto;
  max-width: 690px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-trust-wrap1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.at-trust-item1 {
  width: 100%;
  max-width: 620px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-trust-item1 {
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-trust-item1 {
    max-width: 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-trust-item1 {
    max-width: 100%;
  }
}

.at-trust-item3 {
  width: 100%;
  max-width: 335px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-trust-item3 {
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-trust-item3 {
    max-width: 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-trust-item3 {
    max-width: 100%;
  }
}

.at-trust-item4 {
  width: 100%;
  max-width: 275px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-trust-item4 {
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-trust-item4 {
    max-width: 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-trust-item4 {
    max-width: 100%;
  }
}

.at-trust-item2 {
  width: 100%;
  padding: 20px;
  max-width: 345px;
  background: var(--at-prime-c4);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-trust-item2 {
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .at-trust-item2 {
    max-width: 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-trust-item2 {
    max-width: 100%;
    padding: 50px 30px;
  }
}
.at-trust-item2 span {
  top: 20px;
  right: 20px;
  position: absolute;
}
.at-trust-item2 span a {
  color: #fff;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--at-black1);
}
.at-trust-item2 .item-inner {
  margin-top: 15px;
  max-width: 210px;
}
.at-trust-item2 h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  padding-bottom: 5px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-trust-item2 h3 {
    font-size: 40px;
  }
}
.at-trust-item2 p {
  color: #fff;
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.at-blog-sec .at-sec-title3 {
  margin: 0 auto;
  max-width: 690px;
}

.at-blog-content {
  gap: 40px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-blog-content {
    gap: 40px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-blog-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.at-blog-item {
  max-width: 675px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .at-blog-item {
    max-width: 550px;
  }
}
.at-blog-item .item-img {
  overflow: hidden;
}
.at-blog-item .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-blog-item .item-text .blg_title {
  font-size: 30px;
  font-weight: 600;
}
.at-blog-item:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.at-blog-wrap {
  gap: 32px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-blog-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.at-blog-wrap .item-img {
  width: 238px;
  height: 238px;
  overflow: hidden;
}
.at-blog-wrap .item-img img {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-blog-wrap .item-text {
  max-width: 400px;
}
.at-blog-wrap .item-text .blg_title {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 15px;
}
.at-blog-wrap .item-text p {
  padding-bottom: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-blog-wrap .item-text p {
    padding-bottom: 20px;
  }
}
.at-blog-wrap .item-text .read_more {
  font-weight: 800;
  color: var(--at-black1);
}
.at-blog-wrap .item-text .read_more:hover {
  color: var(--at-c8);
}
.at-blog-wrap .item-text .read_more i {
  margin-left: 5px;
}
.at-blog-wrap:hover .item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------- */
/*Certificate area*/
/*----------------------------------------------------*/
@-webkit-keyframes moveAround {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  75% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes moveAround {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  75% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes line_animation {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  50% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
@keyframes line_animation {
  0% {
    opacity: 1;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  50% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
}
.at-certified-sec {
  z-index: 1;
  overflow: hidden;
}
.at-certified-sec .at-sec-title3 {
  max-width: 715px;
}
.at-certified-sec .at-certified-dot-area {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.at-certified-sec .at-certified-dot-area span {
  width: 20px;
  height: 20px;
  background-color: #212120;
  -webkit-animation: line_animation 20s ease-out infinite;
          animation: line_animation 20s ease-out infinite;
}
.at-certified-sec .at-certified-dot-area span:nth-child(1) {
  -webkit-animation: line_animation 20s ease-out infinite;
          animation: line_animation 20s ease-out infinite;
}
.at-certified-sec .at-certified-dot-area span:nth-child(2) {
  -webkit-animation: line_animation 15s ease-out infinite;
          animation: line_animation 15s ease-out infinite;
}
.at-certified-sec .at-certified-dot-area span:nth-child(3) {
  -webkit-animation: line_animation 10s ease-out infinite;
          animation: line_animation 10s ease-out infinite;
}
.at-certified-sec .at-certified-dot-area span:nth-child(4) {
  -webkit-animation: line_animation 25s ease-out infinite;
          animation: line_animation 25s ease-out infinite;
}
.at-certified-sec .at-certified-dot-area span:nth-child(5) {
  -webkit-animation: line_animation 30s ease-out infinite;
          animation: line_animation 30s ease-out infinite;
}
.at-certified-sec .at-certified-dot-area span:nth-child(6) {
  -webkit-animation: line_animation 18s ease-out infinite;
          animation: line_animation 18s ease-out infinite;
}

.at-certified-content {
  gap: 40px;
  padding: 0px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.at-certified-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.at-certified-item .item-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 295px;
  max-width: 335px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.at-certified-item h3 {
  font-size: 20px;
  font-weight: 800;
}

/*---------------------------------------------------- */
/*Footer Section*/
/*----------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr-social2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.at-ftr-social2 h3 {
  color: #fff;
  max-width: 610px;
  font-size: 52px;
  font-weight: 600;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr-social2 h3 {
    font-size: 40px;
  }
}
.at-ftr-social2 h3 span {
  opacity: 0.5;
  display: block;
}

.at-ftr-social2-icon {
  gap: 12px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr-social2-icon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.at-ftr-social2-icon a {
  position: relative;
}
.at-ftr-social2-icon a i {
  color: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 800ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 800ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
@media (max-width: 480px) {
  .at-ftr-social2-icon a i {
    width: 45px;
    height: 45px;
  }
}
.at-ftr-social2-icon a span {
  opacity: 0;
  top: -85px;
  left: -120px;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 800ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 800ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
.at-ftr-social2-icon a:nth-child(1) i {
  background-color: #1877F2;
}
.at-ftr-social2-icon a:nth-child(2) i {
  background: linear-gradient(45deg, #FFD600 8.39%, #FF0100 50%, #D800B9 91.61%);
}
.at-ftr-social2-icon a:nth-child(3) i {
  background: #FFFFFF;
  color: var(--at-black1);
}
.at-ftr-social2-icon a:nth-child(4) i {
  color: #fff;
  background-color: #E60024;
}
.at-ftr-social2-icon a:hover span {
  opacity: 1;
  left: -140px;
  visibility: visible;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.at-ftr-social2-icon a:hover i {
  -webkit-transform: rotate(-5deg) translateX(5px) translateY(-10px);
          transform: rotate(-5deg) translateX(5px) translateY(-10px);
}

.at-footer2-widget-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr2-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}

.at-ftr2-widget .cta-widget {
  max-width: 310px;
}
.at-ftr2-widget .cta-widget span {
  color: #fff;
  font-size: 22px;
}
.at-ftr2-widget .cta-widget h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 0;
  padding: 20px 0px;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media (max-width: 480px) {
  .at-ftr2-widget .cta-widget h3 {
    font-size: 30px;
  }
}
.at-ftr2-widget .cta-widget h3:hover {
  color: var(--at-c3);
}
.at-ftr2-widget .cta-widget p {
  color: #fff;
  opacity: 0.8;
}
.at-ftr2-widget .newslatter-widget {
  max-width: 394px;
}
.at-ftr2-widget .newslatter-widget p {
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 25px;
}
.at-ftr2-widget .newslatter-widget form {
  position: relative;
}
.at-ftr2-widget .newslatter-widget input {
  width: 100%;
  height: 45px;
  border: none;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.at-ftr2-widget .newslatter-widget input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.at-ftr2-widget .newslatter-widget input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.at-ftr2-widget .newslatter-widget input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.at-ftr2-widget .newslatter-widget input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.at-ftr2-widget .newslatter-widget input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.at-ftr2-widget .newslatter-widget button {
  top: 0;
  right: 0;
  border: none;
  font-size: 20px;
  position: absolute;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#7512A2), color-stop(48.53%, #FF31AB), to(#FF6F05));
  background: linear-gradient(90deg, #7512A2 0%, #FF31AB 48.53%, #FF6F05 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.at-ftr2-widget .newslatter-widget button:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.at-ftr2-widget .logo-widget {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: spin3d 10s linear infinite;
          animation: spin3d 10s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr2-menu-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}

.at-ftr2-menu li {
  margin-left: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr2-menu li {
    margin-left: 15px;
  }
}
.at-ftr2-menu li a {
  color: #fff;
}
.at-ftr2-menu li a:hover {
  color: var(--at-c4);
}

.at-ftr2-copyright {
  font-size: 16px;
  margin-top: 24px;
  padding-top: 24px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr2-copyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.at-ftr2-copyright p {
  opacity: 0.72;
  color: #fff;
}
.at-ftr2-copyright ul li a {
  color: #fff;
  opacity: 0.72;
}
.at-ftr2-copyright ul li a:hover {
  color: var(--at-c4);
}

.at-footer3-sec {
  background-color: #121546;
}
.at-footer3-sec .at-ftr2-menu li a:hover {
  color: var(--at-c2);
}

@-webkit-keyframes arrow2 {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes arrow2 {
  0% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  50% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.at-ftr3-cta {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr3-cta {
    padding-top: 50px;
  }
}
.at-ftr3-cta .at-ftr3-shape1 {
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.2;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr3-cta .at-ftr3-shape1 {
    display: none;
  }
}
.at-ftr3-cta .at-ftr3-shape1 .glow {
  fill: none;
  stroke-width: 2;
  -webkit-filter: url(#glow);
          filter: url(#glow);
  -webkit-animation: pulse 3s infinite;
          animation: pulse 3s infinite;
}
@-webkit-keyframes pulse {
  0% {
    stroke: #fff;
    stroke-opacity: 0.2;
  }
  50% {
    stroke: #f1f1f1;
    stroke-opacity: 1;
    stroke-width: 3;
  }
  100% {
    stroke: #f5f5f5;
    stroke-opacity: 0.2;
  }
}
@keyframes pulse {
  0% {
    stroke: #fff;
    stroke-opacity: 0.2;
  }
  50% {
    stroke: #f1f1f1;
    stroke-opacity: 1;
    stroke-width: 3;
  }
  100% {
    stroke: #f5f5f5;
    stroke-opacity: 0.2;
  }
}
.at-ftr3-cta .at-ftr3-shape1 .c1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.at-ftr3-cta .at-ftr3-shape1 .c2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.at-ftr3-cta .at-ftr3-shape1 .c3 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.at-ftr3-cta .at-ftr3-shape1 .c4 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.at-ftr3-cta .at-cta-shape1 {
  left: 0;
  right: 0;
  bottom: -65%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr3-cta .at-cta-shape1 {
    display: none;
  }
}
.at-ftr3-cta .at-ftr3-subtitle {
  color: #A234FD;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 12px;
  margin-bottom: 25px;
  border-radius: 4px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(162, 52, 253, 0.2)), to(rgba(162, 52, 253, 0)));
  background: linear-gradient(90deg, rgba(162, 52, 253, 0.2) 0%, rgba(162, 52, 253, 0) 100%);
}
.at-ftr3-cta h2 {
  color: #fff;
  margin: 0 auto;
  line-height: 0.88;
  font-size: 160px;
  font-weight: 800;
  max-width: 750px;
  letter-spacing: -6px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .at-ftr3-cta h2 {
    font-size: 100px;
  }
}
@media (max-width: 480px) {
  .at-ftr3-cta h2 {
    font-size: 60px;
  }
}
.at-ftr3-cta .cta-link {
  z-index: 2;
  position: relative;
  margin-top: -40px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr3-cta .cta-link {
    margin-top: 0;
  }
}
.at-ftr3-cta .cta-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-animation: arrow2 4s var(--cube-1) infinite;
          animation: arrow2 4s var(--cube-1) infinite;
}
.at-ftr3-cta .cta-link a span {
  line-height: 1;
  font-size: 84px;
  font-weight: 800;
  color: var(--at-c7);
  padding: 20px 60px;
  letter-spacing: -3px;
  border-radius: 200px;
  background-color: #fff;
  text-transform: uppercase;
  font-family: var(--at-sora);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px) {
  .at-ftr3-cta .cta-link a span {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .at-ftr3-cta .cta-link a span {
    font-size: 30px;
    padding: 20px 20px;
  }
}
.at-ftr3-cta .cta-link a i {
  width: 123px;
  height: 123px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--at-prime-c2);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr3-cta .cta-link a i {
    width: 80px;
    height: 80px;
  }
}

.at-ftr3-content {
  z-index: 1;
  margin-top: -190px;
  padding-top: 270px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr3-content {
    margin-top: 0;
    padding-top: 30px;
  }
}
.at-ftr3-content .at-ftr3-bg {
  top: 0;
  left: 0;
  z-index: -1;
  clip-path: polygon(0% 12.203%, 100% 0%, 100% 99.918%, 0% 99.918%, 0% 12.203%);
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr3-content .at-ftr3-bg {
    display: none;
  }
}

.at-ftr3-widget-area {
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr3-widget-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 40px;
  }
}

.at-ftr3-widget {
  width: 25%;
  padding: 60px 0px 60px 70px;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr3-widget {
    padding: 60px 30px 60px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr3-widget {
    width: 50%;
    border: none;
    padding-left: 0;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr3-widget {
    width: 100%;
  }
}
.at-ftr3-widget:first-child {
  width: 50%;
  padding-left: 0;
  border-left: none;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr3-widget:first-child {
    width: 100%;
  }
}
.at-ftr3-widget .ftr3-img {
  right: -40px;
  bottom: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr3-widget .ftr3-img {
    display: none;
  }
}
.at-ftr3-widget .widget-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 25px;
}
.at-ftr3-widget .desc-widget {
  width: 100%;
  max-width: 640px;
  padding-right: 15px;
}
.at-ftr3-widget .desc-widget p {
  color: #fff;
  max-width: 520px;
}
.at-ftr3-widget .menu-widget {
  width: 100%;
  max-width: 314px;
}
.at-ftr3-widget .menu-widget li {
  margin-bottom: 15px;
}
.at-ftr3-widget .menu-widget li a {
  color: #fff;
}
.at-ftr3-widget .menu-widget li a:hover {
  color: var(--at-c2);
}
.at-ftr3-widget .cta-widget {
  width: 100%;
  max-width: 330px;
}
.at-ftr3-widget .at-cta-info {
  max-width: 204px;
}
.at-ftr3-widget .at-cta-info .info-item {
  margin-bottom: 15px;
}
.at-ftr3-widget .at-cta-info .info-item .item-icon {
  margin-right: 10px;
}
.at-ftr3-widget .at-cta-info .info-item .item-icon i {
  color: var(--at-c1);
}
.at-ftr3-widget .at-cta-info .info-item .item-text {
  opacity: 0.9;
  color: #fff;
}
.at-ftr3-widget .at-cta-info .info-hour {
  margin-top: 28px;
}
.at-ftr3-widget .at-cta-info .info-hour span {
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
  color: #fff;
}
.at-ftr3-widget .at-cta-info .info-hour span:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #fff;
}
.at-ftr3-widget .at-cta-info .info-hour p {
  color: #fff;
}

.at-ftr3-copyright {
  padding: 20px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}
.at-ftr3-copyright p {
  color: #fff;
  font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr1-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.at-ftr1-widget {
  width: 33.33%;
}
.at-ftr1-widget:nth-child(1), .at-ftr1-widget:nth-child(3) {
  z-index: 1;
  position: relative;
}
.at-ftr1-widget:nth-child(1):before, .at-ftr1-widget:nth-child(3):before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-ftr1-widget {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr1-widget {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr1-widget .logo-widget {
    padding: 70px 15px;
  }
}
.at-ftr1-widget .menu-widget {
  padding: 70px 50px;
  background: #fff;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .at-ftr1-widget .menu-widget {
    padding: 70px 20px;
  }
}
.at-ftr1-widget .menu-widget .subtitle {
  gap: 8px;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--at-black1);
}
.at-ftr1-widget .menu-widget .at_menu-item {
  gap: 0px 30px;
}
@media only screen and (min-width: 481px) and (max-width: 575px), (max-width: 480px) {
  .at-ftr1-widget .menu-widget .at_menu-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.at-ftr1-widget .menu-widget ul li {
  margin-bottom: 12px;
}
.at-ftr1-widget .menu-widget ul li a {
  font-size: 18px;
  font-weight: 600;
  padding-left: 27px;
  color: var(--at-black1);
  position: relative;
}
.at-ftr1-widget .menu-widget ul li a:hover {
  color: var(--at-c8);
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.at-ftr1-widget .menu-widget ul li a:before {
  top: 0;
  left: 0;
  content: "\f058";
  position: absolute;
  margin-right: 5px;
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
  background: var(--at-prime-c4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.at-ftr1-widget .desc-widget {
  padding: 50px;
}
.at-ftr1-widget .desc-widget h3 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  max-width: 365px;
}

.at-ftr1-copyright {
  padding: 25px 0px;
  background-color: #252525;
}
.at-ftr1-copyright p {
  color: #fff;
}
.at-ftr1-copyright ul {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.at-ftr1-copyright li a {
  color: #fff;
  position: relative;
}
.at-ftr1-copyright li a:before {
  top: 11px;
  left: -19px;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
}
.at-ftr1-copyright li a:hover {
  color: var(--at-c9);
}
.at-ftr1-copyright li:first-child a:before {
  display: none;
}
.at-breadcrumb-sec {
  z-index: 1;
}

.at-breadcrumb-sec .bread-img {
  top: 0;
  right: 0;
  z-index: -1;
  width: 60%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .at-breadcrumb-sec .bread-img {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .at-breadcrumb-sec .bread-img {
    display: none;
  }
}

.at-breadcrumb-content {
  padding: 270px 0px 235px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 481px) and (max-width: 575px),
(max-width: 480px) {
  .at-breadcrumb-content {
    padding: 150px 0px 120px;
  }
}

.at-breadcrumb-content h3 {
  color: #FFFFFF;
  font-size: 68px;
  font-weight: 700;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .at-breadcrumb-content h3 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 575px) {
  .at-breadcrumb-content h3 {
    font-size: 50px;
  }
}

@media (max-width: 480px) {
  .at-breadcrumb-content h3 {
    font-size: 40px;
  }
}

.at-breadcrumb-content ul {
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  background-color: #fff;
  padding: 20px 40px 16px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

@media (max-width: 480px) {
  .at-breadcrumb-content ul {
    padding: 15px 24px 12px;
  }
}

.at-breadcrumb-content ul li {
  color: #07000E;
  font-weight: 500;
  margin-right: 36px;
  position: relative;
}

.at-breadcrumb-content ul li:before {
  top: 4px;
  right: -30px;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  background-image: url(../img/ic11.svg);
}

.at-breadcrumb-content ul li:last-child {
  margin-right: 0;
}

.at-breadcrumb-content ul li:last-child:before {
  display: none;
}
/* 
    blog-page-start
*/
.fx-blog-page-item {
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-page-item {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .fx-blog-page-item {
    grid-template-columns: 1fr;
  }
}

.fx-blog-page-item .fx-blog-1-item-single {
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}

.fx-blog-page-item:is(.has-two-col) {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  border: none;
}

@media (max-width: 767px) {
  .fx-blog-page-item:is(.has-two-col) {
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-page-item:is(.has-two-col) {
    grid-template-columns: 1fr 1fr;
  }
}

.fx-blog-page-item:is(.has-two-col) .fx-blog-1-item-single {
  padding: 0;
  border: none;
}

.fx-blog-page-sidebar {
  background: #F3F3F3;
  border-radius: 8px;
  margin-left: 2px;
}

.fx-blog-page-sidebar-widget ul {
  list-style: none;
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .fx-blog-page-sidebar {
    margin-left: 0px;
    margin-top: 50px;
  }
}

.fx-blog-page-sidebar-widget {
  padding: 32px 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-blog-page-sidebar-widget {
    padding: 32px 20px;
  }
}

@media (max-width: 767px) {
  .fx-blog-page-sidebar-widget {
    padding: 32px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-page-sidebar-widget {
    padding: 32px 32px;
  }
}

.fx-blog-page-sidebar-widget:not(:last-child) {
  border-bottom: 1px solid #DFE1E5;
}

.fx-blog-page-sidebar-widget .widget-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.fx-blog-page-sidebar:is(.has-left-sidebar) {
  margin-left: 0px;
  margin-right: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .fx-blog-page-sidebar:is(.has-left-sidebar) {
    margin-right: 0px;
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.fx-sidebar-search {
  position: relative;
  z-index: 1;
}

.fx-sidebar-search-input {
  border: none;
  outline: none;
  margin: 0;
  background: #fff;
  height: 54px;
  width: 100%;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(65, 65, 65, 0.3);
}

.fx-sidebar-search-btn {
  width: 54px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--at-c3);
  border-radius: 0 5px 5px 0;
  color: #fff;
  transition: all 0.3s ease;
  border: none;
}

.fx-sidebar-search-btn:hover {
  color: #fff;
}

.fx-sidebar-gategories a,
.widget_categories a {
  font-family: var(--at-dm);
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.72);
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  padding-left: 24px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #DFE1E5;
  transition: all 0.4s var(--cube-1);
}

.fx-sidebar-gategories a::after,
.widget_categories a:after {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #CACACA;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 23px;
  transition: all 0.4s var(--cube-1);
}

.fx-sidebar-gategories a:hover,
.widget_categories a:hover {
  color: var(--at-c3);
}

.fx-sidebar-gategories a:hover::after,
.widget_categories a:hover::after {
  border-color: transparent;
  background: var(--at-c3);
}

.fx-sidebar-blog .fx-blog-1-item-single {
  background: transparent;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 16px;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-sidebar-blog .fx-blog-1-item-single {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .fx-sidebar-blog .fx-blog-1-item-single {
    grid-template-columns: 1fr;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-sidebar-blog .fx-blog-1-item-single {
    grid-template-columns: 1fr 1.7fr;
  }
}

.fx-sidebar-blog .fx-blog-1-item-single:not(:last-child) {
  margin-bottom: 20px;
}

.fx-sidebar-blog .fx-blog-1-item-single .item-img {
  border-radius: 4px;
  height: 122px;
  margin-bottom: 0;
}

.fx-sidebar-blog .fx-blog-1-item-single .item-img img {
  height: 122px;
  object-fit: cover;
}

.fx-sidebar-blog .fx-blog-1-item-single .item-subtitle {
  font-size: 12px;
  border: 1px solid var(--at-c3);
  border-radius: 6px;
  margin-bottom: 14px;
  padding: 0 10px;
}

.fx-sidebar-blog .fx-blog-1-item-single .item-title {
  font-size: 18px;
}

.fx-sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fx-sidebar-tags a,
.tagcloud a {
  font-size: 16px !important;
  line-height: 20px;
  font-family: var(--at-dm);
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  display: inline-block;
  padding: 7px 16px;
  border-radius: 2px;
  transition: all 0.4s var(--cube-1);
  margin-bottom: 5px;
}

.fx-sidebar-tags a:hover,
.tagcloud a:hover {
  color: #fff;
  background: var(--at-c3);
}

.fx-blog-item-item-big {
  border-radius: 12px;
  padding: 32px 32px;
  border: 1px solid #DFE1E5;
}

@media (max-width: 767px) {
  .fx-blog-item-item-big {
    padding: 25px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-item-item-big {
    padding: 32px 32px;
  }
}

.fx-blog-item-item-big:not(:last-child) {
  margin-bottom: 32px;
}

.fx-blog-item-item-big .item-img {
  height: 380px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .fx-blog-item-item-big .item-img {
    height: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-item-item-big .item-img {
    height: 350px;
  }
}

.fx-blog-item-item-big .item-img img {
  transform-origin: left;
  transition: 0.5s;
  width: 100%;
}

.fx-blog-item-item-big .item-img .swiper-container {
  width: 100%;
  height: 100%;
}

.fx-blog-item-item-big .item-img .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.fx-blog-item-item-big .item-img .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}

.fx-blog-item-item-big .item-img .blog-img-navi-btn {
  transform: translateY(-50%);
  z-index: 1;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  transition: 0.3s;
}

.fx-blog-item-item-big .item-img .blog-img-navi-btn:hover {
  background: var(--at-c3);
  border-color: transparent;
}

.fx-blog-item-item-big .item-img .blog_img_next {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.fx-blog-item-item-big .item-img .blog_img_prev {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.fx-blog-item-item-big .item-img .item-img-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.fx-blog-item-item-big .item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 50px;
  padding: 28px 0;
}

.fx-blog-item-item-big .item-meta .meta-item {
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  align-items: center;
  gap: 8px;
  opacity: 72%;
  font-family: var(--at-dm);
}

@media (max-width: 767px) {
  .fx-blog-item-item-big .item-meta .meta-item {
    font-size: 16px;
  }
}

.fx-blog-item-item-big .item-title {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 17px;
  transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fx-blog-item-item-big .item-title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-item-item-big .item-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .fx-blog-item-item-big .item-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-item-item-big .item-title {
    font-size: 22px;
  }
}

.fx-blog-item-item-big .item-title:hover {
  color: var(--at-c3);
  transform: translateX(3px);
}

.fx-blog-item-item-big .item-disc {
  margin-bottom: 24px;
}

.fx-blog-item-item-big .item-btn {
  display: inline-flex;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  align-items: center;
  gap: 11px;
  transition: 0.3s;
}

.fx-blog-item-item-big .item-btn i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--at-c3);
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
  font-size: 14px;
}

.fx-blog-item-item-big .item-btn:hover {
  color: var(--at-c3);
}

.fx-blog-item-item-big .item-btn:hover i {
  transform: translateX(5px);
}

.fx-blog-plybtn {
  display: flex;
  width: 84px;
  height: 84px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--at-c3);
  position: relative;
  transition: 0.4s;
}

.fx-blog-plybtn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 20%;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  animation: fd-blog-plybtn 5s linear infinite;
  animation-delay: 3s;
}

.fx-blog-plybtn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  opacity: 10%;
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  animation: fd-blog-plybtn 5s linear infinite;
}

.fx-blog-plybtn:hover {
  color: var(--at-c3);
}

@keyframes fd-blog-plybtn {
  from {
    transform: translate(-50%, -50%) scale(1);
    opacity: 50%;
  }

  to {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

/* 
    blog-page-end
*/

/* 
    blog-details-start
*/
.fx-blog-details-meta {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 4px;
  padding: 15px 24px;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 27px;
}

.fx-blog-details-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 300;
  font-size: 20px;
}

.fx-blog-details-meta .meta-item svg * {
  fill: #fff;
}

.fx-blog-details-content {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.fx-blog-details-content h1,
.fx-blog-details-content h2,
.fx-blog-details-content h3,
.fx-blog-details-content h4,
.fx-blog-details-content h5,
.fx-blog-details-content h6,
.fx-blog-details-content p,
.fx-blog-details-content li,
.fx-blog-details-content blockquote,
.fx-blog-details-content cite,
.fx-blog-details-content b {
  font-family: var(--at-dm);
  color: #000;
}

.fx-blog-details-content h1,
.fx-blog-details-content h2,
.fx-blog-details-content h3,
.fx-blog-details-content h4,
.fx-blog-details-content h5,
.fx-blog-details-content h6 {
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.fx-blog-details-content p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 22px;
}

.fx-blog-details-content h1 {
  font-size: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .fx-blog-details-content h1 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content h1 {
    font-size: 30px;
  }
}

.fx-blog-details-content h2 {
  font-size: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-blog-details-content h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .fx-blog-details-content h2 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content h2 {
    font-size: 26px;
  }
}

.fx-blog-details-content h3 {
  font-size: 32px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .fx-blog-details-content h3 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content h3 {
    font-size: 28px;
  }
}

.fx-blog-details-content h4 {
  font-size: 27px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h4 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .fx-blog-details-content h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content h4 {
    font-size: 23px;
  }
}

.fx-blog-details-content h5 {
  font-size: 22px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content h5 {
    font-size: 20px;
  }
}

.fx-blog-details-content h6 {
  font-size: 18px;
  font-weight: 500;
}

.fx-blog-details-content blockquote {
  background: #F6F6F6;
  border-radius: 12px;
  padding: 35px 40px;
  color: #000;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 60px;
  overflow: hidden;
  border-left: 4px solid var(--at-c3);
}

.fx-blog-details-content blockquote span {
  color: var(--at-c3);
}

.fx-blog-details-content blockquote::after {
  content: "";
  width: 60px;
  height: 60px;
  left: 31px;
  top: 26px;
  position: absolute;
  z-index: -1;
}

.fx-blog-details-content cite {
  display: block;
  font-weight: 700;
  color: #261723;
  font-style: normal;
  padding-left: 72px;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 18px;
}

@media (max-width: 767px) {
  .fx-blog-details-content cite {
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-content cite {
    font-size: 18px;
  }
}

.fx-blog-details-content cite::after {
  content: "";
  width: 62px;
  height: 2px;
  border-radius: 20px;
  background: var(--at-c3);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.fx-blog-details-content-img {
  margin-bottom: 35px;
  border-radius: 12px;
  overflow: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-blog-details-content-img {
    height: 400px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fx-blog-details-content-img {
    height: 350px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .fx-blog-details-content-img {
    height: 300px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.fx-blog-details-content ul {
  margin-bottom: 40px;
}

.fx-blog-details-content ul li {
  position: relative;
    font-size: 18px;
    line-height: 25px;
    opacity: 1;
    padding-left: 10px;
    font-weight: 600;
}
.singe_post-thumb img {
  width: 100%;
  margin-bottom: 25px;
}
.fx-blog-details-content ul li:not(:last-child) {
  margin-bottom: 18px;
}

.fx-blog-details-content ul li::after {
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 6px;
  position: absolute;
}

.art-blog-share .social-media a {
  padding-right: 10px;
}

.fx-blog-details-content b {
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  margin-bottom: 20px;
  display: block;
}

.fx-blog-details-tag-share {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #DFE1E5;
  border-top: 1px solid #DFE1E5;
  padding: 34px 0;
  margin-top: 60px;
  margin-bottom: 64px;
}

.fx-blog-details-comment-item {
  background: #F9F9F9;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 64px;
}

@media (max-width: 767px) {
  .fx-blog-details-comment-item {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-comment-item {
    flex-wrap: nowrap;
  }
}

.fx-blog-details-comment-item .img-wrap {
  flex: 0 0 auto;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
}

.fx-blog-details-comment-item .name {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}

.fx-blog-details-comment-item .comment-text {
  margin-bottom: 0;
}

.fx-blog-details-comment-form {
  border: 2px solid #DFE1E5;
  border-radius: 15px;
  padding: 40px 40px;
}

.fx-blog-details-comment-form .title {
  color: #000;
  font-size: 32px;
  line-height: 1.12;
  margin-bottom: 31px;
  padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fx-blog-details-comment-form .title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .fx-blog-details-comment-form .title {
    font-size: 22px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fx-blog-details-comment-form .title {
    font-size: 26px;
  }
}

.fx-blog-share,
.fx-blog-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.fx-blog-share .title,
.fx-blog-tag .title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.fx-blog-tag a,
.fx-blog-tag .tag {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.72);
  background: #F9F9F9;
  line-height: 20px;
  border-radius: 5px;
  padding: 10px 19px;
  transition: all 0.3s ease;
}

.fx-blog-tag a:hover,
.fx-blog-tag .tag:hover {
  background: var(--at-c3);
  color: #fff;
}

.fx-blog-share .link,
.fx-blog-tag .link {
  transition: all 0.3s ease;
}

.fx-blog-share .link:hover,
.fx-blog-tag .link:hover {
  transform: scale(90%);
}

.fx-blog-share .copylink,
.fx-blog-tag .copylink {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  background: #DFE1E5;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.fx-blog-share .copylink:hover,
.fx-blog-tag .copylink:hover {
  background: var(--at-c3);
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {

  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.fx-pagination {
  display: inline-flex;
  gap: 9px;
  flex-wrap: wrap;
  padding-left: 0;
}

.fx-pagination-item,
.fx-pagination-item .current {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 2px solid #F6F6F6;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  transition: all 0.3s var(--cube-1);
  line-height: 50px;
}

.fx-pagination-item:hover,
.fx-pagination-item .current {
  background: var(--at-c3);
  color: #fff;
  border-color: var(--at-c3);
}

.fx-pagination-item:is(.has-btn):hover {
  border-color: var(--at-c3);
  background: transparent;
  color: var(--at-c3);
}

/* 
    form-1-start
*/
.fx-form-1-box:not(:last-child) {
  margin-bottom: 28px;
}

.fx-form-1-box:focus-within .fx-form-1-label {
  color: var(--fx-clr-pr-1);
  opacity: 1;
}

.fx-form-1-label {
  font-family: var(--at-dm);
  text-transform: capitalize;
  font-weight: 400;
  opacity: 56%;
  color: #000;
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s var(--cube-1);
}

.fx-form-1-input {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  margin: 0;
  padding: 0px 0px;
  border-bottom: 1px solid #D9D9D9;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s var(--cube-1);
}

.fx-form-1-input::placeholder {
  opacity: 80%;
  font-weight: 400;
}

.fx-form-1-input:is(textarea) {
  height: 100px;
}

.fx-form-1-input:hover {
  border-color: #000;
}

.fx-form-1 input::-webkit-outer-spin-button,
.fx-form-1 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.fx-cta-1-form:is(.fx-cta-4) .fx-cta-1-form-input:focus {
  border-color: var(--at-c3);
}

.fx-cta-1-form:is(.fx-cta-4) .fx-cta-1-form-btn:hover {
  color: var(--at-c3);
}

.fx-cta-1-form:is(.fx-cta-5-form) .fx-cta-1-form-input:focus {
  border-color: var(--at-c3);
}

.fx-cta-1-form:is(.fx-cta-5-form) .fx-cta-1-form-btn:hover {
  color: var(--at-c3);
}

.fx-form-1:is(.has-home-6) .fx-form-1-box:focus-within .fx-form-1-label {
  color: var(--at-c3);
  opacity: 1;
}

p.comment-form-cookies-consent {
  display: none;
}

p.form-submit {
  display: none;
}
/*---------------------------------------------------- */
