body {
  background-color: #161a28;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  /* font-family: "Poetsen One", sans-serif; */
  font-size: larger;
  position: relative;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  /* width: 50%; */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* overflow: hidden; */
}

a {
  text-decoration: none;
  color: black;
}

img {
  width: 100%;
  display: block;
  text-align: center;
}

.section-head {
  width: 100%;
  display: block;
  text-align: center;
  color: black;
  padding: 20px 0;
  text-shadow: 1px 1px 2px rgba(255, 0, 0, 0.518);
}

/* .container {
  background-color: red;
  position: relative;
  width: 100%;
  overflow: scroll;
  margin: 0 auto;
  padding: 0;
} */

.container1 {
  width: 85%;
  margin: auto;
}

@media all and (width < 768px) {
  .container1 {
    width: 95%;
    margin: auto;
    /* margin: 0; */
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

/* ------navbar------------------ */

.navbar {
  /* background-color: red; */

  position: fixed;
  top: 0;
  /* box-sizing: border-box; */
  left: 0;
  right: 0;
  width: 85%;
  margin: auto;
  /* background-color: white; */
  /* display: flex; */
  padding: 10px 0;
  /* align-items: center; */
  /* justify-content: start; */
  z-index: 99999;

  /* box-shadow: 0-5px 20px 010px 00px red; */
}

@media all and (width < 768px) {
  .navbar {
    width: 95%;
    background-color: #161a28;
  }

  .navbar .container-fluid {
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    /* background-color: #ce1212; */
  }
}

.navbar-brand {
  margin: auto;
  /* background-color: antiquewhite; */
  font-size: 30px;
  color: rgb(114, 15, 15);
  width: 20%;
  text-align: center;
}

.navbar-collapse {
  width: 80%;
}

.navbar-nav {
  width: 100%;
  /* background-color: lightblue; */
  display: flex;
  justify-content: space-evenly;
}

.navbar-nav a {
  position: relative;
  transition: all 0.75s ease;
}

.navbar-nav a::before {
  content: "";
  /* width: 100%; */
  width: 0;
  border-bottom: 3px rgb(114, 15, 15) solid;
  border-radius: 100px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.75s ease;
}

.navbar-nav a:hover::before {
  width: 100%;
}

/* -------home------------------- */

.home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background-color: #ce1212; */
  /* background-image: url(./../images/2.jpg); */
  /* background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
  height: 100vh;
  position: relative;
  overflow: hidden;
  /* overflow-x: scroll; */
}

.slide {
  text-align: center;
  position: relative;

  /* background-image: linear-gradient(rgba(0, 0, 0, 0.527)), url(../images/3.webp); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #161a28;
  height: 89vh;
  display: flex;
  justify-content: center;
  align-items: center;

  align-items: center;
}

.slide-one {
  background-image: linear-gradient(rgba(255, 255, 255, 0.227)),
    url(../images/3.webp);
}

.slide-tow {
  background-image: linear-gradient(rgba(255, 255, 255, 0.227)),
    url(../images/Importance-of-Petroleum.webp);
}

/* .slide-three {
  background-image: linear-gradient(rgba(255, 255, 255, 0.227)),
    url(../images/istockphoto-1323151704-612x612.jpg);
} */

.slide-three {
  background-image: linear-gradient(rgba(255, 255, 255, 0.227)),
    url(../images/istockphoto-922601466-612x612.jpg);
}

.row-1 {
  /* background-color: aqua; */
  width: 300%;
  animation-name: slider;
  animation-iteration-count: infinite;
  justify-content: space-evenly;
  animation-duration: 32s;
  animation-delay: 2s;
  position: absolute;
  left: 0;
  text-align: center;
  margin: 0;
  overflow: hidden;
  font-size: larger;
  /* color: white; */
  /* text-shadow: 0px 0px 2px green; */
}

@keyframes slider {
  0% {
    left: 0;
  }

  25% {
    left: 0%;
  }

  50% {
    left: -100%;
  }

  75% {
    left: -200%;
  }

  100% {
    left: 0%;
  }
}

.slodeone-img {
  width: 100%;
}

.slide-text h2 {
  position: absolute;
  top: 0;
  left: 50%;
  /* left: -100%; */

  transform: translatex(-50%);
  animation-name: slideeffecth2;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

@keyframes slideeffecth2 {
  /* 0% {
    left: -100%;
  } */

  50% {
    left: 50%;
    transform: translatex(-50%);
  }

  100% {
    left: 50%;
    transform: translatex(-50%);
  }
}

.slide-text p {
  margin-top: 50px;
  opacity: 1;
  animation-name: slideeffectp;
  animation-duration: 5s;
  /* animation-iteration-count: infinite; */
}

@keyframes slideeffectp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.slide-text {
  /* background-color: lightblue; */
  /* position: absolute; */
  /* margin-top: 50%; */
  /* top: 20px;
  left: 0;
  right: 0;
  padding: 200px;
  text-align: left; */
}

.slide-text {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 30px;
  overflow: hidden;
  backdrop-filter: blur(5px);
  box-shadow: 0 0 10px 0 gray;
  color: white;
  text-shadow: black 0px 0px 10px ;
}

.slide-2 h2 {
  /* animation-delay: 5s; */
  animation-delay: 13s;
}

.slide-3 h2 {
  /* animation-delay: 5s; */
  animation-delay: 24s;
}

.slide-4 h2 {
  /* animation-delay: 5s; */
  animation-delay: 10s;
}

.slide-2 p {
  /* animation-delay: 5s; */
  animation-delay: 12s;
}

.slide-3 p {
  /* animation-delay: 5s; */
  animation-delay: 21s;
}

.slide-4 p {
  /* animation-delay: 5s; */
  animation-delay: 10s;
}

.home-foot {
  color: white;
  text-align: center;
  /* background-color: blue; */
  background-color: rgb(114, 15, 15);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px 20px 0 0;
}

.home-foot-content {
  width: 50%;
  margin: auto;
  font-size: 14px;
}

.home-foot-content h2 {
  font-size: 20px;
}

@media all and (width < 768px) {
  .home-foot-content {
    width: 80%;
    margin: auto;
    font-size: 12px;
    padding: 5px 0;
  }

  .home-foot-content h2 {
    font-size: 15px;
  }
}

/* -------about------------------- */

.about-us {
  background-color: beige;
  padding: 40px;
  /* height: 100vh; */
  /* justify-content: space-evenly; */
}

.about-content {
  align-items: center;
  padding: 20px 0;
  /* border: 2px solid blue; */
  border: 2px solid rgb(114, 15, 15);
  /* border-radius: 20% 5px 5px 20%; */
  border-left: none;
  /* border-right: none; */
}

.about-content1 {
  align-items: center;
  padding: 20px 0;
  /* border: 2px solid blue; */
  border: 2px solid rgb(114, 15, 15);
  /* border-radius: 20% 5px 5px 20%; */
  /* border-left: none; */
  border-right: none;
  /* border-right: none; */
}

.currentimg{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /* box-shadow: 0px 0px 1px 2px red; */
  /* width: fit-content; */
}

.about-text1{
  text-align: center;
}

.maps{
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (width < 768px) {
  .about-content {
    border: none;
  }
}

.about-text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.about-img img {
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 255, 0.321);
}

/* -------home------------------- */

/* .about-content {
  justify-content: space-evenly;
  gap: 2px 2px;
  column-gap: 5px;
} */

.Our-features {
  background-color: white;
  padding: 0;
  box-sizing: border-box;
}

.part-outer {
  padding: 5px 10px;
  /* background-color: red; */
  overflow: hidden;
  transition: all 1s;
}

.part {
  text-align: center;
  /* background-color: aqua; */
  padding: 5px;
  overflow: hidden;
  transition: all 1s;
}

.part-text {
  overflow: hidden;
}

.part:hover .icon {
  /* border: #161a28 solid 1px; */
  transform: scale(1.05, 1.05);
}

.part .icon {
  transition: all 1s;
  font-size: 30px;
}

.part:hover {
  /* color: blue; */
  color: rgb(114, 15, 15);
  /* text-shadow: 0 0px 2px black; */
  transform: scale(1.05, 1.05);
  background-color: rgba(0, 0, 0, 0.05);
}

.part-outer:hover {
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.338);
}

/* -------home------------------- */

.gallery {
  background-color: rgb(238, 238, 238);
  overflow: auto;
  padding: 40px 0;
  width: 100%;
  /* position: relative; */
}

.gallery .header {
  display: block;
  /* background-color: #e4e4e4; */
  padding: 0;
  margin: 0;
}

.gallery h2 {
  color: rgb(127, 127, 144);
  display: block;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.gallery h3 {
  /* color: #ce1212; */
  font-size: 50px;
  font-family: "Amatic SC", sans-serif;
  font-weight: 400;
  padding: 9px 0;
  text-align: center;
  text-transform: uppercase;
}

.gallery h3 span {
  /* color: blue; */
  color: rgb(114, 15, 15);
}

/* -------------grid-------------------- */

/* --------gallery img------------- */

.gallery .container-gallery {
  /* align-items: start; */
  margin: auto;
  justify-content: space-between;
  /* position: relative; */
}

.cards-container {
  /* background-color: #ce1212; */
  /* width: 40%; */
  /* padding: 0 20px; */
  /* position: relative; */
}

.cards-container .card-img {
  background-color: #e4e4e4;
  margin: 20px 0;
  border: 3px solid white;
  overflow: hidden;
  position: relative;
}

.cards-container .card-img img {
  transition: all 0.5s;
}

.card-img:hover img {
  transform: scale(1.1);
}

.gallery-card-hover {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  /* bottom: 0;
  left: 0;
  right: 0;
  height: 0; */
  width: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery-card-hover h4 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: white;
  margin: 10px 0;
}

.gallery-card-hover p {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgb(221, 221, 221);
}

.card-img:hover .gallery-card-hover {
  height: 100%;
}

/* -------home------------------- */

.chefs {
  background-color: white;
  margin: 0;
  overflow: auto;
  padding: 20px 0;
  /* position: relative; */
  box-sizing: border-box;
}

.container-1 {
  margin: auto;
  /* background-color: #161a28; */
  /* justify-content: space-evenly; */
}

.chefs .container-chefs {
  margin: 40px auto;
  /* background-color: #ce1212; */
}

.container-chefs .row {
  margin: auto;
  /* background-color: #161a28; */
}

.outer-card {
  /* width: 33%; */
  padding: 10px;
  /* position: relative; */
}

.outer-card:hover .chef-card {
  transform: scale(1.05);
}

.chefs .header {
  display: block;
  /* background-color: #e4e4e4; */
  padding: 0;
  margin: 0;
}

.chefs h2 {
  color: rgb(127, 127, 144);
  display: block;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.chefs h3 {
  /* color: #ce1212; */
  font-size: 50px;
  font-family: "Amatic SC", sans-serif;
  font-weight: 400;
  padding: 9px 0;
  text-align: center;
  text-transform: uppercase;
}

.chefs h3 span {
  /* color: #ce1212; */
  color: rgb(114, 15, 15);
}

.chef-card {
  /* background-color: teal; */
  border-radius: 3px;
  text-align: center;
  box-shadow: 4px 4px 010px 1px rgba(0, 0, 0, 0.09);
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}

.chef-img {
  border-radius: 3px 3px 0 0;
  position: relative;
}

.chef-img img {
  border-radius: 3px 3px 0 0;
}

.shape {
  position: absolute;
  /* background-image: url(../img/team-shape.svg); */
  background-image: url(../images/gallery/team-shape.svg);
  bottom: -2%;
  left: 0;
  right: 0;
  height: 15%;
  padding: 0;
  margin: 0;
  background-repeat: repeat-x;
  border: none;
  /* background-color: #ce1212; */
}

.chef-txt {
  /* background-color: #e4e4e4; */
  width: 90%;
  margin: 10px auto;
  padding: 0 0 10px 0;
  box-sizing: border-box;
}

.chef-txt h3 {
  color: rgb(33, 37, 41);
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 0;
  text-transform: capitalize;
}

.chef-txt h4 {
  color: rgb(127, 127, 144);
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin: 4px 0;
}

.chef-txt p {
  color: rgb(127, 127, 144);
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  margin: 4px 0;
  font-style: italic;
}

.card-hover {
  background-color: rgba(150, 128, 128, 0.408);
  color: rgba(0, 0, 0, 0.495);
  position: absolute;
  top: 7%;
  right: -100%;
  width: 10%;
  height: 30%;
  border-radius: 5px;
  transition: all 0.4s 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: larger;
}

.outer-card:hover .card-hover {
  right: 3%;
}

/* -------home------------------- */
/* --------------------------- */
/* --------------------------- */
/* --------------------------- */
.Portfolio-img {
  position: relative;
}

.Portfolio {
  background-color: beige;
}

.part-head {
  width: 50%;
  font-family: Montserrat, sans-serif;
  background-color: aqua;
  position: relative;
}

.img-hover {
  width: 95%;
  height: 95%;
  position: absolute;
  background-color: white;
  justify-content: center;

  opacity: 0;
  top: 20px;
  transition: all 0.5s;
}

.img-hover h3,
.img-hover .img-hover-icon {
  margin: 30px 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  transition: margin 1s;
}

.img-hover .img-hover-icon i {
  font-size: 14px;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  border: 1px solid black;
  background-color: black;
  color: #ffffff;
}

.img-hover .img-hover-icon i:hover {
  background-color: #ffffff;
  color: black;
}

.img-hover:hover {
  opacity: 1;
  top: 10px;
}

.img-hover:hover .img-hover-icon {
  margin: 5px;
}

.img-hover:hover h3 {
  margin: 5px;
}

/* --------------------------- */

.container2 {
  /* width: 85%; */
  /* background-color: lightgray; */
  background-image: linear-gradient(rgba(173, 216, 230, 0.396)),
    url(../images/1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 20px 0;
  color: white;
  font-weight: 900;
}

.section4 {
  width: 100%;
  /* background-color: antiquewhite; */
  margin: 20px auto;
  padding: 20px 0;
}

.nums {
  /* width: 20%; */
  /* float: left; */
  /* margin: 2% 2.5%; */
  padding: 10px 0;
  text-align: center;
  /* background-color: #161a28; */
  background-color: white;
  border-radius: 10px;
  color: #161a28;
  /* border: 2px solid red; */
  border: 2px solid rgb(114, 15, 15);
  font-family: "Poetsen One", sans-serif;

  /* font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; */
}

.nums-img .fa-solid {
  width: 100%;
  margin: auto;
  color: black;
  font-size: 60px;
}

.blur .nums-img .fa-solid {
  color: white;
}

.nums .num {
  font-weight: 400;
  font-size: 30px;
  margin: 3%;
}

/* --------------------------- */

/* -------footer--------------- */
.footer {
  background-image: url(../img/textured-metal-background.jpg);
  /* background-position: center center; */
  background-size: contain;
  background-repeat: repeat;
  display: flex;
  align-items: start;
  justify-content: space-between;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  /* background-color: #ce1212; */
}

.footer .container {
  align-items: start;
  /* background-color: #ce1212; */
}

.footer-part1 {
  /* width: 24%; */
  /* background-color: aqua; */
  color: white;
}

.footer-part1 .logo {
  display: flex;
  align-items: center;
  margin: 10px 0;
  /* color: white; */
}

.footer-part1 .logo a {
  color: white;
}

.footer-part1 .logo img {
  width: 10%;
}

.footer-part1 h4 {
  text-align: center;
  border-bottom: 1px solid gray;
  padding: 5px 0;
}

.footer-icons {
  /* background-color: beige; */
  display: flex;
  justify-content: space-around;
  font-size: 20px;
  padding: 20px 0;
}

.footer-part2 {
  /* background-color: #e4e4e4; */
  /* width: 49%; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: white;
}

.footer-part2 h4,
.footer-part2 p {
  width: 100%;
  padding: 10px 0;
}

.footer-part2 a {
  width: 48%;
  color: white;
  /* background-color: aqua; */
  padding: 10px 0;
  position: relative;
  left: 0;
  border-radius: 10px;
  padding-inline: 4px;
  transition: all 1s;
}

.footer-part2 a:hover {
  left: 1%;
  /* right: -10%; */

  background-color: black;
}

.footer-part3 {
  color: white;
  /* background-color: #ce1212; */
  /* width: 24%; */
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.footer-part3 .footer-part3-1 {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.footer-part3 .footer-part3-1 i {
  padding: 10px;
  color: #ce1212;
}

.footer-part3 h4 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  padding: 10px 0;
  font-size: 20px;
}

.footer-part3-1 a {
  color: white;
}

.lyr {
  /* background-color: #312c2cb3; */
  padding: 50px 0;
  /* width: 50%; */

  margin: auto;
}

/* --------------------------- */

.pop {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.pop-box {
  width: 50%;
  height: 70vh;
  background-image: url(../images/gallery/meal-2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 40px;
  padding: 20px;
  position: relative;
}

#close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.Drilling {
  padding: 20px;
}

.Drilling h2 {
  font-size: large;
  display: block;
}

.contact {
  background-image: linear-gradient(rgba(252, 252, 252, 0.363)),
    url(../images/contact.jpeg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}

.drop {
  backdrop-filter: blur(10px);
  /* width: fit-content; */
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px gray;
  color: #161a28;
  padding: 20px;
}

.blur {
  /* backdrop-filter: blur(30px) !important; */
  background-color: #161a28;
  padding: 10px 0;
  text-align: center;

  border-radius: 10px;
  color: white;

  border: 2px solid rgba(255, 255, 255, 0.19);
  box-shadow: 0 0 30px rgba(227, 228, 237, 0.5);
  font-family: "Poetsen One", sans-serif;

  /* font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; */
}

.blur .num {
  font-weight: 400;
  font-size: 30px;
  margin: 3%;
}

.fontSpectial {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  color: #161a28;
  padding: 20px;
}

/* -----------------------Manufacturing-------------------------- */
.manufacturing {
  background-color: #e4e4e4;
}

.mancard h3 {
  width: fit-content;
  padding: 20px;
  border-bottom: red double;
  margin: auto;

}

.manufacturing h1 {
  width: fit-content;
  margin: 30px auto;
  background-color: #161a28;
  color: #e4e4e4;
  border-radius: 10px;
  padding: 0 10px;
}


.mancard h3 span {
  color: red;
}

.mancard-img-container {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  margin: auto;
}

.bg1 {
  background-color: antiquewhite;
}

.bg2 {
  background-color: aliceblue;
}

.mancard-img {
  border-radius: 5%;
  width: fit-content;
  padding: 20px 0;
}

.mancard-img img {
  border-radius: 5%;
  box-shadow: 0 0 10px 5px gray;
  display: block;
  width: 100%;

}

.epic-class {
  margin: auto;
  width: 50%;
  text-align: center;
}

.epic-class span {
  color: #ce1212;
  font-size: larger;
}

.qa-img {
  width: 80%;
  margin: 20px auto;
  /* border-radius: 20px; */
}


.qa-img img {
  border-radius: 20px;
}

iframe {
  width: 100%;
  border-radius: 10px;
}


.locations h1 {
  color: white;
  text-align: center;
  /* background-color: #e4e4e4; */
  /* width: 50%; */
}

.epic-location h2 {
  /* backdrop-filter: blur(20px); */
  color: #e4e4e4;
  /* background-color: #e4e4e4; */
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.epic-img-logo {
  /* width: 50%; */
  display: block;
  margin: auto;
  width: 30%;
}

.about-text-pag-parent {
  padding: 20px 20px 0 20px;
}

.bacdrop-m {
  background-image: url(./../images/our-mission.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
}

.bacdrop-v {
  background-image: url(./../images/our-mission-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
}

.bacdrop-p {
  background-image: url(./../images/our-mission-2.png.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
}

.about-text-page {

  /* background-color: red; */
  /* border-end-start-radius: 100%;
  border-end-end-radius: 100%; */
  padding: 0;
  margin: 0;
  height: 400px;
  transition: all .5s;
  color: transparent;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.about-text-page:hover {
  backdrop-filter: blur(30px);
  color: black;
  border-radius: 50% 0 50% 0;
  /* border: 2px solid black; */
  box-shadow: 0 0 10px 10px gray;
}

.container3 {
  /* width: 85%; */

  background-color: white;

  background-repeat: no-repeat;
  text-align: center;
  padding: 20px;
  color: white;
  font-weight: 900;
}

.differentiated {
  padding: 30px;
  overflow: hidden;
  /* background-color: #ce1212; */
  width: 100%;
  margin: auto;
}

.diff-head {
  background-color: black;
  color: whitesmoke;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  margin: 10px 0;

}



.dif-outer {
  /* background-color: aqua; */
  padding: 20px;
  /* border: 2px red solid; */
  border-radius: 20px;
  /* height: 750px; */

}

.dif-inner {
  /* height: 700px; */

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.dif-inner .dif-img img {
  transition: all 1s;
}

.dif-inner .dif-img {
  overflow: hidden;
}

.dif-text {
  background-color: #161a28;
  color: #e4e4e4;
  border-radius: 20px;
  /* height: 150px; */
  padding: 10px;
}

.dif-outer:hover .dif-inner .dif-img img {
  transform: scale(1.2, 1.2);
}

.dif-inner {
  /* background-color: #ce1212; */
  padding: 0px;
}

.dif-img {
  width: 100%;
}

.rig-img {
  border: 10px;
}

.rig-img img {
  border-radius: 10px;
}

.bits-repair p {
  width: 50%;
  margin: auto;
  font-size: larger;
}

.rig-img-2 {
  background-color: #161a28;
  border-radius: 10px;
}

.rig-img-2 .rig-img {
  overflow: hidden;
}

.rig-img-hover {
  transition: all .6s;
}

.rig-img-hover:hover {
  /* transform: scale(1.5, 1.5); */
  transform: rotate(12deg);
}


.lines{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  /* align-items: center; */
  /* width: 100%; */
}


.lines h1{
  text-align: center;
  background-color: #161a28;
  margin: 20px 0;
  color: #e4e4e4;
  padding: 10px;
  border-bottom: #ce1212 5px solid;
}

.lines h3{
  border-bottom: #ce1212 solid 5px;
  width: fit-content;
  margin: 10px auto;
}

.lin{

/* border-top: 2px #161a28 solid; */
border-bottom: 2px #161a28  solid;
margin: 20px ;
box-shadow: #161a28  0px 0px 10px 3px;


}

.about-text1 h2{
  text-align: center;
  background-color: #161a28;
  margin: 20px 0;
  color: #e4e4e4;
  padding: 10px;
  border-bottom: #ce1212 5px solid;
}

.box{
  /* border: #ce1212 10px solid; */
  box-shadow: 0px 0px 5px 2px black;
}

.jol{
width: 80%;
margin: auto;
text-align: center;
padding: 20px 0;
border-radius: 5px;
}
.Joint h2{
  text-align: center;
  background-color: #161a28;
  margin: 20px 0;
  color: #e4e4e4;
  padding: 10px;
  border-bottom: #ce1212 5px solid;
}

.jo{
width: 50%;
  background-color: aliceblue;
  /* border-radius: 20px; */
  box-shadow: -5px -5px 5px 5px 
   lightblue;
  padding: 10px;
  margin: 20px auto;
  text-align: center;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.joo{
display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 20px 0;
  width: 100%;
}


.table table{
 width: 100%;
  text-align: center;
  margin: 20px 0;

}

table, th, td {
  border: 1px solid;
}

.tr{
  color: #ce1212;
}

.License p{
  background-color: lightblue;
  border-radius: 10px;
  /* width: 70%; */
  padding: 10px;
  margin: 20px auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
   margin: 20px auto;
  padding: 0;
}
.License .imgaiya {
 margin: auto;
 /* width: 50%; */
}

.License{
  margin: auto;
}