@import url("https://fonts.googleapis.com/css2?family=Lato");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&display=swap");
:root {
  --card-width: 200px;
  --card-height: 300px;
  --card-transition-duration: 800ms;
  --card-transition-easing: ease;
}

.sea-back {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../data/image/sea-back.jpg");
  opacity: 0.5;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(80%);
  z-index: -10;
}

.sea-back .water {
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../data/image/sea-back.jpg");
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  filter: url("#turbulence");
}

.wrap {
  width: 90%;
  margin-left: 5%;
  display: block;
}

#home {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .scroll-container {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
#home .scroll-container .scroll {
  position: relative;
  width: 20px;
  height: 100px;
}
#home .scroll-container .scroll .ball {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #7A7A7A;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0);
  animation-name: slidein;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
#home .scroll-container .scroll .line {
  width: 1px;
  height: 75%;
  background-color: #7A7A7A;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@keyframes slidein {
  from {
    top: 5%;
    opacity: 1;
  }
  to {
    top: 95%;
    opacity: 0;
  }
}
aside div {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 5%;
  left: 2%;
}

.menu {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 5%;
  right: 2%;
  z-index: 1000;
}

.menu a {
  font-family: "Lato", sans-serif;
  text-decoration: none;
  color: #7A7A7A;
  text-align: center;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-right: 15px;
  font-weight: 900;
}

.content-container {
  display: flex;
  width: 100%;
  height: auto;
  position: relative;
  justify-content: center;
}
.content-container .jellyfish {
  position: absolute;
  top: 0;
  left: 15%;
  width: 15%;
  height: auto;
  opacity: 0.3;
  filter: blur(1px);
}
.content-container .alt1 {
  top: 4%;
  left: 25%;
  width: 10%;
}
.content-container .alt2 {
  top: 3%;
  left: 12%;
  width: 5%;
}
.content-container .octopus {
  display: none;
  position: absolute;
  bottom: 0;
  right: 15%;
  width: 15%;
  height: auto;
  opacity: 0.3;
  transform: rotate(120deg);
}
.content-container .whale {
  position: absolute;
  width: 50%;
  height: auto;
  opacity: 0.7;
  transform: rotate(-95deg) translateX(-85%) translateY(90%);
  filter: blur(1px);
}
.content-container .trigger1 {
  position: absolute;
  right: 0;
  top: 10%;
}
.content-container .trigger2 {
  position: absolute;
  right: 0;
  top: 60%;
}
.content-container .img-background {
  width: 40%;
  height: 60vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.display-factor {
  position: fixed;
}

.main-title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 0px;
  letter-spacing: 0.61em;
  text-transform: uppercase;
  color: #4D4D4D;
  padding-top: 10%;
  margin: auto;
}

#projects {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  align-items: center;
  text-align: center;
  width: 100%;
}

#bio {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  align-items: center;
  text-align: center;
  width: 100%;
}
#bio h1 {
  margin-bottom: 5%;
}
#bio .blog-slider-second .blog-slider__content {
  width: 100%;
}

.container-work {
  width: 100%;
  text-align: left;
  margin-bottom: 2%;
}
.container-work .date {
  font-size: 0.9em;
  font-weight: bolder;
  margin-bottom: 0.5%;
}
.container-work .company {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1%;
}
.container-work .work-desc {
  font-size: 1em;
  font-weight: 300;
}

.icon-container {
  display: flex;
  padding-left: 15%;
  width: 100%;
  text-align: left;
}
.icon-container div {
  width: 100%;
}
.icon-container div div {
  margin-bottom: 5%;
}
.icon-container div div .fa-solid, .icon-container div div .fa-brands {
  vertical-align: middle;
  margin-right: 10%;
}
.icon-container .fa-3x {
  font-size: 2.5em;
}

#info {
  display: block;
  align-items: center;
  text-align: center;
  width: 100%;
}
#info h1 {
  margin-bottom: 5%;
  margin-top: 5%;
}
#info .contact-container {
  width: 40%;
  margin: auto;
  box-shadow: 0px 0px 5px 5px rgba(187, 187, 187, 0.25);
  border-radius: 20px;
  padding-top: 5%;
  padding-bottom: 4%;
}
#info .contact-container .info-box, #info .contact-container .location-box, #info .contact-container .phone-box, #info .contact-container .mail-box {
  margin-bottom: 5%;
}
#info .contact-container .info-box h2, #info .contact-container .location-box h2, #info .contact-container .phone-box h2, #info .contact-container .mail-box h2 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 0px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 5%;
  color: #4D4D4D;
}
#info .contact-container .info-box h3, #info .contact-container .location-box h3, #info .contact-container .phone-box h3, #info .contact-container .mail-box h3 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 0px;
  text-transform: uppercase;
  color: #4D4D4D;
}
#info .contact-container .info-box h3 img, #info .contact-container .location-box h3 img, #info .contact-container .phone-box h3 img, #info .contact-container .mail-box h3 img {
  vertical-align: text-top;
  margin-right: 2%;
  margin-bottom: 2.5%;
}
#info .contact-container .info-box div, #info .contact-container .location-box div, #info .contact-container .phone-box div, #info .contact-container .mail-box div {
  width: 60%;
  margin-left: 20%;
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 13px;
}

#footer {
  margin-top: 5%;
  margin-bottom: 1.5%;
  text-align: center;
  width: 96%;
  height: 25px;
  padding: 2%;
}
#footer img {
  width: 60px;
  height: 50px;
  margin-bottom: 15px;
}
#footer div {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 13px;
  color: #7A7A7A;
}
#footer div img {
  width: 10px;
  height: 10px;
  vertical-align: top;
}

/********************SLIDER*****************/
.blog-slider {
  width: 60%;
  background-color: rgba(255, 245, 245, 0.7);
  position: relative;
  margin: auto;
  margin-top: 10%;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider .swiper-wrapper {
  transform: translateX(-80px);
}
.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: 1;
  transition-delay: 0.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: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.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: 300px;
  flex-shrink: 0;
  height: 300px;
  box-shadow: 4px 13px 30px 1px rgba(197, 178, 178, 0.2);
  border-radius: 20px;
  margin-right: 10%;
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@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 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  padding: 10px 15px;
  border-radius: 15px;
  color: #9b9b9b;
  box-shadow: 0px 14px 80px rgba(226, 189, 189, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  margin-right: 2%;
  margin-bottom: 2%;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider__button.python {
  color: green;
  border: 1px solid rgba(0, 128, 0, 0.4);
}
.blog-slider__button.django {
  color: darkgreen;
  border: 1px solid rgba(0, 100, 0, 0.4);
}
.blog-slider__button.html {
  color: darkblue;
  border: 1px solid rgba(0, 0, 139, 0.4);
}
.blog-slider__button.scss {
  color: darkred;
  border: 1px solid rgba(139, 0, 0, 0.4);
}
.blog-slider__button.javascript {
  color: darkgoldenrod;
  border: 1px solid rgba(184, 134, 11, 0.4);
}
.blog-slider__button.docker {
  color: blueviolet;
  border: 1px solid rgba(138, 43, 226, 0.4);
}
.blog-slider__button.flutter {
  color: blue;
  border: 1px solid rgba(0, 0, 255, 0.4);
}
.blog-slider__button.php {
  color: lightseagreen;
  border: 1px solid rgba(32, 178, 170, 0.4);
}
.blog-slider__button.vue {
  color: yellowgreen;
  border: 1px solid rgba(154, 205, 50, 0.4);
}
.blog-slider__button.typescript {
  color: gray;
  border: 1px solid rgba(128, 128, 128, 0.4);
}
.blog-slider__button.processing {
  color: purple;
  border: 1px solid rgba(128, 0, 128, 0.4);
}
.blog-slider__button.cplus {
  color: lightcoral;
  border: 1px solid rgba(240, 128, 128, 0.4);
}
.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: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #7A7A7A;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(245, 209, 209, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

.blog-slider-second {
  width: 60%;
  background-color: rgba(255, 245, 245, 0.7);
  position: relative;
  margin: auto;
  margin-top: 10%;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  .blog-slider-second {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider-second {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider-second {
    height: 350px;
  }
}
.blog-slider-second .swiper-wrapper {
  transform: translateX(-80px);
}
.blog-slider-second__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider-second__item {
    flex-direction: column;
  }
}
.blog-slider-second__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider-second__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider-second__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider-second__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider-second__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider-second__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider-second__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider-second__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider-second__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider-second__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider-second__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider-second__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider-second__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider-second__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider-second__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider-second__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider-second__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider-second__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  box-shadow: 4px 13px 30px 1px rgba(197, 178, 178, 0.2);
  border-radius: 20px;
  margin-right: 10%;
  overflow: hidden;
}
.blog-slider-second__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider-second__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider-second__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider-second__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider-second__img {
    height: 270px;
  }
}
.blog-slider-second__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider-second__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider-second__content {
    padding: 0;
  }
}
.blog-slider-second__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider-second__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider-second__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider-second__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider-second__button {
  display: inline-flex;
  padding: 10px 15px;
  border-radius: 15px;
  color: #9b9b9b;
  box-shadow: 0px 14px 80px rgba(226, 189, 189, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
  margin-right: 2%;
  margin-bottom: 2%;
}
@media screen and (max-width: 576px) {
  .blog-slider-second__button {
    width: 100%;
  }
}
.blog-slider-second__button.python {
  color: green;
  border: 1px solid rgba(0, 128, 0, 0.4);
}
.blog-slider-second__button.django {
  color: darkgreen;
  border: 1px solid rgba(0, 100, 0, 0.4);
}
.blog-slider-second__button.html {
  color: darkblue;
  border: 1px solid rgba(0, 0, 139, 0.4);
}
.blog-slider-second__button.scss {
  color: darkred;
  border: 1px solid rgba(139, 0, 0, 0.4);
}
.blog-slider-second__button.javascript {
  color: darkgoldenrod;
  border: 1px solid rgba(184, 134, 11, 0.4);
}
.blog-slider-second__button.docker {
  color: blueviolet;
  border: 1px solid rgba(138, 43, 226, 0.4);
}
.blog-slider-second__button.flutter {
  color: blue;
  border: 1px solid rgba(0, 0, 255, 0.4);
}
.blog-slider-second__button.php {
  color: lightseagreen;
  border: 1px solid rgba(32, 178, 170, 0.4);
}
.blog-slider-second__button.vue {
  color: yellowgreen;
  border: 1px solid rgba(154, 205, 50, 0.4);
}
.blog-slider-second__button.typescript {
  color: gray;
  border: 1px solid rgba(128, 128, 128, 0.4);
}
.blog-slider-second__button.processing {
  color: purple;
  border: 1px solid rgba(128, 0, 128, 0.4);
}
.blog-slider-second__button.cplus {
  color: lightcoral;
  border: 1px solid rgba(240, 128, 128, 0.4);
}
.blog-slider-second .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider-second .swiper-pagination-custom, .blog-slider-second .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider-second__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-second__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider-second__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider-second__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider-second__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider-second__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #7A7A7A;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(245, 209, 209, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider-second__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}/*# sourceMappingURL=style.css.map */