@import "../fonts/Roboto/stylesheet.css";

@media (min-width: 1025px) {
  .custom-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    padding: 0px 80px;
  }
  .btn-arabic {
    margin-left: 100px;
    border: 1px solid blue;
  }
  .categories-section .col-md-3 {
    width: 22%;
    flex: 0 0 22%;
  }
  .cus-btn {
    width: 300px;
  }

  .cus-m {
    margin-left: 110px;
  }
  .cus-m a {
    margin-right: 20px;
    font-size: 22px;
    font-family: "Roboto-Regular";
  }

  .cus-w {
    width: 500px;
  }
  .banner-text {
    margin-top: 200px;
  }
  .cus-px {
    padding: 0 80px;
  }
}
.banner {
  background-image: url("../img/Group 55952@2x.png");
  height: calc(100vh - 137.08px);
  background-size: cover;
  color: #fff;
  margin-top: 137.08px;
}
.space-evenly {
  justify-content: space-evenly;
}
.banner-text h3 {
  font-family: "Roboto-Bold";
  font-size: 50px;
}
.banner-text p {
  font-family: "Roboto-Regular";
  font-size: 25px;
}
.banner-text h5 {
  font-family: "Roboto-Bold";
  font-size: 30px;
  padding-bottom: 20px;
}
.categories-section h5 {
  font-family: "Roboto-Bold";
  font-size: 30px;
}

.contact-section h5 {
  font-family: "Roboto-Bold";
  font-size: 30px;
}
.work-section h6 {
  font-family: "Roboto-Bold";
  font-size: 20px;
  padding-top: 35px;
  padding-bottom: 25px;
}
.work-section h5 {
  font-family: "Roboto-Bold";
  font-size: 30px;
}
.card {
  padding: 5px;

  box-shadow: 0px 3px 6px #00000029;
}
.card-body {
  padding-bottom: 5px;
  text-align: center;
}
.card-body p {
  font-family: "Roboto-Regular";
  font-size: 22px;
}
.card-body {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.space-between {
  justify-content: space-between;
}
.cus-btn {
  font-family: "Roboto-Regular";
  color: #fff;
  background-color: #061252;
  font-size: 25px;
  border-radius: 15px;
}
.contact-section .form-control {
  border: 2px solid #061252;
  border-radius: 0;
}
.form-control::placeholder {
  color: #000000;
  opacity: 1;
  font-family: "Roboto-Medium";
}
.form-control:focus {
  border-color: black;
  box-shadow: none;
}
.footer {
  background: #091659;
  border: 1px solid #707070;
  display: flex;
  /* justify-content: flex-end; */
  text-align: center;
}
.footer p {
  margin-bottom: 0;
  font-family: "Roboto-Regular";
  font-size: 26px;
  color: #fff;
  width: 85%;
  text-align: center;
  padding-left: 150px;
}
.flex-end {
  justify-content: flex-end;
}
@media (min-width: 320px) and (max-width: 480px) {
  .banner {
    margin-top: 0;
  }
  .banner-text {
    padding: 0;
    padding-top: 50px;
  }
  h3 {
    font-size: 30px !important;
  }
  p {
    font-size: 18px !important;
  }
  h5 {
    font-size: 25px !important;
  }
  .footer p {
    padding-left: 0;
  }
}
.navbar-light .navbar-nav .nav-link {
  color: #000000 !important;
}
html {
  scroll-behavior: smooth;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .banner {
    margin-top: 0 !important;
    height: auto !important;
  }
  .banner-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
