@font-face {
  font-family: 'Hero';
  src: url('/fonts/Hero.otf') format('opentype');
}

@font-face {
  font-family: 'Pro';
  src: url('/fonts/Pro.otf') format('opentype');
}

@font-face {
  font-family: 'Waffle';
  src: url('/fonts/Waffle.otf') format('opentype');
}

.font-hero {
  font-family: 'Hero', sans-serif !important;
}

.font-pro {
  font-family: 'Pro', sans-serif !important;
}

.font-waffle {
  font-family: 'Waffle', sans-serif !important;
}


* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
     overflow-x: hidden;
}

body {
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    }

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 1rem !important;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-bottom: 0px;
}




/* header section start */

.header_section {
    width: 100%;
    float: left;
    background-color: transparent;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.navbar-brand {
    width: 21%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px !important;
    padding-left: 20px !important;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.navbar-light .navbar-nav .nav-link {
    color: #4f4f4f;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
    color: #fa7e64;
}
.bg-light {
    background-color: transparent !important;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: #fa7e64;
}

.user_icon {
    width: 80px;
    float: right;
    font-size: 20px;
    color: #000;
}

.user_icon a{
    color: #000;
}

.user_icon a:hover{
    color: #fa7e64;
}

.call_btn {
    flex: 1;
}
.call_btn a{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #fa7e65;
    border-radius: 40px;
    text-align: center;
    padding: 8px 20px;
}

.call_btn a:hover{
    color: #000;
    background-color: #fa7e65;
}

.padding_left10{
    padding-left: 10px;
}

.my-lg-0 {
    margin-right: 30px;
}
.mr-auto, .mx-auto {
    flex: 3;
}
/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    position: relative;
}

.banner_img {
    width: 90%;
    margin: 0 auto;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
}


.banner_taital {
    width: 100%;
    font-size: 150px;
    color: #1c1b1b;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
}

.contact_bt {
    width: 170px;
    margin: 0 auto;
    padding: 190px 0px 0px 0px;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #fa7f63;
    text-align: center;
    border-radius: 40px;
    padding: 10px 0px;
    text-transform: uppercase;
}
.contact_bt a:hover{
    background-color: #252525;
    color: #ffffff;
}

.carousel-indicators li {
    width: 16px;
    height: 16px;
    background-color: #252525;
    border-radius: 100%;
    top: -80px;
}

.carousel-indicators .active {
    background-color: #fa7f63;
}
/* banner section end */

/* service section start */

.service_section {
    width: 100%;
    float: left;
    background: linear-gradient(90deg, #fa7e64 10%, #ebab28 94%);
    height: auto;
    padding-top: 50px;
    padding-bottom: 30px;
}

.service_taital{
    width: 100%;
    font-size: 40px;
    color: #fefefd;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.service_section_2 {
    width: 100%;
    float: left;
    height: auto;
    background-size: 100%;
}

.service_section .owl-item.active .image_box {
    transform: scale(.7);
}

.service_section .owl-item.active.center .image_box {
    transform: scale(1);
    padding-bottom: 60px;
    margin-bottom: 90px;
}
.price_text {
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}

.sound_text {
    width: 100%;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}

.buy_bt {
    width: 140px;
    margin: 0 auto;
    text-align: center;
}

.buy_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #252525;
    padding: 10px 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 40px;
}

.buy_bt a:hover {
    color: #111111;
    background-color: #ffffff;
}

.service_section.layout_padding .owl-carousel .owl-nav button.owl-next,
.service_section.layout_padding .owl-carousel .owl-nav button.owl-prev {
    background-color: #ffffff;
    margin: 0px 0px;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    box-shadow: 0px 0px 7px 1px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 30px;
    color: #000;
    bottom: 0px;
}

button.owl-prev {
    left: 485px;
    position: absolute;
}

button.owl-next {
    right: 485px;
    position: absolute;
}
.owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.owl-dots {
    display: none;
}

.image_box {
    width: 100%;
    background-color: #252525;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20% 88px;
    border: 14px solid #fff;
}

.image_box:hover {
    background-color: #f1f1f1;
}

/* service section end */

/* about section start */

.about_section{
    width: 100%;
    float: left;
}

.about_taital {
    width: 100%;
    font-size: 40px;
    color: #252525;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.about_text {
    width: 100%;
    font-size: 14px;
    color: #252525;
    margin: 0px;
    text-align: center;
}

.about_text_1 {
    width: 86%;
    font-size: 14px;
    color: #252525;
    margin: 0 auto;
    text-align: center;
}

.about_img {
    width: 100%;
    text-align: center;
}

.readmore_bt{
    width: 170px;
    margin: 0 auto;
    padding-top: 30px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #252525;
    padding: 8px 0px;
    text-align: center;
    border-radius: 40px;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    color: #ffffff;
    background-color: #fa7f63;
}

/* about section end */

/* price section start */

.price_section {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}
.price_taital{
    width: 100%;
    font-size: 40px;
    color: #252525;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.price_section_2 {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.first_price_text{
    width: 100%;
    font-size: 20px;
    color: #fefefd;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(90deg, #fa7e64 10%, #ebab28 94%);
    height: auto;
    padding: 30px 0px 50px 0px;
    position: relative;
}

.price_box {
    width: 84%;
    text-align: center;
    background-color: #ffffff;
    height: 310px;
    padding: 30px 20px 0px 20px;
    box-shadow: 0px 2px 5px 1px;
    position: relative;
    top: -30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.taital_main {
    width: 58%;
    display: flex;
    margin: 0 auto;
}
.rate_text{
    font-size: 30px;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.month_text{
    font-size: 16px;
    color: #000;
    text-align: center;
    margin: 8px 0px 0px 0px;
}

.taital_main::after {
    content: '';
    position: absolute;
    width: 45px;
    height: 5px;
    border-radius: 100px;
    background-color: #f47e60;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 70px;
}

.dummy_text {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    color: #30302f;
}
/* price section end */


/* customer section start */


.client_sectiion {
    width: 100%;
    float: left;
    background-image: url(../images/client-bg.png);
    height: auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 75px 0px 140px 0px;
}
.client_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.client_section_2{
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;

}
.client_main {
    width: 100%;
    float: left;
    background-color: #fff;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 30px;
}

.client_main_2 {
    width: 100%;
    float: left;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    padding-left: 30px;
    margin-top: 45px;
}

.client_left{
    width: 30%;
    float: left;
}

.client_right {
    width: 70%;
    float: left;
    padding-top: 35px;
}
.client_left_2{
    width: 30%;
    float: left;
    text-align: right;
}
.client_right_2 {
    width: 70%;
    float: left;
    padding-top: 35px;
    text-align: right;
}
.name_text{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #252525;
    font-weight: bold;
}

.dolor_text{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #f29448;
    margin: 0px;
}

.lorem_text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #252525;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.client_sectiion .carousel-indicators li {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 100%;
    top: 60px;
}

.client_sectiion .carousel-indicators .active {
    background-color: #252525;
}

/* customer section end */

/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.contact_section_2 {
    width: 100%;
    float: left;
}

.contact_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #252525;
    text-align: center;
    padding: 30px 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact_main {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.form-group {
    margin-bottom: 30px;
}

.email-bt {
    color: #aba9a9;
    width: 100%;
    height: 50px;
    font-size: 18px;
    padding: 0px 20px 0px 20px;
    background-color: #fff !important;
    border-radius: 40px;
    border: 1px solid transparent;
}
 
.message-bt {
    color: #aba9a9;
    width: 100%;
    height: 100px;
    font-size: 18px;
    padding: 5px 20px 0px 20px;
    background-color: #fff !important;
    border-radius: 15px;
    border: 1px solid transparent;
}

.send_bt {
    width: 100%;
    margin: 0 auto;
}

.send_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #f8825f;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 40px;
}

.send_bt a:hover {
    color: #ffffff;
    background-color: #252525;
}

.massage_text {
    width: 100%;
    font-size: 16px;
    text-align: left;
    margin: 0px;
}

/* contact section end */



/* footer section start */

.footer_section {
    width: 100%;
    float: left;
}

.location_bg{
    width: 100%;
    float: left;
    background-color: #393939;
    height: auto;
}

.location_main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.location_main ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}

.location_main li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 30px 70px 30px 70px;
}

.location_main li a {
    color: #ffffff;
}

.location_main li a:hover {
    color: #f8825f;
}


/* footer section end */

/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background: transparent;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
}
.copyright_section,
.copyright_section p,
.copyright_section a {
  color: #ccbbd9;
  text-decoration: none;
}

.copyright_section a:hover {
  text-decoration: underline;
}


.margin_top90 {
    margin-top: 90px;
}


/* copyright section end */

.footer {
  background: #f0f0f0;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  background: linear-gradient(to right, #ffeed9, #ffd1f5);
  min-height: 100vh;
  margin: 0;
}

#fullMenuOverlay{
     background: linear-gradient(to right, #ffeed9, #ffd1f5);
}


.header_section {
    background-color: transparent;
}


.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.banner_section {
  flex: 1;
}



.full-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  background: white;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0px;
}

.full-menu.active {
  display: flex;
}

.close-icon {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.logo-top img {
  width: 150px;
  height: auto;
  margin-bottom: 40px;
}

.overlay-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.overlay-nav li {
  margin: 15px 0;
}

.overlay-nav a {
  font-size: 5vw;
  text-decoration: none;
  color: #a23343;
}

.instagram-button {
  margin-top: 40px;
}

.instagram-button img {
  width: 32px;
  height: 32px;
  display: block;
}


.close-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}


.custom-toggler {
  width: 40px;
  height: 40px;
  background: url('/icons/IconBurgermenu.png') no-repeat center center;
  background-size: contain;
  border: none;
}

@media (max-width: 991px) {
  #navbarSupportedContent {
    display: none !important;
  }
  .navbar-toggler {
    pointer-events: auto;
  }
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

.container-fluid {
    height: 120px;
}


.container{
    margin-top: 10px;
}

.navbar {
    height: 120px;
}

@media (min-width: 992px) {
  .mobile {
    display: none !important;
  }
}

.header_section {
  position: relative; /* or just no position property */
  top: auto;
  left: auto;
  width: 100%;
  z-index: 1000; /* keep it above others if needed */
}

.navbar-nav .nav-item.active > .nav-link {
  text-decoration: underline !important;
  text-decoration-thickness: 3px;
  font-weight: 700;
  color: #a23343 !important;
}

.navbar-nav .nav-link {
  color: rgb(162, 51, 67) !important;
}

.homeNot {
    display: flex;
}






.unheimlich-section h1 {
  color: rgb(253, 80, 41);
  font-family: 'Waffle', sans-serif;
  font-weight: 700;
  font-size: clamp(1.2rem, 2vw, 2rem);
  line-height: 1.2;
  margin-bottom: 30px;
}


.unheimlich-text {
  font-family: 'Hero', sans-serif;
  color: #333;
  line-height: 1.5;
  margin: 0 0 40px 0;
  text-align: left;
  width: 100%;
  padding: 20px;
}

.header-container h1{
  padding:20px;
}


.image-container img {
  max-width: 500px;
  min-width: 500px;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .image-container img {
    max-width: 500px;
    min-width: auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .image-container img {
    max-width: 500px;
    min-width: auto;
    width: 100%;
  }
}




 @media (max-width: 991px) {
    .content-wrapper {
      flex-direction: column;
    }
    .image-container {
      order: 1;
      max-width: 100% !important;
      margin-bottom: 20px;
    }
    .text-container {
      order: 2;
      max-width: 100% !important;
    }
  }


.masonry-gallery {
    column-count: 4;
    column-gap: 30px;
  }

  @media (max-width: 991px) {
    .masonry-gallery {
      column-count: 3;
    }
  }

  @media (max-width: 767px) {
    .masonry-gallery {
      column-count: 2;
    }
  }

  .masonry-gallery img {
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer;
    display: block;
  }

  @media (max-width: 991px) {
    .gallery-grid {
      grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
      grid-auto-rows: 120px;
    }
  }

  @media (max-width: 767px) {
    .gallery-grid {
      grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
      grid-auto-rows: 100px;
    }
  }

  /* Lightbox */
  .lightbox {
    position: fixed;
    top: 0; left: 0;
    width: 100vw !important;
    height: 100vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
  }

  .lightbox-img {
    width: 100vw !important;
    height: 100vh !important;
    object-fit: contain;
    border-radius: 6px;
  }

  .lightbox-close, .lightbox-prev, .lightbox-next {
    position: fixed;
    background: none;
    border: none;
    cursor: pointer;
  }

  .lightbox-close {
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }

  .lightbox-prev {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }

  .lightbox-next {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }

#backToTop {
  display: block !important;
  background: #a23343;
  border-radius: 8px;
  padding: 8px;
}


.itsme-wrapper {
      display: flex;
      gap: 30px;
      align-items: flex-start;
      flex-wrap: wrap;
    }
    .itsme-text {
      flex: 1 1;
      font-family: Arial, sans-serif;
      font-size: 1rem;
      line-height: 0;
      white-space: pre-line;
    }
    .itsme-text h2 {
      color: #fecb55;
      font-size: clamp(1.2rem, 2vw, 2rem);
    }
    .itsme-text {
  text-align: left;
}
.qA {
    color: #b085bc;
  text-align: left;
}

.itsme-text h2 {
  text-align: left;
}
.itsme-text p {
  margin: 0;
  padding: 0;
}

    .itsme-image {
      flex: 1 1 300px;
      max-width: 400px;
    }
    .itsme-image img {
      width: 100%;
      height: auto;
      display: block;
    }

    .itsme-grid {
      margin-top: 30px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px;
    }
    .itsme-grid img {
      width: 100%;
      height: auto;
      display: block;
    }

    @media (max-width: 991px) {
      .itsme-wrapper {
        flex-direction: column;
      }
      .itsme-image {
        max-width: 100%;
      }
      .itsme-grid {
        grid-template-columns: 1fr;
      }
    }

.itsme-grid picture:nth-child(1) img {
  max-width: 60%;
  height: auto;
}

@media (max-width: 767px) {
  .itsme-grid picture:nth-child(1) img {
    max-width: 100%;
  }
}

.itsme-grid picture:nth-child(2) img {
  max-width: 100%;
  height: auto;
}

.itsme-grid picture:nth-child(3) img {
  max-width: 80%;
  height: auto;
}

.itsme-grid picture:nth-child(4) img {
  max-width: 70%;
  height: auto;
}

.itsme-grid picture:nth-child(5) img {
  max-width: 100%;
  height: auto;
}

.itsme-grid picture:nth-child(2) img,
.itsme-grid picture:nth-child(1) img,
.itsme-grid picture:nth-child(4) img,
.itsme-grid picture:nth-child(6) img {
  display: block;
  margin-left: 0;   
  margin-right: auto;
  height: auto;
}

.itsme-grid picture:nth-child(3) img,
.itsme-grid picture:nth-child(5) img {
  display: block;
  margin-left: auto;
  margin-right: 0;  
  height: auto;
}

.textLeft h1{
    color: #FD5029 !important;
}

.gallery-section{
    margin-top: 50px;
}
.pc-only {
  display: none;
}

.mobile-only {
  display: block;
}

.pc-only img,
.mobile-only img {
  width: 90%;
  height: auto;
  display: block;
}

@media (min-width: 992px) {
  .pc-only {
    display: block;
  }
  .mobile-only {
    display: none;
  }
}


#shopImage {
  width: 100%;
  height: 120px;
  margin-top: 120px;
  background-image: url('/images/pc/Shop1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Tablet */
@media (max-width: 991px) {
  #shopImage {
    width: 100%;
    height: 120px;
    background-image: url('/images/pad/Shop1.png');
  }
}

/* Mobile */
@media (max-width: 767px) {
  #shopImage {
    width: 100%;
    height: 80px;
    background-image: url('/images/mobile/Shop1.png');
  }
}
