/*
Theme Name: Twenty Twenty-Three
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/

html {
  font-size: 14px;
  scroll-behavior: smooth;
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1921px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 2560px) {
  html {
    font-size: 24px;
  }
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}
.container {
  padding: 0 15px;
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0 auto;

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

/* Common CSS */
h3 {
  font-size: 2.438rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
h4 {
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 0.438rem;
}
h5 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #090909;
}
h6 {
  font-size: 0.938rem;
  color: #404040;
}
p {
  font-size: 1rem;
}
.btn a {
  padding: 1.25rem 2.063rem;
  border-radius: 80px;
  display: inline-flex;
  align-items: center;
  grid-gap: 0.875rem;
  text-decoration: none;
  color: #fff;
  transition: 0.3s all ease-in-out;
}
.connect__btn.btn a:hover {
  background-color: #44c372;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.al-map {
  background-color: #00b0ff;
}
.al-match {
  background-color: #ff0065;
}
.al-meild {
  background-color: #42db66;
}
.text-uppercase {
  text-transform: uppercase;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.py-100 {
  padding: 100px 0;
}
.py-80 {
  padding: 80px 0;
}

.al__join--team .section__subheading {
  margin: 0 300px 30px;
}
.al__contact{
  scroll-padding-top: 100px;
}
.al__contact .section__subheading {
  margin: 0 0px 38px;
}
.section__subheading {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 300;
  margin-bottom: 2.375rem;
}
.al__join--team .section__heading {
  margin-bottom: 40px;
}
/* .btn .iconify,
.submit-btn + .iconify {
  -webkit-animation: bounceLeft 1.5s infinite;
  animation: bounceLeft 1.5s infinite;
}
@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@-moz-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(15px);
  }
  60% {
    transform: translateX(10px);
  }
}
@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
  60% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
/left bounce */

@keyframes bounceLeft {
  0%,
  100% {
    transform: translateX(0);
  }
  56% {
    transform: translateX(6px);
  }
}
@keyframes bounceDown {
  0%,
  100% {
    transform: translateY(0);
  }
  56% {
    transform: translateY(6px);
  }
}
.toggleBtn.open svg {
  transform: rotate(-180deg);
}
.btn a:hover .iconify,
.submit-btn a:hover + .iconify:hover {
  -webkit-animation: bounceLeft 1.2s infinite;
  animation: bounceLeft 1.2s infinite;
}
.service__contact--btn.btn a:hover .iconify {
  -webkit-animation: bounceDown 1.2s infinite;
  animation: bounceDown 1.2s infinite;
}

/* Header section */
header {
  position: fixed;
  top: -113px;
  z-index: 99999;
  background-color: #fff;
  width: 100%;
  transition: 0.3s;
  opacity: 0;
}
header .container-fluid{
  padding: 0 5.625rem;
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
.left__header img{
  height: 50px;
}
.header__contact {
  display: inline-flex;
  align-items: center;
  grid-gap: 10px;
  background-color: #000079;
  border-radius: 35px;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 2.063rem;;
}
.header__contact  .btn__text{
  font-size: 0.875rem;
}
.displayNav {
  top: 0px;
  transition: 0.3s;
  opacity: 1;
}
/* Banner section */
.al__banner--footer{
  padding:1.875rem 2rem 2.75rem;  
  text-align: center;
  color: rgba(255,255,255,1);
  font-weight: 300;
  font-size: 1REM;
  opacity: 0.9;}
  @media (max-width:767px) {
    .al__banner--footer{
      padding:1.875rem 0rem 2.75rem;  
    }
    .contact--sub{
      font-size: 1.143rem;
    }
  }
.al__banner{
  overflow: hidden;
}
.al__banner img {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}
/* .al__banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.al__gradient-wrap {
  position: relative;
}
/* .al__gradient-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: linear-gradient(
    0.28deg,
    #000079 5.46%,
    rgba(0, 0, 121, 0.53) 33.14%,
    rgba(0, 0, 121, 0.19) 111.37%
  );
  backdrop-filter: blur(6px);
} */

.alaya__banner-wrap {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.al__brand {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  grid-gap: 0 60px;
  margin-left: 126px;
}
.al__brand-item {
  margin-bottom: 20px;
}
.al__brand-item :last-child {
  margin: 0;
}
.al__brand-item--title span {
  border-radius: 0 6px;
  padding: 2px 7px;
  display: inline-block;
  margin-bottom: 10px;
}
.al__brand-item--title {
  color: #fff;
}

.alaya_logo {
  position: relative;
  display: inline-block;
}

/* contact Form */
.al__contact {
  background: #F5F5F5;
  padding-top: 50px;
}

.al__contact--form {
  display: block;
  border-radius: 12px;
  margin: 0 150px;
}

.al__contact--form form .row {
  display: flex;
  grid-gap: 30px;
}
.al__contact--form form .col-2 {
  width: 50%;
}
.al__contact--form form input,
.al__contact--form form select,
.al__contact--form form textarea {
  padding: 12px 17px 12px 20px;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #373737;
  text-indent: 22px;
}
.al__contact--form form input::placeholder,
.al__contact--form form select::placeholder,
.al__contact--form form textarea::placeholder {
  color: #373737;
}
.al__contact--form form select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 1em;
}
.al__contact--form form .col-12 {
  width: 100%;
}
.al__contact--form .input-wrap {
  position: relative;
  margin-bottom: 20px;
}
.al__contact--form .input-wrap .iconify {
  position: absolute;
  z-index: 100;
  top: 15px;
  left: 10px;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20px;
  left: 10px;
  font-size: 14px;
}
.row-btn {
  display: inline-block;
  position: relative;
}
.wpcf7-spinner {
  position: absolute;
}
/* ALaya Services */
.al__services {
  background: #F5F5F5;
  padding-bottom: 50px !important;
}
.al__services--wrap {
  display: flex;
  width: 90%;
  margin: 0 auto;
  grid-gap: 4.875rem;
  justify-content: center;
}
.service__icon {
  display: inline-block;
  margin-bottom: 5px;
}
.contact--sub{
  font-size: 1.375rem
}
/* Alaya Our team */

.al__join--team {
  background-image: url("./images/testimonial.webp");
  background-size: cover;
  background-position: center;
  position: relative;
}
.join__team--wrap,
.al__staff-testimonial {
  position: relative;
  z-index: 99;
  color: #fff;
}

/* Alaya footer */
.al__footer {
  background: #01015F;
  border-top: 1px solid #000048;
  padding: 65px 0;
}
.al__footer--wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  gap: 25px;
}
.al__footer-content {
  max-width: 75%;
}
.al__footer-content p{
  font-size: 0.875rem;
}
p.al__footer-copyright {
  font-size: 0.75rem;
  color: #fff;
  opacity: 0.6;
  margin-top: 1.375rem;
}
.read-more-content {
  display: none;
}

/* divider */
.al__inbetween{
  background: #f5f5f5;
}
.al__inbetween .al__divider{
  height: 1px;
  width: 100%;
  border-top: 2px dashed rgba(0, 0, 0, 0.15); ;
}
/* MEDIA QUERY CSS */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (min-width:2000px) {
  .container {
    max-width: 1600px;
  }
  .al__services--wrap{
    margin: 0 120px;
  }
}
@media (min-width: 2000px) {
  .alaya__banner-wrap {
    transform: translate(-50%, -50%) scale(1.25);
    margin-left: 60px;
  }
  p {
    font-size: 1.3125rem;
  }
}
@media (min-width: 1800px) {
  .alaya_logo {
   transform: translateX(-50%);
   left: 50%;
  }
  .alaya__banner-wrap {
    transform: translate(-50%, -50%) scale(1.125);
  }
  .al__brand{
    margin-left: 115px;
    grid-gap: 0 20px;
  }
  .al__brand-item.item-left{
    margin-left: 40px;
  }
  .al__brand-item.item-center{
    margin-left: 30px;
  }
}
@media (min-width: 2000px) {
  .alaya_logo {
   transform: translateX(-50%);
   left: 50%;
  }
  .alaya__banner-wrap {
    transform: translate(-50%, -50%) scale(1.125);
  }
  .al__brand{
 
  }
}

@media (max-width: 1199px) {
  p {
    font-size: 1.3125rem;
  }
  .join__team--wrap .section__subheading {
    margin: 0 120px 38px;
  }
  .al__brand{
    grid-gap: 0 70px;
    margin-left: 120px;
  }
  .alaya__banner-wrap {
   
  }
  .alaya_logo {
    left: 0;
    top: -40px;
  }
  .alaya_logo svg {
    width: 700px !important;
    
  }
}
@media (max-width: 991px) {
  .al_about--items {
    display: block;
  }
  .al__services--wrap,
  .al__contact--form {
    margin: 0;
  }
  .al_about--content {
    margin-bottom: 30px;
  }
  .section__subheading,
  .join__team--wrap .section__subheading,
  .al__contact .section__subheading {
    margin: 0 0 38px;
  }
  .alaya__banner-wrap {
    width: 100%;
    padding: 0 70px;
  }
  .al__brand {
    grid-gap: 0 20px;
    margin-left: 30px;
  }
  .alaya_logo {
    left: 50%;
    transform: translateX(-50%);
    /* display: contents; */
    top: -70px;
  }
  .alaya_logo svg {
    max-width: 85%;
  }
  .al__contact--form .input-wrap .iconify {
    top: 12px;
    width: 22px;
  }
  .al__services--wrap{
    width: 100%;
    grid-gap: 1.875rem;
  }
}
@media (max-width: 767px) {
  .al__contact--form form .row {
    display: block;
  }
  .al__contact--form form .col-2 {
    width: 100%;
  }
  .al__services--wrap,
  .al__brand {
    display: block;
  }
  .alaya_logo svg {
    width: 100% !important;
    height: 180px !important;
  }
  .alaya__banner-wrap {
    display: flex;
    flex-direction: column;
    padding: 0 80px;
    top: 45%;
  }
  p {
    font-size: 1.075rem;
  }
  .al__brand {
    order: 2;
    margin-left: 0;
  }
  .al__banner--footer{
    order:3;
  }
  .alaya_logo {
    /* left: 0; */
    top: -30px;
  }
  #line,
  .left,
  .dot,
  .end-dot,
  .right {
    display: none;
  }
  .al__contact--wrap {
    padding: 0 15px;
  }
}

@media (max-width: 575px) {
  .container {
    width: 100%;
  }
  .al__footer {
    padding: 30px 0;
  }
  .al__footer--wrap {
    flex-direction: column;
  }
  .al__footer-content {
    max-width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .py-100 {
    padding: 50px 0;
  }
  .header__contact {
    padding: 12px 15px;
  }
  header .container-fluid{
    padding: 0 2.857rem;
  }
}

@media (max-width: 375px) {
  .alaya__banner-wrap {
    padding: 0 40px;
    top: 50%;
  }
}

@media screen and (max-height: 700px) {
.alaya_logo svg{
  height:600;
}
}


/* contact form fixes */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.al__contact--form .input-wrap .iconify {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    height: 22px;
}
.al__contact--form .input-wrap--message .iconify {
  top: 25px;
}
input:focus , textarea:focus, select:focus{
  outline: none;
  box-shadow: 0 0 1px 2px rgba(0 ,176, 255 , 0.2);
}

/* download button */

.wpcf7-spinner{
  background-color: #ff0065;
  margin: 0px 10px;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}

.btn--contact * {
  cursor: pointer;
}

.btn--contact p input{
      text-indent: 0;
}
.btn--contact svg.iconify.iconify--material-symbols {
  min-width: 24px;
}

.al__contact--form form input.submit-btn {
  width: auto;
  background: #00b0ff;
  color: #fff;
  margin-bottom: 0;
  text-indent: 0;
  border-radius: 80px;
  padding: 1.25rem 2.063rem;
  padding-right:calc(2.063rem + 38px);
  position: relative;
  border: none;
  cursor: pointer;
}
.row-btn svg {
  color: white;
  position: absolute;
  right: 34px;
    top: 50%;
  transform:translateY(-50%);
}