html {
  scroll-behavior: smooth;
}
ul {
  list-style: none;
}

* {
  margin: 0;
  padding: 0;
}

.head {
  position: fixed;
  display: flex;
  width: 100%;
  list-style: none;
  text-align: center;
  justify-content: space-around;
  box-shadow: 0px 15px 5px -15px;
}

ul {
  display: flex;
}
.head li {
  margin-inline: 3rem;
  font-size: medium;
  margin-top: 2rem;
  font-family: Arial, Helvetica, sans-serif;
}

.scroll-link {
  list-style: none;
  text-decoration: none;
  cursor: pointer;
  color: black;
}
.log {
  display: flex;
  margin-top: 1.2rem;
  letter-spacing: 1rem;
}
.head {
  width: 100%;
  height: 10vh;
  background-color: #ffffff;
  z-index: 1;
}
.videos {
  height: 100vh;
}
video {
  width: 100%;
  object-fit: cover;
  max-height: 100%;
}
#title {
  text-align: center;
  font-size: 5vmax;
  font-family: "Times New Roman", Times, serif;
  margin-top: 1em;
  font-weight: 100;
}
#title::before {
  content: "";
  display: block;
  width: 38%;
  height: 1.5px;
  background: #000;
  position: absolute;
  left: 0;
  margin-top: 60px;
  z-index: -2;
}

span {
  background: #ffffff;
}
#title-two {
  text-align: center;
  margin-top: 2.5%;
  margin-right: 1%;
  font-family: "Times New Roman", Times, serif;
  font-weight: 100;
}

#title-two::after {
  content: "";
  display: block;
  background: #000;
  width: 40%;
  height: 1.5px;
  position: absolute;
  right: 0;
  margin-top: 2px;
  z-index: -2;
}
.about {
  margin-top: 0;
}
#title-about {
  text-align: center;
  font-size: 5vmax;
  font-family: "Times New Roman", Times, serif;
  margin-top: 1em;
  font-weight: 100;
}
#title-two-about {
  text-align: center;
  margin-top: 5%;
  /* margin-right: 1%; */
  font-family: "Times New Roman", Times, serif;
  font-weight: 100;
}
#title-two-about::after {
  content: "";
  display: block;
  background: #000;
  width: 36%;
  height: 1.5px;
  position: absolute;
  right: 0;
  margin-top: 2px;
  z-index: -2;
}
#title-about::before {
  content: "";
  display: block;
  width: 43%;
  height: 1.5px;
  background: #000;
  position: absolute;
  left: 0;
  margin-top: 60px;
  z-index: -2;
}

.offer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: -1;
  margin-top: 3rem;
}

.one,
.two,
.three,
.four {
  position: relative;
  display: flex;
  width: 227px;
  border: 1px solid #000;
  margin: 0.3%;
  height: 403px;
}
.info-text {
  position: absolute;
  margin-top: 13rem;
  margin-left: 5rem;
}
#btn,
#btn1,
#btn2,
#btn3,
#btn4 {
  border: 1px solid #f1f1f1;
  width: 133px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: #ffffff;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
}
/* #one {
  width: 227px;
  height: 403px;
  object-fit: cover;
} */
/* #one {
  right: 0;
  bottom: 0;
} */
.info-text {
  width: 227px;
  height: 403px;
  position: absolute;
  margin-left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  text-align: center;
  cursor: pointer;
}
#text {
  margin-top: 100%;
}
.sub-content {
  text-align: center;
  width: 50%;
  margin: auto;
  margin-top: 3rem;
  letter-spacing: 0.8px;
  font-size: 18px;
}
.sub {
  margin-top: 5em;
  display: flex;
  flex-direction: column;
}
#sub {
  font-size: large;
}
.contact {
  display: flex;
  margin-top: 3rem;
  justify-content: space-around;
}
.sub-contact {
  display: flex;
  width: 18%;
  font-size: x-large;
  text-align: center;
}

.sub-content::before {
  content: "";
  display: block;
  width: 19%;
  height: 1.5px;
  background: #000;
  position: absolute;
  left: 0;
  margin-top: 19rem;
  z-index: 1;
}
.sub-job {
  font-size: x-large;
}

.sub-job::after {
  content: "";
  display: block;
  background: #000;
  width: 18%;
  height: 1.5px;
  position: absolute;
  right: 0;
  margin-top: 2px;
  z-index: -2;
}
.trust {
  width: 100%;
  text-align: center;
  background-color: blue;
  margin-top: 5rem;
}

/* video */
#btn:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  object-fit: contain;
  display: block;
  /* width: 100%; */
  max-width: 70%;
  margin-left: 20px;
}

/* Caption of Modal Image */
#caption {
  display: block;
  width: 100%;

  /* text-align: center; */
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#cap {
  color: #ccc;
  text-align: center;
}
#img01 {
  width: 100%;
  height: 403px;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  background-color: black;

  font-size: 30px;
  font-weight: 100;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.prev {
  position: absolute;
  top: 30%;
  left: 0;
  color: #f1f1f1;
  background-color: black;

  font-size: 30px;
  font-weight: 100;
  transition: 0.3s;
  cursor: pointer;
}
.nex {
  position: absolute;
  top: 30%;
  right: 0;
  color: #f1f1f1;
  background-color: black;

  font-size: 30px;
  font-weight: 100;
  transition: 0.3s;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

/* end */
