@font-face {
  font-family: "HELVETICANOWTEXT-LIGHT.TTF";
  src: url("./Font/HELVETICANOWTEXT-LIGHT.TTF") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  object-fit: contain;
  font-family: "corbel", sans-serif;
}

/* Navbar */

/* Section part 1  */

.sec1 {
  width: 100%;
}

.sec1-div {
  background-color: grey;
  color: white;
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 25px;
  font-family: corbel;
}

.Center-section {
  background: url(./CreateImages/BG.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: black;

  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.para-div {
  padding: 10px;
  background-color: #f26522;
  color: white;
  border-radius: 15px;
  margin: 0;
  text-align: center;
}

.right2 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.language a {
  text-decoration: none;
  color: white;
}

.order a {
  text-decoration: none;
  color: white;
}

.Navbar ul li a {
  text-decoration: none;
  color: white;
  font-size: 17px;
}

/* video liberry  */

.three-card {
  display: flex;
  justify-content: space-between;
  margin: 10px 50px;
  padding: 10px 0;
}

.three2-card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 10px 50px;
  padding: 10px 0;
}

.div-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnColor {
  margin-top: 10px;
  border: none;
  padding: 6px 25px;
  border-radius: 15px;
  background-color: #f26522;
  color: white;
}

/* 3d image section  */
.img3 {
  width: 400px;
  height: 275px;
}

#footer {
  background: url(./Images/Footer\ BG.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding: 20px 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.Footer-Main {
  display: flex;
  justify-content: space-between;
  margin: 0 55px;
  align-items: center;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
  /* margin-right: 75px; */
}

#footer .Color {
  color: #f26522;
  font-weight: 700px;
}

.footer-social .img-social {
  width: 70px;
}
/* carsoul part :start */
.col-center {
  margin: 0 auto;
  float: none !important;
}
.carousel {
  margin: 30px auto 60px;
  padding: 0 80px;
}
.carousel .item {
  text-align: center;
  overflow: hidden;
}
.carousel .item h4 {
  font-family: "Varela Round", sans-serif;
}
.carousel .item img {
  max-width: 100%;
  display: inline-block;
}
.carousel .item .btn {
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  background: #a177ff;
  padding: 6px 15px;
  margin-top: 5px;
}
.carousel .item .btn:hover {
  background: #8c5bff;
}
.carousel .item .btn i {
  font-size: 14px;
  font-weight: bold;
  margin-left: 5px;
}
.carousel .thumb-wrapper {
  margin: 5px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.carousel .thumb-content {
  padding: 15px;
  font-size: 13px;
}
.carousel .carousel-control {
  height: 44px;
  width: 44px;
  background: none;
  margin: auto 0;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.8);
}
.carousel .carousel-control i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin: -19px 0 0 0;
  z-index: 5;
  left: 0;
  right: 0;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: none;
  font-weight: bold;
}
.carousel .carousel-control.left i {
  margin-left: -3px;
}
.carousel .carousel-control.right i {
  margin-right: -3px;
}
.carousel .carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 4px;
  border-color: transparent;
}
.carousel-indicators li {
  background: #ababab;
}
.carousel-indicators li.active {
  background: #555;
}

/* hover effect of carousel */
.col-sm-4 {
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
  opacity: 1;
  cursor: pointer;
}

.img_lib:hover {
  transform: scale(1.1);
  border: 1px solid !important;
  margin: 0;
  /*transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;*/
  box-shadow: 0 0 10px #f26522;
}

.col-sm-4:not(:hover) {
  opacity: 0.75;
  transition: opacity 0.3s ease-in-out;
}

/* carsoul end */

/* Media Queries */
@media screen and (max-width: 768px) {
  .Navbar {
    flex-direction: column;
    padding: 10px;
  }

  .right {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .nav-ul {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .center {
    flex-wrap: wrap;
  }

  .main-map {
    width: 300px;
    height: 250px;
  }

  .input-all {
    flex-direction: column;
  }

  .three-card {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .three2-card {
    flex-direction: column;
    justify-content: center;
  }

  .card3-lib {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .iframe {
    width: 300px;
    height: 200px;
  }

  .sec1-div {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .img3 {
    width: 300px;
    height: 200px;
  }

  .order {
    margin-top: 10px;
    margin-left: 0;
  }

  .Footer-Main {
    flex-direction: column;
    gap: 20px;
  }

  .footer-social {
    flex-wrap: wrap;
  }

  .footer-social .img-social {
    width: 30px;
  }
  @font-face {
    font-family: HELVETICANOWTEXT-LIGHT;
    src: url(Font/HELVETICANOWTEXT-BLACK.TTF);
    src: url(Font/HELVETICANOWTEXT-LIGHT.TTF);
    src: url(Font/corbelb.ttf);
  }
}
