@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("font-awesome.min.css");
body {
  font-family: "poppins", sans-serif;
  color: #101010;
  background-color: #ffffff;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: flex;
  flex-direction: column;
}
.heading_container h2 {
  text-transform: uppercase;
  font-weight: bold;
}
.heading_container h2 span {
  color: #f89cab;
}
.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

/*header section*/
.hero_area {
  padding: 0 45px;
}

.hero_area.sub_pages {
  height: auto;
}

#navbarSupportedContent {
  width: 100%;
  background-color: #f9ece6;
  justify-content: center;
  padding: 10px 0;
  border-radius: 15px 15px 0 0;
}
#navbarSupportedContent.innerpage_navbar {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
}
#navbarSupportedContent.innerpage_navbar .nav-item.active .nav-link {
  background-color: #f4f5f6;
}
#navbarSupportedContent .navbar-nav .nav-link {
  padding: 5px 25px;
  color: #514f4f;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
}
#navbarSupportedContent .nav-item.active .nav-link {
  background-color: #ffffff;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.navbar-brand {
  margin: 15px 0;
  padding: 0;
}
.navbar-brand span {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.custom_nav-container .nav_search-btn {
  padding: 0;
  border: none;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
  flex-direction: column;
  align-items: center;
}
.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}
.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}
.custom_nav-container .navbar-toggler[aria-expanded=true] {
  transform: rotate(360deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span {
  transform: rotate(45deg);
}
.custom_nav-container .navbar-toggler[aria-expanded=true] span::before, .custom_nav-container .navbar-toggler[aria-expanded=true] span::after {
  transform: rotate(90deg);
  top: 0;
}

.user_option {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.user_option a {
  margin-right: 25px;
  color: #000000;
}
.user_option a span {
  margin-left: 5px;
}

/*end header section*/
.slider_section .slider_container {
  color: #fefefe;
  background-color: #000000;
  background-color: #f89cab;
  padding: 25px;
  border-radius: 0 0 15px 15px;
}
.slider_section .row {
  align-items: center;
}
.slider_section .img-box {
  display: flex;
  justify-content: center;
  padding: 45px;
}
.slider_section .img-box img {
  width: 275px;
}
.slider_section .detail-box {
  padding-left: 45px;
  margin: 45px 0;
}
.slider_section .detail-box h1 {
  font-weight: bold;
  font-size: 3.5rem;
  margin-bottom: 10px;
}
.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #db4566;
  color: #ffffff;
  border: 1px solid #db4566;
  border-radius: 5px;
  transition: all 0.3s;
  margin-top: 25px;
  text-transform: uppercase;
}
.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #db4566;
}
.slider_section .carousel_btn-box {
  display: flex;
  background-color: #ffffff;
  align-items: center;
  position: absolute;
  bottom: -25px;
  left: 5%;
  padding: 7px 10px;
  border-radius: 5px 5px 0 0;
}
.slider_section .carousel_btn-box img {
  margin: 0 10px;
}
.slider_section .carousel_btn-box .carousel-control-prev,
.slider_section .carousel_btn-box .carousel-control-next {
  position: unset;
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  opacity: 1;
  background-position: center;
  color: #000000;
  font-size: 14px;
}

.shop_section .heading_container {
  margin-bottom: 20px;
}
.shop_section .box {
  background-color: #eeeeee;
  position: relative;
  padding: 10px;
  margin-top: 25px;
}
.shop_section .box a {
  color: #000000;
}
.shop_section .box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  height: 245px;
}
.shop_section .box .img-box img {
  max-width: 100%;
  max-height: 145px;
}
.shop_section .box .detail-box {
  display: flex;
  justify-content: space-between;
}
.shop_section .box .detail-box h6 span {
  color: #db4f66;
}
.shop_section .box .new {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 15px;
}
.shop_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.shop_section .btn-box a {
  display: inline-block;
  padding: 10px 40px;
  background-color: #f16179;
  color: #ffffff;
  border: 1px solid #f16179;
  border-radius: 5px;
  transition: all 0.3s;
}
.shop_section .btn-box a:hover {
  background-color: transparent;
  color: #f16179;
}

.saving_section {
  padding-left: 45px;
  padding-right: 45px;
}
.saving_section .box {
  padding-top: 45px;
  background-color: #e0d4cf;
  color: #ffffff;
  border-radius: 15px;
}
.saving_section .row {
  align-items: center;
}
.saving_section .img-box {
  padding: 15px 0 0 25px;
}
.saving_section .img-box img {
  width: 100%;
}
.saving_section .detail-box {
  padding: 0 25px;
}
.saving_section .detail-box p {
  margin-top: 5px;
}
.saving_section .detail-box .btn-box {
  display: flex;
  flex-wrap: wrap;
  margin: 35px -5px 0;
}
.saving_section .detail-box .btn-box a {
  width: 165px;
  text-align: center;
  margin: 5px;
}
.saving_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 0;
  background-color: #d3b6aa;
  color: #ffffff;
  border: 1px solid #e0d4cf;
  border-radius: 0;
  transition: all 0.3s;
}
.saving_section .detail-box .btn-box .btn1:hover {
  background-color: #dab09e;

}
.saving_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 0;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  border-radius: 0;
  transition: all 0.3s;
}
.saving_section .detail-box .btn-box .btn2:hover {
  background-color: transparent;
  color: #ffffff;
}

.why_section .box {
  text-align: center;
  margin-top: 45px;
  background-color: #f9f8f7;
  padding: 25px;
  border-radius: 5px;
}
.why_section .box .img-box {
  margin-bottom: 15px;
}
.why_section .box .img-box svg {
  width: 55px;
  height: auto;
  fill: #320b57;
}

.gift_section {
  padding-left: 45px;
  padding-right: 45px;
}
.gift_section .box {
  background-color: #6929a5;
  border-radius: 15px;
  color: #ffffff;
}
.gift_section .row {
  align-items: center;
}
.gift_section .img-box {
  padding: 60px 0 60px 25px;
}
.gift_section .img-box img {
  width: 100%;
}
.gift_section .detail-box {
  padding: 0 25px;
}
.gift_section .detail-box p {
  margin-top: 5px;
}
.gift_section .detail-box .btn-box {
  display: flex;
  flex-wrap: wrap;
  margin: 35px -5px 0;
}
.gift_section .detail-box .btn-box a {
  width: 165px;
  text-align: center;
  margin: 5px;
}
.gift_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 0;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  border-radius: 0;
  transition: all 0.3s;
}
.gift_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #ffffff;
}
.gift_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 0;
  background-color: #9242dd;
  color: #ffffff;
  border: 1px solid #9242dd;
  border-radius: 0;
  transition: all 0.3s;
}
.gift_section .detail-box .btn-box .btn2:hover {
  background-color: transparent;
  color: #9242dd;
}

.contact_section {
  position: relative;
}
.contact_section .container-bg {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
.contact_section .heading_container {
  margin-bottom: 30px;
}
.contact_section .row {
  align-items: stretch;
}
.contact_section form {
  padding-right: 35px;
  padding: 45px 20px;
}
.contact_section input {
  width: 100%;
  border: 1px solid #919191;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: transparent;
  outline: none;
  color: #101010;
}
.contact_section input::-moz-placeholder {
  color: #131313;
}
.contact_section input::placeholder {
  color: #131313;
}
.contact_section input.message-box {
  height: 120px;
}
.contact_section button {
  display: inline-block;
  padding: 12px 45px;
  background-color: #db4f66;
  color: #ffffff;
  border: 1px solid #db4f66;
  border-radius: 0;
  transition: all 0.3s;
  display: block;
  color: #fff;
  margin: 35px auto 0 auto;
}
.contact_section button:hover {
  background-color: transparent;
  color: #db4f66;
}
.contact_section .map_container {
  height: 100%;
  min-height: 375px;
}
.contact_section .map_container .map-responsive {
  height: 100%;
}

.client_section .heading_container {
  margin-bottom: 20px;
}
.client_section .box {
  margin: 15px 45px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding: 25px;
}
.client_section .box .client_info {
  display: flex;
  justify-content: space-between;
}
.client_section .box .client_info .client_name h5 {
  font-weight: 600;
  color: #db4f66;
}
.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #bfc0c0;
  font-weight: normal;
  font-size: 15px;
}
.client_section .box .client_info i {
  font-size: 24px;
}
.client_section .box p {
  margin-top: 15px;
}
.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 45px;
  height: 125px;
  background-color: #db4f66;
  opacity: 1;
  font-size: 28px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}
.client_section .carousel-control-prev {
  left: 0;
}
.client_section .carousel-control-next {
  right: 0;
}

/* info section */
.info_section {
  position: relative;
  background-color: #2d2d2d;
  color: #ffffff;
  
}
.info_section .social_container {
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 30px;
}
.info_section .social_container .social_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_section .social_container .social_box a {
  margin: 0 10px;
  color: #ffffff;
  font-size: 24px;
}
.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
}
.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f89cab;
  margin-top: 15px;
  text-transform: uppercase;
}
.info_section .row > div {
  margin-top: 25px;
}
.info_section a {
  text-transform: none;
}
.info_section h6 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 25px;
}
.info_section p {
  color: #cbc9c9;
}
.info_section .info_link-box a {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.info_section .info_link-box a:hover {
  color: #ffffff;
}
.info_section .info_link-box a i {
  color: #ffffff;
  margin-right: 5px;
  font-size: 18px;
}
.info_section .info_link-box a span {
  color: #cbc9c9;
}
.info_section .info_link-box a:hover span {
  color: #ffffff;
}

/* end info section */
/* footer section*/
.footer_section {
  margin-top: 45px;
  font-weight: 500;
}

.footer_section p {
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  border-top: 1.5px solid #eeeeee;
  width: 80%;
}

.footer_section a {
  color: #cbc9c9;
}

/* end footer section*//*# sourceMappingURL=style.css.map */


#cookiePopup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f9ece6;
  border-top: 1px solid #e0d4cf;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  font-family: Arial, sans-serif;
  color: #333;
  z-index: 1000;
  display: none; 
}


.popup-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}


#cookiePopup p {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.6;
}


#cookiePopup a {
  color: #a45a49;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease-in-out;
}

#cookiePopup a:hover {
  color: #5a2a1e;
}


#cookiePopup button {
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  margin: 10px 10px 0 10px;
  transition: background-color 0.3s ease-in-out;
}


#cookiePopup .accept {
  background-color: #5a2a1e;
  color: #fff;
}

#cookiePopup .accept:hover {
  background-color: #8c4534;
}


#cookiePopup .decline {
  background-color: #e0d4cf;
  color: #5a2a1e;
}

#cookiePopup .decline:hover {
  background-color: #d1c2ba;
}


@media (max-width: 768px) {
  #cookiePopup {
      padding: 15px;
  }

  #cookiePopup p {
      font-size: 16px;
  }

  #cookiePopup button {
      padding: 10px 20px;
      font-size: 16px;
  }
}

@media (max-width: 480px) {
  #cookiePopup p {
      font-size: 14px;
  }

  #cookiePopup button {
      padding: 8px 16px;
      font-size: 14px;
      margin: 5px;
  }
}




.slider_section {
  width: 1200px;  
  max-width: 100%; 
  height: 500px;   
  position: relative;
  margin: 0 auto;  
  overflow: hidden;
}


.custom-slider {
  position: relative;
  width: 100%;
  height: 100%;
}


.custom-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}


.custom-slide.active {
  opacity: 1;
  z-index: 1;
}


.custom-slider-content {
  position: absolute;
  top: 50%;
  left: 10%; 
  transform: translateY(-50%);
  text-align: left; 
  color: #e9e0e0; 
  padding: 20px;
  max-width: 500px; 
}


.custom-slider-content h2 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.3;
}


.custom-btn {
  display: inline-block;
  padding: 15px 30px;
  background-color: #e0d4cf;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out;
}


.custom-btn:hover {
  background-color: #f9ece6;
}

@media (max-width: 1200px) {
  .slider_section {
      width: 100%;
      height: 400px;
  }
  
  .custom-slider-content {
      left: 5%; 
      max-width: 400px;
  }

  .custom-slider-content h2 {
      font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  .slider_section {
      height: 350px;
  }

  .custom-slider-content {
      left: 5%;
      max-width: 350px;
  }

  .custom-slider-content h2 {
      font-size: 1.5rem;
  }

  .custom-btn {
      font-size: 1rem;
      padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .slider_section {
      height: 300px;
  }

  .custom-slider-content {
      left: 5%;
      max-width: 90%;
  }

  .custom-slider-content h2 {
      font-size: 1.3rem;
  }

  .custom-btn {
      font-size: 0.9rem;
      padding: 8px 16px;
  }
}


.img-box {
  max-width: 400px;  
  margin: 0 auto;  
  text-align: center;
}

.img-box img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}


@media (max-width: 992px) {
  .img-box {
      max-width: 300px;  
  }
}

@media (max-width: 768px) {
  .img-box {
      max-width: 250px;
  }

  
  .img-box {
      order: -1;
  }
}

@media (max-width: 480px) {
  .img-box {
      max-width: 200px; 
  }
}



.navigation-list a {
  text-decoration: none;  
  color: #cbc9c9;  
  font-size: 18px;
  transition: color 0.3s ease; 
}

.navigation-list a:hover {
  color: #ffffff;  
}


@media (max-width: 768px) {
  .navigation-list {
      flex-direction: column;  
      align-items: center;
  }

  .navigation-list li {
      margin-bottom: 10px;
  }
}

.privacy-link, 
.terms-link {
    text-decoration: none;  
    color: #cbc9c9;  
    transition: color 0.3s ease;  
}


.privacy-link:hover, 
.terms-link:hover {
    color: #ffffff;  
}


.about-image img {
  width: 100%;
  height: 700px;
  display: block; 
}

@media (max-width: 1200px) {
  .about-image img {
      max-height: 600px;
      object-fit: cover;
  }
}

@media (max-width: 992px) {
  .about-image img {
      max-height: 500px;
  }
}

@media (max-width: 768px) {
  .about-image img {
      max-height: 400px;
  }
}

@media (max-width: 576px) {
  .about-image img {
      max-height: 300px;
  }
}

.about-us {
  margin-top: 50px; 
}

.catalog-description {
  padding-top: 50px; 
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%; 
  width: 100%;
  
}

.catalog-description h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
  width: 100%;
  text-align: center; 
}

.catalog-description p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
  width: 100%;
  
}

.catalog-description p:last-child {
  margin-bottom: 0; 
}


@media (max-width: 768px) {
  .catalog-description {
      padding-left: 15px;
      padding-right: 15px;
      text-align: left; 
  
      
  }

  .catalog-description h2 {
      font-size: 24px; 
      
  }

  .catalog-description p {
      font-size: 14px; 
      
      line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .catalog-description {
      padding-left: 10px;
      padding-right: 10px;
  }

  .catalog-description h2 {
      font-size: 20px; 
      
  }

  .catalog-description p {
      font-size: 13px; 
      line-height: 1.4;
  }
}


.cards-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #e0d4cf;
  padding: 20px;
}

.custom-card {
  background-color: #f9ece6;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
}

.custom-card:hover {
  transform: translateY(-5px);
}

.card-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
}

.card-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.card-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.card-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f9ece6;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.card-btn:hover {
  background-color: #e0d4cf;
}


@media (max-width: 768px) {
  .cards-section {
    padding: 10px;
  }

  .custom-card {
    padding: 15px;
  }

  .card-title {
    font-size: 20px;
  }

  .card-description {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cards-section {
    gap: 15px;
  }

  .custom-card {
    padding: 10px;
  }

  .card-title {
    font-size: 18px;
  }

  .card-description {
    font-size: 12px;
  }
}



.catalog-description {
  background-color: #f9ece6;
  padding: 40px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}


.catalog-card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #e0d4cf;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.catalog-card-image {
  padding-top: 20px;
}

.catalog-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}


.catalog-card-content {
  padding-bottom: 20px;
}


.catalog-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}


.catalog-text {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 15px;
}


@media (max-width: 768px) {
  .catalog-card {
      flex-direction: column;
  }

  .catalog-title {
      font-size: 20px;
  }

  .catalog-text {
      font-size: 14px;
  }

  .catalog-img {
      width: 100%;
      height: auto;
      margin-top: 20px;
  }
}



.contact-form {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background-color: #f9ece6;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}


.contact-form label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  color: #333;
}


.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #e0d4cf;
  border-radius: 4px;
  font-size: 16px;
  background-color: #fff;
}


.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: #f9ece6;
  box-shadow: 0 0 5px rgba(249, 236, 230, 0.5);
}


.contact-form button {
  width: 100%;
  padding: 12px;
  background-color: #e0d4cf;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s ease;
}


.contact-form button:hover {
  background-color: #d1c2b0;
}


@media (max-width: 600px) {
  .contact-form {
      padding: 15px;
  }

  .contact-form label {
      font-size: 14px;
  }

  .contact-form input, .contact-form textarea {
      font-size: 14px;
  }

  .contact-form button {
      font-size: 16px;
  }
}

.contact-message {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #333;
  padding: 20px;
  margin: 20px 0;
  background-color: #f9ece6;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.contact-message p {
  margin: 10px 0;
}


.sps{
  font-size: 30px;
  margin: 30px;
}

@media (max-width: 480px){
  .sps{
    font-size: 14px;
  }
    
}