* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style: none;
}

@font-face {
  font-family: "Roboto";
  src: url(../CSS/Roboto-VariableFont_wdth\,wght.ttf) format("truetype");
}
body {
  font-family: "Roboto", "san-serif";
}

.main-btn {
  padding: 6px 30px;
  background-color: #FF3150;
  color: #FFC501 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-btn:hover {
  background-color: #f71133;
}

.subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.subtitle::after {
  content: "";
  width: 150px;
  height: 2px;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #00C6BF;
}

nav {
  z-index: 1000;
  background-color: #1A2931;
}
nav .logo svg {
  cursor: pointer;
}
nav .logo svg:hover {
  color: #00C6BF !important;
}
nav .logo .active svg {
  color: #00C6BF !important;
}
nav .links a.active, nav .links a:hover {
  color: #00C6BF !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
nav .links svg {
  padding: 6px 16px 6px 16px;
  border-left: 1px solid #00C6BF;
  color: #00C6BF;
  cursor: pointer;
}

.landing {
  height: calc(100vh - 68px);
  background-color: #1A2931;
}
.landing h2 {
  font-size: 50px;
}
@media (max-width: 575px) {
  .landing h2 {
    font-size: 30px;
  }
}
.landing p {
  font-size: 15px;
}
@media (max-width: 575px) {
  .landing p {
    font-size: 12px;
  }
}

.skills .box .num {
  font-size: 12rem;
  color: #EFF7FA;
}
.skills .box img {
  bottom: 0.75rem;
}
.skills .box .head-text {
  color: #FFC501;
}
.skills .box p {
  font-size: 0.75rem;
  width: 70%;
}

.feature {
  background-color: #EFF7FA;
}
.feature .links li:hover, .feature .links li.active {
  color: #FFC501 !important;
  background-color: #f71133;
}
.feature .feats .img {
  overflow: hidden;
}
.feature .feats .img::after {
  content: attr(data-type);
  position: absolute;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  top: 0.5rem;
  left: 0.5rem;
  -webkit-transform: translateX(calc(-100% - 1rem));
          transform: translateX(calc(-100% - 1rem));
  background-color: rgba(24, 151, 146, 0.831372549);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.feature .feats .img:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.design img.inner {
  top: 7%;
  left: 15%;
  width: 70%;
}

.team {
  background-color: #EFF7FA;
}
.team .head h3 {
  color: #FFC501;
}
.team .card-title {
  background-color: #00C6BF;
}

.start {
  background-color: #1A2931;
}
.start p {
  font-size: 0.75rem;
}

.blog p {
  font-size: 12px;
}

form {
  background-color: #FFC501;
}
form input {
  font-size: 12px;
  border: none;
  border-bottom: 1px solid white !important;
  caret-color: white;
}
form input::-webkit-input-placeholder {
  color: white;
}
form input::-moz-placeholder {
  color: white;
}
form input:-ms-input-placeholder {
  color: white;
}
form input::-ms-input-placeholder {
  color: white;
}
form input::placeholder {
  color: white;
}
form input:focus {
  outline: none;
}
form input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
form input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
form input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
form input:focus::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
form input:focus::placeholder {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer {
  background-color: #1A2931;
  font-size: 0.75rem;
}
footer .logo p.create span {
  color: #00C6BF;
}
footer .logo p.copyright span {
  color: #FFC501;
}
footer .contact button {
  color: white !important;
  font-size: 0.75rem;
}
footer .icon svg {
  width: 1rem;
  height: 1rem;
  padding: 0.5rem;
}
footer .icon .face {
  background-color: #1877f2;
}
footer .icon .twit {
  background-color: #1da1f2;
}
footer .icon .google {
  background-color: #dd4b39;
}
footer .icon .dribbble {
  background-color: #ea4c89;
}
/*# sourceMappingURL=main.css.map */