/*-----------------------------------------------------------------
Template Name  : Folio - Personal Portfolio Template
Author         : HasnaaDesign
Version        : 1.0
Primary Use    : Personal, Porfolio
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
Table Of Contents
--------------------------------
 1. Global Styles
 2. Loading
 3. Navbar
 4. Home
 5. About Me
 6. Services
 7. Resume
 8. Portfolio
 9. Testimonials
 10. Blog
 11. Contact
 12. Media Queries
-----------------------------------------------------------------*/

/* --------------------------------------
   1. Global Styles
-----------------------------------------*/

* {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Montserrat", sans-serif; */
  margin: 0;
  padding: 0;
}

a,
a:hover,
a:focus,
a:active {
  color: #fff;
  text-decoration: none;
}

@-webkit-keyframes pulse2 {
  to {
    -webkit-box-shadow: 0 0 0 4px rgba(22, 192, 240, 0);
    box-shadow: 0 0 0 4px rgba(22, 192, 240, 0);
  }
}

@keyframes pulse2 {
  to {
    -webkit-box-shadow: 0 0 0 4px rgba(22, 192, 240, 0);
    box-shadow: 0 0 0 4px rgba(22, 192, 240, 0);
  }
}

.display-table {
  display: table;
  width: 100%;
  text-align: center;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100vh;
  min-height: 100%;
}

.main-btn {
  display: inline-block;
  min-width: 145px;
  background: transparent;
  color: #16c0f0;
  border: 1px solid #16c0f0;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 50px;
  outline: none;
  overflow: hidden;
}

.main-btn:hover {
  color: #fff;
  background-color: #16c0f0;
  border: 1px solid #16c0f0;
}

.custom-btn {
  background: #16c0f0;
  color: #fff;
  border: 1px solid #16c0f0;
}

.no-padding {
  padding: 0;
}

#pp-nav.right {
  right: 23px;
}

#pp-nav li,
.pp-slidesNav li {
  margin: 10px 7px;
  color: #16c0f0;
  letter-spacing: 0.3px;
}

.pp-tooltip {
  top: -5px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  /* font-family: "Open Sans", sans-serif; */
}

.pp-tooltip.right {
  right: 22px;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
  background: #5d8c55 /* linear-gradient(135deg, #319be6 0%, #16c0f0 100%) */;
  -webkit-transition: all 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.7s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation: pulse2 1s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse2 1s infinite cubic-bezier(0.66, 0, 0, 1);
  -webkit-box-shadow: 0 0 0 0 rgba(22, 192, 240, 0.6);
  box-shadow: 0 0 0 0 rgba(22, 192, 240, 0.6);
}

::-webkit-scrollbar {
  width: 0 /* 4px */;
  height: 15px;
}

::-webkit-scrollbar-track {
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #16c0f0;
}

.section {
  overflow-y: scroll;
}

/* --------------------------------------
   3. Navbar
-----------------------------------------*/

.navbar {
  /* display:none; */
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .container {
  height: 80px;
  display: flex;
  align-items: center;
  flex-wrap: unset;
}

.navbar .navbar-header {
  margin: 0;
  width: 100%;
  display: flex;
}

.navbar .menu-toggle,
.navbar .menu-toggle_pc {
  position: relative;
  padding: 0;
  padding-left: 150px;
  float: right;
  z-index: 2;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex: 1 1 0;
}

.navbar .menu-toggle span,
.navbar .menu-toggle_pc span {
  color: #fff;
  font-size: 16px;
}
.navbar .navbar-brand {
  position: relative;
  width: 120px;
  height: 65px;
  padding: 0;
}
.navbar .navbar-brand img {
  width: 100%;
}

.navbar .menu-icon {
  width: 25px;
  height: 22px;
  justify-content: flex-end;
}

.navbar .navbar-links {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.2);
}

.navbar .navbar-links .navbar-nav {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: -300px;
  width: 265px;
  height: 100%;
  margin: 0;
  overflow: auto;
}

.navbar .navbar-links .navbar-nav > li.nav-brand {
  padding: 70px 0;
  border-bottom: 1px solid #263340;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.navbar .navbar-links .navbar-nav > li.nav-brand a {
  display: inline-block;
  position: relative;
  padding: 0;
  border: none;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  /* font-family: "Montserrat", sans-serif; */
}

.navbar .navbar-links .navbar-nav > li.nav-brand a:after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 5px;
  height: 5px;
  background-color: #16c0f0;
}

.navbar .navbar-links .navbar-nav > li.nav-brand a span {
  color: #16c0f0;
}

.navbar .navbar-nav > li {
  /* border-top: 1px solid #374757; */
  /* border-bottom: 1px solid #fff; */
  padding: 18px 28px;
  float: none;
}

.navbar .navbar-nav > li:not(.nav-brand):hover {
  background: #263446;
}

.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  letter-spacing: 2px;
  color: #fff;
}

.navbar .navbar-nav > li a.active {
  color: #f0c02e;
  font-weight: 600;
}

.navbar .navbar-nav > li > a i {
  font-size: 17px;
  padding-right: 38px;
  width: 24px;
}

.navbar.menu-active .navbar-links {
  visibility: visible;
}

.navbar.menu-active .navbar-links .navbar-nav {
  left: 0;
}

.navbar .social-media {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 265px;
  padding: 26px 0;
  text-align: center;
  margin: 0;
  border-top: 1px solid #374757;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.navbar .social-media li {
  display: inline-block;
}

.navbar .social-media li a {
  background: transparent;
  color: #c7c5c7;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 7px;
  border: 1px solid #c7c5c7;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
}

.navbar .social-media li a:hover {
  background: #16c0f0;
  color: #fff;
  border: 1px solid #16c0f0;
}

/* --------------------------------------
   12. Media Queries
-----------------------------------------*/

/* Extra Large Devices */

/* Large devices (desktops, less than 1200px) */
/* @media (min-width: 992px) and (max-width: 1199.98px) {

} */

/* Small Devices */
/* @media (max-width: 767.98px) {
} */

/* Extra small devices (portrait phones, less than 576px) */
/* @media (max-width: 575.98px) {
} */

.container {
  padding-left: 0;
  padding-right: 0;
}


.swiper{
  --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
  --swiper-navigation-size: 40px;/* 设置按钮大小 */
}
.swiper-button-next{
  outline: none;
}