/*long text*/
.con {
  width: 1024px;
  color: blue;
  border-color: rgb(249, 10, 10);
  border: 5%;
}

/*from the html page*/
body {
  overflow-x: hidden;

}

.cont1 {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;

  /* Use viewport width */
}

.hidden-cont {
  display: none;
}

.column {
  flex: 1;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  background-color: #00478d;
  color: white;
}

.counting {
  font-size: 40px !important;
  color: #ff5733;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.des p {
  font-size: 27px;
}

@media (max-width: 768px) {
  .column {
    flex: 100%;
  }

}

@media (max-width : 1626px) {

  .hidden-cont {
    display: flex;
  }
}

.animate {
  opacity: 1;
  transform: translateX(0);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .hide-content p {
    display: none;
  }
}

@media (max-width: 768px) {
  .hide-content01 {
    display: none;
  }
}

/*what do we do? animation*/
.container01 {
  text-align: center;
}

.title {
  font-size: 36px;
  font-weight: bold;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 1s, transform 1s;
}

/*new lsit item*/
.animated-element {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s, transform 0.5s;
  margin-bottom: 20px;


}

.animate {
  opacity: 1;
  transform: translateY(0);
}

.con-des {
  font-size: 20px !important;


}

/*size responsive for youtube n maps*/
@media (max-width: 768px) {
  .contr {

    width: 500px;
    height: 250px;
    display: inline;
    padding-left: 5%;

  }
}



/* Add your custom styles here our services*/
.custom-container02 {
  border: 2px solid #333;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: #00478d;
}

.list-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  color: #ccc;

}

.list-item:hover {
  color: rgb(1, 2, 2);
  background-color: rgb(184, 216, 245);
}

.list-item.active {
  opacity: 1;
  transform: translateY(0);
}

/* box1*/
.image-container {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.container p {
  margin-top: 120px;
  /* Add margin to push content below images */
}

/*content */
.content01 p {
  color: #000000;
  font-size: 19px;
  font-family: 'Bricolage Grotesque';
  justify-content: left;
}

.ncont {
  padding: 0.1px;
}

.ncont p {
  font-size: 19px;
  justify-content: left;
}