@-webkit-keyframes fade {
  0% {
      opacity: .4
  }

  to {
      opacity: 1
  }
}

@keyframes fade {
  0% {
      opacity: .4
  }

  to {
      opacity: 1
  }
}

* {
  box-sizing: border-box
}

#header {
  min-height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden
}

.text-box {
 
  color: transparent;
  box-shadow: 5px 200px 40% -7px rgba(217, 12, 12, 0.64);
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center
}

.text-box h1 {
  font-family: "BlackJack",sans-serif;
  color: #f5f4f4;
  font-size: 120px;
  font-style: bold;
  font-variant: small-caps;
  font-weight: 700;
  line-height: 80px
}

.text-box p {
  margin: 20px 0 40px;
  font-size: 15px;
  color: #fff
}

.hero-btn {
  display: inline-block;
  text-decoration: none;

  color: #f5ebeb;
  border: 1 solid #b72525;
  padding: 12px 34px;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  transition: 1s;
  text-align: center;
  font-family: "Elvishlis",sans-serif
}

.hero-btn:hover {
  border: 1px solid #424242;
  background: #363636;
  color: #fff
}

.video-cover {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  -o-filter: blur(1px);
  filter: blur(1x);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1
}

h1,h2,h3,h4 {
  color: #fff;
  text-align: center
}

h1,h2 {
  font-family: "Elvishlis",sans-serif;
  font-weight: 700;
  font-size: 3rem
}

h3,h4 {
  font-weight: lighter
}

h1,h2,h3 {
  margin: 20px 0 40px;
  font-size: 20px
}

h4 {
  font-family: "Elvishlis",sans-serif
}

@media (max-width:750px) {
  #background-video {
    filter:blur(5px);
      height: 100vh;
      width: 5vw;
      object-fit: cover;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1
  }

  body {
      background: no-repeat;
      background-size: cover
  }
}

.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto
}

.mySlides {
  display: none
}

.next,.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  transition: .6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px
}

.card h3,.text {
  text-align: center
}

.numbertext,.text {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute
}

.text {
  font-size: 15px;
  bottom: 8px;
  width: 100%
}

.numbertext {
  font-size: 12px;
  top: 0
}

.dot,.dots span {
  border-radius: 50%
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  display: inline-block;
  transition: background-color .6s ease
}

.active,.dot:hover {
  background-color: #717171
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s
}

#aboutme {
  text-align: top;
  overflow-y: auto;
  scroll-behavior: smooth;
  width: 100%;
  position: relative;
  background-color: #2a2828
}

.contact-text {
  text-align: center;
  margin-bottom: 1%;
  font-family: "Elvishlis",sans-serif
}

.card {
  color: #fff
}

.card h3 {
  font-size: 2rem;
  font-weight: 120
}

.card,.card img {
  width: 100%
}

.project-2-img {
  height: 76%
}

.card img:hover {
  opacity: 80%
}

.card h3,.project-btn {
  font-family: "Elvishlis",sans-serif
}

.project-btn {
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #525252;
  padding: 12px 34px;
  font-size: 20px;
  background: 0 0;
  position: relative;
  cursor: pointer;
  transition: 1s
}

.project-btn:hover {
  border: 1px solid #363636;
  background: #363636
}

.cards {
  max-width: 1800px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem
}

@media (min-width:600px) {
  .cards {
      grid-template-columns: repeat(2 1fr)
  }
}

@media (max-width:1000px) {
  .cards {
      grid-template-columns: repeat(1,1fr)
  }

  .card {
      height: 300px;
      text-align: center
  }

  .card h2 {
      font-size: 10px
  }

  .card img {
      height: 200px
  }

  .project-btn {
      margin-left: 95px;
      text-align: center
  }
  #background-video {
    filter:blur(5px);
      height: 100vh;
      width: 5vw;
      object-fit: cover;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1
  }
}

@media (min-width:1000px) {
  .cards {
      grid-template-columns: repeat(2,1fr)
  }

  .card {
      height: 300px;
      text-align: center
  }
  #background-video {
    filter:blur(5px);
      height: 100vh;
      width: 5vw;
      object-fit: cover;
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1
  }
}

@media (min-width:900px) {
  .cards {
      grid-template-columns: repeat(4,1fr)
  }

  .card {
      height: 300px;
      text-align: center
  }
}

.footer {
  width: 100%;
  text-align: center;
  padding: 30px 0
}

.footer h4,.footer p {
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
  font-weight: 400
}

.footer p {
  font-size: 16px
}

.icons .fa {
  color: #fff;
  margin: 0 13px;
  cursor: pointer;
  padding: 18px 0;
  height: 1rem;
  text-align: center;
  font-size: 2.75em
}

.wrap {
  margin: 50px auto 0;
  width: 90%;
  display: flex;
  justify-content: center;
  max-width: 3000px
}

.tile,.tile img {
  transition: all .4s ease-out
}

.tile {
  width: 90%;
  height: 400px;
  margin: 10px;
  align-content: center;
  text-align: center;
  background-size: cover;
  position: center;
  cursor: pointer;
  overflow: hidden;
  font-family: "Elvishlis",sans-serif;
  box-shadow: 5px 100px 400px -7px rgba(201,13,13,.64);
  transform: scale(1.05)
}

.tile img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: .5
}

.tile .text {
  position: absolute;
  padding: 20px;
  top: 5%;
  height: calc(100% - 30px);
  font-size: 20px
}

.tile h1 {
  font-weight: 300;
  margin: 0;
  font-size: 40px;
  position: relative;
  top: 0
}

.tile h2 {
  font-weight: 100;
  margin: 20px 0 0;
  font-style: italic;
  transform: translateX(200px)
}

.tile,.tile h1,.tile p {
  color: #fff
}

.animate-text,.tile p {
  font-weight: 500;
  font-size: 15px;
  margin: 20px 0 0;
  line-height: 25px;
  opacity: 0
}

.tile:hover {
  box-shadow: 0 35px 77px -17px rgba(0,0,0,.64);
  transform: scale(1.05)
}

.tile:hover img {
  opacity: .2
}

.tile:hover .animate-text {
  transform: translateX(0);
  opacity: 1
}

.dots {
  position: absolute;
  bottom: 7%;
  left: 40%;
  margin: 0 auto;
  width: 60px;
  height: 70px;
  color: currentColor;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around
}

.dots span {
  width: 70px;
  height: 70px;
  background-color: currentColor;
  display: block
}

.tile:hover span {
  opacity: 1;
  transform: translateY(0)
}

.dots span:nth-child(1) {
  transition-delay: .05s
}

.dots span:nth-child(2) {
  transition-delay: .1s
}

.dots span:nth-child(3) {
  transition-delay: .15s
}

@media (max-width:1000px) {
  .wrap {
      flex-direction: column;
      width: 400px
  }
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.column {
  float: left;
  width: 16.66%
}

.demo {
  opacity: .6
}

.active,.demo:hover {
  opacity: 1
}

.wrapper {
  width: 50%
}

.container {
  height: 0;
  width: 100%;
  padding-bottom: 50%;
  overflow: hidden;
  position: relative
}

.container iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute
}

.grid-container {
  columns: 2 200px;
  column-gap: 1.5rem;
  width: 80%;
  margin: 0 auto
}

.grid-container div,.grid-container div img {
  width: 100%;
  border-radius: 5px;
  transition: all .25s ease-in-out
}

.grid-container div {
  margin: 0 1.5rem 1.5rem 0;
  display: inline-block;
  border: solid 2px #0e0d0d;
  padding: 5px;
  box-shadow: 5px 5px 5px rgba(192,23,23,.5)
}

.grid-container div:hover img {
  filter: grayscale(0)
}

.grid-container div:hover {
  border-color: #fbf8f8
}

.grid-container div img {
  filter: grayscale(100%)
}

.grid-container div p {
  margin: 5px 0;
  padding: 0;
  text-align: center;
  font-style: italic;
  color: #fff
}

#Portfolio,#Portfolio-Flexi {
  min-height: 100vh;
  font-family: "Elvishlis",sans-serif;
  background-color: #2a2828;
  display: grid;
  box-sizing: border-box;
  text-align: top;
  scroll-behavior: smooth;
  width: 100%;
  position: relative;
  overflow-y: hidden
}

.blog-slider {
  width: 95%;
  position: absolute;
  max-width: 900px;
  margin: auto;
  box-shadow: 0 14px 80px rgba(243,9,9,.2);
  padding: 25px;
  border-radius: 25px;
  height: 500px;
  transition: all .3s;
  left: 20%;
  top: 20%
}

@media screen and (max-width:992px) {
  .blog-slider {
      max-width: 1200px;
      height: 400px;
      left: 2%;
      top: 10%
  }
}

@media screen and (max-width:768px) {
  .blog-slider {
      min-height: 500px;
      height: auto;
      margin: 180px auto;
      left: 4%
  }
}

@media screen and (max-height:500px) and (min-width:992px) {
  .blog-slider {
      height: 350px;
      left: 50%
  }
}

.blog-slider__item {
  display: flex;
  align-items: center
}

@media screen and (max-width:768px) {
  .blog-slider__item {
      flex-direction: column
  }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 2;
  transition-delay: .3s
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
  opacity: 1;
  transform: none
}

.blog-slider__item.swiper-slide-active .blog-slider__content>:nth-child(1) {
  transition-delay: .3s
}

.blog-slider__item.swiper-slide-active .blog-slider__content>:nth-child(2) {
  transition-delay: .4s
}

.blog-slider__item.swiper-slide-active .blog-slider__content>:nth-child(3) {
  transition-delay: .5s
}

.blog-slider__item.swiper-slide-active .blog-slider__content>:nth-child(4) {
  transition-delay: .6s
}

.blog-slider__item.swiper-slide-active .blog-slider__content>:nth-child(5) {
  transition-delay: .7s
}

.blog-slider__item.swiper-slide-active .blog-slider__content>:nth-child(6) {
  transition-delay: .8s
}

.blog-slider__item.swiper-slide-active .blog-slider__content>:nth-child(7) {
  transition-delay: .9s
}

.blog-slider__item.swiper-slide-active .blog-slider__content>:nth-child(8) {
  transition-delay: 1s
}

.blog-slider__item.swiper-slide-active .blog-slider__content>:nth-child(9) {
  transition-delay: 1.1s
}

.blog-slider__item.swiper-slide-active .blog-slider__content>:nth-child(10) {
  transition-delay: 1.2s
}

.blog-slider__item.swiper-slide-active .blog-slider__content>:nth-child(11) {
  transition-delay: 1.3s
}

.blog-slider__item.swiper-slide-active .blog-slider__content>:nth-child(12) {
  transition-delay: 1.4s
}

.blog-slider__item.swiper-slide-active .blog-slider__content>:nth-child(13) {
  transition-delay: 1.5s
}

.blog-slider__item.swiper-slide-active .blog-slider__content>:nth-child(14) {
  transition-delay: 1.6s
}

.blog-slider__item.swiper-slide-active .blog-slider__content>:nth-child(15) {
  transition-delay: 1.7s
}

.blog-slider__img {
  width: 500px;
  flex-shrink: 0;
  height: 300px;
  border-radius: 10px;
  transform: translateX(-80px);
  overflow: hidden;
  box-shadow: 0 2px 10px #fff
}

.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: .8
}

.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all .3s
}

@media screen and (max-width:768px) {
  .blog-slider__img {
      transform: translateY(-50%);
      width: 80%;
      height: 300px
  }
}

@media screen and (max-width:576px) {
  .blog-slider__img {
      width: 95%;
      height: 300px
  }
}

@media screen and (max-height:500px) and (min-width:992px) {
  .blog-slider__img {
      height: 270px
  }
}

.blog-slider__content {
  padding-right: 25px
}

@media screen and (max-width:768px) {
  .blog-slider__content {
      margin-top: -80px;
      text-align: center;
      padding: 0 30px
  }
}

@media screen and (max-width:576px) {
  .blog-slider__content {
      padding: 0
  }
}

.blog-slider__content>* {
  opacity: 0;
  transform: translateY(25px);
  transition: all .4s
}

.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500
}

.blog-slider__title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  font-family: "Elvishlis",sans-serif
}

.blog-slider__text {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.5em
}

.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg,#b7b2ae 0,#100f0f 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px
}

@media screen and (max-width:576px) {
  .blog-slider__button {
      width: 100%
  }
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,.blog-slider .swiper-pagination-custom,.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px!important;
  text-align: center;
  left: auto!important;
  top: 50%;
  bottom: auto!important;
  transform: translateY(-50%)
}

@media screen and (max-width:768px) {
  .blog-slider__pagination {
      transform: translateX(-50%);
      left: 50%!important;
      top: 205px;
      width: 100%!important;
      display: flex;
      justify-content: center;
      align-items: center
  }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0
}

@media screen and (max-width:768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px
  }
}

.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: .2;
  transition: all .3s
}

.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0a0a0a;
  height: 30px;
  box-shadow: 0 0 20px rgba(252,56,56,.3)
}

@media screen and (max-width:768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
      height: 11px;
      width: 30px
  }
}

#social-sidebar {
  left: 0;
  position: fixed;
  top: 30%;
  z-index: 2
}

#social-sidebar li:first-child a {
  border-top-right-radius: 5px
}

#social-sidebar li:last-child a {
  border-bottom-right-radius: 5px
}

#social-sidebar a {
  background: rgba(31,30,30,.7);
  color: #fff;
  text-decoration: none;
  display: block;
  height: 50px;
  width: 50px;
  font-size: 24px;
  line-height: 50px;
  position: relative;
  text-align: center;
  cursor: pointer
}

#social-sidebar a:hover span {
  left: 120%;
  opacity: 1
}

#social-sidebar a span {
  font: 12px"Poppins",sans-serif;
  text-transform: uppercase;
  border-radius: 3px;
  line-height: 24px;
  left: -100%;
  margin-top: -16px;
  opacity: 0;
  padding: 4px 8px;
  position: absolute;
  transition: opacity .3s,left .4s;
  top: 50%;
  z-index: -1
}

#social-sidebar a span:before {
  display: block;
  height: 8px;
  width: 8px;
  left: -4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg)
}

#social-sidebar a[class*=instagrem] span,#social-sidebar a[class*=instagrem] span:before,#social-sidebar a[class*=instagrem]:hover,#social-sidebar a[class*=youtube] span,#social-sidebar a[class*=youtube] span:before,#social-sidebar a[class*=youtube]:hover {
  background: #ea4c89
}

a,a:active,a:focus,a:hover {
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: 0;
  font-weight: 500
}

li {
  list-style: none
}

p {
  line-height: 1.9;
  color: #636363;
  font-size: 16px;
  font-weight: 400
}

img {
  width: 100%;
  height: auto
}

ul,ul li {
  margin: 0;
  padding: 0
}

.bg-overlay {
  position: relative;
  z-index: 1
}

.bg-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0,0,0,.4)
}

.bg-img {
  background-position: center center!important;
  background-size: cover!important;
  background-repeat: no-repeat!important
}