:root {
  --font1: "Poppins", sans-serif;
}
body {
  background-color: black;
}

* {
  margin: 0px;
}
header {
  background-color: orange;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
  padding: 5px;
  position: sticky;
  position: -webkit-sticky;
  top: 5px;
  margin-top: 1px;
}
.meet-me-title {
  font-size: 24px;
  margin-left: 40px;
  font-weight: 700;
  font-family: var(--font1);
}
.nav-right ul li {
  display: inline;
  padding: 16px 15px;
  text-decoration: none;
  color: black;
  font-weight: 700;
  font-size: 14px;
  font-family: var(--font1);
}
.nav-right ul li:hover {
  background-color: black;
  color: orange;
}
.nav-right ul a {
  text-decoration: none;
}

.nav-right {
  margin-right: 40px;
}
.extended-div {
  max-width: 100vw;
  height: 200px;
  background-color: orange;
}
.intro {
  max-width: 50vw;
  background-image: url("img/bimg.jpg");
  position: relative;
  top: -150px;
  border-radius: 20px;
  height: 400px;
  color: white;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.hello {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font1);
}

.name {
  font-size: 36px;
  font-weight: 900;
  font-family: var(--font1);
}
.web-d {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font1);
}

.about-section {
  max-width: 60vw;
  margin: 60px auto 0px auto;
  /* background-color: tomato; */
}
.about-title {
  color: orange;
  font-size: 26px;
  font-weight: bolder;
  font-family: var(--font1);
}
.about-text {
  max-width: 40vw;
  margin: 0px auto;
  font-size: 16px;
  font-family: var(--font1);
  color: rgb(208, 208, 208);
  margin-top: 40px;
  line-height: 26px;
}
.a-points {
  max-width: 40vw;
  margin: 0px auto;
  font-size: 16px;
  font-family: var(--font1);
  color: rgb(208, 208, 208);
  margin-top: 40px;
  line-height: 26px;
}
.mission {
  margin-top: 60px;
}
.mission-title {
  color: orange;
  font-size: 26px;
  font-weight: bolder;
  font-family: var(--font1);
}

.our-services-section {
  display: flex;
  max-width: 60vw;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin: 100px auto 0px auto;
}
.our-s-title {
  font-size: 36px;
  color: white;
  display: block;
  font-weight: 700;
  font-family: var(--font1);
}
.g-d-w-m {
  font-size: 16px;
  color: orange;
  display: block;
  font-family: var(--font1);
  margin-top: 20px;

}
.our-s-content {
  display: flex;
  margin: 60px 0px 0px 0px;
  box-shadow: 0px 0px 30px 10px grey;
}
.o-s-col1 {
  padding: 40px 10px;
  background-color: orange;
  font-size: 18px;
  color: black;
  display: block;
  font-family: var(--font1);
  font-weight: bolder;
  border-right: 2px solid black;
  width: 33.333%;
  text-align: center;
}
.o-s-col1:hover {
  background-color: black;
  color: orange;
}

.w-m-sec{
  max-width: 80vw;
  margin: 0px auto;
  text-align: center;
}
.why-m{
  background-color: orange;
 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 60px;
  border-radius: 10px;
}

.why-m-content{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.w-m-title{
  font-size: 24px;
  font-weight: bolder;
  font-family: var(--font1);
}
.m-content{
  border-right: 1px solid black;
display: flex;
padding: 20px;;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.fas {
  font-size: 56px;
}
.fa-meteor{
  color: black;
}




.contact-btn {
  border: none;
  box-shadow: 0px 0px 30px 10px rgb(114, 114, 114);
  background-color: black;
  color: orange;
  padding: 15px 40px;
  border-radius: 30px;
  align-self: flex-start;
  margin-top: 60px;
  font-size: 20px;
  font-family: var(--font1);
  font-weight: bold;
  display: block;
}
.contact-btn:hover {
  box-shadow: 0px 5px 20px grey;
}


.project-section {
  max-width: 100vw;
  margin-top: 160px;
  background-color: black;
}
.project-title {
  color: orange;
  font-size: 30px;
  font-weight: bolder;
  font-family: var(--font1);
}
.project-title-hr{
  width: 30vw;
  margin: 0px auto;
  border: 2px solid orange;
}



.project-content-title {
  max-width: 50vw;
  margin: 0px auto;

  padding: 20px;
  text-align: center;
  color: white  ;
}
.project-content {
  display: flex;
  justify-content: space-evenly;
  max-width: 80vw;
  
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  
}

.project-iframe {
  display: flex;

  align-items: center;
  justify-content: center;

  margin-top: 100px;
  flex-direction: column;
}
/* .project-iframe:hover {
  display: flex;
  opacity: 0.8;
  background-color: rgb(255, 192, 74);
  align-items: center;

  margin-top: 90px;
  flex-direction: column;
} */
.project-thumbnail {
  z-index: 2;
  width: 80%;
  height: 200px;
  background-color: white;
  border: none;
  border-radius: 5px;
}
.pro-link{
text-decoration: none;
text-align: center;
}
.project-thumbnail:hover {
  opacity: 0.5;
  background-image: linear-gradient(45deg, tomato, rgb(255, 166, 71));
  background-color: white;
 border: 0.5px solid rgb(69, 69, 69);
  transition: 0.5s;
}
.project-img {
  width: 40vw;
  border-radius: 10px;
  box-shadow: 15px 15px 45px grey;
  height: 250px;
}
.project-content-info {
  margin-top: 20px;
  font-size: 26px;
  font-family: var(--font1);
  font-weight: 900;
  padding: 20px;
  color: orange;
}
.cer-t{
  color: black; 
  font-size: 30px;
  font-family: var(--font1);
  font-weight: bolder;
}


.cer-title-hr{
  width: 10vw;
  border: 2px solid black;
  margin-bottom: 30px;
}
.cer-link{
  text-decoration: none;
  color: white;
  font-size: 20px;
  font-family: var(--font1);
  font-weight: bolder;
}
.certificate-content{
  text-align: center;
  max-width: 50vw;
  margin: 40px auto;
  background-color: orange;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px;
  
}
.cer-link:hover{
  color: black;
  transition: 0.5s;
  
}
/* .cer-c-hr{
  width: 15vw;
  margin: 5px auto;
  border: 1px solid white;
  
} */

footer{
  background-image: url("img/bimg.jpg");
  height: 550px;
  margin-top: 150px;
}
.footer-content{
  margin-top: 50px;
}
.fab{
  font-size: 56px;
  color: orange;
}
.f-content{
  display: flex;
  justify-content: flex-start;
   align-items: center;
   max-width: 30vw;
   margin-left: 90px;
   
}
.link{
  color: white;
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font1);
 padding: 20px;
 margin-left: 40px;
}
.g-in-t{
  font-size: 36px;
  color: white;
  margin-left: 50px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}

.g-in-text{
  font-size: 24px;
  color: white;
  margin-left: 90px;
 
  font-weight: 600;
}
.fa-phone-square-alt{
  font-size: 56px;
  color: orange;
}





