.header{
    
  position: relative;
  background-image: url("../img/about-header-bg.png"); /* The image used */
  background-color: transparent; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.header h2{
  color: var(--white);
  font-size: 60px;
  text-align: center;
}
.section h2{
  font-size: 60px ;
}
h2,h3{
  color: var(--color3);
}

.section1{
  padding-top: 5rem;
}

.section1 .__box-container{
  background-color: var(--color1);
  padding: 30px;
  border-radius: 5px;
  min-height: 250px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}



.section1 .__box-container p{
  color: var(--black);
}

.section1 .__box-container .__flip{
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  display: block;
  width: 100px;
  height: 50px;
  margin-top: -40px;
  background-color: var(--color1);
}

.section1 .__box-container .__flip2{
  clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
  display: block;
  width: 100px;
  height: 50px;
  margin-top: -40px;
  background-color: var(--color1);
  float: right;

}

.section1 .sd1{
  position: absolute;
  left: -200px;
  top: -10px;
}

.section1 .sd2{
  position: absolute;
  right: -200px;
  top: -10px;
}
.section2 h3{
  margin-bottom: 0px;
}

.section2 .__box-container{
  background-image: url("../img/is-section2-bg.png"); /* The image used */
  background-color: transparent; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  padding: 20px;

  border-radius: 10px;
  border: 1px solid white;
  min-height: 130px;
}

.section2 .__box-container p {
  color: white;
}


.section3 h3{
  margin-bottom: 0px;
}

.section3 .__box-container{
  background-color: #39383D;
  min-height: 500px;
  position: relative;
  border: 1px solid white;
  border-radius: 13px;
}


.section3 .__box-container .__icon{
  position: absolute;
  bottom: 0;
  right: 0;
}

.section3 .__md{
  display: none;
}


.section3 .__box-container .__content{
  padding: 20px;
}

.section3 .__title h4{
  color: var(--color1);
}

.section3 .__content p {
  color: var(--white);
}

.swiper {
  width: 100%;
  height: 520px;

}

.swiper-slide {

}

/* .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

.swiper-button-next,
.swiper-button-prev {
  color: #feda6a;
}

.swiper-pagination-bullet-active {
  background: #feda6a;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -10px !important;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--color1, var(--color1)) !important;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: rgba(170, 207, 13, .6) !important;
  
}


.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex
;
  align-items: center;
  justify-content: center;
  color: var(--color1, var(--color1)) !important;
}


.section4{}

.section4 .__box-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #39383D;
  border: 1px solid var(--color1);
  padding: 10px;
  padding-right: 10px;
  border-radius: 80px;
}

.section4 .__box-container img{
  margin-right: 5px;
  width: 100px;
}
.section4 .__box-container p {
  color: var(--color1);
  font-size: 16px;
}

.section6{
 background-color: transparent;
}

.section7{
  z-index: -1;
  margin-top: -200px;
  min-height: 800px;
  margin-bottom: -200px;
}

.section7 .clip4{
  position: absolute;
 
}

.contact-section{
  background-color: transparent;
}