@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');

a {
	  cursor: pointer;
}
a:hover {
  	text-decoration: none;
}
/* top header  */
:root {
    --primary: #b79272;
    --black: #000000;
    --white: #ffffff;
    --color-1: #333333;
    --color-2: #cccccc;
    --color-3: #2e4413;
    --color-4: #1c1c1c;
    --color-5: #efebe7;
    --color-6: #e3d6c8;
    --crimson: #DC143C;
    --clr-neutral-100: hsl(0, 0%, 100%);
    --clr-primary-100: hsl(205, 15%, 58%);
  }
  html,
  body {
    overflow-x: hidden !important;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    scroll-behavior: smooth;
  }

  body {
  
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
    /* height: auto; */
    overflow: hidden;
    margin: 0;
    font-weight: 400;
    -webkit-overflow-scrolling: touch;
  }

  #headingText{
    font-weight: bold;
  }
  ::selection {
    background-color: var(--color-1);
    color: var(--color-2);
  }
  .containe {
    max-width: 1280px;
    margin: auto;
  }
/* Add this style to your custom stylesheet */


.training-content>h3 {
  color: var(--crimson);
  font-size: 35px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}

.training-card>h2{
  color: var(--crimson);
  font-weight: 500;
}
  a,
  button,
  img {
    transition: all 0.5s;
  }
  .white-bg {
    background-color: var(--white);
  }
  .black-bg {
    background-color: var(--black);
  }
  h2.title {
    font-size: 272px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: rgba(0, 0, 0, 0.06);
    text-transform: uppercase;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    user-select: none;
    pointer-events: none;
  }
  .gs_reveal {
    margin: 0 0 24px;
    font-weight: 400;
    font-size: 18px;
  position: relative;
    color: var(--color-1);
  }
  .paragraph p:first-child:first-letter {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
  }
  .common-btn {
    margin: 0;
    padding: 17px 23px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    background-color: var(--primary);
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.15s;
    user-select: none;
  }
  .common-btn::before {
    left: 6px;
    top: 6px;
    position: absolute;
    content: "";
    border: 1px solid var(--primary);
    height: 100%;
    width: 100%;
    transition: all 0.15s;
    z-index: -1;
  }
  .common-btn:hover::before {
    top: 0;
    left: 0;
  }
  .common-btn:hover,
  .common-btn:focus {
    color: var(--white);
  }
  .common-btn:focus {
    box-shadow: none;
    outline: none;
  }
  .common-btn img {
    width: 24px;
  }

  /* dark theme */
  .theme-dark h2.title {
    color: rgb(255 255 255 / 8%);
  }
  .theme-dark P {
    color: var(--color-2);
  }
  
  /* Banner */
  .banner {
    background-color: var(--black);
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
  .banner-img {
    position: relative;
    overflow: hidden;
  }
  .banner-img::before {
    position: absolute;
    content: "";
    background-color: rgb(0 0 0 / 60%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .banner-box {
    padding: 60px;
    position: relative;
    z-index: 1;
  }
  .banner-box h1 {
    position: absolute;
    top: 11%;
    left: 0;
    font-family: 'Raleway', sans-serif !important;
    font-size: 339px;
    line-height: 370px;
    font-weight: 400;
    text-transform: uppercase;
    background-image: url(https://www.yudiz.com/codepen/interior-design/mask-img.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.6;
    color: var(--white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-family: "Righteous", cursive;
    z-index: -1;
  }
  .banner-text {
    margin: 100px 0 0;
    padding: 135px 0 0 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: 80%;
    overflow: hidden;
  }
  .banner-text h2 {
    margin: 0 0 8px;
    font-size: 104px;
    line-height: 1.1;
    font-weight: 400;
    font-style: normal;
    color: var(--white);
    position: relative;
    user-select: none;
  }
  .banner-text h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgb(255 255 255 / 72%);
    position: relative;
  }

/* picture */


.containers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    color: white;
    text-align: center;
}

.container__headline {
    font-size: 5vmin;
}

.hero__inner {
    display: flex;
    position: relative;
    width: 100vw;
    max-height: 100vh;
    overflow: hidden;


}

.hero__inner::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (16 / 9));
}

.hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160%;
    object-fit: cover;
}

.hero__content {
    display: none;
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.hero__headline {
    --padding: 1.5vmin;
    --duration: 400ms;
    --delay: calc(var(--duration) / 2);
    --ease: cubic-bezier(0.25, 1, 0.5, 1);

    position: relative;
    display: inline-block;
    font-size: 10vmin;
    overflow: hidden;
    margin-top: calc(var(--padding) * -1);
    padding: var(--padding);

    &::after {
        content: "";
        position: absolute;
        top: calc(100% - var(--padding));
        left: 0;
        background-color: white;
        width: 100%;
        height: 1.5vmin;
        transform: scaleX(0);
        transition: transform var(--duration) var(--delay) var(--ease);
    }

    span {
        display: block;
        transform: translateY(110%);
        transition: transform var(--duration) var(--ease);
    }

    .active & {
        &::after {
            transform: scaleX(1);
            transition-delay: 0s;
        }

        span {
            transform: translateY(0);
            transition-delay: var(--delay);
        }
    }
}

/* horixondal */

/* content */
.box {
    width: 100px;
    height: 100px;
    border: solid;
}

.text {
    padding: 70px 25px;
    color: rgb(173, 167, 167);
}



@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* new content  */
/* Styles from the GreenSock website */
/* .text h2 {
    font-size: 2rem;
    font-weight: bold;
    background-color: #7b46ed;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, rgb(94, 87, 87), crimson);
    background-size: 400% 300%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    animation: gradient 8s ease infinite;

} */
.ipsGrid_span7 h2{
  font-size: 3.2rem !important;
}
.ipsGrid_span7 p{
  font-size: 1.3rem !important;
}
.bg-white .text p{
color: white;
}
.bg-white{
  background-color: rgb(22, 22, 22) !important;
}
.bg-white .text p a{
  color: white;
  }
.text p{
    color: rgb(177, 170, 170);
}
  .ipsType_right {
    text-align: right;
  }
  .ipsType_center {
    text-align: center;
  }
  .cInnerContent {
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;

  }
  .ipsSpacer_bottom_double {
    margin-bottom: 30px;
  }
  .ipsGrid {
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .ipsGrid::before, .ipsGrid::after {
    display: table;
    content: "";
    line-height: 0;
  }
  .ipsGrid > [class*="ipsGrid_span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
  }
  .ipsGrid > .ipsGrid_span5 {
    width: 34.42553191489362%;
    padding: 10px;
  }
  .ipsGrid > .ipsGrid_span7 {
    width: 57.44680851063829%;
  }
  
@media screen and ((max-width:850px) and (min-width:440px)) {
  .ipsGrid > .ipsGrid_span5 {
    /* width: 34.42553191489362%; */
    width: 50%;
    height: 50vh;
    padding: 10px;
   
    /* border: solid red; */
  }
  .ipsGrid > .ipsGrid_span7 {
    width: 90%;
    height: 50vh;
  }
  .feature{
    display: flex;
    justify-content: center;
  }
  .text h2{
      font-size:1.8rem !important;
  }
  .text p{
    font-size: 20px !important;
  }
  .order1{
    order: 1;
  }
 .order2{
    order: 2;
  }
}
@media screen and ((max-width:439px) and (min-width:100px)) {
  .ipsGrid > .ipsGrid_span5 {
    width: 80%  ;
    height: 40vh;
    padding: 10px;
  }
  .ipsGrid > .ipsGrid_span7 {
    width: 90%;
    height: 40vh;
  }
  .feature{
    display: flex;
    justify-content: center;
  }
  .order1{
    order: 1;
  }
 .order2{
    order: 2;
  }
}
  .ipsGrid > [class*="ipsGrid_span"] {
    float: left;
    margin-left: 2%;
  }
  .ipsGrid > [class*="ipsGrid_span"]:first-child {
    margin-left: 0;
  }
  .feature {
    display: flex;
    align-items: center;
    height: 100vh;
  }
  .card {
    margin-bottom: 30px;
    border: 1px solid #cccccc;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 1px 1px 5px 1px #CCCCCC;
  /*   transition: 0.3s; */
  }
  .featured-image-container .card {
    padding: 10px;
    height: 0;
    padding-bottom: calc(100% - 10px);
  }
  h2.heading_large {
    font-size: 1.8em;
  }
  img {
    max-width: 100%;
  }
  
  .header-section {
    margin: 200px auto;
  }
  
  .gs_reveal {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
  }
  .ipsGrid_span7 p{
    text-align: justify;
  }
  .gs_reveal a{
    color: rgb(177, 170, 170);
    text-decoration: none;
  }
    /* Footer Content Start */

    footer{
      color: #000 !important;
    }
    .footer-change{
      background: white !important;
      color: #000 !important;
    }
    .footer-content {
      background: var(--crimson);
    }
    
    .footer-img {
      max-width: 350px !important;
      max-height: 350px !important;
    }

    .footer-rights {
      padding: 1.1em;
    }

    .foot-i span {
      color: #DC143C;
      font-size: 25px;
    }

    .footer-3 h5 {
      color: var(--crimson) !important;
      font-weight: bold;
    }

    .footer-is {
      color: #DC143C;
    }

    .foot-i a {
      text-decoration: none;
      color: white;
    }

    .footer-icons i {
      background: black;
      color: white;
      padding: .4em;
      border-radius: 50%;
    }

    .footer-icons i:hover {
      cursor: pointer;
      transition: .9s;
    }


    .footer-logo {
      color: black
    }

    .footer-text {
      position: relative;
      display: inline-block;
      cursor: pointer;
      color : black !important;
    }

    .footer-text::before {
      content: "";
      position: absolute;
      width: 0;
      height: 2px;
      background-color: var(--crimson);
      /* Choose your desired underline color */
      bottom: 0;
      left: 0;
      transition: width 0.3s ease;
    }

    .footer-text:hover::before {
      width: 100%;
    }
   
    .footer-txt{
      color: #000 !important;
    }
    .footer-logos {
      position: relative;
      display: inline-block;
      cursor: pointer;
    }

    .footer-4 h5 {
      color: #DC143C;
      font-weight: bold;
    }

    .footer-logos::before {
      content: "";
      position: absolute;
      width: 0;
      height: 1.8px;
      background-color: #000;
      /* Choose your desired underline color */
      bottom: 0;
      left: 0;
      transition: width 0.5s ease;
    }

    .footer-logos:hover::before {
      width: 100%;
    }

    /* Footer Content End */

   
/* navbar content start */
nav{
  position: sticky !important;
  top: 0;
  z-index: 100;
  background: black;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
}
 .nav-link i{
  color: red;
 }
.axexa-logo{
  max-width: 180px !important;
  margin-top: 15px;
}

.custom-navbar{
  padding: -20px;
}

.offcanvas-1{
  transition: .7s;
  background: rgba(0, 0, 0, 0.8) !important ;
}

.btn-navbar{
 border: none;
 outline: none;
 color: white;
}

.nav-link:hover{
   transition: .7s;
   color: white;
}

.navbar-brand>i{
 color: white !important;
 }

.btn-navbar:focus{
   box-shadow: none;
}
.offcanvas-1{
 font-size: 15px !important;
}
.bar-icon{
    color: white !important;
}
.btn-close{
 border: none;
 outline: none;
 color: white;
}
.btn-close:focus{
      box-shadow: none;
}

@media (min-width:768px){
  /* Add this style to your custom stylesheet */
  @media (min-width:768px){
    /* Add this style to your custom stylesheet */
    .navbar-nav .nav-item .nav-link.active {
      position: relative;
      text-decoration: none;
      overflow: hidden;
    }
    
    .navbar-nav .nav-item .nav-link.active::before {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      background-color: crimson; /* Set the initial underline color */
      top: 34px; /* Adjust this value to move the underline up or down */
      left: 0;
      transition: width 0.3s ease;
    }
    
    .navbar-nav .nav-item .nav-link.active::before {
      width: 100%;
    }
     }
   }

 @media all and (min-width:767px) and (max-width:998px){
  .btn-navbar{
 display: block
}
.span{
 display: none !important;
}
 }
 @media all and (max-width:426px){
  .axexa-logo{
    max-width: 130px;
  }
 }
 .crimson{
  color: #DC143C;
 }

 /* navbar content end */

  @media screen and (max-width:760px) {
    .text h2{
        font-size: 1.2rem !important;
    }
    .text p{
        font-size: 12px !important;
    }
    .banner-text h2{
        font-size: 1.8rem;
    }
    .banner-text h3{
        font-size:15px ;
        line-height: 1.5;
    }
    .banner-img img{
        display: none;  
    }
    .banner {
        height: 100vh;
    }
}

/* footer media query */
@media (min-width:426px) and (max-width:769px) {
  .footer-copy {
    display: flex;
    justify-content: center;
  }

  .footer-copy1 {
    display: flex;
    justify-content: center;
  }

  .footer-3 {
    margin-top: 40px;
  }

  .footer-4 {
    margin-top: 30px;
  }
 
}

@media (max-width:321px) {
  .training-content h3 {
    font-size: 24px;
  }

  .training-content {
    font-size: 12px;
  }
}

@media (min-width:376px) and (max-width:426px) {
  .training-content h3 {
    font-size: 29px;
  }
}

@media (min-width:321px) and (max-width:376px) {
  .training-content h3 {
    font-size: 27px;
  }
}

@media (min-width:376px) and (max-width:426px) {
  .footer-text,.footer-txt {
    font-size: 14px;
  }

  .footer-3 {
    margin-top: 40px;
  }

  .footer-4 {
    margin-top: 30px;
  }

  .footer-copy {
    display: flex;
    justify-content: center;
  }

  .footer-copy1 {
    font-size: 13px;
    display: flex;
    justify-content: center;
  }

  .footer-para,
  .footer-contact,
  .foo-para {
    font-size: 15px;
  }
  .footer-img{
    max-width: 250px !important;
    max-height: 250px !important;
  }
}

@media (min-width:321px) and (max-width:376px) {
  .footer-3 {
    margin-top: 40px;
  }
  .footer-img{
    max-width: 200px !important;
    max-height: 200px !important;
  }
  .footer-4 {
    margin-top: 30px;
  }
  .footer-text,
  .footer-txt{
    font-size: 12.3px;
  }

  .footer-para,
  .footer-contact,
  .foo-para {
    font-size: 14px;
  }

  .footer-copy1 {
    font-size: 13px;
    display: flex;
    justify-content: center;
  }

  .footer-copy {
    display: flex;
    justify-content: center;
  }
}

@media (min-width:1184px) and (max-width:1413px){

  .footer-text, .footer-txt{
    font-size: 14px !important;
    font-weight: bold;
  }
}


@media (max-width:321px) {
  .footer-text {
    font-size: 12.3px;
  }
   .footer-txt{
    font-size: 12.3px !important;
  }
  .footer-3 {
    margin-top: 40px;
  }

  .footer-4 {
    margin-top: 30px;
  }

  .footer-copy1 {
    font-size: 13px;
    display: flex;
    justify-content: center;
  }

  .footer-copy {
    display: flex;
    justify-content: center;
    font-size: 15px;
  }
  .footer-img{
    max-width: 180px !important;
    max-height: 180px !important;
  }
  .footer-para,
  .footer-contact,
  .foo-para {
    font-size: 14px;
  }
}
.footer-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: var(--crimson);
  /* Choose your desired underline color */
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}

.footer-text:hover::before {
  width: 100%;
}


.vcard-1{
  background: #010101 !important; 
}
.vcard-2{
  background: #1c1c1c !important; 
}
.vcard-3{
  background: #4a4a4a !important; 
}
.vcard-4{
  background: #6d6d6d !important; 
}
.vcard-5{
  background: #e6e6e6 !important; 
}
.vcard-6{
  background: #fff !important; 
}
.vcard-head-1{
  color: #fff !important;
}
.vcard-head-2{
  color: #e6e6e6 !important;
}
.vcard-head-3{
  color: #ffffff !important;
}
.vcard-head-4{
  color: #ffffff !important;
}
.vcard-head-5{
  color: #222222 !important;
}
.vcard-head-6{
  color: #010101 !important;
}
/* media query end */

@media (max-width:760px) {
  .banner{
    height: 60vh;
  }
}