* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  color: #fff;
  font-family: neww;
  font-weight: normal;
  font-style: normal;
  scroll-behavior: smooth;
  box-sizing: border-box;
}
@font-face {
  font-family: neww;
  src: url(fonts/new-sans.ttf);
}
.container {
  width: 100%;
  height: 800px;
  position: relative;
  top: 0;
  background: url(img/cover.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}
.cntnt {
  overflow: hidden;
  height: auto;
  width: 100%;
}
.container img {
  width: 100%;
  height: auto;
}
.overlay {
  width: 100%;
  height: 100%;
  z-index: 21;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.overlay h1 {
  font-size: 4rem;
  text-transform: uppercase;
}

header {
  width: 100%;
  height: 120px;
  background-color: #1b1b1b;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 2;
}
#just {
  display: none;
}
header ul li {
  float: left;
  margin-left: 70px;
  list-style: none;
  width: auto;
}

header a:hover {
  border-bottom: 2px solid #ff1818;
}
header a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

header button {
  width: 130px;
  height: 45px;
  background-color: #ff1818;
  color: #fff;
  border: 2px solid #ff1818;
}

.btna {
  background-color: #000;
  border: 2px solid #fff;
  color: #fff;
}

.search {
  width: 500px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 40px;
}
.search input {
  width: 350px;
  height: 60px;
  border: none;
  outline: none;
  font-size: 20px;
  background-color: #fff;
  text-align: center;
}

.search button {
  width: 140px;
  height: 60px;
  background-color: #ff1818;
  color: #fff;
  font-size: 20px;
  border: 1px solid #ff1818;
}

.about {
  width: 100%;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  position: relative;
  top: 100px;
}

.about-box {
  width: 45%;
  height: 480px;
  display: grid;
  place-content: center;
  color: #000;
}
.about-box img {
  margin: 20px;
  width: 70%;
  height: auto;
}
.about-box p {
  text-align: justify;
  width: 500px;
}
.btnb {
  width: 160px;
  height: 55px;
  margin-top: 20px;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 15px;
  color: #000;
}

.services {
  width: 100%;
  height: 400px;
  background-color: #fff;
  position: relative;
  top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.services-box {
  width: 300px;
  height: 300px;
  background-color: #1b1b1b;
  display: grid;
  place-content: center;
  transition: transform 0.3s;
}

.services-box .headtag {
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.services-box p {
  padding: 20px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.services-box:hover {
  border-bottom: 2px solid #ff1818;
  transform: scale(1.1);
}

.slct {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  top: 100px;
  background-color: #fff;
}

.bc-image img {
  width: 100%;
  height: 400px;
  background-image: url(img/cover.jpeg);
  background-attachment: fixed;
  position: relative;
  top: 100px;
}

.head {
  width: 100%;
  height:auto;
  position: relative;
  background-color: #fff;
  color: #000;
  display: grid;
  place-items: center;
  top: 100px;
}

.headtag {
  text-align: center;
  font-size: 60px;
}

.head-tag {
  font-size: 40px;
}
header i {
  position: absolute;
  top: 50px;
  left: 50px;
  font-size: 20px;
}

footer {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #1b1b1b;
  position: relative;
  top: 200px;
  color: #fff;
  gap: 2rem;
}

.footer-box {
  width: 250px;
  height: 250px;
}

footer li {
  list-style: none;
}

footer a {
  color: #fff;
}

footer h3 {
  color: #ff1818;
  font-size: 25px;
  padding-top: 50px;
}

.cards {
  width: 100%;
  height: 350px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.card-box {
  width: 250px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.card-box img {
  width: 100px;
  height: 100px;
}
.card-box .headtag {
  font-size: 20px;
  text-align: center;
  color: #000;
}
.form {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  top: 100px;
}

.form-details {
  width: 400px;
  height: 50px;
  margin-top: 25px;
}
.form-details input {
  width: 100%;
  height: 50px;
  border: 1px solid #1b1b1b;
  background-color: #fff;
  outline: none;
  text-align: center;
  font-size: 20px;
}

.form-details button {
  width: 100%;
  height: 50px;
  background-color: #1b1b1b;
  border: none;
  border: 2px solid #1b1b1b;
  color: #fff;
}

.menu {
  display: none;
}

@media (min-width: 200px) and (max-width: 1270px) {
  body {
    background-color: #fff;
  }
  .sub-cntnt {
    width: 100%;
    height: auto;
  }
  .sub-cntnt p{
    padding: 5%;
    text-align: justify !important;
    width: 90% !important;
  }

  .sub-cntnt h5{
    text-align: center;
    font-size: 25px;
  }
  #just {
    display: block;
    position: absolute;
    top: 30px;
  }
  footer {
    width: 100%;
    height: auto;
    position: relative;
    top: 200px;
  }
  .search {
    width: 100%;
    height: auto;
  }
  .search button {
    font-size: 15px;
    padding: 5px;
  }
  #top-img {
    margin-top: 50px;
  }
  .overlay h1 {
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
      sans-serif;
    font-size: 20px;
  }
  .overlay h3 {
    font-size: 15px;
    font-weight: lighter;
  }
  header {
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 4;
  }
  .form {
    width: 100%;
    height: auto;
  }
  .form-details {
    width: 94%;
    height: auto;
    margin: 3%;
  }
  header ul {
    display: none;
  }
  .cards {
    width: 100%;
    height: auto;
  }
  .menu {
    display: block;
    width: 90%;
    height: 100%;
    background: #1b1b1b;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    position: fixed;
    top: 0;
    z-index: 99985656565656;
    overflow-x: hidden !important;
  }

  .menu li {
    width: 100%;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    display: grid;
    place-items: center;
  }

  .menu a {
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    float: left;
  }

  .menu h2 {
    text-align: center;
    margin-top: 140px;
    color: #ff1818;
    font-size: 35px;
  }

  .menu i {
    float: right;
    color: #fff;
    font-size: 40px;
    margin-top: 20px;
    margin-right: 20px;
  }

  .container {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
  }
  .overlay {
    width: 100%;
    height: 400px;
  }
  .overlay h1 {
    font-size: 40px;
  }
  .overlay h2 {
    font-size: 20px;
  }
  .search input {
    width: 60%;
    height: 50px;
  }
  .search button {
    height: 50px;
    width: 25%;
  }
  .about {
    flex-direction: row;
    width: 100%;
    height: auto;
    position: relative;
    top: 100px;
  }
  .about-box {
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
  .about-box .head-tag {
    margin-left: 5%;
    margin-right: 5%;
  }
  .about-box p {
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
  }
  .btnb {
    margin-left: 5%;
  }
  .about-box img {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .services {
    width: 100%;
    height: auto;
    position: relative;
    top: 100px;
    background-color: #fff;
  }

  .head {
    position: relative;
    top: 100px;
    width: 100%;
    height: 200px;
    display: grid;
    place-content: center;
  }
  .head .headtag {
    font-size: 40px;
  }

  .menu li {
    display: flex;
    justify-content: center;
    border: none;
  }

  .menu li i {
    font-size: 25px;
    margin-top: -10px;
    margin-left: -50px;
  }
  .menu ul {
    margin-top: 10px;
  }
  .menu li:hover {
    background-color: #ff1818;
    color: #fff;
  }
}

.our-team {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  top: 100px;
}

.team-user{
  width:280px;
  height:350px;
  box-shadow: 2px 16px 16px solid gray;
  color: #000;
  display: grid;
  place-items: center;
}

.team-user img{
  width:100%;
  height:auto;
}

.team-user h5{
  font-size: 22px;
  color: #ff1818;
  text-align: center;
}
.team-user p{
  font-size: 15px;
  text-align: center;
  width: 80%;
}
.team-user i{
  font-size: 20px;
  color: gray;
  margin-left: 5px;
}
.sub-cntnt{
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
top: 100px;
position: relative;
background-color: #f7f7f7;
}
.sub-cntnt h5{
  color: #000;
}
.sub-cntnt p{
  width: 70%;
  color:#000;
  text-align: center;
  font-size: 17px;
}

.sub-cntnt button{
  width: 250px;
  height: 70px;
  background-color: #ff1818;
  box-shadow: 2px 16px 16px solid gray;
color: #fff;
font-size: 20px;
border: none;
margin-top: 20px;
}


.sub-cntnt h5{
  font-size: 50px;
}


.cntnth{
  width: 250px;
  height: 350px;
  background-color: #ff1818;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimon{
  width: 100%;
  height:auto;
  display: grid;
  place-items:center;
  color: #000;
  margin-top: 100px;
}
.testimon img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #000;
}

.testimon i{
  color: gold;
}

.testimon p{
  padding: 10px;
}

.testimon h6{
  font-size: 25px;
}