/************ CSS Styles ************
    Template Name: Kalvin - Portfolio Template
    Author: cosmos-themes
    version: 2.0
    Copyright: 2021
************************************/

/*==================================
        Table of Content
        1. Body and Core Css
        2. Preloader
        3. Navbar
        4. Banner Section
        5. About Section
        6. Services Section
        7. Stats Section
        8. Portfolio Section
        9. Blogs Section
        10. Testimonial Section
        11. Contact Form Section
        12. Footer
        13. Blogs Page
        14. Single Blog Page
        15. Mobile Responsive
==================================*/

/*============ 1. Body and Core Css ============*/

@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
}

img {
  width: 100%;
  height: auto;
}

a,
a:hover,
a:focus {
  color: inherit;
}

body {
  font-family: "Roboto Slab", serif;
  position: relative;
  font-size: 16px;
  line-height: 1.65;
  color: #484848;
  -webkit-font-smoothing: antialiased;
}

p {
  font-size: 16px;
  line-height: 1.65;
  font-family: "Roboto Slab", serif;
}

span {
  display: inline-block;
}

/*===========Margin And Paddings============*/

.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-62 {
  margin-top: 62px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
/* Custom Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-62 {
  margin-bottom: 62px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.m-0 {
  margin: 0px !important;
}
/* Custom Padding top */
.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
/* Custom Padding top */
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.p-0 {
  padding: 0 !important;
}

/*===========Helpers Css============*/

.heading {
  margin-bottom: 50px;
}

.heading h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.heading h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.owl-theme .owl-dot span {
  width: 20px !important;
}

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

.main-btn {
  display: inline-block;
  background-color: #222;
  padding: 10px 20px;
  border: 2px solid #222;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.2s background-color ease;
  -o-transition: 0.2s background-color ease;
  transition: 0.2s background-color ease;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.main-btn:hover {
  color: #222;
  background-color: transparent;
}

.bread-crumb a {
  color: #fff;
  display: inline-block;
  margin: 0 10px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
}

.bread-crumb a:before {
  content: "/";
  position: absolute;
  right: -15px;
}

.bread-crumb a:last-child:before {
  display: none;
}

blockquote {
  font-size: 15px;
  color: #222;
  border-left: 4px solid #222;
  padding-left: 20px;
  margin: 40px 0;
  font-weight: 500;
}

/*============ 2. Preloader  ============*/

.preloader {
  position: fixed;
  background-color: #fff;
  z-index: 9999;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  transition: 0.1s all ease;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

.preloader:before,
.preloader:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #222;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.preloader:before {
  top: 0;
  left: 0;
}

.preloader:after {
  bottom: 0;
  left: 0;
}

.preloader.loaded:before,
.preloader.loaded:after {
  height: 0%;
}

.preloader .loader {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #fff;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  -webkit-animation: 1s infinite ease-in-out;
  animation: 1s infinite ease-in-out;
}

.preloader .loader:before,
.preloader .loader:after {
  -webkit-animation: 0.8s infinite ease-in-out;
  animation: 0.8s infinite ease-in-out;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.preloader .loader:before {
  content: "";
  border: 10px solid #222;
  top: -10px;
  left: -10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-animation-name: anim-loader;
  animation-name: anim-loader;
}

.preloader.loaded .loader {
  opacity: 0;
}

@-webkit-keyframes anim-loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes anim-loader {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*============ 3. Navbar ============*/

nav.navbar {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.navbar2{
  background: #373435;
}

nav.navbar .logo {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Roboto Slab", serif;
}

nav.navbar .navbar-toggler {
  border: 0;
}

nav.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.navbar .nav-item {
  font-size: 13px;
  font-weight: 400;
  padding-right: 13px;
  padding-left: 13px;
  color: #fff;
  text-transform: uppercase;
}

nav.navbar .nav-item:first-child {
  padding-left: 0;
}

nav.navbar .nav-item:last-child {
  padding-right: 0;
}

nav.navbar .nav-item .nav-link {
  color: #fff;
  position: relative;
  text-decoration: none;
  padding: 0;
  font-weight: 700;
}

nav.navbar .nav-item .nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

nav.navbar .nav-item .nav-link.active:before,
nav.navbar .nav-item .nav-link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

nav.navbar .nav-item .nav-link.last-active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

nav.fixed-top {
  position: fixed;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}

nav.fixed-top .logo {
  color: #000;
}

nav.fixed-top .logo:focus,
nav.fixed-top .logo:hover {
  color: #000;
}

nav.fixed-top .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

nav.fixed-top .nav-item {
  color: #000;
}

nav.fixed-top .nav-item .nav-link {
  color: #000 !important;
}

nav.fixed-top .nav-item .nav-link:before {
  background-color: #000;
}

#scrolledLogo {
  display: none;
}

.scrolled #defaultLogo {
  display: none;
}

.scrolled #scrolledLogo {
  display: inline;
}

/* ===========================
   Dropdown Menu
=========================== */

nav.navbar .submenu {
  position: relative;
}

nav.navbar .submenu-list {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #fff;
  list-style: none;
  padding: 8px 0;
  margin: 15px 0 0;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .15);

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .3s ease;
  z-index: 9999;
}

nav.navbar .submenu:hover .submenu-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

nav.navbar .submenu-list li {
  display: block;
  width: 100%;
  padding: 0;
}

nav.navbar .submenu-list li a {
  display: block;
  padding: 10px 18px;
  color: #333 !important;
  text-transform: none;
  font-weight: 500;
  text-decoration: none;
}

nav.navbar .submenu-list li a:hover {
  background: #f5f5f5;
  color: #000 !important;
}

/*============ 4. Banner Section============*/

.banner {
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  height: auto !important;
  background-position: center !important;
}

.banner::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000be;
  z-index: 0;
}

.banner .banner-caption {
  /* top: 50%; */
  position: relative;
  color: #fff;
  z-index: 11;
  width: 100%;
  /* -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
  padding: 25px 0;
}

.banner .banner-caption h3 {
  /* font-size: 50px; */
  font-weight: 700;
  color: #fff;
}

.banner .banner-caption p {
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  color: #eee;
}

.banner .hero {
  padding: 50px 0;
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */

.cd-headline.clip span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 700;
}

.arrow {
  position: absolute;
  /* bottom: 10vh; */
  /* width: 100vw; */
  z-index: 11;
  padding-left: 75px;
}

.arrow a {
  color: #fff;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/*===Slider Page===*/
.banner .banner-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*===Creative Page===*/
#home-svg {
  height: 150px;
  width: 100vw;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 3;
}

#home-svg .p-curve {
  fill: #fff;
}

/*===Center Banner Captions===*/

.banner-centered .banner-caption {
  text-align: center;
}

.banner-centered .arrow {
  padding-left: 0;
  text-align: center;
}

/*===Index Particles===*/

.banner #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 15;
}

/*============ 5. About Section ============*/

section.about .about-img {
  position: relative;
}

section.about .about-img:before {
  content: "";
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10%;
  left: -10%;
  z-index: 0;
}

section.about .about-img img {
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-box-shadow: 0 0 85px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 85px 0 rgba(0, 0, 0, 0.14);
}

section.about .about-content .about-heading {
  margin-bottom: 20px;
}

section.about .about-content .about-heading h2 {
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

section.about .about-content .about-heading span {
  font-family: "Roboto Slab", serif;
  color: #222;
  font-size: 19px;
}

section.about .about-content p {
  line-height: 28px;
  font-weight: 600;
}

section.about .about-content .social-icons {
  margin-top: 30px;
}

.social-icons a {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-right: 10px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #222;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons a .fa {
  color: #222;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  font-weight: bold;
}
.social-icons a .bi {
  color: #222;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  font-weight: bold;
}

.social-icons a:hover {
  border: 2px solid #ffffff;
  background: transparent;
  line-height: 26px;
}

.social-icons a:hover .fa {
  color: #ffffff;
  font-weight: 500;
}

.social-icons a:hover .bi {
  color: #ffffff;
  font-weight: 500;
}

.about-button {
  margin-top: 40px;
}

/*============ 6. Services Section ============*/

section.services .service-item {
  text-align: center;
  margin-bottom: 50px;
}

section.services .service-item .icon {
  color: #222;
  display: inline-block;
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  line-height: 78px;
  font-size: 30px;
  border: 1px solid #000000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  background: #ed8d40;
}

section.services .service-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: uppercase;
}

section.services .service-item:hover .icon {
  -webkit-box-shadow: 0 5px 30px #ed8d40;
  box-shadow: 0 5px 30px #ed8d40;
  border-color: #ed8d40;
}

/*============ 7. Stats Section ============*/

.stats {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, #000000c7, #000000c9), url(https://img.freepik.com/free-photo/person-holding-speech-official-event_23-2151054194.jpg);
  background-size: cover;
  background-attachment: fixed;
}

/* .stats:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 2;
  opacity: 0.6;
} */

.stats .single-stat {
  text-align: center;
  color: #fff;
  z-index: 10;
  position: relative;
}

.stats .single-stat .stat-icon .fa {
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #fff;
}

.stats .single-stat h2 {
  color: #fff;
  font-weight: 800;
}

.stats .single-stat p {
  font-weight: 600;
  margin-bottom: 30px;
}

/*============ 8. Portfolio Section ============*/

section.portfolio .portfolio-filter {
  margin-bottom: 40px;
}

section.portfolio .portfolio-filter ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
  color: #222;
  position: relative;
  font-family: "Roboto Slab", serif;
  cursor: pointer;
  text-transform: uppercase;
}

section.portfolio .portfolio-filter ul li:last-child {
  margin-right: 0;
}

section.portfolio .portfolio-filter ul li:last-child:before {
  visibility: hidden;
}

section.portfolio .portfolio-filter ul li:before {
  content: "/";
  position: absolute;
  right: -15px;
  font-weight: 400;
}

section.portfolio .portfolio-filter ul li.sel-item {
  font-weight: 600;
}

section.portfolio .portfolio-items .item {
  margin-bottom: 30px;
}

section.portfolio .portfolio-items .item .item-content {
  position: relative;
  overflow: hidden;
}

section.portfolio .portfolio-items .item .item-content:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

section.portfolio .portfolio-items .item .item-content:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

section.portfolio .portfolio-items .item .item-content .item-overlay {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

section.portfolio .portfolio-items .item .item-content .item-overlay h6 {
  text-transform: uppercase;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
}

section.portfolio
  .portfolio-items
  .item
  .item-content
  .item-overlay
  .icons
  .icon {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0;
}

section.portfolio
  .portfolio-items
  .item
  .item-content
  .item-overlay
  .icons
  .icon
  a {
  display: inline-block;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  height: 40px;
  width: 40px;
  margin-top: 30px;
  background-color: #fff;
  font-size: 22px;
  line-height: 40px;
  color: #222;
  -webkit-border-radius: 20%;
  border-radius: 20%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.45);
}

section.portfolio .portfolio-items .item .item-content:hover .item-overlay h6,
section.portfolio
  .portfolio-items
  .item
  .item-content:hover
  .item-overlay
  .icons
  .icon {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/*============ 9. Blogs Section ============*/

.blogs .owl-carousel .owl-stage-outer {
  padding: 15px 0;
}

.blogs .blog-item {
  -webkit-box-shadow: 0px 0px 30px -4px rgb(0 0 0 / 57%);
  box-shadow: 0px 0px 30px -4px rgb(0 0 0 / 57%);
  padding: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.blogs .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  padding: 30px;
}

.blogs .blog-item .blog-img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blogs .blog-item .blog-img img:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.blogs .blog-item .blog-content {
  padding: 30px 15px 15px;
  background: #fff;
}

.blogs .blog-item .blog-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  margin-bottom: 15px;
}

.blogs .blog-item .blog-content p {
  padding-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 0;
}

.blogs .blog-item .blog-content .blog-meta {
  padding-top: 15px;
}

.blogs .blog-item .blog-content .blog-meta span {
  font-size: 13px;
  color: #748182;
}

.blogs .blog-item .blog-content .blog-meta .more {
  color: #222;
  border-bottom: 1px solid #aaa;
  font-weight: 600;
}

.blogs .blog-item .blog-content .blog-meta .date {
  float: right;
}

.blog-list .blog-item {
  margin-bottom: 50px;
}

/*============ 10. Testimonial Section ============*/

.testimonials {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.testimonials:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 2;
  opacity: 0.6;
}

.testimonials .container {
  position: relative;
  z-index: 10;
}

.testimonials .testimonial-item .author-img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}

.testimonials .testimonial-item p {
  word-spacing: 2px;
  color: #fff;
}

.testimonials .testimonial-item h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 5px;
  color: #fff;
}

.testimonials .testimonial-item span {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  display: block;
}

/*============ 11. Contact Section ============*/

.contact .single-info {
  position: relative;
  padding: 30px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.contact .single-info .info-icon {
  position: absolute;
  top: 25px;
  left: 30px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  background-color: #222;
  text-align: center;
  line-height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.contact .single-info .info-content {
  padding-left: 70px;
}

.contact .single-info .info-content h5 {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.contact .single-info .info-content p {
  margin-bottom: 0;
  font-size: 15px;
}

.contact #contact-form .form-group {
  margin-bottom: 24px;
}

.contact #contact-form .form-group .form-control {
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #222;
  border: 0;
  border-bottom: 2px solid #222;
  height: 3em;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.contact #contact-form .form-group textarea.form-control {
  height: auto;
  resize: none;
}

.contact #contact-form .form-group .con-error {
  border-color: red;
}

.contact #contact-form .form-control:hover,
.contact #contact-form .form-control:active,
.contact #contact-form .form-control:focus {
  -webkit-box-shadow: none;
  -moz-webkit-box-shadow: none;
  box-shadow: none;
  border-color: #222;
}

/*============ 12. Footer  ============*/

footer {
  background: #222;
}

footer .contact-info h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

footer .contact-info p {
  color: #fff;
  font-size: 14px;
}

footer hr {
  border-color: #333;
}

footer .copy {
  font-size: 14px;
  color: #aaa;
}

.f-widget-title h2,
.footer-widget .widgettitle {
  font-size: 24px;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 30px;
  color: #fff;
}

.footer-link ul li a {
  color: #d3d3d3;
  display: inline-block;
}

.footer-link ul li a:hover {
  color: #fff;
}

.footer-link2 ul li {
  color: #d3d3d3;
  display: inline-block;
  margin-bottom: 10px;
}
.footer-link2 ul b {
  text-decoration: underline !important;
}

.footer-link2 ul li:hover {
  color: #fff;
}

/*============ 13. Blogs Page ============*/

section.banner-blog {
  height: 50vh;
  background-color: #222;
  position: relative;
  overflow: hidden;
}

section.banner-blog #particles-js {
  width: 100%;
  height: 100%;
}

section.banner-blog .banner-caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

section.banner-blog .banner-caption h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
}

/*============ 14. Single Blog Page ============*/

.blog-detail .blog-heading {
  margin-bottom: 30px;
}

.blog-detail .blog-heading h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 25px 0 10px 0;
}

.blog-detail .blog-heading .blog-meta span {
  font-size: 14px;
}

.blog-detail .blog-content {
  margin-bottom: 90px;
}

.blog-detail .blog-content p {
  line-height: 28px;
}

.blog-detail .comment-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.blog-detail ul.post-comment {
  float: left;
}

.blog-detail ul.post-comment li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #efefef;
  padding: 15px 0;
  list-style: none;
}

.blog-detail ul.post-comment li img {
  width: 15%;
  float: left;
}

.blog-detail ul.post-comment li .comment-info {
  float: left;
  width: 85%;
  padding-left: 15px;
  margin-top: 10px;
}

.blog-detail ul.post-comment li .comment-info h3 {
  float: left;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.blog-detail ul.post-comment li .comment-info a {
  float: right;
  font-size: 13px;
  font-weight: 800;
  color: #222;
}

.blog-detail ul.post-comment li .comment-info span {
  float: left;
  width: 100%;
  font-size: 13px;
}

.blog-detail ul.post-comment li .comment-info p {
  font-size: 14px;
  line-height: 1.2;
  float: left;
  margin-top: 6px;
}

.blog-detail .contact-form {
  padding-top: 60px;
  clear: both;
}

.blog-detail .contact-form .form-inpt {
  width: 100%;
  height: 45px;
  border: 0;
  color: #222;
  border-bottom: 2px solid #222;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.blog-detail .contact-form textarea {
  width: 100%;
  border: 0;
  font-size: 14px;
  border-bottom: 2px solid #222;
  padding: 20px 0 0 10px;
  margin-bottom: 15px;
  height: 150px;
}

/*============ 15. Mobile Responsive  ============*/

@media screen and (max-width: 991px) {
  .navbar-collapse {
    text-align: center;
    background-color: rgba(34, 34, 34, 0.9);
  }
  .navbar-collapse .nav-item {
    padding: 0 !important;
  }
  .navbar-collapse .nav-item a {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .fixed-top .navbar-collapse {
    background-color: transparent;
  }
  .banner .banner-caption h3 {
    font-size: 26px;
  }
  .banner .banner-caption p {
    font-size: 21px;
  }
  section.about .about-img:before {
    display: none;
  }
  section.about .about-content {
    margin-top: 50px;
  }
  section.banner-blog .banner-caption h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .banner .banner-caption h3 {
    font-size: 26px;
  }
  .banner .banner-caption p {
    font-size: 17px;
  }
  .banner #home-svg {
    height: 80px;
  }
  section.banner-blog .banner-caption h1 {
    font-size: 32px;
  }
}

.focus .card0 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 10px;
}

.focus .card1 {
  border: 2px solid #ed8d40;
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  flex-direction: column;
  border-radius: 20px;
  transition: 0.2s 0.05s ease-out;
}

.focus .card1 p {
  margin: 0;
}

.focus .card1:hover {
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: 0 3px 5px 1px #ed8d40;
}

.attend .list1 {
  background: #ed8d40;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 30px;
  transition: 0.2s 0.05s ease-out;
  border: 3px solid #ffffff;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.attend .list1:hover {
  background: #ffffff;
  border: 3px solid #ed8d40;
  transition: 0.2s;
  color: #000000;
}

.attend .list1 span {
  color: #000000;
  padding: 10px;
  background: #ffffff;
  border-radius: 50%;
  border: 3px solid #373435;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  min-height: 50px;
}

.attend .list1:hover span {
  border: 3px solid #ed8d40;
}

.attend1 .card2 {
  border: 2px solid #ed8d40;
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 20px;
  border-radius: 20px;
  transition: 0.2s 0.05s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attend1 .card2 span {
  color: #000000;
  padding: 10px;
  background: #ffffff;
  border-radius: 50%;
  /* border: 3px solid #373435; */
  width: 25px;
  height: 25px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 25px;
  min-height: 25px;
}

.attend1 .card2 li {
  display: flex;
}

.attend1 .attend1-img {
  display: flex;
}

.attend1 .attend1-img .window {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 20px 10px #ed8d40, 0 0 10px 5px #ed8d40;
}

.attend1 .attend1-img .window .slider {
  /* height: 100%;
  width: 500%; */
  display: flex;
}

.attend1 .attend1-img .window .slider .image {
  position: relative;
  flex: 0 0 20%;
  /* max-width: 20%; */
  animation: slide 20s infinite ease-in-out;
}

/* .attend1 .attend1-img .window .slider:hover .image {
  animation-play-state: paused;
} */

@keyframes slide {
  0% {
    left: 0;
  }
  20% {
    left: -100%;
  }
  40% {
    left: -200%;
  }
  60% {
    left: -300%;
  }
  80% {
    left: -400%;
  }
  100% {
    left: -500%;
  }
}

.award .card {
  width: 100%;
  max-width: 255px;
  height: 330px;
  background-color: var(--dark-color);
  border-radius: 1rem;
  padding: 15px 15px;
  color: var(--white-color);
  overflow-y: hidden;
  position: static;
  border: 2px solid #ed8d40;
}

.award .contain {
  /* height: 100vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--dark-color-lighten);
}

.award .card__img {
  position: absolute;
  width: 200px;
  filter: drop-shadow(5px 10px 15px rgba(8, 9, 13, 0.4));
}

.award .card__data {
  transform: translateY(13.2rem);
  text-align: center;
}

.award .card__title {
  font-size: var(--h1-font-size);
  color: var(--first-color);
  margin-bottom: 0.5rem;
}

.award .card__preci {
  display: inline-block;
  font-size: var(--h2-font-size);
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.award .card__description {
  font-size: var(--small-font-size);
  text-align: initial;
  margin-bottom: 1.25rem;
  opacity: 0;
}

.award .card__button {
  display: block;
  /* width: max-content; */
  padding: 10px 10px;
  background-color: var(--first-color);
  color: var(--white-color);
  border-radius: 0.5rem;
  font-weight: 600;
  transition: 0.2s;
  opacity: 0;
  background: linear-gradient(90deg, #000000, #ed8d40);
  margin-top: 15px;
  color: #ffffff;
  transform: translate(0rem, 4rem) rotate(0deg);
}

.award .card__button:hover {
  box-shadow: 0 18px 40px -12px rgba(242, 162, 12, 0.35);
}

.award .card__img,
.award .card__data,
.award .card__title,
.award .card__preci,
.award .card__description {
  transition: 0.5s;
}

/* Hover card effect */
.award .card:hover .card__img {
  transform: translate(-1.5rem, -4.5rem) rotate(-20deg);
}

.award .card:hover .card__data {
  transform: translateY(11.8rem);
}

.award .card:hover .card__title {
  /* transform: translateX(-2.3rem); */
  margin-bottom: 0;
}

.award .card:hover .card__preci {
  transform: translateX(-6.8rem);
}

.award .card:hover .card__description,
.award .card:hover .card__button {
  transition-delay: 0.2s;
  opacity: 1;
  transform: translate(0rem, 0rem) rotate(0deg);
}

/* pricing */

.price .pricing-card {
  width: 100%;
  /* min-height: 300px; */
  height: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.286);
  padding: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  /* top: 10%; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
}
.price .pricing-card .card-header {
  width: 100%;
  height: 80px;
  padding: 10px;
  border: 1px solid #ededed;
  border-radius: 10px;
}
.price .pricing-card .card-header .card-btn-parent {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.price .pricing-card .card-header .card-btn-parent button {
  width: calc(100% / 3);
  height: 100%;
  border: 0;
  border-radius: 7px;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
  font-weight: 500;
  transition: color 0.5s ease;
  margin-left: 4px;
}
.price .pricing-card .card-header .card-btn-parent button:nth-of-type(1).active,
.price
  .pricing-card
  .card-header
  .card-btn-parent
  button:nth-of-type(1).active
  ~ div {
  left: 0px;
  color: #fff;
}
.price .pricing-card .card-header .card-btn-parent button:nth-of-type(2).active,
.price
  .pricing-card
  .card-header
  .card-btn-parent
  button:nth-of-type(2).active
  ~ div {
  left: calc(100% / 3);
  color: #fff;
}
.price .pricing-card .card-header .card-btn-parent button:nth-of-type(3).active,
.price
  .pricing-card
  .card-header
  .card-btn-parent
  button:nth-of-type(3).active
  ~ div {
  left: calc(calc(100% / 3) * 2);
  color: #fff;
}
.price .pricing-card .card-header .card-btn-parent div {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% / 3);
  height: 100%;
  background: #ed8d40;
  border-radius: 7px;
  transition: left 0.5s ease;
}
.price .pricing-card .card-body {
  display: flex;
  width: 100%;
  padding: 10px 10px;
}
.price .pricing-card .card-body > div {
  width: 100%;
  height: auto;
  display: none;
}
.price .pricing-card .card-body > div .card-plans {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 5px;
  align-items: center;
}
.price .pricing-card .card-body > div .card-plans span {
  color: gray;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.price .pricing-card .card-body > div .card-plans div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.price .pricing-card .card-body > div .card-plans div h3 {
  font-size: 24px;
}
.price .pricing-card .card-body > div .card-content {
  margin-top: 25px;
  text-align: center;
}
.price .pricing-card .card-body > div .card-content > p {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}
.price .pricing-card .card-body > div .card-content .card-lists {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.price .pricing-card .card-body > div .card-content .card-lists .card-list {
  display: flex;
  column-gap: 10px;
  font-size: 14px;
}
.price .pricing-card .card-body > div .card-content .card-lists .card-list img {
  width: 15px;
}
.price .pricing-card .card-body > div .card-button {
  margin-top: 35px;
  text-align: center;
}
.price .pricing-card .card-body > div .card-button button {
  border: 0;
  width: 200px;
  height: 40px;
  background-color: #ed8d40;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.286);
  letter-spacing: 0.5px;
  font-weight: 500;
}
.price .pricing-card .card-body > div.active {
  display: block;
}

@media screen and (max-width: 400px) {
  .price .pricing-card {
    width: 100%;
    padding: 25px;
  }
}

/* speaker */

:root {
  --speed: 0.65s;
}

@keyframes zoom {
  from {
    object-position: 0 50%;
  }
  to {
    object-position: 100% 50%;
  }
}

@keyframes blur {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(2, 2);
  }
}

.stats .card {
  position: relative;
  grid-area: card;
  align-self: center;
  justify-self: center;
  overflow: hidden;
  display: block;
  width: 100%;
  max-width: 250px;
  height: 400px;
  font-size: var(--fontOrigin);
  border-radius: 8px;
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  border: 2px solid #ed8d40;
}

.stats .card:hover {
  box-shadow: 0 40px 130px rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.card__save {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 35px;
  height: 35px;
  background: transparent;
  border: 0;
  opacity: 0;
  border-radius: 3px;
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
}

.card__save:focus {
  outline: 0;
  background-color: rgba(255, 255, 255, 0);
}

.card:hover .card__save {
  opacity: 0.6;
}

.card__save i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
}

.card__save:hover i {
  color: rgba(255, 255, 255, 0.8);
}

.card__save:active,
.card__save.active {
  opacity: 1 !important;
}

.card__save:active i,
.card__save.active i {
  color: white;
}

.card__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.836));
}

.card__image img {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  animation-name: zoom;
  animation-duration: 15s;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  filter: blur(6px);
}

.stats .card:hover .card__image img {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 0.5;
}

.card__header {
  display: grid;
  width: 100%;
  height: 200px;
}

.card__profile {
  align-self: center;
  justify-self: center;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 170px;
  max-height: 170px;
  border-radius: 50%;
  border: 2px solid #ed8d40;
    z-index: 2;
}

.card__profile img {
  -webkit-transform: scale(1.2, 1.2) translateZ(0);
  transform: scale(1.2, 1.2) translateZ(0);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  mix-blend-mode: normal;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
    position: relative;
}

.stats .card:hover .card__profile img {
  -webkit-transform: scale(1, 1) translateZ(0);
  transform: scale(1, 1) translateZ(0);
}

.card__body {
  display: grid;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.card__name {
  align-self: center;
  justify-self: center;
  margin-bottom: 10px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgb(255 255 255 / 24%);
  background: -webkit-linear-gradient(white, #a1a1a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
}

.card:hover .card__name {
  background: -webkit-linear-gradient(white, #c1c1c1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card__job {
  align-self: center;
  justify-self: center;
  display: inline-block;
  font-size: var(--fontSmall);
  font-weight: var(--fontLight);
  text-align: center;
  /* letter-spacing: 0.35rem; */
  color: rgba(100, 130, 200, 0.45);
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
  background: -webkit-linear-gradient(white, #a1a1a1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all var(--speed) ease;
  margin-bottom: 10px;
}

.card:hover .card__job {
  color: rgba(100, 130, 200, 1);
}

.card__bio {
  position: relative;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
  display: block;
  margin: 22px 0 16px 0;
  font-size: var(--fontMedium);
  font-weight: var(--fontLight);
  /*text-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.35);*/
  color: rgba(255, 255, 255, 0.65);
  opacity: 0;
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
}

.card:hover .card__bio {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.card__footer {
  position: relative;
  -webkit-transform: translateY(60%);
  transform: translateY(60%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "date category";
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: all var(--speed) ease;
  transition: all var(--speed) ease;
}

.card:hover .card__footer {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.card__date {
  grid-area: date;
  display: inline-block;
  align-self: left;
  justify-self: left;
  font-size: var(--fontSmall);
  font-weight: var(--fontLight);
  text-transform: uppercase;
  text-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.45);
  color: rgba(250, 250, 250, 0.4);
}

/* MODIFIERS */
.stats .card[data-effect="blur"]:hover .card__image img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.stats .card[data-effect="blur"] .card__image img {
  animation-name: blur;
}

.stats .card[data-effect="color"]:hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  box-shadow: 0 40px 260px rgba(255, 0, 0, 0.1),
    0 40px 130px rgba(250, 100, 100, 0.2),
    -80px -40px 230px rgba(0, 200, 250, 0.15),
    80px 40px 230px rgba(120, 120, 255, 0.15);
}

.stats .card[data-effect="color"] .card__image {
  background: linear-gradient(
    to bottom,
    rgba(20, 20, 100, 1),
    rgba(255, 100, 100, 0.5)
  );
}

.stats .card[data-effect="color"]:hover .card__image img {
  opacity: 0.8;
}

.stats .card[data-effect="color"]:hover .card__profile img {
  -webkit-filter: grayscale(50%) contrast(80%) brightness(1.6);
  filter: grayscale(50%) contrast(80%) brightness(1.6);
  mix-blend-mode: normal;
}

 .card-button {
  margin-top: 35px;
  text-align: center;
}
 .card-button button {
  border: 0;
  width: 200px;
  height: 40px;
  background-color: #ed8d40;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.286);
  letter-spacing: 0.5px;
  font-weight: 500;
}