@import "all.css"; /* media queries */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5 {
  font-family: "Inter", sans-serif;
  color: #fff;
  letter-spacing: -1px;
  font-weight: 700;
}

body {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  background-color: #131313;
}

p {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

.container {
  max-width: 1300px;
  width: 100%;
}

.gray-bg {
  background-color: #f8f8f8;
}

.cta-btn {
  border-radius: 30px;
  color: #111111;
  display: inline-block;
  font-size: 16px;
  padding: 15px 35px;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #caca10;
}
@media screen and (max-width: 540px) {
  .cta-btn {
    font-size: 16px;
  }
}
.cta-btn span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.cta-btn.reverse {
  background-image: linear-gradient(135deg, #da3535 0%, #ab1616 57%, #B00000 100%);
}
.cta-btn.reverse:hover {
  box-shadow: 0 0 20px #B80000;
}
.cta-btn:hover {
  color: #111111;
  text-decoration: none;
  background-position: -100% center;
  box-shadow: 0 0 20px #caca10;
}
.cta-btn:hover::after {
  left: 0;
}
.cta-btn:hover::before {
  left: 100%;
}
.cta-btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.cta-btn.fixed-width {
  width: 235px;
}
@media screen and (max-width: 540px) {
  .cta-btn.fixed-width {
    width: 212px;
  }
}

.p-rel {
  position: relative;
}

.floating {
  -webkit-animation: floating 3s infinite;
  -moz-animation: floating 3s infinite;
  -o-animation: floating 3s infinite;
  animation: floating 3s infinite;
}

.floating-1 {
  -webkit-animation: floating 3s infinite 0.2s;
  -moz-animation: floating 3s infinite 0.2s;
  -o-animation: floating 3s infinite 0.2s;
  animation: floating 3s infinite 0.2s;
}

.floating-2 {
  -webkit-animation: floating 3s infinite 0.4s;
  -moz-animation: floating 3s infinite 0.4s;
  -o-animation: floating 3s infinite 0.4s;
  animation: floating 3s infinite 0.4s;
}

.floating-3 {
  -webkit-animation: floating 3s infinite 0.6s;
  -moz-animation: floating 3s infinite 0.6s;
  -o-animation: floating 3s infinite 0.6s;
  animation: floating 3s infinite 0.6s;
}

.floating-4 {
  -webkit-animation: floating 3s infinite 0.8s;
  -moz-animation: floating 3s infinite 0.8s;
  -o-animation: floating 3s infinite 0.8s;
  animation: floating 3s infinite 0.8s;
}

.floating-5 {
  -webkit-animation: floating 3s infinite 1s;
  -moz-animation: floating 3s infinite 1s;
  -o-animation: floating 3s infinite 1s;
  animation: floating 3s infinite 1s;
}

@keyframes floating {
  from {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  50% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
body.logged-in .logo-menu-container {
  top: 49px;
}

.section {
  padding: 60px 0;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 460px) {
  .section {
    padding: 25px 0;
  }
}
.section::after {
  content: " ";
  display: block;
  clear: both;
}

.overlay {
  background-color: #111111;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.no-pad-top {
  padding-top: 0;
}

.site-content__title, .site-content h3 {
  display: inline-block;
  font-size: 54px;
  font-weight: 700;
  line-height: 64px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .site-content__title, .site-content h3 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 991px) {
  .site-content__title, .site-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .site-content__title br, .site-content h3 br {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .site-content__title, .site-content h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
.site-content .label-type {
  color: #caca10;
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .site-content .label-type {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.site-label {
  color: #caca10;
  margin-bottom: 30px;
}

.site-content {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .site-content {
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .about-area {
    margin-top: 30px;
  }
}

.space-60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .space-60 {
    margin-top: 30px;
  }
}

.features-box {
  padding: 50px 20px;
  box-shadow: 0px 0px 15px #000;
  margin-top: 30px;
  border: 1px solid #353838;
  display: flex;
  align-items: flex-start;
  background-color: #1f1f1f;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.features-box:hover {
  border: 1px solid #caca10;
}
.features-box__img {
  max-width: 114px;
  margin: 0 auto;
}
.features-box__divider {
  background-color: #AA0000;
  width: 67px;
  height: 5px;
  margin: 20px auto;
}
.features-box__num-cont {
  min-width: 10%;
}
@media screen and (max-width: 767px) {
  .features-box__num-cont {
    min-width: 15%;
  }
}
.features-box__num {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}
.features-box h3 {
  font-weight: 700;
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .features-box h3 {
    font-size: 24px;
  }
}
.features-box p {
  margin: 0;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .features-box p {
    font-size: 16px;
  }
}

.portfolio-box {
  margin-top: 30px;
}
.portfolio-box__inner {
  height: 350px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px #000;
  transition: all 0.4s ease;
  border: 10px solid #1f1f1f;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .portfolio-box__inner {
    height: 205px;
  }
}
.portfolio-box__inner:hover {
  box-shadow: 0 0 10px #caca10;
}
.portfolio-box__inner-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: top 8s ease;
}
.portfolio-box__text {
  margin-top: 15px;
  text-align: center;
}
.portfolio-box__text p {
  color: #ffffff;
  font-weight: 700;
}

.site-footer p {
  font-size: 14px;
}

.stack-list {
  color: #fff;
}
.stack-list .features-box {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .stack-list .col-sm-3 {
    max-width: 50%;
  }
}
.stack-list .features-box__img {
  text-align: center;
}
.stack-list .features-box__img img {
  max-width: 80%;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .site-header {
    position: static;
    padding-bottom: 0;
  }
}
.site-header .row {
  align-items: center;
}

.site-name {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 500;
}
.site-name:hover {
  color: #ffffff;
}
.site-name__bold {
  font-weight: 900;
  color: #caca10;
  font-size: 40px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .site-name {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .site-nav {
    display: none;
  }
}
.site-nav__list {
  list-style-type: none;
  display: flex;
  margin-bottom: 0;
  justify-content: flex-end;
}
.site-nav__list a {
  padding: 0 10px;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-nav__list a:hover {
  color: #caca10;
}

.site-banner {
  min-height: 100vh;
  max-height: 800px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .site-banner {
    max-height: inherit;
    min-height: auto;
  }
}
.site-banner .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .site-banner .row {
    flex-direction: column-reverse;
  }
}
.site-banner__title {
  line-height: 1;
  margin-bottom: 30px;
}
.site-banner__hello {
  opacity: 0.7;
  display: block;
  font-size: 40px;
  letter-spacing: -1px;
}
@media screen and (max-width: 767px) {
  .site-banner__hello {
    font-size: 28px;
  }
}
.site-banner__name {
  display: block;
  color: #caca10;
  font-weight: 700;
  font-size: 65px;
  margin: 15px 0;
  letter-spacing: -2px;
}
@media screen and (max-width: 767px) {
  .site-banner__name {
    font-size: 40px;
  }
}
.site-banner__designation {
  font-weight: 700;
  font-size: 65px;
  letter-spacing: -2px;
}
@media screen and (max-width: 767px) {
  .site-banner__designation {
    font-size: 40px;
  }
}
.site-banner .cta-btn {
  margin-top: 20px;
}
.site-banner__image {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .site-banner__image {
    max-width: 250px;
    margin-bottom: 50px;
  }
}
.site-banner__image::before {
  content: " ";
  display: block;
  position: absolute;
  width: 450px;
  height: 450px;
  background-color: #caca10;
  top: 70%;
  left: 0;
  border-radius: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .site-banner__image::before {
    width: 250px;
    height: 250px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*# sourceMappingURL=style.css.map */
