* {
  padding: 0;
  margin: 0;
  font-family: "Inter";
  font-weight: 600;
}

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');


.navbar-header {
  background-color: #1D6CB7;
  display: flex;
  padding: 0.5%;
  /* gap: 1%; */
  font-size: 12px;
  color: white;
  justify-content: space-between;
}

.header-start {
  display: flex;
  align-items: center;
  gap: 5px;
  /* margin-left: 6%; */
}

.header-text,
.mail {
  margin-left: 20px;
}

.header-text2 {
  margin-left: 5px;
}

.header-end,
.location,
.mail {
  display: flex;
}

.main-navbar{
  display: flex;
  align-items: center;
  font-size: 15px;
  justify-content: space-between;
}

.logo {
  /* background-color: #1D6CB7; */
  background-image: url('images/blue.png');
  width: 225px;
  height: 100px;
  padding: 0.5%;
}

.navbar {
  display: flex;
  /* background-color: #F8F8F8; */
  font-size: 15px;
  font-weight: bold;
  margin-left: 100px;
  padding: 0% ;
}
.navbar a {
  color: black;
  text-decoration: none;
  padding: 0px 20px;
  display: block;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  text-align: left;
  opacity: 90%;
  display: none;
  position: absolute;
  background-color: #1D6CB7;
  margin-left: 10px;
  width: 200px;
  border-radius: 4px;
  color: white;
}

.dropdown-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 10px 0;
}
.dropdown-content li {
  margin: 5px 0px; 
}
.dropdown-content a {
  color:white;
  /* padding: 1px 10px 1px 0px; */
  text-decoration: none;
  display: block;
  padding: 10px;
}
.dropdown.show .dropdown-content {
  display: block;
}
.navbar-section {
  display: flex;
  text-align: center;
}
.arrow {
  margin-left: 5px;
}

.button button{
  background-color: #1D6CB7;
  border-radius: 100px ;
  margin: 10px;
  padding: 5%;
  width: 105px;
  border: none;
  color: white;
}

.mobile-nav-toggle {
  display: none;
}

.toggle-lines-box {
  cursor: pointer;
}

.toggle-line {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
}


@media only screen and (max-width: 1440px) {
  .main-navbar{
      font-size: 13px;
  }
  }
@media only screen and (max-width: 1300px) {
  .mobile-nav-toggle {
      display: flex;
      justify-content: flex-end;
      flex-grow: 1;
      padding: 0 20px 0 0;
  }
}

.header-title {
  font-family: 'Lucida Sans', 'Roboto Condensed';
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 69.9px;
}
.credentials, .staff-name, .staff-title {
  font-family: 'Lucida Sans', 'Roboto Condensed';
  color: #FFFFFF;
  /* position: absolute; */
}
.credentials {
  top: 1194px;
  right: 548.6px;
  font-size: 17px;
}
.staff-name {
  bottom: 1155px;
  left: 313px;
  font-size: 30px;
}
.staff-title {
  bottom: 1134px;
  left: 313px;
  font-size: 17px;
}
.main-image {
  position: absolute;
  top: 205px;
  left: -1px;
  width: 1551px;
  height: 713px;
}
.about-us {
  position: absolute;
  top: 350px;
  left: 65px;
  font-family: 'Lucida Sans', 'Roboto Condensed';
  font-weight: 700;
  font-size: 70px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.welcome-message {
  top: 485px;
  font-family: 'Lucida Sans', 'Roboto Condensed';
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
}
.description {
  top: 653px;
  font-family: 'Inter';
  font-weight: 300;
  font-size: 20px;
  color: black;
  text-align: justify;
}
.image-wrapper {
  position: absolute;
  top: 291px;
  right: 26.4px;
  display: flex;
  padding: 79.2px 0 0 51.2px;
  width: 592.6px;
  height: 932.6px;
  box-sizing: border-box;
}
.image-wrapper .border {
  border: 2px solid #FFFFFF;
  width: 541.4px;
  height: 853.4px;
}
.image-wrapper .image {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 548px;
  height: 863.3px;
}

.image-wrapper .border.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 557.9px;
  height: 871.5px;
}
.container-fluid {
  margin-top: 0px;
  position: relative;
  z-index: 5;
}

.containerParent {
  /* margin: 60px 0px; .leftContainer  */
  /* background-color: red;  */
  border-radius: 50px;
  /* padding: 15px 20px; */
  height: 500px;
}

@media(max-width: 654px) {
  .containerParent {
    padding: 0px;
  }
}

.myContainerParent {
  margin-top: 60px;
  background-image: url('images/aboutbg.png');
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* border-radius: 20px; */
  width: 100%;
  display: flex;
  /* height: 860px; */
  height: auto;
  /* overflow-y: hidden; */
}

.about-us-img1 {
  text-align: right;
}

.leftContainer {
  color: white;
  text-align: justify;
  padding: 20px 40px;
  height: 100%;
  display: flex;
  justify-content: left;
  flex-direction: column;
}

.leftContainer h1 {
  font-weight: bold;
  font-family: 'Almarai', sans-serif;
}

.leftContainer h1{
  /* color: white; */
  font-size: 50px;
}


.leftContainer h4{
  color: white;
  font-size: 24px;
  text-align: left;
  font-family: 'Lucida Sans', 'Lucida Sans Unicode', sans-serif;
}



.imageContainer {
/* display: flex;
justify-content: center;
align-items: center; */
height: 100%;
padding: 20px 20px;
}

/* .imageContainer {
display: flex;
justify-content: center;
align-items: center;
} */

.rightContainer {
  background-image: url('./images/tyreFootPrints.png');
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rightContainer img{
  padding: 0px 10px;
  box-shadow: 0 4px 8px 0 rgb(255, 255, 255);
  height: 300px;
  width: 250px;
}

.about-us-img2 {
  padding-top: 100px;
}

/* .container-fluid img {
  width: 290px;
  margin-top: 0px;
  height: 450px;
} */

@media (max-width: 1280px) {
  /* .containerParent {
    height: 2000px;
  } */
  /* .container-fluid {
    padding: 60px 60px;
  } */
}

@media (max-width: 900px) {
  /* .containerParent {
    height: 1700px;
  } */
  .container-fluid img {
    margin-top: 50px;
  }
    .course-img img {
        margin-top: 0px;
    }
}

@media (max-width: 570px) {
  /* .containerParent {
    height: 1850px;
  } */
  .container-fluid img {
    margin-top: 50px;
  }
  .course-img img {
      margin-top: 0px;
  }
  .container-fluid {
    padding: 30px 60px;
  }
}

@media (max-width: 534px) {
  /* .containerParent {
    height: 1900px;
  } */
  .container-fluid img {
    margin-top: 50px;
  }
  .course-img img {
      margin-top: 0px;
  }
  .container-fluid {
    padding: 30px 60px;
  }
}

@media (max-width: 518px) {
  /* .containerParent {
    height: 2000px;
  } */
  .container-fluid img {
    margin-top: 50px;
  }
  .course-img img {
      margin-top: 0px;
  }
  .container-fluid {
    padding: 30px 60px;
  }
}

@media (max-width: 500px) {
  .leftContainer {
      height: 65%;
    }
}

@media (max-width: 496px) {
  /* .containerParent {
    height: 2000px;
  } */
  .container-fluid img {
    margin-top: 50px;
  }
  .course-img img {
      margin-top: 0px;
  }
  .container-fluid {
    padding: 20px 30px;
  }
}

@media (max-width: 478px) {
  /* .containerParent {
    height: 1800px;
  } */
  .container-fluid img {
    margin-top: 50px;
  }
  .course-img img {
      margin-top: 0px;
  }
  .container-fluid {
    padding: 20px 30px;
  }
}

@media (max-width: 454px) {
  /* .containerParent {
    height: 2000px;
  } */
  .container-fluid img {
    margin-top: 50px;
  }
  .course-img img {
      margin-top: 0px;
  }
  .container-fluid {
    padding: 20px 30px;
  }
}

@media (max-width: 434px) {
  /* .containerParent {
    height: 2100px;
  } */
  .container-fluid img {
    margin-top: 50px;
  }
  .course-img img {
      margin-top: 0px;
  }
  .container-fluid {
    padding: 20px 30px;
  }
}
.pSize {
  size: 8px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}
