@font-face {
  font-family: "optima";
  src: url("../fonts/unicode.optima.ttf");
}
body {
  background-color: #08191c;
}
.number_div {
  font-size: 25px;
  color: #0a1e22;
  padding: 10px;
  height: 50px;
  background-color: #2a7a8a;
  font-weight: 100;
  width: 50px;
  text-align: center;
}
#item_div {
  background-color: #0a1e22;
  display: flex;
  padding: 10px;
  border-radius: 10px;
  margin-top: 20px;
  min-height: 80px;
}
#item_div img {
  margin-right: 20px;
  max-width: 40px;
  max-height: 40px;
  align-self: center;
}
#item_div p {
  font-size: 20px;
  align-self: center;
  margin-bottom: 0px;
}
#desc_txt {
  color: white;
  /* margin-bottom: 50px; */
  font-weight: 100;
  font-size: 19px;
  line-height: 35px;
}
video {
  object-fit: cover;
  width: 100vw;
  height: 100%;
}
.nav-link.active {
  color: #6dcfc1 !important;
  border: none !important;
}
#small_header_txt {
  font-size: 14px;
  letter-spacing: 8px;
  font-weight: 600;
}
ion-icon {
  color: #6dcfc1 !important;
  margin-bottom: 20px;
}
#contact {
  background-color: black;
  padding-top: 100px;
  padding-bottom: 100px;
}

.navbar .container {
  padding-bottom: 10px;
  width: 95% !important;
  max-width: 95% !important;
}
.first_div {
  position: relative;
  background-image: url(../image/2/n1.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.second_div {
  background: url(../image/2/n5.png);
  background-size: 100% 100%;
  padding-bottom: 100px;
  padding-top: 50px;
}
.second_div .big_div .col-md-6 {
  padding: 30px;
}
.second_div .big_div {
  border-radius: 20px;
}
.section_div:hover,
img:hover,
.roundbox:hover,
button:hover,
.eight_div .second .col-md-2:hover {
  cursor: pointer;
  /* box-shadow: 0 10px 50px 0 rgba(8, 8, 8, 0.35); */
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.section_div,
.roundbox,
img,
.eight_div .second .col-md-2,
button {
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

.divider {
  height: 1px;
  width: 200px;
  background-color: white;
  margin: auto;
}
.link_button {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  padding: 10px;
  width: 190px;
  margin-top: 20px;
}
.link_button img {
  width: 15px;
  margin-left: 10px;
}
.header {
  height: 70px;
  background-color: rgb(9, 7, 2);
  padding: 0 20px;
}
.header img {
  width: 120px;
  margin-top: 10px;
}

.main_body .col-md-3 .section_div div {
  width: 100px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.main_body .col-md-3 .section_div div p {
  height: 80%;
  margin: 0;
  color: white;
  align-items: center;
  align-self: center;
  display: flex;
  text-align: left;
  margin: auto;
  padding-left: 10px;
  text-transform: uppercase;
  line-height: 20px;
}
.main_body .col-md-3 .section_div div button {
  height: 20%;
  width: 100%;
  background-color: transparent;
  border: none;
  color: #6dcfc1;
  border-top: 1px solid #6dcfc1;
  font-size: 11px;
}

.main_body .col-md-3 .section_div {
  position: relative;
  /* border: 1px solid #7c673f; */
  border-radius: 15px;
  width: 100%;
  height: 100%;
  background-size: cover;
  min-height: 150px;
}
.main_body .col-md-3 img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.main_body {
  text-align: center;
}
#header_title {
  color: white;
  font-size: 30px;
  font-weight: 600;
  font-family: "optima" !important;
}
#big_header_text {
  font-size: 50px;
  text-align: center;
  margin-top: 100px;
  font-family: "optima" !important;
  line-height: 50px;
}
p {
  color: white;
  line-height: 30px;
}

.first_div a.button {
  background-color: white;
  border: none;
  color: black;
  border-radius: 30px;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
}

.thrid_div #three_box {
  border: 1px solid #7c673f;
  border-radius: 10px;
  padding: 10px;
  height: 100%;
}

.row {
  justify-content: center;
  margin: 0 !important;
}

.footer {
  background-color: #051417;
  text-align: center;
  padding: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 50px;
}

.seven_div .col-md-3 {
  align-self: center;
}

@media only screen and (max-width: 800px) {
  .mobile-center {
    text-align: center !important;
  }
  video {
    object-fit: initial;
    height: 70vh;
    width: 100%;
  }
  .navbar-brand img {
    width: 100px;
  }
}
@media only screen and (max-width: 600px) {
}
