/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
@font-face {
  font-family: "Hatton";
  src: url("../fonts/Hatton.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Edwardian";
  src: url("../fonts/Edwardian.ttf") format("truetype");
  font-display: swap;
}
.hoverBtn {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  padding: 20px 20px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #890423;
  background: #f6efe9;
  border: 1px solid #890423;
  outline: none;
  font-weight: 400;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.hoverBtn:hover {
  background-color: transparent;
  border: 1px solid #890423;
  outline: none;
}
.hoverBtn span {
  position: relative;
  z-index: 2;
}
.hoverBtn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #890423;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}
.hoverBtn:hover::before {
  transform: scaleY(1);
  transform-origin: bottom;
}
.hoverBtn::before {
  transform-origin: top;
}
.hoverBtn:hover span {
  color: #fff;
}

#homepage-content {
  width: 100%;
  min-height: 100vh;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#homepage-content .hero-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #eeebe5;
}
#homepage-content .hero-video iframe .html5-video-player {
  background-color: #eeebe5 !important;
}
#homepage-content .hero-video .heroOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#homepage-content .hero-video .heroOverlay .heroContent {
  width: 100%;
  height: auto;
  max-width: 768px;
  text-align: center;
  color: #CFB53A;
}
#homepage-content .hero-video .heroOverlay .heroContent .heroTitle {
  font-family: "Hatton", sans-serif;
  font-size: 28px;
  margin-bottom: 20px;
  color: #CFB53A;
}
#homepage-content .hero-video .heroOverlay .heroContent .heroHeading {
  font-family: "Edwardian", sans-serif;
  font-size: clamp(48px, 5vw, 96px);
  font-weight: 800;
}
#homepage-content .hero-video .heroOverlay .heroContent .heroDescription {
  font-family: "Hatton", sans-serif;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 25px;
}
#homepage-content .hero-video .heroOverlay .heroContent .heroButton {
  margin-top: 30px;
  padding: 10px 20px;
  font-family: "Hatton", sans-serif;
  font-size: 18px;
  color: #CFB53A;
  background-color: transparent;
  border: 2px solid #CFB53A;
  cursor: pointer;
  transition: all 0.3s ease;
}
#homepage-content .hero-video .heroOverlay .heroContent .heroButton:hover {
  background-color: #CFB53A;
  color: black;
}
#homepage-content .hero-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%) scale(1.2);
  z-index: 9;
}

#homeSection2 {
  width: 100%;
  height: 100%;
  background-color: #eeebe5;
}
#homeSection2 .wrapper {
  width: 100%;
  height: 100%;
  padding: 100px 50px;
  display: flex;
}
#homeSection2 .wrapper .textContainer {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#homeSection2 .wrapper .textContainer .myText {
  font-size: 50px;
  font-weight: 500;
  font-family: "Hatton";
  background-image: url("https://turincastle.previewmysite.online/wp-content/uploads/2026/03/REBOOT-GUIDE-Resources-of-creativity-Design-rotated.jpg");
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  color: #7A1E1E;
}
#homeSection2 .wrapper .textContainer .CastleDescription {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: "Edwardian";
  background-image: url("https://turincastle.previewmysite.online/wp-content/uploads/2026/03/REBOOT-GUIDE-Resources-of-creativity-Design-rotated.jpg");
  background-size: 100px 100px;
  background-repeat: repeat;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1;
  color: #7A1E1E;
}
#homeSection2 .wrapper .imageContainer {
  width: 40%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  justify-content: center;
}
#homeSection2 .wrapper .imageContainer .imageBox {
  width: 100%;
  height: 100%;
}
#homeSection2 .wrapper .imageContainer .imageBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: contrast(1.2) brightness(0.5);
}

#scrolledInformation {
  width: 100%;
  height: 100%;
}
#scrolledInformation .wrapper {
  width: 100%;
  height: 90vh;
  background: #eeebe5;
  display: flex;
}
#scrolledInformation .wrapper #scrolledInformationSidebar {
  width: 60%;
  height: 100%;
  padding: min(50px, 5vw);
  overflow-y: hidden;
}
#scrolledInformation .wrapper #scrolledInformationSidebar .asideImageConainer {
  width: 100%;
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  gap: min(50px, 5vw);
}
#scrolledInformation .wrapper #scrolledInformationSidebar .asideImageConainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#scrolledInformation .wrapper #scrolledInformationContent {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#scrolledInformation .wrapper #scrolledInformationContent .scrolledInformationContentInner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 20px;
  padding: min(50px, 5vw);
  position: relative;
}
#scrolledInformation .wrapper #scrolledInformationContent .scrolledInformationContentInner .myline {
  width: 120px;
  height: 2px;
  background-image: url("https://turincastle.previewmysite.online/wp-content/uploads/2026/03/REBOOT-GUIDE-Resources-of-creativity-Design-rotated.jpg");
  background-size: cover;
  position: absolute;
  top: 10%;
  left: -50px;
}
#scrolledInformation .wrapper #scrolledInformationContent .scrolledInformationContentInner .myline2 {
  top: 90%;
}
#scrolledInformation .wrapper #scrolledInformationContent .scrolledInformationContentInner h3 {
  font-family: "Hatton", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
}
#scrolledInformation .wrapper #scrolledInformationContent .scrolledInformationContentInner p {
  font-family: "Hatton", sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  -webkit-text-stroke: 0.2px #CFB53A;
}

#homepageSlider {
  width: 100%;
  height: 100%;
  background-color: #eeebe5;
}
#homepageSlider .wrapper {
  width: 100%;
  height: 100%;
  padding: 100px 0;
}
#homepageSlider .wrapper .sliderHeader {
  width: 100%;
  padding: 0 0 50px 50px;
}
#homepageSlider .wrapper .sliderHeader .homesliderHeading {
  width: 40%;
  font-family: "Hatton", sans-serif;
  font-size: 36px;
  font-weight: 200;
  color: #7A1E1E;
  -webkit-text-stroke: 1px #7A1E1E;
}
#homepageSlider .wrapper .sliderWrapper {
  width: 100%;
  height: 100%;
  height: calc(100vh - 100px);
  display: flex;
}
#homepageSlider .wrapper .sliderWrapper .leftSlider {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#homepageSlider .wrapper .sliderWrapper .leftSlider .sliderIndicaror {
  width: 100%;
  height: 60px;
  color: #7A1E1E;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 50px;
}
#homepageSlider .wrapper .sliderWrapper .leftSlider .sliderIndicaror .slideNumbers {
  font-size: 2.8rem;
  font-family: "Hatton", sans-serif;
  font-weight: 500;
  position: relative;
}
#homepageSlider .wrapper .sliderWrapper .leftSlider .sliderIndicaror .slideTitle {
  font-size: 1.8rem;
  font-family: "Hatton", sans-serif;
  font-weight: 900;
}
#homepageSlider .wrapper .sliderWrapper .leftSlider .slideLeft {
  width: 100%;
  height: 100%;
  min-height: 480px;
  max-height: 600px;
  background-color: #eeebe5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#homepageSlider .wrapper .sliderWrapper .leftSlider .slideLeft .slideImage {
  width: 100%;
  max-width: 300px;
  height: 100%;
  background-color: #eeebe5;
  position: relative;
  overflow-x: hidden;
}
#homepageSlider .wrapper .sliderWrapper .leftSlider .slideLeft .slideImage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeebe5;
  z-index: 9;
}
#homepageSlider .wrapper .sliderWrapper .leftSlider .slideLeft .slideImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#homepageSlider .wrapper .sliderWrapper .leftSlider .slideLeft .slideContent {
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
}
#homepageSlider .wrapper .sliderWrapper .leftSlider .slideLeft .slideContent p {
  font-size: 1.2rem;
  font-family: "Hatton", sans-serif;
  font-weight: 200;
  -webkit-text-stroke: 0.5px #7A1E1E;
  color: #7A1E1E;
}
#homepageSlider .wrapper .sliderWrapper .rightslider {
  width: 50%;
  height: calc(100vh - 100px);
  padding-right: min(50px, 5vw);
}
#homepageSlider .wrapper .sliderWrapper .rightslider .sliderRightImage {
  width: 100%;
  height: 100%;
  background-color: #eeebe5;
  position: relative;
  overflow-x: hidden;
}
#homepageSlider .wrapper .sliderWrapper .rightslider .sliderRightImage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeebe5;
  z-index: 9;
}
#homepageSlider .wrapper .sliderWrapper .rightslider .sliderRightImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#homepageSlider .wrapper .sliderWrapper .rightslider .sliderRightImage .sliderIndicators {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#homepageSlider .wrapper .sliderWrapper .rightslider .sliderRightImage .sliderIndicators .slideIndicate {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(122, 30, 30, 0.8235294118);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.1s all linear;
}
#homepageSlider .wrapper .sliderWrapper .rightslider .sliderRightImage .sliderIndicators .slideIndicate span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 0.8;
  padding-bottom: 2px;
}
#homepageSlider .wrapper .sliderWrapper .rightslider .sliderRightImage .sliderIndicators .slideIndicate:hover {
  transform: scale(1.1);
  background-color: #f6efe9;
}
#homepageSlider .wrapper .sliderWrapper .rightslider .sliderRightImage .sliderIndicators .slideIndicate:hover span {
  color: #7A1E1E;
}

#aboutMission {
  width: 100%;
  height: 100%;
  background: #eeebe5;
}
#aboutMission .wrapper {
  width: 100%;
  height: 100%;
  padding: min(50px, 5vw);
}
#aboutMission .wrapper .missionWrapper {
  display: flex;
  justify-content: start;
}
#aboutMission .wrapper .missionWrapper p {
  width: clamp(300px, 60%, 1120px);
  font-family: "Hatton", sans-serif;
  font-size: 28px;
  font-weight: 200;
  color: #7A1E1E;
  -webkit-text-stroke: 1px #7A1E1E;
}

#testimonial {
  width: 100%;
  height: 100%;
  background: #eeebe5;
}
#testimonial .wrapper {
  width: 100%;
  height: 100%;
  padding: min(50px, 5vw);
}
#testimonial .wrapper .testimonialWrapper {
  width: 100%;
  height: 100%;
}
#testimonial .wrapper .testimonialWrapper .testimonial {
  width: min(300px, 33%);
  height: 100%;
  aspect-ratio: 1/1;
  background: #000;
  display: inline-block;
}

#mapLocation {
  width: 100%;
  height: 100%;
  background-color: #eeebe5;
}
#mapLocation .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}
#mapLocation .wrapper .mapLocationContent {
  width: 100%;
}
#mapLocation .wrapper .mapLocationMap {
  width: 100%;
  height: 100%;
}
#mapLocation .wrapper .mapLocationMap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 576px) {
  #homeSection2 .wrapper {
    padding: 50px 10px;
    flex-direction: column-reverse;
  }
  #homeSection2 .wrapper .textContainer {
    width: 100%;
  }
  #homeSection2 .wrapper .imageContainer {
    width: 100%;
  }
}
.lines {
  background-image: url("https://turincastle.previewmysite.online/wp-content/uploads/2026/03/REBOOT-GUIDE-Resources-of-creativity-Design-rotated.jpg") !important;
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

u .words {
  background-image: rl("https://turincastle.previewmysite.online/wp-content/uploads/2026/03/REBOOT-GUIDE-Resources-of-creativity-Design-rotated.jpg") !important;
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  margin: 0;
  padding: 0;
}

:root {
  --bg-color1: #eeebe5;
  --primary-color: #CA9F5D;
  --secondary-color: #7A1E1E;
  --text-color: #CA9F5D;
  --background-color: #D1B841;
}

#homepage-content * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Hatton";
  src: url("assets/fonts/Hatton_Ultralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hatton";
  src: url("assets/fonts/Hatton_Medium_500.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hatton";
  src: url("assets/fonts/Hatton.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Edwardian";
  src: url("assets/fonts/Edwardian.ttf") format("truetype");
  font-display: swap;
}
header {
  background-color: #eeebe5;
  backdrop-filter: blur(5px);
}

#custom_header {
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}
#custom_header #header_main {
  width: 100%;
  height: auto;
  max-width: 1200px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#custom_header #header_main .logo {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
#custom_header #header_main .logo img {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#custom_header #header_main .menu *,
#custom_header #header_main .menu *::before,
#custom_header #header_main .menu *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#custom_header #header_main .menu {
  width: 60%;
  height: 50px;
  display: block;
}
#custom_header #header_main .menu ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
}
#custom_header #header_main .menu ul li .linkBox {
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  transform-style: preserve-3d;
  overflow: hidden;
  cursor: pointer;
  font-family: "Hatton", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #CFB53A;
}
#custom_header #header_main .menu ul li .linkBox .linkText {
  position: relative;
  top: 0;
  transform: rotateX(0);
  transition: 0.2s all linear;
}
#custom_header #header_main .menu ul li .linkBox .linkHoverText {
  position: relative;
  top: -10px;
  transform: rotateX(90deg);
  transition: 0.2s all linear;
}
#custom_header #header_main .menu ul li .linkBox:hover .linkText {
  top: -12px;
  transform: rotateX(90deg);
}
#custom_header #header_main .menu ul li .linkBox:hover .linkHoverText {
  top: -26px;
  transform: rotateX(0deg);
}
#custom_header #header_main .nav_action {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#custom_header #header_main .nav_action .navBtn {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 12px 20px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #D1B841;
  background: #f6efe9;
  border: 1px solid #D1B841;
  outline: none;
  font-weight: 400;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
#custom_header #header_main .nav_action .navBtn:hover {
  background-color: transparent;
  border: 1px solid #D1B841;
  outline: none;
}
#custom_header #header_main .nav_action .navBtn span {
  position: relative;
  z-index: 2;
}
#custom_header #header_main .nav_action .navBtn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #D1B841;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 1;
}
#custom_header #header_main .nav_action .navBtn:hover::before {
  transform: scaleY(1);
  transform-origin: bottom;
}
#custom_header #header_main .nav_action .navBtn::before {
  transform-origin: top;
}
#custom_header #header_main .nav_action .navBtn:hover span {
  color: white;
}
#custom_header #header_main .nav_action #mobileMenuBtn {
  display: none;
}
#custom_header #header_main #mobilemenu {
  display: none;
}

#custom_footer {
  width: 100%;
  height: auto;
  background-color: #eeebe5;
  text-align: center;
  font-family: "Hatton", sans-serif;
}
#custom_footer p {
  margin: 0;
  font-family: "Hatton", sans-serif;
  font-weight: 200;
  color: #CA9F5D;
  -webkit-text-stroke: 0.5px #CA9F5D;
  text-stroke: 0.5px #CA9F5D;
}
#custom_footer .castleImage {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom_footer .castleImage img {
  width: 100%;
  height: 100%;
  max-width: 450px;
}
#custom_footer .footer_container {
  width: 100%;
}
#custom_footer .footer_container a {
  color: #CA9F5D;
  text-decoration: none;
  font-family: "Hatton", sans-serif;
  font-weight: 200;
  -webkit-text-stroke: 0.5px #CA9F5D;
  text-stroke: 0.5px #CA9F5D;
}
#custom_footer .footer_container .footer_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
#custom_footer .footer_container .footer_wrapper ul {
  list-style-type: none;
}
#custom_footer .footer_container .footer_wrapper .footer_logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#custom_footer .footer_container .footer_wrapper .footer_logo img {
  transform: translateX(15px);
}
#custom_footer .footer_container .footer_wrapper .underline {
  width: 100%;
  max-width: 300px;
  height: 1px;
  background-color: #CFB53A;
}
#custom_footer .footer_container .footer_wrapper .address {
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#custom_footer .footer_container .footer_wrapper .footer_menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom_footer .footer_container .footer_wrapper .footer_menu ul {
  width: 100%;
  max-width: 600px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
}
#custom_footer .footer_container .footer_wrapper .footer_menu ul li .linkBox {
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  transform-style: preserve-3d;
  overflow: hidden;
  cursor: pointer;
  font-family: "Hatton", sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #CA9F5D;
}
#custom_footer .footer_container .footer_wrapper .footer_menu ul li .linkBox .linkText {
  position: relative;
  top: 0;
  transform: rotateX(0);
  transition: 0.2s all linear;
}
#custom_footer .footer_container .footer_wrapper .footer_menu ul li .linkBox .linkHoverText {
  position: relative;
  top: -10px;
  transform: rotateX(90deg);
  transition: 0.2s all linear;
}
#custom_footer .footer_container .footer_wrapper .footer_menu ul li .linkBox:hover .linkText {
  top: -12px;
  transform: rotateX(90deg);
}
#custom_footer .footer_container .footer_wrapper .footer_menu ul li .linkBox:hover .linkHoverText {
  top: -26px;
  transform: rotateX(0deg);
}
#custom_footer .footer_container .footer_wrapper .social_media {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom_footer .footer_container .footer_wrapper .social_media ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
#custom_footer .footer_container .footer_wrapper .social_media ul li svg {
  transition: 0.2s all linear;
}
#custom_footer .footer_container .footer_wrapper .social_media ul li svg path {
  fill: #CA9F5D;
}
#custom_footer .footer_container .footer_wrapper .social_media ul li svg:hover {
  transform: scale(1.1);
}
#custom_footer .footer_container .footer_wrapper .social_media ul li svg:hover path {
  fill: #CFB53A;
}
#custom_footer .footer_container .footer_wrapper .footer_separator {
  width: 90%;
  margin: 0 auto;
}
#custom_footer .footer_container .footer_wrapper .footnote {
  width: 100%;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hatton", sans-serif;
  background-color: #eeebe5;
  gap: min(50px, 5vw);
}

@media screen and (max-width: 576px) {
  #custom_header #header_main .menu {
    display: none;
  }
  #custom_header #header_main .nav_action #mobileMenuBtn {
    width: 45px;
    height: 40px;
    padding: 5px;
    border: 1px solid #7A1E1E;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
  }
  #custom_header #header_main .nav_action #mobileMenuBtn .bar {
    width: 100%;
    height: 5px;
    background-color: #7A1E1E;
    border-radius: 2px;
  }
  #custom_header #header_main #mobilemenu {
    position: absolute;
    top: 70px;
    right: -15px;
    width: 300px;
    height: 100vh;
    background-color: #eeebe5;
    display: flex;
    align-items: start;
    justify-content: center;
    transform: translateX(100%);
  }
  #custom_header #header_main #mobilemenu ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 20px;
    color: #7A1E1E;
    list-style-type: none;
    margin: 0;
    padding: 20px;
  }
  #custom_header #header_main #mobilemenu ul li a {
    color: #7A1E1E;
    font-size: 1.2rem;
    line-height: 1em;
    cursor: pointer;
    font-family: "Hatton", sans-serif;
    font-weight: 500;
  }
  #custom_footer .footer_container .footer_wrapper .footer_menu ul {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */