* {
  margin: 0;
  padding: 0;
}


.MainContainer {
  display: flex;
  background-color: #171B2A;
  padding: 10px;
  color: white;
}

.companycontacts {
  padding: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 60%;
}

.aboutjprt {
  text-align: center;
  font-size: 20px;
}

.socialMediaHandel {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.logo {
  margin: 15px;
}

.MainInfo {
  padding: 10px;
  display: flex;
  padding-top: 25px;
  align-items: center;
  flex-direction: column;
  width: 40%;


}

.Servicess {
  padding: 10px;
  display: flex;
  padding-top: 25px;
  align-items: center;
  flex-direction: column;
  width: 40%;
  height: 100%;

}

.h4tag {
  font-size: 35px;
  font-weight: 600;
}

.list {
  font-size: 22px;
  font-weight: 400;
  margin-top: 7px;
}

.ulist {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 90%;
}

.Address {
  padding: 10px;
  display: flex;
  padding-top: 25px;
  align-items: center;
  flex-direction: column;
  width: 60%;

}

.MapAddress {
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.Mail {
  display: flex;
  justify-content: center;
  align-items: center;

}

.ContactImage {
  height: 25PX;
  margin-right: 10px;
}

.ContactMail {
  font-size: 22px;
}

.h5tag {
  text-align: center;
  font-size: 20px;
}

.h2tag {
  font-size: 25px;
}

.h3tag {
  font-size: 20px;
}

.socialmediaImage {
  height: 40px;
  margin-inline: 10px;
}

.copyRight {
  height: 7vh;
  background-color: #282B38;
  color: white;
  font-weight: 500;
  text-align: center;
  width: 100%;

}

.Google-Map {
  width: "350";
  height: "200";
  border: 0;


}

.section-1 {
  display: flex;
  width: 50%;
  justify-content: space-between;

}



.carousel-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 40vh;
}




.logoImage {
  height: 8vh;
  width: auto;

}

.HeaderButtons {
  display: flex;
  margin-right: 50px;
}

.HeaderButton {
  margin-right: 50px;
  cursor: pointer;
  font-size: 25px;
}


.sliderContent {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100%;
  margin-top: 20%;
}

.sliderContentt {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 10%;
  margin-top: 15%;
}




.sliderButton {
  margin-right: 30px;
  cursor: pointer;
  width: 150px;


}

.header {
  background-color: rgba(0, 0, 0, 0.9);
  /* Semi-transparent background */
  color: rgb(252, 249, 249);
  height: 10vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  /* Add some padding for better visibility */

}





.carousel-item img {
  height: 100vh;
  /* Adjust image height */
  object-fit: cover;
  /* Ensure images cover the entire carousel area */
}

.fixed {
  position: absolute;
  top: 1;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* Ensure the header is above other content */
}


.mainHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7vh;
  background-color: #293860;

}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactsFont {
  color: white;
  font-size: 15px;
  font-weight: 100;
}



.contacts {
  display: flex;
  align-items: center;


}

.socialMedia {
  display: flex;
  align-items: center;
  margin-right: 80px;


}

.contact_Email {
  margin-inline: 100px;
}

.contactImage {
  width: 20px;
  padding-inline: 10px;
}

.socialmediaImage {
  width: 35px;
  height: auto;
  margin-left: 20px;
}

.underlined-text {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  /* Adjust the thickness of the underline */
  text-underline-offset: 8px;
}

.h1tag {
  font-size: 50px;
}

.ptag {
  font-size: 20px;
}
.PhoneHeader{
  display: none;
}







@keyframes marquee {
  0% {
    left: 100%;
  }

  100% {
    left: -100%
  }
}


@media only screen and (max-width: 500px) {
  .companycontacts,

  .Services,
  .Address {
    max-width: 100%;

  }

  .MainInfo,
  .Servicess {
    display: none;
  }

  .MainContainer {
    flex-direction: column;
    justify-content: center;
    align-items: center;


  }
  .PhoneHeader {
    display: inline;

  }

  .section-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .c-image {
  
    background-color: rgba(0, 0, 0, 0.9);
  }
  .HeaderButtons{
    display: none;
  }
  .mainHeader{
    display: none;
  }
  .sliderButton{
    display: none;
  }
  .h1tag{
    font-size: 20px;
  }
  .ptag{
    font-size: 13px;
  }
  .PhoneDropdownButton{
  
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .h3tag{
    font-size: 10px;
  }
  div .d-none{
    display: block !important;
  }
  
.sliderContentt {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  height: 100%;
  margin-top: 50%;
}

}



@media only screen and (max-width: 1000px) {

  .MainInfo,
  .Servicess {
    display: none;
  }
  .HeaderButtons{
    display: none;
  }
  .mainHeader{
    display: none;
  }
  .MainContainer {
    flex-direction: column;
    justify-content: center;
    align-items: center;


  }
  
  .section-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }



  .PhoneHeader {
    display: inline;

  }
  .PhoneDropdownButton{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sliderContent {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    height: 100%;
    margin-top: 20%;
  }
  

}