* {
  margin: 0px;
  padding: 0px;
  font-family: "Cairo", sans-serif;
  color: #ffffff;
}
body {
  background: linear-gradient(to left top, #97d5fe, #736df5, #061731);
  max-width: 1440px;
  align-self: center;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  min-height: 140vh;
  zoom: 100%;
}
body::-webkit-scrollbar {
  display: none;
}

@media only screen and (min-width: 1440px) {
  body {
    margin: 0px auto 0px auto;
    zoom: 90%;
    max-width: 1600px;
  }
}
.navbar_section {
  padding: 75px 75px 0px 75px;
}
.navbar-toggle {
  outline: none;
  border: none;
}
.navbar-toggle:focus {
  box-shadow: none;
  color: #ff551a;
}
.logo {
  width: 190px;
  transition: all ease-in-out;
  transition-duration: 800ms;
}
.logo:hover {
  transition: all ease-in-out;
  transition-duration: 800ms;
  transform: scale(1.2);
  translate: -20px;
  box-shadow: 15px 15px 20px rgba(255, 255, 255, 0.1);
  border-radius: 0px 0px 10px 0px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 0px 10px 10px 0px;

  /* background: linear-gradient(to left top ,rgba(255,255,255,0.1),rgba(255,255,255,0)); */
  /* transform: rotate(360deg); */
}
.nav_div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 40%;
  align-items: center;
}
.nav-btn-get-in-toggle,
.nav-btn-get-in-displayed {
  width: 150px;
  height: 40px;
  border-radius: 0px 20px 0px 20px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #d9d9d9;
  color: #d9d9d9;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  outline: none;
  margin-left: auto;
  transition: all ease-in-out;
  transition-duration: 800ms;
}
.nav-btn-get-in-toggle:hover {
  background-color: #d9d9d9;
  color: #736df5;
  transition: all ease-in-out;
  transition-duration: 800ms;
}
.nav-btn-get-in-displayed {
  display: none;
}

/* second-------------- */
.carousel_style {
  width: 100%;
  padding-bottom: 70px;
  position: relative;
  display: flex;
}
.carousel_content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.carousel_content img {
  width: 90%;
  border-radius: 30px;
}
.indicator_group {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0px;
}
.indicator {
  width: 13px;
  max-width: 13px;
  min-height: 13px;
  border-radius: 100%;
}
.arrows_carousel {
  display: flex;
  position: absolute;
  bottom: 0px;
  /* top:40%; */
  min-height: 33px;
  min-width: 200px;
  margin: 0px auto 0px auto;
  width: 100%;
  padding: 0px 40% 0px 40%;
}
.carousel_arrow {
  width: 50px;
  height: 15px !important;
  /* border-radius: 100%; */
  /* margin: 0px 20px 0px 20px; */
  background-color: rgba(255, 255, 255, 0) !important;
  position: static;
  z-index: 2;
}

.best_section {
  width: 100%;
  margin-top: 75px;
}
.best_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.best_image_container {
  width: 100%;
}
.best_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 70px;
}
.best_content_title {
  font-size: 35px;
  font-weight: 700;
}
.best_content_text {
  padding: 0px 0px 0px 40px;
  border-left: solid 4px #061731;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.best_image_container img {
  width: 100%;
}

.our_services_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
}
.our_services_title {
  width: 100%;
  font-size: 35px;
  font-weight: 700;
  padding-left: 70px;
}
.our_services_content {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* overflow-x: scroll; */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.our_services_content::-webkit-scrollbar {
  display: none;
}
.our_services_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 25px;
  min-width: 300px;
}
.our_services_box img {
  width: 100%;
}
.our_services_box_title {
  margin-top: 20px;
  font-size: 25px;
  font-weight: 300;
}

.footer_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_container {
  background-color: rgba(6, 23, 49, 1);
  /* display: flex;
  justify-content: space-around;
  align-items: center; */
  width: 100%;
  padding: 70px 0px 70px 0px;
}
.footer_box {
  display: flex;
  flex-direction: column;
  float: left;
  width: 20%;
  margin: 0px 25px 0px 40px;
}
.footer_box a {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  margin: 10px 0px 0px 0px;
  cursor: pointer;
}
.footer_box a:hover {
  color: #848282 !important;
}
.footer_box p {
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0px 0px 0px;
}
.footer_social {
  display: flex;
  justify-content: space-around;
  width: 15%;
  float: left;
  margin: 50px 25px 0px 25px;
}
.footer_social a {
  cursor: pointer;
  text-decoration: none;
}
.footer_logo {
  /* width: 160px; */
  /* margin-bottom: 25px; */
  float: left;
  width: 15%;
  margin: 30px 25px 0px 50px;
}
.footer_bottom {
  width: 100%;
  height: 50px;
  background-color: rgba(3, 18, 41, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_bottom p {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}
.footer_bottom span {
  font-size: 18px;
  font-weight: 700;
  color: rgba(137, 134, 241, 1);
  margin-bottom: 0px;
}

@media only screen and (max-width: 1000px) {
  .navbar_section {
    padding: 15px 15px 0px 15px;
  }
  .nav-btn-get-in-toggle {
    display: none;
  }
  .nav-btn-get-in-displayed {
    display: flex;
    margin-top: 15px;
    margin: 15px auto 0px auto !important;
    font-size: 18px;
    border: 1px solid #d9d9d9;
    width: 100%;
    transition: all ease-in-out;
    transition-duration: 800ms;
  }
  .nav-btn-get-in-displayed:hover {
    background-color: #d9d9d9;
    color: #736df5;
    transition: all ease-in-out;
    transition-duration: 800ms;
  }
  .nav_div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    align-items: flex-start;
    padding: 15px 0px 0px 15px;
  }
  .nav_div li {
    width: 100%;
  }
  .logo {
    margin: 0px 0px 0px 0px;
    width: 100px;
  }

  .best_section {
    margin-top: 40px;
  }
  .best_content {
    padding-left: 15px;
  }
  .best_content_title {
    font-size: 20px;
  }
  .best_content_text {
    padding: 0px 20px 0px 20px;
    font-size: 14px;
  }
  .best_container {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-around;
  }

  .our_services_title {
    width: 100%;
    font-size: 20px;
    padding-left: 15px;
  }
  .our_services_content {
    width: 100%;
    overflow-x: scroll;
  }
  .our_services_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px;
    min-width: 200px;
  }
  .our_services_box_title {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
  }

  .footer_container {
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 50px 15px 50px 15px;
  }
  .footer_box {
    display: flex;
    width: 80%;
    flex-direction: column;
    margin: 15px 0px 15px 35px;
  }
  .footer_box a {
    font-size: 14px;
  }
  .footer_box p {
    font-size: 18px;
  }
  .footer_social {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 25px 0px 25px 0px;
  }
  .footer_logo {
    width: 160px;
    margin-bottom: 25px;
  }

  .footer_bottom p {
    font-size: 14px;
  }
  .footer_bottom span {
    font-size: 14px;
  }
  .best_image_container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .best_image_container img {
    width: 60%;
  }
}
/* echo "# space_time" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/moazTello/space_time.git
git push -u origin main */

/* git remote add origin https://github.com/moazTello/space_time.git
git branch -M main
git push -u origin main */
