:root {
    --main-color: #10cab7;
    --secondary-color: #2c4755;
    --section-padding: 60px;
    --section-background: #f6f6f6;
    --main-duration: 0.5s;
  }


  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    font-family: "Work Sans", sans-serif;
    overflow-x: hidden;
  }

.header {
    padding: 30px;
}


 /* Small */
@media (min-width: 768px) {
    .container {
      width: 750px;
    }
  }
  /* Medium */
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
  }
  /* Large */
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
  }

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
  height: 40px;
  margin-left: 250px;
}

@media (max-width:768px) {
  .header .logo {
    position: relative;
    right: 10px;
  }

@media (max-width:768px) {
  #burgerm {
    position: relative;
    left: 600px;
  }
}

@media (max-width:768px) {
  #cross {
    position: relative;
    left: 440px;
  }

  .header.ul {
    display: block;
    position: relative;
    right: 170px;
}

}
}
.header .links {
  position: relative;
  left: 400px;
  z-index: 1;
}

#burgerm {
  font-size: 40px;
  margin-left: -100px;
  cursor: pointer;
  transition: 0.6s;
}

#cross {
  font-size: 40px;
  margin-left: 70px;
  cursor: pointer;
  transition: 0.6s;
  position: relative;
  display: none;
}

.header ul {
  list-style: none;
  text-decoration: none;
  width: 170px;
  display: none;
}

.header ul li {
  padding: 15px;
  text-decoration: none;
  position: relative;
  right: 20px;
  font-size: 20px;
}

@media (max-width:768px) {
  .header ul li {
    right: -550px;
  }
  
}
.header ul li a {
  transition: 0.5s;
  text-decoration: none;
  color: black;
}

.header ul li :hover {
  padding: 15px;
  border-bottom: 1px solid rgb(120, 117, 117);
}


.landing {
  position: relative;
  background-image: url("../Resources/landing.jpg");
  background-size: cover;
  height: calc(100vh - 100px);
  width: 1930px;
  margin: 0;
}

@media (max-width:768px) {
  .landing {
    width: 1650px;
  }
  
}

.landing .intro-text {
  position: absolute;
  left: 0%;
  top: 40%;
  width: 320px;
  width: 100%;
  text-align: center;
}

.landing .intro-text h1{
  margin: 0;
  font-weight: bold;
  font-size: 50px;
  color: var(--main-color);
}

.landing .intro-text p{
  font-size: 18px;
  line-height: 1.8;
}

.features {
  padding: 50px;
  margin: 150px 250px;
  background-color: #fdf4f4;
  }
  
.features .container {
  width: 1300px;
  margin: -50px -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width:768px) {
  .features .container {
    width: 150px;
    margin-left: 240px;
  }
  
}
.features .container i {
  margin: 10px 150px;
  color: var(--main-color);
}

.features .container p {
  text-align: center;
  color: #777;
  letter-spacing: 1px;
  line-height: 30px;
  font-size: 17px;
  padding-top: 5px;
}

.features .container h3 {
  text-align: center;
  padding: 5px;
}

@media (max-width:768px) {
  .services {
    position: relative;
    left: 100px;
  }
}

.special-heading {
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  margin-top: 0px;
  padding: 130px;
  margin-left: 120px;
}

.special-heading + p {
  text-align: center;
  font-size: 17px;
  color: #777;
  letter-spacing: 1px;
  margin-top: -100px;
  margin-left: 460px;
  border-bottom: 2px solid #777;
  padding: 25px;
  width: fit-content;
  font-size: 22px;
  font-weight: 500;
  transition: 0.5s;
}

@media (max-width:768px) {
  .special-heading {
    margin-left: 50px ;
    font-size: 55px;
  }

  .special-heading + p {
    margin-top: -115px;
    margin-left: 100px;
    width: 390px;
}

}
.services {
  padding: 50px;
  margin: 100px 200px;
  background-color: #fdf4f4;
}


.srvs-row1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 130px;
  width: 450px;
}


.srvs-row1 i {
  font-size: 40px;
  color: var(--main-color);
  margin-left: 30px;
  position: relative;
  top: 5px;
}

.srvs-row1 h3 {
  text-align: center;
  padding: 10px;
  margin-top: -40px;
}

.srvs-row1 p {
  text-align: center;
  letter-spacing: 1px;
  line-height: 30px;
  padding-bottom: 100px;
  color: #777;
}

.srvs-row2 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 130px;
  width: 450px;
  position: relative;
  bottom: 720px;
  left: 500px;
}

.srvs-row2 i {
  font-size: 40px;
  color: var(--main-color);
  position: relative;
  top: 5px;
  right: -10px;
}

#computer {
  font-size: 40px;
  color: var(--main-color);
  position: relative;
  top: 5px;
  right: 140px;
}

.srvs-row2 h3 {
  text-align: center;
  padding: 10px;
  margin-top: -40px;
}

.srvs-row2 p {
  text-align: center;
  letter-spacing: 1px;
  line-height: 30px;
  padding-bottom: 100px;
  color: #777;
}


@media (max-width:768px) {
  .srvs-row2 {
    position: relative;
    top: -120px;
    left: 10px;
  }
  
}

.side-img {
  position: relative;
  bottom: 600px;
  left: 480px;
  padding: 50px;
}

img {
  z-index: 1;
  height: 400px;
  position: relative;
}

.side-img div {
  height: 500px;
  width: 100px;
  background-color: var(--secondary-color);
  position: absolute;
  left: 320px;
  bottom: 0;
}

@media (max-width:768px) {
  .side-img {
    bottom: 890px;
  }
  .serv-cont {
    margin-left: 70px;
  }
}

.projects {
  padding-top: 60px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgba(240, 233, 233, 0.867);
  width: 1300px;
  height: 800px;
}
.projects img:hover {
  opacity: 0.6;
  cursor: pointer;
}
.projects div {
  height: 550px;
  width: 400px;
}
.projects div img {
  height: 240px;
  width: 395px;
}
.projects div h2 {
  padding-left: 25px;
  font-weight: 500;
}

.projects div p {
  padding-left: 25px;
  font-size: 17px;
  color: #777;
  line-height: 25px;
}

.special-heading2 {
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  margin-top: 0px;
  padding: 130px;
  margin-left: 120px;
}

.special-heading2 + p {
  text-align: center;
  font-size: 17px;
  color: #777;
  letter-spacing: 1px;
  margin-top: -100px;
  margin-left: 460px;
  border-bottom: 2px solid black;
  padding: 25px;
  width: fit-content;
  font-size: 22px;
  font-weight: 500;
  transition: 0.5s;
}

@media (max-width:768px) {
  .portfolio {
    position: relative;
    top: 600px;
  }

  .projects {
    position: relative;
    left: -20px;
    top: 50px;
    width: 799px;
    height: 1700px;
}

  #prto-p {
      width: 475px;
      position: relative;
      margin-right: 208px;
      right: 230px;
  }
  
}

#show-more {
  position: relative;
  top: -100px;
  left: 530px;
  padding: 20px;
  width: 200px;
  border: 2px solid black;
  border-radius: 15px;
  font-size: 23px;
  background-color: rgba(240, 233, 233, 0.867);
  color: #10cab7;
  font-weight: bold;
  transition: 0.8s;
}

#show-more:hover {
  background-image: linear-gradient(to left,#10cab7 100%, white);
  color: black;
  font-weight: 400;
  font-size: 30px;
  padding-top: 25px;
  border: 1px solid black;
  cursor: pointer;
}

@media (max-width:768px) {
  #show-more {
    top: -50px;
    left: 270px;
}
}

.special-heading3 {
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  margin-top: 0px;
  padding-top: 200px;
  margin-left: 550px;
}

.special-heading3 + p {
  margin-left: 790px;
  border-bottom: solid 2px;
  font-size: 25px;
  color: #777;
  padding-bottom: 25px;
  width: fit-content;
}

.about-content {
  position: relative;
  left: 300px;
  top: 160px;
}


.text {
  position: relative;
  bottom: 260px;
  left: 500px;
  padding-left: 50px;
}


.text :nth-child(1) {
  padding-bottom: 50px;
  letter-spacing: 1px;
  line-height: 30px;
  color: black;
  font-weight: bold;
  margin-top: -100px;
}

.text :nth-child(2) {
  padding-top: 30px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #777;
  font-weight: 500;
  border-top: 2px solid #10cab7;
  width: fit-content;
}

@media (max-width:768px) {
  .about {
    margin-top: 700px;
  }

  .special-heading3 + p {
    width: 240px;
    position: relative;
    right: 240px;
  }

  .text p {
    text-align: left;
  }
}


.contact {
  position: relative;
  top: 200px;
}

.special-heading4 {
  width: fit-content;
  margin-left: 660px;
  font-size: 70px;
  font-weight: 700;
  text-align: center;
  margin-top: 0px;
  padding: 130px;
}

.special-heading4 + p {
  text-align: center;
  font-size: 17px;
  color: #777;
  letter-spacing: 1px;
  margin-top: -100px;
  margin-left: 785px;
  border-bottom: 2px solid #777;
  padding: 25px;
  width: fit-content;
  font-size: 22px;
  font-weight: 500;
  transition: 0.5s;
}

.mail {
  position: relative;
  left: 680px;
  width: fit-content;
}

.mail  h1 {
  color: var(--secondary-color);
  text-align: left;
  padding-bottom: 12px;
  font-size: 38px;
  font-weight: 800;
}

.mail h2 {
  color: var(--main-color);
  font-size: 35px;
  text-align: left;
  padding-left: 60px;
  width: fit-content;
}

.mail p {
  color: #777;
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  padding-left: 90px;
  word-spacing: 3px;
  width: fit-content;
  padding-top: 20px;
}

.social {
  width: 140px;
  position: relative;
  top: -38px;
  left: 360px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}

.social i {
  font-size: 20px;
  cursor: pointer;
}

@media (max-width:768px) {
  .contact {
    right: 200px
  }
  .special-heading4 +p{
    width: 300px;
  }
  
  .mail  h1 {
    font-size: 35px;
    width: 500px;
  }
}
.footer {
  background-color: var(--secondary-color);
  height: 90px;
  width: 1910px;
  position: relative;
  top: 350px;
  right: 10px;
  z-index: 0;
}

.footer h3 {
  text-align: center;
  width: fit-content;
  z-index: 1;
  color: white;
  font-weight: 400;
  margin-left: 820px;
  padding-top: 35px;
}

@media (max-width:768px) {
  .footer h3 {
    margin-left: 600px;
  }
}

.up {
  height: 60px;
  position: fixed;
  bottom: 10px;
  right: -100px;
  color: white;
  font-weight: bold;
  padding: 5px;
  border-radius: 4px;
  font-family: Arial, Tahoma;
  cursor: pointer;
  z-index: 5;
  transition: 0.7s;
}

.up.show {
  right: 20px;
}