/* General Styles */
body {
  margin: 0;
}

.navbar {
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fafafa;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

/* Navbar menu */
.navbar__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

/* Navbar logo */
.main-logo,
.main-logo2 {
  width: 100px;
  /* Adjust as needed */
  height: auto;
}

/* Navbar toggle button */
.toggle-btn {
  background-color: transparent;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
}

/* Navbar menu items */
.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 40px;
  display: flex;
}


.menu__link {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: color 0.3s ease;
}

.menu__link:hover {
  color: #007bff;
}

.dropdown__menu {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}

.dropdown__menu--right {
  right: 0;
}

.dropdown__menu li {
  white-space: nowrap;
}

.dropdown__toggle {
  position: relative;
}

.dropdown__toggle::after {
  margin-left: 5px;
}

.dropdown:hover .dropdown__menu {
  display: block;
}

.dropdown__item {
  padding: 10px;
}

.dropdown__item:hover {
  background-color: #f0f0f0;
}


.menu a {
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
}



.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.menu__item {
  display: inline-block;
  position: relative;
}
 .menu__item {
    margin-right: 20px;
}

.menu__link {
  display: block;
  padding: 10px 10px;
  color: #fff;
  /* Navbar link color */
  text-decoration: none;
  margin-left: 20px;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
}

.main-logo img {
  width: 200px;
  padding-right: 50px;

}

.menu__link:hover {
  color: #af0101;
  transform: scale(1.1);
}

/* Hide dropdown menu by default */
.dropdown__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  /* Dropdown background color */
  border-top: 2px solid #fff;
  /* Dropdown border */
  padding: 10px;

  z-index: 1;

  /* Ensure dropdown is above other elements */
  a {
    font-size: 15px;
  }
}

/* Show dropdown menu on hover */
.menu__item:hover .dropdown__menu {
  display: block;
}

/* Show nested dropdown menu on hover */
.dropdown__menu li:hover .dropdown__menu--right {
  display: block;
}

/* Style for dropdown items */
.dropdown__menu li {
  list-style: none;
  position: relative;
}

.main-logo2 img {
  display: none;

}

/* Style for nested dropdown items */
.dropdown__menu--right {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: #ffffff;
  /* Nested dropdown background color */
  border-top: 2px solid #fff;
  /* Nested dropdown border */
  padding: 5px 10px;
  z-index: 1;

  /* Ensure nested dropdown is above other elements */
  a {
    font-size: 15px;
  }

  transition: all 0.9s ease-in-out;
}

/* Style for links */
.dropdown__item {
  display: block;
  text-decoration: none;
  color: #fff;
  /* Link color */
  padding: 5px 10px;
}

/* Hover effect for links */
.dropdown__item:hover {
  color: #b20603;
  transform: scale(1.01);
  /* Hover background color */
}

/* Mobile styles */
.menu__toggle {
  display: none;
  /* Button background color */
  /* Button text color */
  border: none;
  padding: 10px;
  font-size: 24px;
}

@media (max-width: 768px) {
  .menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;

  }

  .menu__item {
    width: 100%;

  }

  .menu__toggle {
    display: block;
  }

  .menu.active {
    display: flex;

  }

  .navbar {
    position: static;
  }

  .navbar__menu {
    margin: 0;
    /*padding: 0;*/
    border-radius: 0;
  }

  

  .main-logo2 img {
    display: block;
    width: 100px;

  }

  .navbar button {
    margin-left: 10px;
    margin-bottom: 10px;
    color: #a32d2d;
    background-color: #f9f8f8;
    border: none;
  }

  .dropdown__menu,
  .dropdown__menu--right {
    position: relative;
    left: 0;
    width: 100%;
  }

}









#waves {

  width: 100%;
  justify-content: right;
  height: 535px;
  position: absolute;
  z-index: -1;


}

#caroussel {

  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin: auto;
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: linear-gradient(rgba(0, 0, 0, 0.417), rgba(0, 0, 0, 0.553));
  font-family: "seira", sans-serif;
  z-index: -1;
  
  
}



.caroussel_head-refurbished h2{
  animation: fadeIn 2s ease-in-out;
color:#eb3b3b;
  margin-top: 50px;
  font-size: 40px;
  text-align:center;
}
.refurbished-content{
    text-align:center;
}
.refurbished-content ul{
    list-style-position: inside;
    text-align:left;
    margin-left:20%;
}
.refurbished-content li{
    list-style-position: inside;
    text-align:left;
}

/*@media(max-width:1368px){*/
/*  .refurbished-content{*/
/*    text-align: left;*/
/*    margin-left: 0%;*/
/*  }*/
/*}*/
/*@media(max-width:968px){*/
/*  .refurbished-content{*/
/*    margin-left: 0;*/
/*  }*/

/*}*/
/*@media(max-width:968px){*/
/*  .refurbished-content{*/
/*    margin-left: 5%;*/
/*  }*/

/*}*/
.amc-content{
  text-align: left;
  margin-left: -5%;
}
.caroussel_head-amc h2{
  color: #eb3b3b;

  animation: fadeIn 2s ease-in-out;
  font-family: "Roboto";
  text-align: center;
  margin-top: 50px;
  font-size: 40px;
  margin-left: -5%;
}


/*.caroussel_li-amc li{*/
/*   text-align: left;*/
/*  margin-left:-30%; */
/*}*/
/*@media(max-width:1568px){*/
/*.enterprise-content li{*/
/*  margin-left: -20%;*/
/*}*/
/*}*/
/*@media(max-width:1468px){*/
/*  .enterprise-content li{*/
/*    margin-left: -20%;*/
/*  }*/
/*  }*/
/*  @media(min-width:1668px){*/
/*    .enterprise-content li{*/
/*      margin-left: -35%;*/
/*    }*/
/*    }*/
    .caroussel_head-enterprise h2{
      
  color: #eb3b3b;
  
      text-align: center;
      animation: fadeIn 2s ease-in-out;
      font-family: "Roboto";
      margin-top: 50px;
      font-size: 40px;
    }
    @media(max-width:968px){
  .enterprise-content li{
    margin-left: 50%;
  }
}
@media(max-width:768px){
   .caroussel_head-enterprise h2{
      font-size: 25px;
      margin-left:0;
   }
   .enterprise-content li{
    margin-left: 20px;
  }

.caroussel_head-amc h2{
    font-size:25px;
    margin-left:0;
}
.caroussel_li-amc li{
  margin-left:0%; 
}
.caroussel_head-refurbished h2{
    margin-left:0;
    font-size:25px;
}
}





.img-caroussel {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: inherit;
  transition: opacity .5s;
  opacity: 0;
  position: absolute;
  /* width: 100%; */
  
  

}


.img-caroussel.active {
  opacity: 1;

}


i {
  color: white;
  font-size: 1.5rem;
  padding: 0.5rem;
}

i:hover {
  cursor: pointer;
}

.fa-arrow-left {
  color: white;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fa-arrow-right {
  color: white;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slider-position .round {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-radius: 50%;
  border: white solid 1px;
  cursor: pointer;
  margin-right: 5px;
  transition: background-color 0.5s;
}


.slider-position .round.active {
  background-color: white;
}


.slider-position .round:hover {
  background-color: white;
}

.slider-position .round:last-child {
  margin: 0;
}

.slider-position {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.credit {
  background-color: rgba(228, 214, 214, 0.7);
  padding: 10px;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 200;
  border-bottom-right-radius: 10px;
}

.caroussel-content {
  max-width: 1500px;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.caroussel_head{
  text-align: center;
  color: #eb3b3b;
}

/*.enterprise-content li{*/
/*  text-align: left;*/
  
/*}*/
/*@media(max-width:1568px){*/
/*.enterprise-content li{*/
/*  margin-left: -20%;*/
/*}*/
/*}*/
/*@media(max-width:1468px){*/
/*  .enterprise-content li{*/
/*    margin-left: -20%;*/
/*  }*/
/*  }*/
/*  @media(max-width:1768px){*/
/*    .enterprise-content li{*/
/*      margin-left: -20%;*/
/*    }*/
/*    }*/

.caroussel_head h2 {

  animation: fadeIn 2s ease-in-out;
  font-family: "Roboto";
  margin-top: 50px;
  font-size: 40px;
  
}

.caroussel-content h5 {
 color: white;
  animation: fadeIn 2s ease-in-out;
  font-family: "Roboto";
  width: 80%;
  font-weight: 400;
  margin-left: 10%;
  font-size: 22px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.caroussel-content li {
  animation: fadeIn 2s ease-in-out;
  font-family: "Roboto";
  color: whitesmoke;
  font-size: 22px;
  font-weight: 400;
  line-height: 40px;
}

.img-caroussel {
  display: flex;
}

.caroussel-img-block {
  margin-left: 10%;
  h5 {
    font-size: 20px;
    width: 50%;
    margin: 5%;
  }
}

.caroussel-img {
  animation: fadeIn 2s ease-in-out;
  border-radius: 10px;
  margin: 5%;
  width: 100%;
  height: 70%;
}

.achievements {
  font-family:cursive;
  background: linear-gradient(rgba(0, 0, 0, 0.417), rgba(0, 0, 0, 0.553)), 
  url("https://avoornetworks.com/asset/images/Site%20Image/achievements.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
  display: flex;
  justify-content: space-around;
 
  background-attachment: fixed;

  padding: 20px;
  
  
}
@media(max-width:500px){
  .achievements{
    display: flex;
    flex-direction: column;
  }
}

.section {
  
  text-align: center;
  transition: transform 0.3s ease;
   padding:200px 0px

}

.section:hover {
  transform: scale(1.05);
}

.section i {
  font-size: 50px;
  background: linear-gradient(to right, #ff0101, #f0ffee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  
}

.section h3 {
  font-size: 25px;
  margin: 10px 0;
  color: #ffffff;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.counter {
  font-size: 36px;
  font-weight: bold;
  background: linear-gradient(to right, #c60000, #fbc4c4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 10px 0px;
  animation: countUp 2s ease-in-out forwards;
}
.definition{
  color: white;
}

@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media(max-width:968px) {


  .caroussel_head h2 {
    font-size: 30px;
  }

  .caroussel-content li {
    font-size: 20px;
  }

}

@media(max-width:768px) {
  .caroussel {
    height: 400px;
  }

  .caroussel-content h5 {
    font-size: 16px;
    text-align: justify;

  }

  .caroussel_head h2 {
    font-size: 25px;
  }

  .caroussel-content li {
      margin-left:0;
    font-size: 14px;
    line-height:30px;
  }
  .section{
    padding: 30px 0px;
  }
}

.service-card a {
  text-decoration: none;
}

.service-card__title {
  color: #262626;
  font-size: 1.5em;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.service-card__description {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  color: #452c2c;
}

.service-card__description {
  font-size: 1em;
}

.service-card__corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2em;
  height: 2em;
  overflow: hidden;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #575952, #000000);
  border-radius: 0 4px 0 32px;
}

.service-card__arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.service-card {
  display: block;
  position: relative;
  max-width: 300px;
  max-height: 320px;
  background-color: #f2f8f9;
  border-radius: 10px;
  padding: 2em 1.2em;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  margin-left: 50px;

  font-family: Arial, Helvetica, sans-serif;
}

.service-card:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -16px;
  left: -16px;
  background: #D31027;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #420d13, #D31027);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #420d13, #D31027);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.35s ease-out;
}

.service-card:hover:before {
  transform: scale(28);
}

.service-card:hover .service-card__description {
  transition: all 0.5s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.service-card:hover .service-card__title {
  transition: all 0.5s ease-out;
  color: #ffffff;
}

/* Grid container */
.grid-container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1500px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* 3 columns */
  gap: 20px;
  /* gap between cards */
}

/* Individual service cards */
.service-card {
  /* Your card styles */
  background-color: #f2f8f9;
  border-radius: 10px;
  padding: 2em 1.2em;
  text-align: center;
}


.service-card-heading h3 {
  font-family: "Saira", sans-serif;
  font-size: 40px;
  text-align: center;
  color: #a40303;
}

.service-card-heading h5 {
  margin-top: -40px;
  font-family: "Saira", sans-serif;
  font-size: 30px;
  text-align: center;

}


.Network_product {
  max-width: 1500px;
  margin-left: auto !important;
  margin-right: auto !important;

  h3 {
    font-size: 35px;
    text-align: center;
    font-family: "saira", sans-serif;
    color: #a40303;
  }

  h6 {
    font-size: 25px;

    text-align: center;
    font-family: "saira", sans-serif;

    margin-top: -40px;
  }
}

.cards {
    z-index:6000;


  a {
    text-decoration: none;
  }


}
.card-div{
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}

.card {
  position: relative;
  width: 190px;
  height: 254px;
  background: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0 40%, #e5e5e5 48%);
  animation: loading-animation 1.5s infinite;
  border: 8px solid rgba(157,15,32,255);
  border-radius: 80%;
      background-size: 200% 100%;
      background-position: 100% 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 12px;
  gap: 12px;
  border-radius: 8px;
  cursor: pointer;
  color: white;
  margin-top: 50px;
   img{
    margin-top: -60px;
    transition: transform 0.3s ease;
  }

}





.card h3 {
    margin-top: -25px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
}

.card p:not(.heading) {
  font-size: 14px;
}

.card p:last-child {
  color: #e81cff;
  font-weight: 600;
}

.card:hover::after {
  filter: blur(30px);
}

.card:hover::before {
  transform: rotate(-90deg) scaleX(1.34) scaleY(0.77);
}





*/ .heading {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
}

.card p:not(.heading) {
  font-size: 14px;
}

.card p:last-child {
  text-align: center;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
  font-family: "roboto", sans-serif;
}

/* .card:hover::after {
    filter: blur(30px);
  } */

.card:hover::before {
  transform: rotate(-90deg) scaleX(1.34) scaleY(0.77);
}

@media(max-width:968px) {
  .cards {
    margin: 0;
    margin-left: 10%;
    display: grid;
    grid-template-columns: auto auto auto;

  }
}

@media(max-width:768px) {
  .service-card {
    margin-left: 10%;
  }

  .cards {
    margin-left: 30%;
    display: grid;
    grid-template-columns: auto;

  }
.service-card-heading h5 {
    font-size: 25px;
    padding:10px 15px;

}
  .Network_product {
    h3 {
      font-size: 20px;

    }

    h6 {
      font-size: 15px;
      padding:10px 15px;
      margin-top:0px;
    }
  }

}

@media (max-width:500px){
  .service-card {
    margin-left: 10%;
   
  }
}

@media(max-width:500px) {
  .cards {
    margin-left: 23%;


  }
}

.why_repair {
      max-width: 1500px;
  margin-left: auto !important;
  margin-right: auto !important;
    
  text-align: center;

  h3 {
    font-size: 35px;
    font-family: "Roboto", sans-serif;

  }

  h5 {
    font-size: 20px;
  }
}


.loading-card-top {
  display: grid;
  grid-template-columns: auto auto auto;
}

.loading-card {
  width: 300px;
  height: 170px;
  background: #ffff;
  border: 1px solid seashell;
  position: relative;
  transform: translate(-50%, -50%);
  top: 40%;
  margin: 10% 0;
  left: 50%;
  border-radius: 20px;
  font-family: "Roboto", sans-serif;
  animation: loading-animation 2s infinite;
}

.loading-card__circle i {

  font-size: 60px;
  background: #D31027;
  background: -webkit-linear-gradient(to right, #420d13, #D31027);
  background: linear-gradient(to right, #420d13, #D31027);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  border-radius: 50px;
}

.icon .loading-card__circle {
  margin-left: -6px;
}

.icon2 .loading-card__circle {
  margin-left: -10px;
  border-radius: 80px;
}

.icon2 .loading-card__circle i {
  font-size: 50px;
}

.loading-card__circle {
  width: 100px;
  margin-top: 10%;
  height: 100px;

  float: left;
  border-radius: 50%;
  background-size: 200% 100%;
  background-position: 100% 0;


  img {
    width: 100%;
  }
}

.loading-card__title {
  width: 180px;
  height: 20px;
  font-size: 18px;
  text-align: center;
  color: #a40303;
  font-weight: bolder;
  font-family: "Roboto", sans-serif;
  float: right;
  border-radius: 5px;
  /* background: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0 40%, #e5e5e5 48%); */
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: loading-animation 2s infinite;
}

.loading-card__description {
  width: 180px;
  height: auto;
  text-align: justify;

  font-family: "Roboto", sans-serif;
  font-size: 16px;
  float: right;
  border-radius: 5px;

  background-size: 200% 100%;
  background-position: 100% 0;
  animation: loading-animation 2s infinite;
}

.navbar__menu-toggle {
  display: none;
}

@keyframes loading-animation {
  100% {
    background-position: -100% 0;
  }
}



.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px;
}

.service-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.service-card a {
  text-decoration: none;
  color: #A40303;
}

.service-card__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.service-card__description {
  font-size: 16px;
  color: #666;
}

@media only screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .service-card {
    margin-bottom: 20px;
  }
}



.clients h4 {
  font-family: "Saira", sans-serif;
  font-size: 40px;
  text-align: center;
  color: #a40303;
}

.clients-image {
  display: grid;
  grid-template-columns: auto auto auto auto;
  margin-left: 7%;
  width: 90%;

}

.clients-image2 {

  display: grid;
  grid-template-columns: auto auto auto;
  width: 70%;
  margin-left: 20%;
  margin-top: 50px;
}

.para1 {
  max-width: 1500px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: grid;
  grid-template-columns: auto auto;
  padding: 10px 50px;
}

.para1-content {
  width: 80%;
}

.para1-content h1 {
  color: #a40303;
  font-size: 35px;
  font-family: "seira", sans-serif;
}

.para1-content p {

  font-size: 18px;
  line-height: 30px;
  color: #484747;

  font-family: "seira", sans-serif;
  text-align: justify;
}

.para1-image img {
  width: 99%;
  margin-top: 70px;
  border-radius:20px;
}

.para2 {
  display: grid;
  grid-template-columns: auto auto;
  padding: 10px 50px;
}

.para2-content {
  width: 80%;
  margin-left: 20%;
}

.para2-content h3 {
  font-size: 35px;
  font-family: "seira", sans-serif;
}

.para2-content p {
  font-size: 18px;
  line-height: 30px;
  color: #484747;
  font-family: "seira", sans-serif;
  text-align: justify;
}

.para2-image img {
  width: 99%;
  margin-top: 100px;
}

@media(max-width:768px) {
  .clients-image img {
    width: 80%;
  }

  .clients-image2 img {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .clients {
    margin-left: 5%;
  }

  .clients img {
    padding-bottom: 20px;
  }

  .clients-image {
    grid-template-columns: auto auto;
    width: 90%;
    margin: 0;
    margin-left: 5%;

  }

  .clients-image2 {
    grid-template-columns: auto auto;
    width: 90%;
    margin: 0;
    margin-left: 5%;
  }

  .para1 {
    grid-template-columns: auto;
  }

  .para1-content h1 {
    font-size: 25px;
    width: 140%;
    margin-left: -15%;
    padding: 20px
  }

  .para1-content p {
    width: 150%;
    padding: 10px;
    margin-left: -15%;
  }

  .para2 {
    grid-template-columns: auto;
  }

  .para2-content h3 {
    font-size: 25px;
    width: 110%;
    margin-left: -35%;
    padding: 20px
  }

  .para2-content p {
    width: 150%;
    padding: 10px;
    margin-left: -40%;
  }


}






.loading-card-top {
  display: grid;
  grid-template-columns: auto auto auto;
}

@media(max-width:961px) {
  .loading-card-top {
    display: grid;
    grid-template-columns: auto auto;
  }
}

.loading-card {
  width: 280px;
  height: 170px;
  background: #ffff;
  border: 1px solid seashell;
  /* box-shadow: 0 1px 25px rgba(0, 0, 0, 0.2); */
  position: relative;
  transform: translate(-50%, -50%);
  top: 40%;
  margin-top: 5%;
  left: 50%;
  padding: 12px 10px;
  border-radius: 20px;
  font-family: "seira", san;
  animation: loading-animation 2s infinite;
  background: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0 40%, #e5e5e5 48%);
}



.loading-card__title {
  width: 180px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  color: #a40303;
  font-weight: bolder;
  float: right;
  border-radius: 5px;
  /* background: linear-gradient(120deg, #e5e5e5 30%, #f0f0f0 38%, #f0f0f0 40%, #e5e5e5 48%); */
  background-size: 200% 100%;
  background-position: 100% 0;

}

.loading-card__description {
  width: 180px;
  height: 100px;
  text-align: center;
  justify-content: center;

  float: right;
  border-radius: 5px;
  margin-top: 10px;
  background-size: 200% 100%;
  background-position: 100% 0;

}

@keyframes loading-animation {
  100% {
    background-position: -100% 0;
  }
}

@media(max-width:768px) {
    .card-div{
  display: flex;
  flex-direction: column;
}
  .loading-card-top {
    display: grid;
    grid-template-columns: auto;
  }

}

@media only screen and (min-width: 769px) {
  .toggle-btn {
    display: none;

  }

  .menu {
    display: block;
  }
}

.footer-column {

  h5 {
    color: #edf1f5;
    font-size: 20px;
    margin: 0;
    margin-top: 5px;

  }

  p {
    color: #ffffff;
  }

  input {
    width: 90%;
    height: 20px;
  }

  button {
    margin-top: 5px;
    padding: 5px 10px;

  }
}





footer {
  background: #D31027;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #000000, #50020b);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #000000, #6e0511);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  width: 100%;
}

footer .content {
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 40px 40px;
}

footer .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.content .top .logo-details {
  color: #fff;
  font-size: 30px;
}

.content .top .media-icons {
  display: flex;
}

.content .top .media-icons a {
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}

footer .content .link-boxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

footer .content .link-boxes .box {
  width: calc(100% / 5 - 10px);
}

.content .link-boxes .box .link_name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}

.link-boxes .box .link_name::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #fff;
}

.content .link-boxes .box li {
  margin: 6px 0;
  list-style: none;
}

.content .link-boxes .box li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s ease
}

.content .link-boxes .box li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.content .link-boxes .input-box {
  margin-right: 55px;
}

.link-boxes .input-box input {
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #AFAFB6;

  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}

.link-boxes .input-box input::placeholder {
  color: #AFAFB6;
  font-size: 16px;
}

.link-boxes .input-box input[type="button"] {
  background: #A40303;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s ease;
}

.input-box input[type="button"]:hover {
  opacity: 1;
}

footer .bottom-details {
  width: 100%;
  background: #D31027;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #000000, #50020b);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #000000, #50020b);/
}

footer .bottom-details .bottom_text {
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}

.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.bottom-details .bottom_text a:hover {
  opacity: 1;
  text-decoration: underline;
}

.bottom-details .bottom_text a {
  margin-right: 10px;
}

@media (max-width: 900px) {
  footer .content .link-boxes {
    flex-wrap: wrap;
  }

  footer .content .link-boxes .input-box {
    width: 40%;
    margin-top: 10px;
  }
}

@media (max-width: 700px) {
  footer {
    position: relative;
  }

  .content .top .logo-details {
    font-size: 26px;
  }

  .content .top .media-icons a {
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px;
  }

  footer .content .link-boxes .box {
    width: calc(100% / 3 - 10px);
  }

  footer .content .link-boxes .input-box {
    width: 60%;
  }

  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a {
    font-size: 12px;
  }
}

@media (max-width: 520px) {
  footer::before {
    top: 145px;
  }

  footer .content .top {
    flex-direction: column;
  }

  .content .top .media-icons {
    margin-top: 16px;
  }

  footer .content .link-boxes .box {
    width: calc(100% / 2 - 10px);
  }

  footer .content .link-boxes .input-box {
    width: 100%;
  }
}


.partner-container h3 {
  font-family: "Saira", sans-serif;
  font-size: 40px;
  text-align: center;

}

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.partner-container {
  text-align: center;
  padding: 50px;
  padding-top:0px;

}

.partner-container h3 {
  font-family: "Saira", sans-serif;
  font-size: 40px;
  margin-bottom: 50px;
  color: #a40303;
  text-shadow: 2px 2px #ccc;
}

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 60%;
  height: auto;
  transition: transform .2s;
}

.slick-slide img:hover {
  transform: scale(1.1);
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-prev:before,
.slick-next:before {
  color: #a40303;
  font-size: 30px;
}
.img-caroussel {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%; /* Adjust the height as needed */
  
 
 
}

/* Specific Backgrounds for Each Carousel Item */
.img-caroussel[data-img="1"] {
     background: linear-gradient(rgba(0, 0, 0, 0.417), rgba(0, 0, 0, 0.553)), 
  url("asset/3.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
  width: 100%;
}

.img-caroussel[data-img="2"] {
   background: linear-gradient(rgba(0, 0, 0, 0.417), rgba(0, 0, 0, 0.553)), 
  url("asset/1.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
  
  width: 100%;
}

.img-caroussel[data-img="3"] {
  background: linear-gradient(rgba(0, 0, 0, 0.417), rgba(0, 0, 0, 0.553)), 
  url("asset/4.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
  width: 100%;
}

.img-caroussel[data-img="4"] {
  background: linear-gradient(rgba(0, 0, 0, 0.417), rgba(0, 0, 0, 0.553)), 
  url("asset/5.png");
background-size: cover;
background-position: center;
background-repeat: no-repeat;
  width: 100%;
}
.enterprise-content ul{
  text-align: left;
  margin-left:15%;
  
}
@media(max-width:568px){

.enterprise-content ul {
    margin-left: 5%;
}
}
@media(max-width:468px){
    .refurbished-content ul {

    margin-left: 5%;
}
.enterprise-content ul {
    margin-left: 2%;
}
}

