* {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}

/*PRELOADER SECTION*/
/*.preloader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: $primary-dark;
    z-index: 10;
    display: grid;
    place-content: center;
    justify-items: center;
    transition: all 1s ease-in;
* {
    transition: all 1s ease-in;
}

.loaded > *{
    opacity: 0;

    .loaded{
        transition-delay: 250ms;
        transform: translateY(100%);
    }
} 

.circle{
    width: 112px;
    height: 112px;
    border-radius: 100%;
    border: 3px solid $primary-dark;
    border-block-start-color: $gold-color;
    margin-block-end: 55px;

    animation: rotate360 1s linear infinite;
}


.text{
    background: $gold-color;
    background-size: 500%;
    font-size: calc(2rem + 3rem);
    font-weight: 100;
    font-style: italic;
    text-transform: uppercase;
    padding-inline-start: 16px;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 0.5px black;
    animation: loadingText linear 2s infinite; 
}


}






@keyframes rotate360{
    0%{transform : rotate(0);}
    100% {transform: rotate(1turn);}
}

@keyframes loadingText{
    0%{
        background-position: 100%;
    }

    100%{
        background-position: 0%;
    }
}*/
.back-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ffc400;
  color: #2b2b2b;
  font-weight: bolder;
  width: 70px;
  height: 70px;
  z-index: 1;
  border-radius: 100%;
  display: grid;
  place-items: center;
  box-shadow: 1px 1px 6px rgb(31, 31, 31);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
}
.back-top-btn:is(:hover, :focus-visible) {
  background-color: #2b2b2b;
  color: #ffc400;
}
.back-top-btn.active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 600px) {
  .back-top-btn {
    bottom: 15%;
    width: 45px;
    height: 45px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.container {
  width: 90%;
  margin: 0 auto;
}

img {
  display: block;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

section > h2 {
  text-align: center;
}
section > p {
  text-align: center;
  width: 45%;
  margin: 0.6rem auto 2.5rem;
}

@media screen and (max-width: 840px) {
  .container {
    width: 90%;
  }
  section > p {
    width: 55%;
  }
}
@media screen and (max-width: 600px) {
  .container {
    width: 100%;
  }
  section {
    width: 100%;
  }
  section > p {
    width: 80%;
  }
}
nav {
  background: transparent;
  position: fixed;
  left: 0;
  width: 100vw;
  z-index: 1;
  transition: all 500ms ease;
  background: #2b2b2b;
  padding: 1rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3764705882);
}
nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav .container .name__servs {
  width: 60%;
  display: flex;
  gap: 5rem;
  align-items: center;
}
nav .container .name__servs .logo {
  align-items: center;
  gap: 0.5rem;
  display: flex;
}
nav .container .name__servs .logo img {
  width: 2rem;
}
nav .container .name__servs .logo h2 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}
nav .container .name__servs .links {
  display: flex;
  gap: 2rem;
}
nav .container .name__servs .links li a {
  color: #919191;
  font-weight: 200;
  font-size: 16px;
  transition: all 500ms ease;
  border-radius: 10%;
  border-bottom: 3px solid transparent;
}
nav .container .name__servs .links li a:hover {
  color: #fff;
  border-color: #ffc400;
}
nav .container .other__links {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
nav .container .other__links img {
  width: 1.5rem;
  transition: all 500ms ease;
  cursor: pointer;
}
nav .container .other__links img:hover {
  transform: translateY(-5px);
}

header {
  background: #3d3d3d;
  height: 100vh;
}
header .header__content {
  padding-top: 5%;
  display: flex;
  justify-content: space-between;
}
header .header__content .cont1 {
  width: 45%;
  padding-top: 15%;
}
header .header__content .cont1 h1 {
  font-size: 3.3rem;
  font-weight: 400;
  color: #fff;
}
header .header__content .cont1 .line {
  width: 40%;
  height: 3px;
  border-radius: 10px;
  margin: 0.5rem 0;
  background-color: #ffc400;
}
header .header__content .cont1 p {
  color: #fff;
  font-weight: 100;
  width: 60%;
  color: #919191;
  font-style: italic;
}
header .header__content .cont2 {
  width: 43%;
  border-radius: 65% 35% 41% 59%/50% 56% 44% 50%;
  box-shadow: 15px 10px 1px #2b2b2b;
  position: relative;
  right: 2.5rem;
}
header .header__content .cont3 {
  width: 23%;
  color: #fff;
  padding-top: 8%;
}
header .header__content .cont3 h3 {
  font-size: 25px;
  font-weight: 100;
}
header .header__content .cont3 p {
  font-weight: 100;
  font-style: italic;
  color: #919191;
}
header .header__content .cont3 .link {
  display: flex;
  gap: 0.8rem;
  margin-top: 1rem;
}
header .header__content .cont3 .link img {
  width: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}
header .header__content .cont3 .link img:hover {
  transform: translateY(-5px);
}
header .other__companies {
  display: grid;
  grid-template-columns: repeat(4, 20%);
  gap: 1rem;
  text-align: center;
  background: #3d3d3d;
  padding: 1.5rem;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5843137255);
  justify-content: space-between;
  width: 60%;
  margin: 0 auto;
  transform: translateY(-15%);
}
header .other__companies div {
  padding: 1rem;
  background: #2b2b2b;
  border: 1px solid transparent;
  transition: all 500ms ease;
  border-radius: 5px;
  cursor: pointer;
}
header .other__companies div:hover {
  transform: translateY(-5px);
  border-color: #fff;
  color: #fff;
}
header .other__companies div h4 {
  color: #919191;
  font-weight: 400;
  font-size: 18px;
}

#floating-nav {
  background: rgba(254, 182, 0, 0.8745098039);
  width: 95%;
  display: block;
  padding: 0.5rem 1.7rem;
  box-shadow: 3px 5px 10px #2b2b2b;
  z-index: 2;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2rem;
  display: flex;
  gap: 0.8rem;
  border-radius: 3rem;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  display: none;
}
#floating-nav a {
  background: transparent;
  padding: 0.9rem;
  border-radius: 50%;
  display: flex;
  font-size: 1.1rem;
}
#floating-nav a img {
  width: 45%;
}
#floating-nav a .active {
  background: #2b2b2b;
}

@media screen and (max-width: 1024px) {
  header .header__content {
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
  }
  header .header__content .cont1 {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  header .header__content .cont1 h1 {
    font-size: 60px;
  }
  header .header__content .cont1 .line {
    margin: 0 auto;
  }
  header .header__content .cont1 p {
    text-align: center;
    width: 60%;
    margin: 0 auto;
  }
  header .header__content .cont2 {
    width: 90%;
    margin: 2rem auto;
    margin-right: 1rem;
  }
  header .header__content .cont3 {
    display: none;
  }
  header .other__companies {
    width: 80%;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 600px) {
  nav .container .name__servs {
    display: none;
  }
  header {
    height: 120vh;
  }
  header .header__content .cont1 {
    width: 100%;
  }
  header .header__content .cont1 h1 {
    font-size: 40px;
  }
  header .header__content .cont1 p {
    width: 80%;
  }
  header .header__content .cont2 {
    width: 80%;
  }
  header .header__content .cont3 {
    display: block;
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  header .header__content .cont3 .link {
    margin: 0 auto;
  }
  header .header__content .cont3 .link img {
    margin: 0 auto;
    width: 25%;
  }
  header .other__companies {
    width: 90%;
    padding: 0.5rem 0.5rem;
    margin-top: 1.5rem;
    justify-content: center;
    grid-template-columns: repeat(2, 35%);
  }
  #floating-nav {
    display: flex;
  }
}
.about__section {
  background: #2b2b2b;
  height: 85vh;
  padding: 2.5rem 0;
}
.about__section .container {
  display: grid;
  grid-template-columns: 30% 40%;
  justify-content: space-between;
  padding-top: 5rem;
  margin-bottom: 4rem;
}
.about__section .container .first__sec-cont .title {
  font-weight: 100;
  font-size: 35px;
  border-bottom: 1px solid #ffc400;
  color: #fff;
}
.about__section .container .first__sec-cont p {
  color: #919191;
  font-style: italic;
}
.about__section .container .first__sec-cont h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 100;
}
.about__section .container .first__sec-cont a {
  padding-bottom: 2rem;
  color: #ffc400;
  text-decoration: underline;
}
.about__section .container .second__sec-cont h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 100;
}
.about__section .container .second__sec-cont p {
  font-style: italic;
  color: #919191;
  font-weight: 100;
  font-size: 15px;
}
.about__section .container .second__sec-cont .experience {
  display: flex;
  gap: 1.5rem;
}
.about__section .container .second__sec-cont .experience div {
  display: flex;
}
.about__section .container .second__sec-cont .experience div h1 {
  color: #ffc400;
  font-size: 70px;
  font-weight: 100;
}
.about__section .skilling {
  display: grid;
  width: 80%;
  grid-template-columns: repeat(3, 25%);
  gap: 2rem;
  margin-left: 5%;
  z-index: 1;
  margin-bottom: 13%;
}
.about__section .skilling .box {
  background: #3d3d3d;
  height: 40vh;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 500ms ease;
  padding-top: 10rem;
  padding-left: 4rem;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5176470588);
}
.about__section .skilling .box:hover {
  border-color: #fff;
  transform: translateY(-5px);
}
.about__section .skilling .box div {
  display: flex;
}
.about__section .skilling .box div h1 {
  font-weight: 100;
  color: #fff;
}
.about__section .skilling .box div img {
  width: 15%;
}
.about__section .skilling .box a {
  text-decoration: underline;
  color: #ffc400;
}

@media screen and (max-width: 1024px) {
  .about__section {
    height: 50vh;
  }
  .about__section .container {
    grid-template-columns: 45% 50%;
  }
  .about__section .skilling {
    grid-template-columns: repeat(3, 30%);
    width: 90%;
    padding-top: 4rem;
  }
  .about__section .skilling .box {
    height: 17vh;
    padding-top: 10px;
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .about__section {
    height: 100vh;
  }
  .about__section .container {
    margin: 4rem auto;
    gap: 2.5rem;
    grid-template-columns: repeat(1, 85%);
    text-align: center;
    justify-content: center;
  }
  .about__section .skilling {
    display: none;
  }
}
.portfolio {
  background: #3d3d3d;
}
.portfolio .container {
  display: grid;
  padding-top: 10rem;
  grid-template-columns: repeat(2, 40%);
  justify-content: space-between;
  align-items: center;
}
.portfolio .container .me img {
  margin: 1.5rem 0;
  width: 65%;
  background-attachment: fixed;
  box-shadow: 10px 15px 1px #2b2b2b;
}
.portfolio .container .me h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 100;
}
.portfolio .container .me p {
  font-weight: 100;
  font-style: italic;
  color: #919191;
}
.portfolio .container .works .work {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
}
.portfolio .container .works .work img {
  width: 30%;
  box-shadow: 5px 5px 1px #2b2b2b;
}
.portfolio .container .works .work h2 {
  font-weight: 100;
  color: #fff;
  font-size: 20px;
}
.portfolio .container .works .work a {
  padding: 0.3rem;
  color: #2b2b2b;
  background: #ffc400;
  box-shadow: 2px 2px 10px #2b2b2b;
  transition: all 500ms ease;
  border-radius: 5px;
  border: 1px solid transparent;
}
.portfolio .container .works .work a:hover {
  box-shadow: 2px 2px 10px;
  transform: translateY(-7px);
  border-color: #fff;
}
.portfolio .container .works .line {
  width: 100%;
  height: 2px;
  background: #919191;
}
.portfolio .container .works .port__works {
  width: 100%;
  margin-top: 0.5rem;
  padding: 0.7rem;
  font-weight: 500;
  font-size: 15px;
  color: #2b2b2b;
  background: #ffc400;
  box-shadow: 5px 8px 1px #2b2b2b;
  transition: all 500ms ease;
  border-radius: 5px;
  border: 1px solid transparent;
}
.portfolio .container .works .port__works:hover {
  box-shadow: 2px 2px 10px;
  transform: translateY(-7px);
  border-color: #fff;
}

@media screen and (max-width: 1024px) {
  .portfolio .container {
    grid-template-columns: repeat(2, 48%);
    justify-content: space-around;
  }
}
@media screen and (max-width: 600px) {
  .portfolio .container {
    padding: 4rem 0;
    grid-template-columns: repeat(1, 90%);
  }
}
.skills {
  background: #3d3d3d;
  text-align: center;
  padding: 2rem 0;
}
.skills h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 100;
}
.skills .container {
  display: grid;
  grid-template-columns: repeat(3, 14%);
  padding: 5rem 0;
  gap: 2rem;
  justify-content: center;
}
.skills .container .skill {
  background: #2b2b2b;
  border-radius: 5px;
  height: 22vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skills .container .skill img {
  width: 35%;
}

@media screen and (max-width: 1024px) {
  .skills .container {
    grid-template-columns: repeat(3, 25%);
  }
  .skills .container .skill {
    height: 15vh;
  }
}
@media screen and (max-width: 600px) {
  .skills .container {
    grid-template-columns: repeat(2, 40%);
  }
}
.port {
  background: #2b2b2b;
  text-align: center;
  padding: 2.5rem 0;
}
.port h1 {
  font-size: 30px;
  color: #919191;
  font-weight: 100;
}
.port h2 {
  color: #fff;
  font-style: italic;
}
.port .portfolio__container {
  display: grid;
  width: 70%;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  color: #919191;
  height: 80vh;
  padding: 2.5rem;
  overflow: auto;
  overflow-x: hidden;
}
.port .portfolio__container .portfolio__item {
  transition: all 500ms ease;
  background: #3d3d3d;
  padding: 1.3rem;
  border: 1px solid transparent;
  box-shadow: 10px 15px 1px rgba(0, 0, 0, 0.4901960784);
}
.port .portfolio__container .portfolio__item:hover {
  border: #ffc400;
  background: transparent;
  transform: translateY(-0.5rem);
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.4901960784);
}
.port .portfolio__container .portfolio__item .portfolio__item-image {
  border-radius: 1.5rem;
  overflow: hidden;
}
.port .portfolio__container .portfolio__item h3 {
  margin: 1.2rem 0 2rem;
  font-size: 1rem;
}
.port .portfolio__container .portfolio__item .portfolio__item-cta {
  display: flex;
  gap: 1rem;
}
.port .portfolio__container .portfolio__item .portfolio__item-cta a {
  padding: 0.3rem;
  color: #2b2b2b;
  background: #ffc400;
  box-shadow: 2px 2px 10px #2b2b2b;
  transition: all 500ms ease;
  border-radius: 5px;
  border: 1px solid transparent;
}
.port .portfolio__container .portfolio__item .portfolio__item-cta a:hover {
  box-shadow: 2px 2px 10px;
  transform: translateY(-7px);
  border-color: #fff;
}

@media screen and (max-width: 1024px) {
  .port .portfolio__container {
    width: 90%;
    height: 50vh;
    padding: 0.5rem;
  }
}
@media screen and (max-width: 600px) {
  .port .portfolio__container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    overflow-y: hidden;
    grid-template-columns: 90%;
    justify-content: center;
  }
}
.contact {
  background: #2b2b2b;
  padding: 4rem;
}
.contact .container {
  display: grid;
  grid-template-columns: 35% 25% 30%;
  justify-content: space-between;
}
.contact .container .contact-text h1 {
  color: #919191;
  font-weight: 100;
  font-size: 40px;
}
.contact .container .contact-text p {
  color: #fff;
  font-weight: 100;
  font-style: italic;
}
.contact .container .contact-text .contacting {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
.contact .container .contact-text .contacting .message {
  width: 60%;
  text-align: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
  background: #3d3d3d;
  padding: 0.5rem;
  border-radius: 5px;
}
.contact .container .contact-text .contacting .message img {
  width: 8%;
}
.contact .container .contact-text .contacting .message a {
  color: #ffc400;
  text-decoration: underline;
}
.contact .container .team_member {
  background: #3d3d3d;
  padding: 2rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.contact .container .team_member:hover {
  background: transparent;
  border-color: #fff;
}
.contact .container .team_member .team_member-image img {
  filter: saturate(0);
}
.contact .container .team_member:hover img {
  filter: saturate(1);
}
.contact .container .team_member .team_member-info {
  text-align: center;
  margin-top: 1.4rem;
}
.contact .container .team_member .team_member-info h4 {
  color: #919191;
  font-style: italic;
  font-size: 20px;
  font-weight: 100;
}
.contact .container .team_member:hover .team_member-socials {
  right: 0;
}
.contact .container .team_member-socials a {
  padding: 1rem;
}
.contact .container .leave__message {
  box-shadow: 4px 4px 8px #202020;
  padding: 1.5rem;
  background: #3d3d3d;
  border-radius: 5px;
}
.contact .container .leave__message h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 100;
}
.contact .container .leave__message form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.contact .container .leave__message form input, .contact .container .leave__message form textarea {
  width: 80%;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background: #2b2b2b;
  resize: none;
  color: #fff;
}
.contact .container .leave__message form .btn {
  width: 40%;
  padding: 0.7rem;
  border-radius: 5px;
  background: #ffc400;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .contact .container {
    grid-template-columns: 50% 45%;
    width: 100%;
  }
  .contact .container .team_member {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .contact .container {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    justify-content: flex-end;
  }
  .contact .container .contact-text h1 {
    font-size: 35px;
  }
  .contact .container .contact-text .contacting .message {
    width: 100%;
  }
  .contact .container .team_member {
    display: block;
  }
  .contact .container .leave__message form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .contact .container .leave__message form input, .contact .container .leave__message form textarea {
    width: 100%;
  }
  .contact .container .leave__message form .btn {
    width: 100%;
  }
}
footer {
  background: #3d3d3d;
  padding: 1.5rem 0;
  text-align: center;
  font-size: 0.9rem;
}
footer a {
  color: #fff;
}
footer .footer__logo {
  font-size: 2rem;
  color: #ffc400;
  font-weight: 500;
  margin-bottom: 2rem;
  display: inline-block;
}
footer .permalinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 auto 3rem;
}
footer .footer__socials {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
footer .footer__socials a {
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  width: 4%;
}
footer .footer__socials a img {
  padding: 0.8rem;
  display: flex;
}
footer .footer__copyright {
  margin-bottom: 4rem;
  color: #ffc400;
}

@media screen and (max-width: 600px) {
  footer .permalinks {
    flex-direction: column;
    gap: 1.5rem;
  }
  footer .footer__socials {
    margin-bottom: 1.6rem;
  }
}
::-webkit-scrollbar {
  width: 7px;
  background: #2b2b2b;
}

::-webkit-scrollbar-thumb {
  background: #ffc400;
  border-radius: 10px;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: all 1s ease;
}
.reveal.active {
  transform: translateY(0px);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */