:root {
  --crimson: #DC143C;
  --clr-neutral-100: hsl(0, 0%, 100%);
  --clr-primary-100: hsl(205, 15%, 58%);
}

body {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif !important;
  background-color: #000000;
  color: white;
}


/* 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;
}

/*navbar content*/


@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 */
form {
  max-width: 400px;
  background: #f5f5f5;
  padding: 20px;
  box-shadow: 1px 5px 30px 10px rgba(0, 0, 0, 1);
  border-radius: 8px;
}

/* input:focus{
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
textarea{
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
} */
textarea{
  
  background: rgb(233, 233, 233) !important;
}
input {
  background: rgb(233, 233, 233) !important;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

button {
  background-color: #dc143c;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  background-color: #dc143c;
}


/* Footer Content Start */
footer {
  color: #000 !important;
}

.footer-content {
  background: var(--crimson);
}

.footer-change {
  background: rgb(255, 255, 255);
  color: #000 !important;
}

.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: #d81f25;
}

.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-text {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: black !important;
}

.footer-txt {
  color: #000 !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-logos {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.footer-4 h5 {
  color: #DC143C;
  font-weight: bold;
}

.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%;
}




/* media query end */
@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 (min-width:376px) and (max-width:426px) {

  .footer-text,
  .footer-txt {
    font-size: 14px;
  }

  .footer-3 {
    margin-top: 40px;
  }

  .footer-img {
    max-width: 250px !important;
    max-height: 250px !important;
  }

  .footer-4 {
    margin-top: 30px;
  }

  .footer-copy {
    display: flex;
    justify-content: center;
  }

  .foo-para {
    color: white !important;
  }

  .footer-copy1 {
    font-size: 13px;
    display: flex;
    justify-content: center;
  }

  .footer-para,
  .footer-contact,
  .foo-para {
    font-size: 15px;
  }
}

@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-para,
  .footer-text,
  .footer-txt,
  .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 (max-width:321px) {

  .footer-text,
  .footer-txt {
    font-size: 12.3px;
  }

  .footer-img {
    max-width: 180px !important;
    max-height: 180px !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-para,
  .footer-contact,
  .foo-para {
    font-size: 14px;
  }
}

form {
  min-width: 100% !important;
}

@media (max-width: 640px) {
  .contact {
    background-position: center 50px;
  }
}



.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  font-size: 20px;
  background: var(--color-primary);
  color: #000000;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #000000;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
}

.footer-change {
  margin-top: -3.5%;
}


.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #dc143c;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  display: none;
  /* Initially hide the loader */
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  /* Half of the height */
  margin-left: -25px;
  /* Half of the width */
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.contact {
  background: url("../images/contact/w-2.jpg") no-repeat;
  background-size: cover;
  background-position: center; /* Use center for better positioning */
  height: 100vh; /* Set the height to 100% of the viewport height */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 
@media (min-width:992px) and (max-width:1200px) {

  .contact{
    margin-top: -100%;
  }
}

@media  (max-width:992px) {
  .contact-details{
    background: red;
    margin-top: 0;
  }

} */


@media (min-width:772px) and (max-width:992px) {

  .contact{
    margin-top: 10%;
    margin-bottom: -3%;
    
  }
  .footer-change{
    padding-top: 10%;
  }
  form{
    min-height: 60% !important;
  }
}
@media (min-width:576px) and (max-width:772px) {

  .contact{
    margin-top: 20%;
  }
  .footer-change{
    padding-top: 15%;
  }
}
@media (min-width:475px) and (max-width:576px){
  .contact{
    margin-top: 25%;
  }
  .footer-change{
    padding-top: 20%;
  }
}

@media (max-width:475px){
  .contact{
    margin-top: 45%;
  }
  .footer-change{
    padding-top: 30%;
  }
}

@media (min-width:334px) and (max-width:474px){
.contact{
  margin-top: 35% !important;
}
}