/*Common Elements*/
@font-face {
  font-family: font;
  src: url("../fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
}
@font-face {
  font-family: hfont;
  src: url("../fonts/dream-baser/DreamBaserRegular-YqqxL.ttf");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-transform: capitalize;
  transition: all 0.3s linear;
  font-family: font;
  text-decoration: none;
  border: none;
  outline: none;
  list-style-type: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

section {
  padding: 2rem 9%;
}

.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 1.3rem 3rem;
  font-size: 1.7rem;
  font-weight: bold;
  border-radius: 0.5rem;
  cursor: pointer;
  background: linear-gradient(to right, #c71585, #dc143c, #c71585);
  color: #f8f8ff;
}
.btn:hover {
  background: #2b001e;
  transition: 0.2s ease-in-out;
}

.heading {
  font-size: 7rem;
  text-align: center;
  position: relative;
  padding: 7rem;
  color: #2b001e;
}
.heading span {
  background: linear-gradient(to right, #c71585, #dc143c, #c71585);
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent; /* For IE */
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
}
@supports (-webkit-text-fill-color: transparent) and (background-clip: text) {
  .heading span {
    font-size: 7rem;
  }
}

.nocap {
  text-transform: none;
}

/*/Common Elements*/
/*WhatsApp Icon*/
.whatsapp #icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  border: 0.3rem solid #ffffff;
  display: inline-block;
  background: transparent;
  color: #ffffff;
  text-align: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  z-index: 1000;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.whatsapp #icon:hover {
  transform: translateY(-0.5rem);
}

/*/WhatsApp Icon*/
/*Header Section*/
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #dc143c;
  z-index: 1000;
}
.header .logo {
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffffff;
  font-family: hfont;
}
.header .logo span {
  color: #f8f8ff;
  font-weight: bolder;
  padding-left: 0.2rem;
  font-family: hfont;
}
.header .logo #icon {
  padding-right: 0.5rem;
  font-size: 2.5rem;
  color: #f8f8ff;
}
.header .logo p {
  font-size: 1.5rem;
  color: #f8f8ff;
}
.header .navbar a {
  font-size: 1.5rem;
  color: #f8f8ff;
  margin: 0 0.7rem;
}
.header .navbar a:hover {
  color: #dc143c;
  padding: 3.6rem 1rem;
  background: #f8f8ff;
}
.header .menu-btn {
  font-size: 4rem;
  color: #f8f8ff;
  cursor: pointer;
  display: none;
}

/*/Header Section*/
/*Home Section*/
.home {
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: url("../assets/junkaway-homebg3.png") no-repeat;
  background-size: cover;
  background-position: top;
}
.home .content {
  text-align: center;
}
.home .content .title {
  font-size: 5rem;
  padding: 2rem 0;
  color: #2b001e;
}

/*/Home Section*/
/*Banner Section*/
.banner {
  margin-top: 6rem;
}
.banner .images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50rem, 1fr));
  gap: 1.5rem;
}
.banner .images .title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #2b001e;
  margin-bottom: 3rem;
}
.banner .images img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  border: 0.1rem solid #2b001e;
}

/*/Banner Section*/
/*About Us Section*/
.about .title {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #2b001e;
  margin-bottom: 3rem;
}
.about .choose-us .box-con {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}
.about .choose-us .box-con .box {
  padding: 2rem;
  border-radius: 0.5rem;
  background: #f8f8ff;
  text-align: center;
  overflow: hidden;
}
.about .choose-us .box-con .box #icon {
  font-size: 4rem;
  color: #dc143c;
  margin: 2rem 0;
}
.about .choose-us .box-con .box h3 {
  font-size: 2rem;
  color: #2b001e;
}
.about .choose-us .box-con .box p {
  font-size: 1.6rem;
  color: #717c7d;
  line-height: 2;
  padding: 1rem 0;
}
.about .mission {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 6rem 0;
}
.about .mission .images {
  flex: 1 1 45rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.5rem;
}
.about .mission .images .title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  color: #2b001e;
  margin-bottom: 3rem;
}
.about .mission .images img {
  width: 100%;
  height: 30rem;
  object-fit: cover;
  border: 0.1rem solid #2b001e;
}
.about .mission .content {
  flex: 1 1 40rem;
}
.about .mission .content h3 {
  font-size: 2.5rem;
  color: #2b001e;
}
.about .mission .content p {
  font-size: 1.6rem;
  color: #717c7d;
  line-height: 2;
  padding: 1rem 0;
}
.about .areas {
  margin: 6rem 0;
}
.about .areas .box-con {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1.5rem;
}
.about .areas .box-con .box {
  background: #f8f8ff;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 0.1rem solid #2b001e;
  text-align: center;
}
.about .areas .box-con .box img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
}
.about .areas .box-con .box h3 {
  font-size: 1.7rem;
  color: #2b001e;
  padding: 1rem 0;
}

/*/About Us Section*/
/*Work Section*/
.work .work-con .title {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #2b001e;
  margin-bottom: 4rem;
}
.work .work-con .images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(50rem, 1fr));
  gap: 1.5rem;
}
.work .work-con .images img {
  width: 100%;
  height: 25rem;
  object-fit: cover;
  border: 0.1rem solid #2b001e;
}

/*/Work Section*/
/*Reviews Section*/
.reviews .box-con {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
  text-align: center;
}
.reviews .box-con .box {
  padding: 2rem;
  border-radius: 0.5rem;
  background: #f8f8ff;
  text-align: center;
  overflow: hidden;
}
.reviews .box-con .box h3 {
  font-size: 2rem;
  color: #dc143c;
  margin-bottom: 1rem;
}
.reviews .box-con .box p {
  font-size: 1.5rem;
  color: #717c7d;
  line-height: 2;
  padding: 1rem 0;
}
.reviews .box-con .box .stars #icon {
  font-size: 1.6rem;
  color: gold;
  padding: 1.5rem 0;
}
.reviews .btn.link-btn {
  margin: 4rem auto 0 auto;
  display: block;
  width: 40%;
  text-align:center;
}

/*/Reviews Section*/
/*Contact Us Section*/
.contact .icons-con {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 1.5rem;
}
.contact .icons-con .icons {
  text-align: center;
  padding: 2rem;
  border: solid 0.2rem #dc143c;
}
.contact .icons-con .icons .icon {
  height: 6rem;
  width: 6rem;
  line-height: 7rem;
  background-color: #dc143c;
  border-radius: 50%;
  margin: 0 auto;
}
.contact .icons-con .icons .icon #icon {
  font-size: 2.5rem;
  color: #f8f8ff;
}
.contact .icons-con .icons h3 {
  font-size: 2rem;
  color: #2b001e;
  padding: 1rem 0;
}
.contact .icons-con .icons p {
  font-size: 1.5rem;
  color: #717c7d;
  line-height: 2;
}
.contact .row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}
.contact .row .map {
  height: 30rem;
  width: 100%;
}

/*/Contact Us Section*/
.footer {
  background-color: #2b001e;
  position: relative;
}
.footer .box-con {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .box-con .box {
  flex: 1 1 25rem;
  margin: 2rem;
}
.footer .box-con .box:nth-child(2) {
  text-align: center;
}
.footer .box-con .box:nth-child(2) a {
  display: block;
  font-size: 2rem;
  padding: 0.4rem 0;
  color: #f8f8ff;
}
.footer .box-con .box:nth-child(2) a:hover {
  text-decoration: underline;
}
.footer .box-con .box .logo {
  font-size: 2.8rem;
  color: #dc143c;
  font-weight: bolder;
  font-family: hfont;
}
.footer .box-con .box .logo span {
  font-family: hfont;
}
.footer .box-con .box #icon {
  color: #dc143c;
}
.footer .box-con .box h3 {
  font-size: 2.5rem;
  color: #dc143c;
}
.footer .box-con .box p {
  font-size: 1.7rem;
  color: #f8f8ff;
  padding: 1rem 0;
}
.footer .credit {
  text-align: center;
  width: 85%;
  margin: 0 auto;
  padding: 1.4rem 0;
  border-top: solid 0.2rem #f8f8ff;
  color: #f8f8ff;
  font-size: 2rem;
}
.footer .credit span {
  color: #dc143c;
  font-weight: bold;
  font-size: 2.1rem;
}

/*/Footer Section*/
/*Media Queries*/
@media (max-width: 768px) {
  html {
    font-size: 52.5%;
  }
  .heading {
    font-size: 5rem;
  }
  .heading span {
    font-size: 5rem;
  }
  .header .navbar {
    border-top: solid 0.15rem #f8f8ff;
    position: absolute;
    top: 8.75rem;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #2b001e;
  }
  .header .navbar a {
    width: 100%;
    height: 7rem;
    line-height: 7rem;
    margin: 0;
    padding: 0 1rem;
  }
  .header .navbar a:hover {
    color: #dc143c;
    background-color: #f8f8ff;
    padding: 0 2rem;
    border: solid 0.1rem #717c7d;
  }
  .header .menu-btn {
    display: block;
  }
  .home .content .title {
    font-size: 3.5rem;
  }
  .about .mission .images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.5rem;
    padding: 4rem 0;
  }
  .about .mission .images img {
    height: 30rem;
  }
  .about .mission .content {
    text-align: center;
  }
  .banner .images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.5rem;
  }
  .work .work-con .images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1.5rem;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .home .content .title {
    font-size: 3rem;
  }
}
@media (max-width: 300px) {
  html {
    font-size: 45%;
  }
  .banner .images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.5rem;
  }
  .about .mission .images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.5rem;
  }
  .about .mission .images img {
    height: 20rem;
  }
  .work .work-con .images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    gap: 1.5rem;
  }
}
/*/Media Queries*//*# sourceMappingURL=style.css.map */
