 
:root {
--title_color:#171717;
}
* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
.footer_gallery {
 padding: 40px 0px;
 }
body > section {
 position: relative;
 }
body > section:hover {
  }
@media screen and (max-width: 768px){
.footer_gallery {
 padding: 3rem 0px 5rem;
 }}
.content {
 max-width: 1585px;
 margin: 0px auto;
 position: relative;
 }
@media screen and (min-width: 768px) and (max-width: 1600px){
.content {
 max-width: 1440px;
 }}
@media screen and (min-width: 768px) and (max-width: 1440px){
.content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 padding: 0px 1.2rem;
 max-width: 1220px;
 }}
@media screen and (min-width: 768px) and (max-width: 1220px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content, .post_main .content {
 max-width: 1000px;
 }}
@media screen and (min-width: 768px) and (max-width: 1024px){
.content, .swiper_content, .account_dashboard .content, .account_latest .content, .orders_nav .content {
 max-width: 768px;
 }}
@media screen and (max-width: 768px){
.content {
 padding: 0px 1.2rem;
 }}
.footer_gallery .bg1 {
 width: 69.7161%;
 aspect-ratio: 1105 / 1014;
 transition: 2s;
 position: absolute;
 left: -38.4858%;
 bottom: -378px;
 z-index: -1;
 pointer-events: none;
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_7/assets/img/gallery-bg1.svg") center center / contain no-repeat;
 }
.footer_gallery .inner {
 overflow: hidden;
 }
.footer_gallery .bg2 {
 width: 13.2492%;
 aspect-ratio: 210 / 352;
 transition: 2s;
 position: absolute;
 right: -13%;
 bottom: -192px;
 z-index: -1;
 pointer-events: none;
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_7/assets/img/gallery-bg2.svg") center center / contain no-repeat;
 }
.center {
 text-align: center;
 }
.head .subtitle {
 color: rgb(125, 108, 127);
 font-size: 20px;
 letter-spacing: 2px;
 margin-bottom: 8px;
 font-family: Allura, sans-serif;
 display: inline-block;
 }
.fadeInUp {
 animation-name: fadeInUp;
 }
@media screen and (max-width: 768px){
.head .subtitle {
 font-size: 0.9rem;
 line-height: 1.5;
 margin-bottom: 8px;
 }}
h1, h2, h3, h4, h5, h6, .title {
 font-family: "Shippori Mincho", sans-serif;
 }
.head h2 {
 font-size: 42px;
 font-weight: 500;
 }
.head h2::after {
 content: "";
 display: inline-block;
 vertical-align: top;
 width: 12px;
 margin-left: 10px;
 aspect-ratio: 12 / 20;
 transform: translateY(6px);
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_7/assets/img/icon-star.svg") center center / contain no-repeat;
 }
@media screen and (min-width: 768px) and (max-width: 1220px){
.head h2 {
 font-size: 32px;
 line-height: 1.3;
 }}
@media screen and (max-width: 768px){
.head h2 {
 font-size: 22px;
 line-height: 1.5;
 }}
a {
 color: inherit;
 font-size: inherit;
 text-decoration: none;
 }
.btn {
 gap: 8px;
 display: inline-flex;
 vertical-align: top;
 align-items: center;
 justify-content: center;
 text-align: center;
 transition: 0.3s;
 cursor: pointer;
 font-size: 1rem;
 font-weight: 500;
 padding: 15px 30px;
 border: 1px solid var(--title_color);
 background-color: transparent;
 }
.btn::after {
 content: "";
 display: block;
 width: 12px;
 aspect-ratio: 1 / 1;
 transition: 0.3s;
 transform: translateY(1px);
 filter: contrast(0) brightness(0);
 background: url("https://queenbi.sytech.site//wp-content/plugins/sytech-fronteditor/sytpl/home_7/assets/img/arrow-line-r.svg") center center / contain no-repeat;
 }
.btn:hover {
 color: rgb(255, 255, 255);
 background-color: var(--title_color);
 }
.btn:hover::after {
 transform: translate(5px, 1px);
 filter: contrast(0) brightness(2);
 }
.footer_gallery .head .btn {
 margin-top: 35px;
 }
@media screen and (max-width: 768px){
.btn {
 font-size: 14px;
 line-height: 1.5;
 padding: 0.6rem 1rem;
 min-width: 120px;
 text-align: center;
 }}
@media screen and (max-width: 768px){
.footer_gallery .head .btn {
 margin-top: 2rem;
 }}
.footer_gallery .footer_gallery_swiper {
 max-width: 1879px;
 margin: 58px auto 0px;
 width: calc(100% - 3rem);
 }
@media screen and (max-width: 768px){
.footer_gallery .footer_gallery_swiper {
 margin-top: 2rem;
 }}
ul {
 list-style: none;
 }
.footer_gallery .footer_gallery_swiper .swiper-wrapper {
 transition: linear;
 }
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: flex;
 transition-property: transform, -webkit-transform;
 box-sizing: content-box;
 }
.swiper-container-android .swiper-slide, .swiper-wrapper {
 transform: translate3d(0px, 0px, 0px);
 }
li.swiper-slide {
 height: auto;
 }
.swiper-slide {
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;
 transition-property: transform, -webkit-transform;
 }
.img.img_cv {
 overflow: hidden;
 }
.footer_gallery .footer_gallery_swiper .img {
 aspect-ratio: 357 / 427;
 }
.img.img_cv img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 display: block;
 transition: 0.5s;
 }
.footer_gallery .footer_gallery_swiper .img:hover img {
 transform: scale(1.03);
 }
button, input, textarea {
 outline: none;
 border: none;
 font-family: unset;
 color: var(--title_color);
 }
input[type="submit"], button {
 cursor: pointer;
 }
.sytech_export_template {
 display: none;
 }
 
@media screen and (max-width: 786px){


}