/* Global styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'agency fb' !important;
}

body {
  font-family: Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

/* Hero Section */
.part1 {
  position: relative;
  color: white;
  text-align: left;
  overflow: hidden;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 900px;
  object-fit: cover;
  z-index: -1;
}

.blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 100, 255, 0.6), transparent);
  z-index: -1;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 100px;
  position: relative;
}

.logo {
  max-width: 150px;
}

.btn1 {
  width: 220px;
  height: 70px;
  padding: 18px 0;
  background-color: #131e3b;
  color: white;
  text-decoration: none;
  border-radius: 0 0 20px 0;
  font-weight: bold;
  font-size: 20px;
  border: 5px solid #131e3b;
  text-align: center;
}

.btn1:hover {
  background-color: white;
  color: #131e3b;
}

.description {
  padding: 100px;
  text-align: left;
  color: white;
  line-height: 55px;
}

.matn {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.small-matn {
  font-size: 16px;
  margin-bottom: 70px;
}

.btn2 {
  padding: 20px 60px;
  background-color: #131e3b;
  color: white;
  text-decoration: none;
  border-radius: 0 0 20px 0;
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  border: 5px solid #131e3b;
}

.btn2:hover {
  background-color: white;
  color: #131e3b;
}

/* About Section */
.part2 {
  height: auto;
  width: 85%;
  padding: 30px 0;
  margin: auto;
}

.about-section {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  text-align: left;
  width: 98%;
}

.cart_image_text {
  display: flex;
  gap: 30px;
  margin: 20px 0;
}

.about_image {
  width: 30%;
  overflow: hidden;
}

.about_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-contain {
  margin-bottom: 50px;
  display: block;
  justify-content: center;
  width: 70%;
}

.about1 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #131e3b;
  ;
}

.about-text1 {
  font-size: 20px;
  margin-top: 20px;
}

.achievements_cards {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  gap: 40px;
}

.achievement_card {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 240px;
  background-image: linear-gradient(#a0bb5a, #768a42);
  padding: 1.6rem;
  border-radius: 1rem;
  text-align: center;
  transition: all 400ms ease;
}

.achievement_card:hover {
  box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.3);
}

.achievement_card h1 {
  font-weight: bold;
  font-size: 50px;
  color: rgb(247, 255, 221);
}

.achievement_card p {
  color: white;
  font-size: 18px;
}

.cover_cart {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}

.achievement_icon,
.achievement_icon1,
.achievement_icon2 {
  display: inline-block;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 3.5rem;
  color: rgb(204, 219, 155);
}



.achievement_card p {
  margin-top: 1rem;
}


/* --------------Service Section --------------*/
.part3 {
  /* width: 90%; */
  margin: auto;
  padding: 30px 0;
  background-color: #f4f4f4;
}

.head h1 {
  font-size: 2.5rem;
  text-align: center;
  color: #131e3b;
}

.image-containers {
  width: 88%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  align-items: start;
  gap: 15px;
  margin-top: 10px;
}

.containers-pic {
  width: 100%;
  margin-bottom: 30px;
  gap: 10px;
  height: 450px;
  border: 1px solid rgb(107, 102, 102);
  border-radius: 5px;
  transition: background 0.5s, transform 0.5s;
}

.containers-pic:hover {
  background: #e0dddd;
  transform: translateY(-10px);
}

.image img {
  width: 100%;
}

.image-matn {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 20px 8px;
  font-size: 18px;
}

.bold-matn {
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}

/* =======-------ocean picture-------======= */
.big-container {
  background-color: white;
  display: flex;
  justify-content: center;
  padding: 0px;
  margin: 0 auto;
}

.ocean-pic {
  display: flex;
  justify-content: center;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.ocean-pic-down {
  width: 84%;
  height: 500px;
  background-color: rgb(221, 233, 188);
  margin: 0px 50px;
  margin-bottom: 50px;
}

/* ---------------heloo---------------- */
.slider {
  width: 100%;
  overflow: hidden;
}

.slider.rtl {
  direction: rtl;
  /* تغییر جهت به راست به چپ */
}

.slider-track {
  display: flex;
  width: calc(800%);
  animation: scroll-rtl 60s linear infinite;
}

.slider-track img {
  width: 60rem;
  height: 450px;
  margin: 0 10px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 100px;
}

@keyframes scroll-rtl {
  0% {
    transform: translateX(50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* ===========send Enguiry section============= */
.part5 {
  background-image: url(./image/footer-bg.png);
  background-color: #131e3b;
  margin-bottom: 50px;
  height: auto;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.send {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 60px;
  color: #ffffff;
  margin-top: 30px;
}

.cart1 {
  width: 100%;
}

.form {
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.contact_form {
  justify-content: center;
  width: 50%;
}

.contact_form input,
.contact_form textarea {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
}

.contact_form button {
  width: 250px;
  text-align: center;
  padding: 20px 60px;
  background-color: #fdfdfd;
  color: #131e3b;
  text-decoration: none;
  border-radius: 0 0 20px 0;
  font-weight: bold;
  font-size: 20px;
  border: 6px solid #131e3b;
  cursor: pointer;
}

.contact_form button:hover {
  background-color: rgb(6, 161, 6);
}

/* ===========partner section============= */
.partner {
  margin-bottom: 40px;
}

.partner h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 30px;
  color: #131e3b;
}

/* =====---------sencond slider--------==== */
.slider {
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}

.slider.rtl1 {
  direction: rtl;
}

.slider-track1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 200px;
  object-fit: cover;
  overflow: hidden;
  width: calc(400%);
  animation: scroll-rtl 60s linear infinite;
  margin-bottom: 40px;
  gap: 10px;
}

.cover-logo-image {
  width: 350px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 140px;
}

.image-logo {
  width: 200px;
  height: 90px;
  margin: 0 10px;
  cursor: pointer;
}

@keyframes scroll-rtl {
  0% {
    transform: translateX(50%);
  }

  100% {
    transform: translateX(0);
  }
}

/* -==============Footer Section -==================*/
.part7 {
  background-color: #2a2935;
  color: white;
  padding: 20px;
}

.logo-image-pic {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 80px;
  align-items: center;
  align-self: center;
  margin: 20px 0;
}

.logo-image-pic img {
  margin-bottom: 20px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-text {
  display: flex;
  justify-content: center;
  gap: 100px;
  width: 100%;
}

.text-bottom {
  width: 15%;
}

.text-bottom h1 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.text-bottom p {
  font-size: 1rem;
  margin-bottom: 5px;
}

.copy-text {
  display: grid;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.copy-text hr {
  width: 100%;
}

/* Scroll to Top */
.up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #131e3b;
  ;
  color: white;
  padding: 25px 20px;
  text-decoration: none;
  border-radius: 0 0 15px 0;
  font-style: italic;
  border: 3px solid #131e3b;
}

.up:hover {
  background-color: white;
  color: #131e3b;
}

iframe {
  width: 40%;
  height: 415px;
  border: 0;
}

.form_name {
  display: grid;
  justify-content: center;
  grid-template-columns: 45% 45%;
  gap: 10px;
}

.form_name input {
  width: 100%;
}

/* ==============Responsive Section================== */

/*---======MEDIA QUERIES (TABLETS)=======--*/
@media screen and (max-width: 1024px) {
  .part1 {
    margin-bottom: 0;
  }

  .blue {
    top: 0;
    left: 0;
    width: 50%;
    background: linear-gradient(to right, rgba(0, 100, 290, 0.7), transparent);
    z-index: -1;
  }

  .description {
    top: 45%;
    left: 40%;
  }

  /* ==---------------about secton responsive-------------== */
  .part2 {
    height: auto;
    grid-template-columns: 1fr;
    text-align: start;
    justify-content: center;
  }

  .achievement_card {
    gap: 80px;
    padding: 20px;
  }

  .numbers {
    padding: 100px 40px;
  }

  .form {
    padding: 20px;
    margin: 0;
    width: 100%;
    gap: 0;
  }

  .cart_image_text {
    height: auto;
  }

  .about_image img {
    width: 100%;
  }
}


/*---======MEDIA QUERIES (PHONE)=======--*/
@media screen and (max-width: 600px) {
  .part1 {
    width: 100%;
    margin-bottom: 30px;
  }

  .header {
    margin: 0;
    padding: 10px;

  }

  .btn1 {
    text-align: center;
    align-items: center;
    width: 150px;
    height: 55px;
    padding: 10px 0;
  }

  .logo {
    width: 80px;
  }

  .btn2 {
    padding: 12px 35px;
  }

  .description {
    padding: 70px 20px;
  }

  .matn {
    font-size: 30px;
    line-height: 30px;
  }

  .small-matn {
    font-size: 14px;
  }

  /* About Section */
  .part2 {
    padding: 0 15px;
    width: 100%;
    /* height: 89rem; */
    overflow: hidden;
  }

  .about-section {
    width: 100%;
    margin-top: -400px;
    text-align: left;
  }

  .cart_image_text {
    flex-direction: column;
    width: 100%;
  }

  .about-contain {
    margin-top: 400px;
    width: 98%;
    justify-content: center;
    overflow: hidden;
  }

  .achievements_cards {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .achievement_card {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 15px;
    width: 98%;
  }

  /* Service Section */
  .part3 {
    padding: 10px;
    width: 100%;
  }

  .containers-pic {
    height: 450px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .image-containers {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
  }

  .containers-pic {
    width: 90%;
  }

  .image,
  .image5,
  .image6 {
    width: 100%;
  }

  /* Ocean Image */
  .big-container {
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
    height: 350px;
  }

  .ocean-pic img {
    width: 100%;
    height: 200px;
  }

  /* Slider */
  .slider-track img {
    height: 200px;
  }

  /* Send Enquiry */
  .container-send {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 20px;
    width: 100%;
    overflow: hidden;
  }


  .form {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    padding: 10px;
  }

  iframe {
    width: 100%;
    height: 250px;
  }

  .contact_form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    margin-top: 10px;
  }

  /* Partners */
  .slider-track1 {
    height: 150px;
  }

  .cover-logo-image {
    height: 150px;
  }

  .image-logo {
    height: 60px;
  }

  /* Footer */
  .part7 {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 30px;
    margin: 0;
  }

  .footer-text {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    width: 100%;
  }

  .logo-image-pic img {
    width: 200px;
  }

  .text-bottom {
    width: 100%;
  }

  .up {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    padding: 6px 10px;
  }

  .about_image {
    width: 100%;
  }
}