@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../font/open_sans/OpenSans-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../font/open_sans/OpenSans-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/open_sans/OpenSans-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../font/open_sans/OpenSans-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/open_sans/OpenSans-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("../font/open_sans/OpenSans-MediumItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../font/open_sans/OpenSans-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../font/open_sans/OpenSans-SemiBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/open_sans/OpenSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../font/open_sans/OpenSans-BoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../font/open_sans/OpenSans-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("../font/open_sans/OpenSans-ExtraBoldItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Overlock";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/overlock/Overlock-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Overlock";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../font/overlock/Overlock-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Overlock";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/overlock//Overlock-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Overlock";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../font/overlock/Overlock-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Overlock";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../font/overlock/Overlock-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Overlock";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("../font/overlock/Overlock-BlackItalic.ttf") format("truetype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Open Sans", sans-serif;
  line-height: 1.25;
  font-size: 16px;
  overflow-y: hidden;
}
html.height-added {
  margin-top: 0 !important;
}
html.hide-preload {
  overflow-y: unset;
}

@media screen and (min-width: 1601px) {
  html {
    font-size: 18px;
  }
}
.site-main p:empty {
  display: none;
}

.btn-black {
  padding: 0.625rem 1.5rem;
  background: #000000;
  color: #FFFFFF;
  border-radius: 50rem;
  border: 1px solid #000000;
}
.btn-black:after {
  content: "";
  background: url("../images/icons/long_arrow-white.svg");
  display: inline-block;
  width: 0;
  height: 0.75rem;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
  margin-left: 0;
  margin-right: 0;
}
.btn-black:hover:after {
  width: 2rem;
  margin-left: 0.5rem;
  margin-right: -0.17rem;
}

.btn-yellow {
  padding: 0.625rem 1.5rem;
  background: #FFBB02;
  color: #000000;
  border-radius: 50rem;
  border: 1px solid #FFBB02;
  display: inline-flex;
  align-items: center;
}
.btn-yellow:after {
  content: "";
  background: url("../images/icons/arrow_1.svg");
  display: inline-block;
  width: 0;
  height: 0.75rem;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
  margin-left: 0;
  margin-right: 0;
}
.btn-yellow:hover:after {
  width: 2rem;
  margin-left: 0.5rem;
  margin-right: -0.17rem;
}

.btn-outline-black {
  padding: 0.625rem 1.25rem 0.625rem 1.5rem;
  background: transparent;
  color: #000000;
  border-radius: 50rem;
  border: 1px solid;
  transition: all 0.4s ease;
  display: inline-flex;
  align-items: center;
}
.btn-outline-black:not(.no-icon):after {
  content: "";
  background: url("../images/icons/arrow_2.svg");
  display: inline-block;
  width: 1.35rem;
  height: 0.9rem;
  background-size: cover;
  background-position: center;
  margin-right: 0;
  margin-left: 0.75rem;
  transition: all 0.3s ease;
}
.btn-outline-black.no-icon:after {
  content: "";
  background: url("../images/icons/arrow_1.svg");
  display: inline-block;
  width: 0;
  height: 0.75rem;
  background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
  margin-left: 0;
  margin-right: 0;
}
.btn-outline-black.no-icon:hover:after {
  width: 2rem;
  margin-left: 0.5rem;
  margin-right: -0.17rem;
}
.btn-outline-black:hover {
  background: #000000;
  color: #FFFFFF;
  border-color: #000000;
}
.btn-outline-black:hover:after {
  filter: invert(1);
  transform: translateX(0.25rem);
}

@media screen and (max-width: 768px) {
  #website-design-service .btn-outline-black {
    color: #FFFFFF;
  }
  #website-design-service .btn-outline-black:hover {
    border-color: #FFFFFF;
  }
}
.hide-preload .pre-loader-wrap {
  display: none;
}

.pre-loader-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: #fff;
}

.pre-loader-img {
  position: relative;
  overflow: hidden;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pre-loader-img:after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 0%;
  height: 110%;
  left: -25%;
  top: -5%;
  transform: skewX(-45deg);
  animation: preload 4s infinite;
}
.pre-loader-img img {
  max-width: 80%;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .pre-loader-img img {
    width: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .pre-loader-img img {
    width: 600px;
  }
}
@media screen and (min-width: 1601px) {
  .pre-loader-img img {
    width: 700px;
  }
}
@keyframes preload {
  0% {
    width: 0;
  }
  50% {
    width: 150%;
  }
  100% {
    width: 0;
  }
}
.chat-bubble-wrap {
  position: fixed;
  right: 2.5rem;
  bottom: 2.5rem;
  z-index: 98;
}

.chat-btn {
  display: inline-block;
  background: rgb(255, 187, 2);
  border-radius: 50%;
  position: relative;
  animation: borderPulse 1000ms infinite ease-out;
}
.chat-btn img {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.75rem;
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 187, 2, 0.4), 0px 0px 0px 0px rgb(255, 187, 2);
  }
  100% {
    box-shadow: inset 0px 0px 0px 3px rgba(255, 187, 2, 0.2), 0px 0px 0px 10px rgba(255, 187, 2, 0);
  }
}
.site-logo-wrap {
  width: calc(100% - 100px);
  max-width: 200px;
}

#creative-header {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 99;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1023px) {
  #nav-toggle-close {
    margin-left: auto;
  }
  .site-logo-wrap {
    max-width: 175px;
  }
  .site-header-links-wrap {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(100% - 100px);
    max-width: 500px;
    background: rgb(0, 0, 0);
    flex-direction: column;
    padding: 1rem;
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.4s ease;
  }
  .site-header-links-wrap.show-navbar {
    transform: translateX(0);
    opacity: 1;
  }
  .site-header-links .menu-item {
    margin-bottom: 1.5rem;
  }
  .site-header-links .menu-item a {
    color: #FFFFFF;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-size: 1.1rem;
  }
  .site-header-links .menu-item a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.1rem;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    transition: all 0.4s ease;
  }
  .site-header-links .menu-item a:hover {
    color: #ffbb02;
  }
  .site-header-links .menu-item a:hover:after {
    background: #ffbb02;
    animation: menuAnimation 0.4s;
  }
}
@media screen and (min-width: 1024px) {
  .site-header-links {
    gap: 2.75rem;
  }
  .site-header-links .menu-item a {
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.5rem 0;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    letter-spacing: 0.12rem;
  }
  .site-header-links .menu-item a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: rgb(0, 0, 0);
    transition: all 0.4s ease;
  }
  .site-header-links .menu-item:not(.current-menu-item) a:hover {
    color: rgba(0, 0, 0, 0.7);
  }
  .site-header-links .menu-item:not(.current-menu-item) a:hover:after {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .site-header-links .menu-item.current-menu-item a {
    color: rgb(0, 0, 0);
  }
  .site-header-links .menu-item.current-menu-item a:after {
    width: 100%;
    background: rgb(0, 0, 0);
  }
}
@media screen and (min-width: 1601px) {
  .site-logo-wrap {
    max-width: 250px;
  }
  .site-header-links .menu-item a {
    letter-spacing: 0.09rem;
  }
}
@keyframes menuAnimation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.site-footer {
  background: #FFFFFF;
  color: #000000;
  font-size: 0.9rem;
}
.site-footer .footer-logo-wrap {
  max-width: 200px;
}

.footer-social-links svg {
  width: 2.25rem;
}
.footer-social-links svg path {
  fill: #000000;
}
.footer-social-links svg:hover path {
  fill: #FFBB02;
}

.footer-contact-wrap .footer-location-place {
  margin-bottom: 1rem;
}

.footer-links-title {
  border-bottom: 1px solid #FFBB02;
}

.footer-links li,
.footer-second-links li {
  margin-bottom: 0.75rem;
}
.footer-links li a,
.footer-second-links li a {
  padding-bottom: 0.25rem;
  transition: all 0.4s ease;
}
.footer-links li a:hover,
.footer-second-links li a:hover {
  border-color: #FFBB02;
  color: #FFBB02;
}

.footer-policy-links a,
.footer-contact-wrap a {
  transition: all 0.4s ease;
}
.footer-policy-links a:hover,
.footer-contact-wrap a:hover {
  border-color: #FFBB02;
  color: #FFBB02;
}

@media screen and (min-width: 768px) {
  .site-footer {
    background: #000000;
    color: #FFFFFF;
  }
  .site-footer .footer-logo-wrap {
    filter: invert(1);
    max-width: 250px;
  }
  .footer-social-links svg path {
    fill: #FFFFFF;
  }
}
.footer-creative-wrap {
  background-image: linear-gradient(145deg, #ffbb02 20%, #ffa505 80%);
  background-color: #ffbb02;
}
.footer-creative-wrap .container {
  padding: 5rem 0;
  position: relative;
}
.footer-creative-wrap .footer-creative-elephant {
  background-image: url("../images/icons/footer_creative_bg.svg");
  position: absolute;
  top: 0;
  left: -25%;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

.footer-creative-title {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 850px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.25;
  font-family: "Overlock", sans-serif;
  position: relative;
  z-index: 2;
}

.footer-creative-btn {
  margin-top: 2.5rem;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .footer-creative-wrap .container {
    padding: 7.5rem 0;
  }
  .footer-creative-title {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
  }
  .footer-creative-btn {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-creative-wrap .container {
    padding: 10rem 0;
  }
  .footer-creative-title {
    font-size: 3.25rem;
  }
  .footer-creative-btn {
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .footer-creative-title {
    font-size: 4rem;
  }
}
.page_main-top-wrap {
  background-image: linear-gradient(145deg, #ffbb02 20%, #ffa505 80%);
  background-color: #ffbb02;
  position: relative;
  padding: 5rem 1rem;
  text-align: center;
}

.page_heading-title {
  font-size: 1.75rem;
  line-height: 1.25;
}

.page_main-title {
  font-size: 2rem;
  line-height: 1.25;
  font-family: "Overlock", sans-serif;
  font-weight: 700;
  display: block;
  overflow: hidden;
}
.page_main-title > span {
  animation: slideUp 0.85s cubic-bezier(0.65, 0, 0.35, 1) both;
  display: block;
  opacity: 0;
  animation-delay: 0;
}

.page_main-title > span:nth-child(2) {
  animation-delay: 0.05s;
}

.page_main-title > span:nth-child(3) {
  animation-delay: 0.075s;
}

.page_main-title > span:nth-child(4) {
  animation-delay: 0.1s;
}

.page_main-title > span:nth-child(5) {
  animation-delay: 0.125s;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .page_main-top-wrap {
    padding: 7.5rem 1rem;
  }
  .page_main-title {
    font-size: 2.5rem;
  }
  .page_heading-title {
    font-size: 2.25rem;
  }
  .page_main-title {
    letter-spacing: 0.1rem;
  }
}
@media screen and (min-width: 1024px) {
  .page_main-top-wrap {
    padding: 10rem 1rem;
  }
  .page_main-title {
    font-size: 3.25rem;
  }
  .page_heading-title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .page_main-title {
    font-size: 4rem;
  }
  .page_heading-title {
    font-size: 3rem;
  }
}
.primary-font {
  font-family: "Open Sans", sans-serif;
}

.secondary-font {
  font-family: "Overlock", sans-serif;
}

.tertiary-font {
  font-family: "Trochut", sans-serif;
}

#notification {
  position: fixed;
  left: 50%;
  top: auto;
  transform: translateX(-50%);
  background-color: #333;
  color: #FFFFFF;
  padding: 0.75rem;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.5s;
  visibility: hidden;
  border-radius: 2px;
}

#notification.show {
  visibility: visible;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 3rem;
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    bottom: 3rem;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
.form-control {
  border: 0;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
  width: 100%;
  transition: all 0.4s ease;
}
.form-control:hover {
  border-color: rgba(0, 0, 0, 0.8);
}
.form-control:focus {
  outline: none;
}

.contact-us-form-wrap .btn-yellow {
  width: 100%;
  justify-content: center;
  background: #ffbb02;
  font-weight: 500;
}

.front-page-banners.slick-dotted {
  margin-bottom: 0;
}
.front-page-banners.slick-dotted .slick-dots {
  bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.front-page-banners.slick-dotted .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 0.3rem;
}
.front-page-banners.slick-dotted .slick-dots li button {
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border: 1px solid #000000;
  border-radius: 50%;
  line-height: 1;
}
.front-page-banners.slick-dotted .slick-dots li button:before {
  display: none;
}
.front-page-banners.slick-dotted .slick-dots li.slick-active button {
  background-color: #000000;
}
.front-page-banners.slick-dotted .slick-dots li:not(.slick-active):hover button {
  background-color: rgba(0, 0, 0, 0.8);
}

.front-page-banners-overlay-wrap {
  background-color: rgba(0, 0, 0, 0.5);
}

.front-page-banners-title {
  font-size: 2rem;
  font-weight: 600;
  max-width: 700px;
  line-height: 1.25;
}

.front-page-banners-cta {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .front-page-banners.slick-dotted .slick-dots {
    bottom: 2rem;
  }
  .front-page-banners-title {
    font-size: 3rem;
  }
  .front-page-banners-cta {
    margin-top: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-page-banners.slick-dotted .slick-dots {
    bottom: 2.5rem;
  }
  .front-page-banners-title {
    font-size: 4rem;
  }
  .front-page-banners-cta {
    margin-top: 2rem;
  }
}
.front-page-work-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.front-page-title {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
  font-family: "Overlock", sans-serif;
}

.front-page-subtitle {
  font-size: 1.1rem;
}

.front-page-offer-title {
  font-size: 1.375rem;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .front-page-title {
    font-size: 2.5rem;
  }
  .front-page-subtitle {
    font-size: 1.15rem;
    letter-spacing: 1px;
  }
  .front-page-offer-title {
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-page-title {
    font-size: 3.25rem;
  }
  .front-page-subtitle {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
  .front-page-offer-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .front-page-title {
    font-size: 4rem;
  }
}
.front-page-offer-card-title {
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 600;
  text-transform: uppercase;
}
.front-page-offer-card-title span {
  border-bottom: 2px solid;
}

.front-page-offer-card-wrap {
  background-color: #d2cecb;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 320px;
}
.front-page-offer-card-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.front-page-offer-card-inner-wrap {
  position: relative;
  z-index: 1;
  padding: 2rem 1rem 1rem;
}

@media screen and (max-width: 767px) {
  .front-page-offer-card-wrap {
    top: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .front-page-offer-card-title {
    font-size: 2.375rem;
  }
  .front-page-offer-card-wrap {
    height: 400px;
    max-height: calc(100vh - 10rem);
    position: sticky;
  }
}
@media screen and (min-width: 1024px) {
  .front-page-offer-card-title {
    font-size: 3rem;
  }
  .front-page-offer-card-wrap {
    height: 600px;
    border-radius: 2rem;
  }
  .front-page-offer-card-inner-wrap {
    padding: 3rem 1rem 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .front-page-offer-card-wrap {
    height: 720px;
  }
}
.front-page-client-logo-wrap img {
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .front-page-client-logo-wrap img {
    max-height: 100px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .front-page-client-logo-wrap {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .front-page-client-logo-wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .front-page-client-logo-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.front-page-popup {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 4rem 3rem 3rem 1.5rem;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 99;
  transform: translateY(100%);
  transition: all 0.4s ease;
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.front-page-popup.show-popup {
  transform: translateY(0);
}

.front-page-popup-close-btn {
  margin-left: auto;
  display: block;
  -webkit-appearance: none;
  border: none;
  position: absolute;
  right: 2rem;
  top: 2rem;
  z-index: 100;
  transition: all 0.4s ease;
  width: 2rem;
}
.front-page-popup-close-btn:hover {
  opacity: 0.9;
}
.front-page-popup-close-btn svg {
  width: 100%;
}

.front-page-popup-title {
  font-family: "Overlock", sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.25;
}

.front-page-popup-para {
  max-width: 500px;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .front-page-popup {
    padding: 5rem 4rem 4rem 2rem;
  }
  .front-page-popup-title {
    font-size: 3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .front-page-popup-para {
    margin-bottom: 2rem;
  }
  .front-page-popup-close-btn {
    width: 2.25rem;
  }
}
.front-page-blog-wrap .blog-grid {
  transition: all 0.4s ease;
  background: #000000;
  color: #FFFFFF;
}
.front-page-blog-wrap .blog-grid:hover {
  background: #ffbb02;
  color: #000000;
}
.front-page-blog-wrap .blog-grid-img-wrap {
  border: 0;
}
.front-page-blog-wrap .blog-meta-content-wraper {
  padding-left: 1rem;
  padding-right: 1rem;
}

.type-work a {
  position: relative;
  display: block;
  overflow: hidden;
}
.type-work a img {
  transition: all 0.4s ease;
}
.type-work a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-size: 2rem;
  opacity: 0;
  transition: all 0.4s ease;
}
.type-work a .work-grid-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  z-index: 2;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  line-height: 1.35;
  transition: all 0.4s ease;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.type-work a .work-grid-title span {
  position: relative;
}
.type-work a .work-grid-title span:after {
  content: "";
  height: 2px;
  background: #FFFFFF;
  display: block;
}
.type-work a:hover img {
  transform: scale(1.1);
}
.type-work a:hover:after {
  opacity: 1;
}
.type-work a:hover .work-grid-title {
  opacity: 1;
}

.work-grid-category-list li {
  transition: all 0.4s ease;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.09rem;
}
.work-grid-category-list li:not(.active) {
  color: rgba(0, 0, 0, 0.5);
}
.work-grid-category-list li:hover {
  color: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 768px) {
  .type-work a .work-grid-title {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .type-work a .work-grid-title {
    font-size: 2.25rem;
  }
}
.detail-work-section p:empty {
  display: none;
}

.catching-head {
  font-size: 1.5rem;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .catching-head {
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .catching-head {
    font-size: 3rem;
  }
}
.blog-grid-pagination .prev.page-numbers {
  background-image: url(../images/icons/round_arrow_prev.svg);
}
.blog-grid-pagination .next.page-numbers {
  background-image: url(../images/icons/round_arrow_next.svg);
}
.blog-grid-pagination .prev.page-numbers,
.blog-grid-pagination .next.page-numbers {
  font-size: 0;
  background-position: center;
  background-size: contain;
  background-color: transparent;
}
.blog-grid-pagination .prev.page-numbers:hover,
.blog-grid-pagination .next.page-numbers:hover {
  background-color: transparent;
  opacity: 0.8;
}
.blog-grid-pagination .page-numbers {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  color: #FFFFFF;
  border-radius: 5rem;
  transition: all 0.4s ease;
}
.blog-grid-pagination .page-numbers:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.blog-grid-title {
  font-size: 1.25rem;
  line-height: 1.3;
}

.blog-grid-meta {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
}
.blog-grid-meta > span + span:before {
  content: "|";
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.blog-list-read-more-btn {
  padding: 0.5rem 1rem;
  border: 1px solid;
  border-radius: 10rem;
}
.blog-list-read-more-btn:after {
  content: "";
  background-image: url(../images/icons/arrow_1.svg);
  display: inline-block;
  width: 1.5rem;
  height: 0.9rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.15rem;
  transition: all 0.4s ease;
}
.blog-list-read-more-btn:hover {
  opacity: 0.8;
}
.blog-list-read-more-btn:hover:after {
  margin-left: 0.6rem;
}

.blog-grid-img-wrap img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-grid-img-wrap {
  border: 1px solid rgba(0, 0, 0, 0.06);
}

@media screen and (min-width: 768px) {
  .blog-grid-title {
    font-size: 1.45rem;
  }
  .blog-main.site-main .blog-grid:first-child {
    grid-column: span 2/span 2;
  }
}
@media screen and (min-width: 1024px) {
  .blog-grid-title {
    font-size: 1.66rem;
  }
}
.blog-detail-image {
  width: 100%;
}

.blog-detail-meta span + span:before {
  content: "|";
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.blog-detail-title {
  font-size: 1.25rem;
  line-height: 1.25;
}

.blog-details-grid-title {
  font-size: 1.25rem;
  line-height: 1.25;
}

.blog-detail-social-sharing-btns img {
  width: 1.5rem;
}

.blog-detail-nav-prev a {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
}
.blog-detail-nav-prev a:before {
  content: "";
  background-image: url(../images/icons/long_arrow_2.svg);
  display: inline-block;
  width: 3.25rem;
  height: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.5rem;
  transition: all 0.4s ease;
}
.blog-detail-nav-prev a:hover {
  opacity: 0.8;
}
.blog-detail-nav-prev a:hover:before {
  transform: translateX(-0.6rem);
}

.blog-detail-nav-next a {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
}
.blog-detail-nav-next a:after {
  content: "";
  background-image: url(../images/icons/long_arrow_1.svg);
  display: inline-block;
  width: 3.25rem;
  height: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5rem;
  transition: all 0.4s ease;
}
.blog-detail-nav-next a:hover {
  opacity: 0.8;
}
.blog-detail-nav-next a:hover:after {
  transform: translateX(0.6rem);
}

.blog-detail-content h2 {
  font-weight: 500;
}
.blog-detail-content p {
  margin-bottom: 1rem;
}
.blog-detail-content a {
  font-weight: 700;
}
.blog-detail-content a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .blog-detail-title {
    font-size: 1.75rem;
  }
  .blog-details-grid-title {
    font-size: 1.5rem;
  }
  .blog-detail-social-sharing-btns img {
    width: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .blog-detail-title {
    font-size: 2.25rem;
  }
  .blog-details-grid-title {
    font-size: 1.75rem;
  }
  .blog-detail-social-sharing-btns img {
    width: 2rem;
  }
}/*# sourceMappingURL=base.css.map */