nav,
footer {
  width: 100%;
  background-color: #01012f;
  padding: 15px 0;
  position: relative;
}

.nav-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-parent ul {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.f1 {
  color: #28b4e9;
  font-size: 20px;
}

.bars-btn {
  position: absolute;
  right: 20px;
  display: none;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-size: 25px;
}

.nav-parent ul li a {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

a {
  text-decoration: none;
}

.nav-parent p {
  color: #fff;
  padding: 0;
  margin: 0;
}

.main {
  height: 600px;
  width: 100%;
  background-image: url("../images/main.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999;
}

.main h1 {
  font-size: 60px;
}

.main p {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  background-color: #72c4fc;
}

.main small {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  /* or 38px */

  text-align: center;

  /* oq 100% */

  color: #ffffff;
}

.main12 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin: 60px 0;
}

.main-parent {
  width: 600px;
  text-align: center;
}

.main-parent .main-img,
.main-parent .main-img img {
  width: 100%;
}

.cameras {
  /* background-color: #F0F2F5; */
  padding: 30px 0;
}

.cameras .card {
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cameras .card:hover {
  box-shadow: 0px 5px 12px rgba(0, 54, 244, 0.2);
}

.cameras .card p {
  margin-top: 15px;
  font-weight: 500;
}

.cameras h1 {
  color: rgba(0, 54, 244, 0.2);
  text-align: center;
}

.cameras .img-camera {
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.cameras img {
  width: 100%;
}

.camera-iframe h2 {
  text-align: center;
  margin: 60px 0 20px 0;
}

.camera-iframe h2 span {
  color: #0808a4;
}

.camera-arm {
  background-color: #fff;
  box-shadow: 0px 5px 12px rgba(0, 54, 244, 0.2);
  padding: 20px;
  border-radius: 15px;
}

#remoteVideos {
  background-color: #fff;
  width: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#videoElem {
  width: 100%;
}

.iframe {
  width: 100%;
  height: 600px;
  position: relative;
  margin: 0 auto;
}

.iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

footer h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 25px;
  margin-top: 15px;
}

footer .icons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
  color: #fff;
}

footer .icons p {
  margin: 0;
}

footer .icons i,
footer .sahifalar i {
  background-color: #14b5e3;
  padding: 12px;
  border-radius: 5px;
  font-size: 16px;
}

footer .sahifalar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #fff;
  margin: 30px auto;

}

footer .sahifalar a {
  color: #fff;

}

.text-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 15px 0;
}

.text-div .h2-texts {
  color: #0808a4;
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
}

.text-div span {
  font-size: 30px;
  font-weight: 700;
}

@media(max-width:991px) {
  .bars-btn {
    display: block;
  }

  .ul-list {
    position: absolute;
    right: 0;
    top: 90px;
    background: #01012f;
    width: 215px;
    height: 90vh;
    z-index: 999;
    transition: .3s ease;
    display: none;
  }

  .ul-list.active {
    display: block;
  }

  .ul-list ul {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    padding: 15px;
  }
}

@media (max-width: 768px) {

  .main p {
    font-size: 30px;
    line-height: 36px;
  }

  .main small {
    font-size: 16px;
  }

  .main-parent {
    width: 100%;
  }
}

.logo_img-grid {
  display: grid;
  grid-template-columns: min-content max-content;
  align-items: center;
  grid-gap: 20px;
}

@media only screen and (max-width: 600px) {
  .logo_img-grid>span {
    color: white;
    font-size: 12px;
    width: 200px;
  }
}

@media only screen and (min-width: 600px) {
  .logo_img-grid>span {
    color: white;
    font-size: 12px;
    width: 300px;
  }
}

@media only screen and (min-width: 600px) {
  .video_frame {
    width: 100%;
    height: 400px;
  }
}

@media only screen and (max-width: 600px) {
  .video_frame {
    width: 100%;
    height: 280px;
  }
}


.footer_logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.footer_logo>span {
  color: white;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (min-width: 1000px) {
  .post_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .post_content {
    padding: 20px;
  }
 
}
@media only screen and (max-width: 1000px) {
  .post_content {
    padding: 10px;
    width: 97%;
    margin: auto;
  }
  .cams_text  > h4 {
    text-align: center;
  }
}

.img_content > img {
  width: 100%;
}

.section_post {
  margin-top: 30px;
}

.post_content {
  border-radius: 10px;
  border: 1px solid rgb(230, 221, 221);
  box-shadow: 2px 5px 8px rgba(110, 112, 114, 0.2);
}
.cams_text  > h4 {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

.cams_text p {
  text-align: justify;
  color: rgb(92, 49, 49);
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 15px;
  font-size: 15px;
}