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

@font-face {
  font-family: "BarberChop";
  src: url(../fonts/barber_chop/BarberChop.otf);
}
@font-face {
  font-family: "TiroKannada-Regular";
  src: url(../fonts/tiro-kannada/TiroKannada-Regular.ttf);
}
@font-face {
  font-family: "TiroKannada-Italic";
  src: url(../fonts/tiro-kannada/TiroKannada-Italic.ttf);
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "TiroKannada-Regular";
}

.container {
  padding: 0 40px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BarberChop";
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

section {
  padding: 70px 0;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.SectionTitle {
  text-align: center;
  margin-bottom: 42px;
}
.SectionTitle h3 {
  font-size: 85px;
  color: #943E25;
}
.SectionTitle p {
  font-size: 26px;
  color: #a57a6e;
}

#main {
  display: flex;
}
#main .WebContainer {
  width: 80%;
}

#Sidebar {
  position: sticky;
  top: 0;
  left: 0;
  width: 20%;
  height: 100vh;
  background: #FFFFE3;
  padding: 40px 20px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#Sidebar .AnnaImage {
  margin-left: -50px;
  margin-top: 70px;
  width: 100%;
}
#Sidebar .Address {
  text-align: center;
  font-size: 21px;
  color: #C04C00;
  margin-bottom: 52px;
}
#Sidebar .SocialMedia {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-bottom: 22px;
}
#Sidebar .SocialMedia a {
  width: 42px;
  transition: 600ms all ease;
}
#Sidebar .SocialMedia a:hover {
  transform: scale(1.07);
}
#Sidebar #Header {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
#Sidebar #Header .HeaderLogo {
  margin: auto;
  width: 62%;
}
#Sidebar #Header .HeaderLogo a {
  display: block;
}
#Sidebar #Header .HeaderLogo a img {
  max-width: 100%;
  height: auto;
}
#Sidebar .SideMenu {
  display: flex;
  gap: 24px;
  position: relative;
}
#Sidebar .SideMenu:after {
  content: "";
  display: block;
  clear: both;
  background: url("../images/Decor.svg") no-repeat;
  background-size: cover;
  position: absolute;
  height: 20px;
  width: 120%;
  bottom: -40px;
  left: -5%;
  opacity: 0.4;
}
#Sidebar .SideMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
#Sidebar .SideMenu ul li {
  width: 47%;
  margin: 0;
  text-align: center;
  padding: 10px 10px;
  border: 1px solid rgba(148, 63, 37, 0.6431372549);
  transition: 500ms all ease;
}
#Sidebar .SideMenu ul li:hover {
  background-color: #943E25;
  transform: scale(0.95);
}
#Sidebar .SideMenu ul li:hover a {
  color: #FFFFE3;
}
#Sidebar .SideMenu ul li a {
  text-decoration: none;
  color: #20382B;
  font-size: 21px;
  transition: all 0.3s ease;
  line-height: 1;
  margin-bottom: -4px;
  display: block;
}

#Hero {
  padding: 0;
  background: #eaad75;
  min-height: 100vh;
  position: relative;
  overflow: visible;
}
#Hero .HeroVideo {
  width: 100%;
  height: 100%;
  height: 100vh;
}
#Hero .HeroVideo video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#Hero .FloatingButton {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 8%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10%;
}
#Hero .FloatingButton a {
  width: 210px;
  height: 210px;
  display: block;
}
#Hero .FloatingButton a .ButtonItem {
  background-image: url(../images/Button1.svg);
  background-size: 210px;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 210px;
  opacity: 1;
  background-position: center center;
  transform: perspective(1px) translateZ(0px);
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
}
#Hero .FloatingButton a .ButtonItem.Menu2 {
  background-image: url(../images/Button2.svg);
}
#Hero .FloatingButton a .ButtonItem.Menu3 {
  background-image: url(../images/Button3.svg);
}
#Hero .FloatingButton a .ButtonItem:hover {
  animation-name: hvr-wobble-horizontal;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px) scale(1.1);
  }
  33.3% {
    transform: translateX(-6px) scale(1.1);
  }
  49.95% {
    transform: translateX(4px) scale(1.1);
  }
  66.6% {
    transform: translateX(-2px) scale(1.1);
  }
  83.25% {
    transform: translateX(1px) scale(1.1);
  }
  100% {
    transform: translateX(0) scale(1.1);
  }
}

#AboutUs {
  padding: 0;
}
#AboutUs .container {
  padding: 0px;
}
#AboutUs .SectionTitle {
  padding: 40px;
  text-align: left;
  margin: 0;
}
#AboutUs .SectionTitle h3 {
  margin-bottom: 24px;
}
#AboutUs .SectionTitle p {
  color: #cc6d56;
  text-align: justify;
  font-size: 24px;
}
#AboutUs .AboutUsVideo {
  width: 100%;
  aspect-ratio: 1/1;
  height: 100%;
}
#AboutUs .AboutUsVideo video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#SpecialDishes {
  background: #943E25;
}
#SpecialDishes .SectionTitle h3 {
  color: #FFFFE3;
}
#SpecialDishes .SectionTitle p {
  color: rgba(255, 255, 255, 0.6784313725);
}
#SpecialDishes .container {
  padding: 30px;
}
#SpecialDishes .SectionTitle {
  margin-bottom: 65px;
}
#SpecialDishes .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  left: 0%;
}
#SpecialDishes .owl-nav .owl-prev {
  color: transparent;
  height: 50px;
  width: 50px;
  background: url("../images/Left.svg") no-repeat;
  background-size: contain;
}
#SpecialDishes .owl-nav .owl-next {
  color: transparent;
  height: 50px;
  width: 50px;
  background: url("../images/Right.svg") no-repeat;
  background-size: contain;
}
#SpecialDishes .owl-nav button {
  opacity: 0.7;
  transition: 400ms all ease;
}
#SpecialDishes .owl-nav button:hover {
  opacity: 1;
}
#SpecialDishes .Dishes .owl-item:nth-child(even) .DishesBox {
  border-radius: 1000px 1000px 0 0;
}
#SpecialDishes .Dishes .DishesBox {
  padding: 70px 80px 50PX;
  text-align: center;
  border: 1.5px solid #eaad75;
  border-radius: 1000px;
  transition: 500ms all ease;
}
#SpecialDishes .Dishes .DishesBox:hover {
  border-color: #fff;
}
#SpecialDishes .Dishes .DishesBox:hover .DishesImage img {
  transform: scale(1.02) rotate(180deg);
}
#SpecialDishes .Dishes .DishesBox .DishCategory {
  margin-bottom: 24px;
}
#SpecialDishes .Dishes .DishesBox .DishCategory h4 {
  color: rgba(255, 255, 227, 0.7725490196);
  letter-spacing: 1px;
  font-family: "TiroKannada-Regular";
  font-size: 27px;
}
#SpecialDishes .Dishes .DishesBox .DishesImage {
  width: 100%;
}
#SpecialDishes .Dishes .DishesBox .DishesImage img {
  width: 100%;
  transition: 700ms all ease;
}
#SpecialDishes .Dishes .DishesBox .DishName h5 {
  margin-top: 40px;
  font-size: 27px;
  color: #fff;
  letter-spacing: 1px;
}
#SpecialDishes .Dishes .DishesBox .DishName p {
  color: #FFFFE3;
  display: NONE;
}

#BookTable {
  background: url("../images/ContactBg.png");
  background-size: cover;
  background-position: left;
}
#BookTable .container {
  padding: 0;
}
#BookTable .BookingImage {
  height: 100%;
}
#BookTable .BookingImage img {
  height: 100%;
}
#BookTable .FormWrapper {
  padding: 40px;
  width: 100%;
}
#BookTable .BookingForm {
  max-width: 800px;
  margin: auto;
  padding: 0 2rem;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
}
#BookTable .BookingForm .BookingRow {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
#BookTable .BookingForm .BookingInput,
#BookTable .BookingForm .BookingSelect {
  flex: 1;
  padding: 1rem;
  background-color: #FFFFE3;
  border: 1px solid rgba(178, 33, 45, 0.3411764706);
  color: #838383;
  font-size: 1rem;
  border-radius: 0px;
  width: 100%;
  height: 100%;
}
#BookTable .BookingForm .BookingInput::-moz-placeholder, #BookTable .BookingForm .BookingSelect::-moz-placeholder {
  color: #838383;
}
#BookTable .BookingForm .BookingInput::placeholder,
#BookTable .BookingForm .BookingSelect::placeholder {
  color: #838383;
}
#BookTable .BookingForm .BookingSelectGroup {
  position: relative;
  flex: 1;
}
#BookTable .BookingForm .BookingSelectGroup .icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #B2212C;
}
#BookTable .BookingForm .BookingTextarea {
  width: 100%;
  min-height: 120px;
  padding: 1rem;
  background-color: #FFFFE3;
  border: 1px solid rgba(178, 33, 45, 0.3411764706);
  color: #838383;
  font-size: 1rem;
  border-radius: 4px;
}
#BookTable .BookingForm .BookingTextarea::-moz-placeholder {
  color: #838383;
}
#BookTable .BookingForm .BookingTextarea::placeholder {
  color: #838383;
}
#BookTable .BookingForm .BookingButton {
  display: block;
  width: 100%;
  background-color: #B2212C;
  color: #fff;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 14px;
  border: 1px solid #B2212C;
}
#BookTable .BookingForm .BookingButton:hover {
  background-color: #FFFFE3;
  color: #B2212C;
}
#BookTable .BookingForm .BookingButton:active {
  transform: scale(0.98);
}

#Menu {
  background-color: #FFFFE3;
  padding-top: 150px;
  display: none;
}
#Menu .container {
  padding: 0 40px !important;
}
#Menu .menu-section .nav-tabs .nav-link {
  color: #20382B;
  font-weight: 500;
  border: none;
  margin: 0 10px;
  position: relative;
  font-family: "BarberChop";
  font-size: 27px;
  letter-spacing: 1px;
}
#Menu .menu-section .nav-tabs .nav-link.active {
  border-bottom: 3px solid #943E25;
  background-color: transparent;
}
#Menu .menu-section .nav-tabs .nav-link:hover {
  color: #B2212C;
}
#Menu .menu-section .menu-item {
  gap: 2px;
  width: 100%;
}
#Menu .menu-section .menu-item .MenuContent {
  width: 100%;
}
#Menu .menu-section .menu-item .menu-thumb {
  width: 170px;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-right: 1rem;
}
#Menu .menu-section .menu-item .menu-title {
  color: #C04C00;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 7px;
  display: flex;
  width: 100%;
  align-items: center;
  letter-spacing: 1px;
}
#Menu .menu-section .menu-item .menu-desc {
  color: #20382B;
  font-size: 21px;
  margin: 0;
  line-height: 1.4;
}

#Instagram {
  background: url("../images/SectionBg.svg");
  /* Clone for infinite effect */
}
#Instagram .SectionTitle {
  text-align: center;
}
#Instagram .SectionTitle h3 {
  text-transform: lowercase;
}
#Instagram .marquee-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  box-sizing: border-box;
}
#Instagram .marquee {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll 30s linear infinite;
}
#Instagram .marquee img {
  width: 270px;
  margin: 0 10px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 400ms all ease;
}
#Instagram .marquee img:hover {
  transform: scale(1.03);
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
#Instagram .marquee-container {
  display: flex;
}
#Instagram .marquee-container .marquee {
  flex-shrink: 0;
}

#Testimonials {
  background: #FFFFE3;
}
#Testimonials .SectionTitle {
  margin-bottom: 0px;
}
#Testimonials .owl-dots {
  display: none;
}
#Testimonials .large-container {
  position: static;
  max-width: 1580px;
  padding: 0px 30px;
  margin: 0 auto;
}
#Testimonials .testimonial-section {
  position: relative;
  overflow: hidden;
}
#Testimonials .testimonial-section .testimonial-carousel {
  position: relative;
}
#Testimonials .testimonial-block {
  position: relative;
  padding: 0 50px 40px;
}
#Testimonials .testimonial-block .inner-box {
  border-radius: 24px;
  padding: 60px 40px;
  background-color: #ffffff;
  box-shadow: 0 0 50px rgba(226, 222, 232, 0.75);
}
#Testimonials .testimonial-block .text {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 32px;
  color: #282331;
  font-weight: 400;
  margin-bottom: 50px;
}
#Testimonials .testimonial-block .info-box {
  position: relative;
  padding-left: 115px;
  padding-top: 10px;
}
#Testimonials .testimonial-block .info-box .thumb {
  position: absolute;
  left: 0;
  top: -20px;
  height: 82px;
  width: 82px;
}
#Testimonials .testimonial-block .info-box .thumb img {
  border: 6px solid rgba(234, 174, 117, 0.337254902);
  border-radius: 50%;
  overflow: hidden;
  display: block;
  width: 100%;
  box-shadow: 0 45px 45px rgba(147, 147, 147, 0.35);
}
#Testimonials .testimonial-block .info-box .name {
  position: relative;
  display: block;
  font-size: 21px;
  line-height: 1.2em;
  color: #cc6d56;
  letter-spacing: 2px;
  font-weight: 700;
}
#Testimonials .testimonial-block .info-box .designation {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #20382B;
  font-weight: 400;
  display: none;
}
#Testimonials .testimonial-carousel .owl-nav {
  position: absolute;
  right: 75px;
  bottom: 50px;
}
#Testimonials .testimonial-carousel .owl-next,
#Testimonials .testimonial-carousel .owl-prev {
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transition: all 300ms ease;
  opacity: 0.4;
}
#Testimonials .testimonial-carousel .owl-next:hover,
#Testimonials .testimonial-carousel .owl-prev:hover {
  background: transparent;
  opacity: 1;
}
#Testimonials .arrow-right,
#Testimonials .arrow-left {
  position: relative;
  display: inline-block;
  height: 55px;
  width: 55px;
  background-image: url("../images/LeftBrown.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#Testimonials .arrow-right {
  background-image: url("../images/RightBrown.svg");
}
#Testimonials .testimonial-section .thumb-layer {
  position: absolute;
  right: 30px;
  top: 120px;
}
#Testimonials .testimonial-section .thumb-layer .image {
  position: relative;
  margin-right: 0;
}
#Testimonials .testimonial-section .thumb-layer .image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #Testimonials .testimonial-section .sec-title {
    margin-bottom: 50px;
  }
  #Testimonials .testimonial-block {
    padding: 0;
  }
  #Testimonials .testimonial-block .inner-box {
    box-shadow: none;
    border: 2px solid #f1f1f1;
  }
  #Testimonials .testimonial-carousel .owl-nav {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 20px;
    text-align: center;
  }
  #Testimonials .testimonial-carousel .owl-next,
  #Testimonials .testimonial-carousel .owl-prev {
    border: 2px solid #f1f1f1;
  }
}
@media only screen and (max-width: 1366px) {
  #Testimonials .large-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#Gallery {
  padding-top: 100px;
}
#Gallery .masonry-container {
  width: 75vw;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
}
#Gallery .panel {
  position: relative;
  display: inline-block;
  width: calc((75vw - 60px) / 3);
  height: calc((75vw - 60px) / 3);
  margin-left: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.3);
  transition: 300ms all ease-out;
}
#Gallery .panel:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.55);
  transform: scale(0.98);
}
#Gallery .panel:nth-child(11n+1) {
  margin-left: 0;
}
#Gallery .panel:nth-child(11n+4) {
  margin-left: 0;
  width: calc((75vw - 20px) / 3 * 2);
  height: calc((75vw - 60px) / 3);
}
#Gallery .panel:nth-child(11n+6) {
  margin-left: 0;
  float: left;
  width: calc((75vw - 60px) / 3);
  height: calc((75vw - 20px) / 3 * 2 - 8px);
}
#Gallery .panel:nth-child(11n+6) > .panel-wrapper > .panel-img {
  -o-object-fit: cover;
     object-fit: cover;
}
#Gallery .panel:nth-child(11n+7) {
  margin-left: 27px;
  width: calc((75vw - 20px) / 3 * 2);
}
#Gallery .panel:nth-child(11n+8) {
  margin-left: 27px;
}
#Gallery .panel:nth-child(11n+9) {
  float: none;
}
#Gallery .panel:nth-child(11n+10) {
  margin-left: 0;
  width: calc((75vw - 30px) / 2);
}
#Gallery .panel:nth-child(11n+11) {
  width: calc((75vw - 30px) / 2);
}
#Gallery .panel-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}
#Gallery .panel-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-out;
  display: none;
}
#Gallery .panel-overlay:hover {
  opacity: 1;
  transition: all 0.3s ease-out;
}
#Gallery .panel-text {
  position: absolute;
  width: 80%;
  height: 60px;
  margin: 0 auto;
  left: 25px;
  bottom: 0;
  z-index: 10;
}
#Gallery .panel-title {
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0;
  color: #fff;
}
#Gallery .panel-tags {
  padding-top: 2px;
}
#Gallery .tag-icon-img {
  display: inline-block;
  width: 10px;
  height: auto;
  transform: translateY(2px);
}
#Gallery .tags-list {
  font-size: 0.55em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
#Gallery .panel-gradient {
  position: absolute;
  width: 100%;
  height: 65%;
  bottom: 0;
  opacity: 0.65;
  z-index: 5;
}
#Gallery .panel-vingette {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0.5;
}
#Gallery .panel-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#Category {
  background: #943E25;
}
#Category .SectionTitle h3 {
  color: #FFFFE3;
}
#Category .menu-cat {
  position: relative;
}
#Category .menu-cat .menucat-list {
  display: flex;
  position: relative;
  width: 100%;
  border-top: 1px solid #eaad75;
  padding: 40px 20px;
  transition: all 1000ms ease, padding 0.5s ease-in-out;
  background-size: cover !important;
  background-position: -1500px !important;
  background-repeat: no-repeat;
  color: #eaad75;
  background: transparent;
}
#Category .menu-cat .menucat-list:hover {
  background-size: 100% !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  color: #eaad75;
}
#Category .menu-cat .menucat-list:hover .image-box img,
#Category .menu-cat .menucat-list:hover .star {
  transform: scale(1.1);
}
#Category .menu-cat .menucat-list:hover .arrow-btn a {
  color: rgb(0, 0, 0);
  background: rgb(230, 177, 95);
  border: 1px solid rgb(230, 177, 95);
  transform: rotate(315deg);
}
#Category .menu-cat .menucat-list:hover .data-colom {
  width: 100%;
}
#Category .menu-cat .menucat-list:hover .title-box {
  text-align: left;
}
#Category .menu-cat .menucat-list .data-colom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 50px;
}
#Category .menu-cat .menucat-list .data-colom .star {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  transition: 500ms all ease-in-out;
}
#Category .menu-cat .menucat-list .image-box img {
  border-radius: 300px;
  transition: 500ms all ease-in-out;
}
#Category .menu-cat .menucat-list .title-box {
  position: relative;
  padding-bottom: 0;
}
#Category .menu-cat .menucat-list .title-box h3 {
  position: relative;
  font-size: 80px;
  text-transform: uppercase;
  text-align: right;
  margin: 0;
  line-height: 1;
  margin-bottom: -14px;
}
#Category .menu-cat .menucat-list .arrow-btn {
  flex-shrink: 0;
  position: relative;
  text-align: right;
}
#Category .menu-cat .menucat-list .arrow-btn a {
  position: relative;
  color: rgb(230, 177, 95);
  font-size: 50px;
  line-height: 80px;
  text-align: center;
  border-radius: 200px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px;
  width: 100px;
  height: 100px;
  display: inline-block;
}

#Footer {
  padding: 70px 0 10px;
  background: #943E25;
}
#Footer .col-md-4:last-child .FooterBox {
  border: none;
}
#Footer .col-md-4:last-child .FooterBox::after {
  display: none;
}
#Footer .FooterBox {
  text-align: center;
  position: relative;
}
#Footer .FooterBox::after {
  content: "";
  display: block;
  clear: both;
  height: 100%;
  width: 12px;
  background: url(../images/FooterDecor.svg) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
}
#Footer .FooterBox h4 {
  color: rgba(255, 255, 227, 0.6509803922);
  font-size: 36px;
  margin-bottom: 24px;
}
#Footer .FooterBox .FooterItem {
  max-width: 360px;
  margin: auto;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #fff;
}
#Footer .FooterBox .FooterItem a {
  transition: 300ms all ease;
}
#Footer .FooterBox .FooterItem a:hover {
  color: #eaad75;
}
#Footer .FooterBottom {
  display: none;
  align-items: center;
  margin-top: 42px;
  width: 100%;
  justify-content: space-between;
}
#Footer .FooterBottom .Line {
  width: 110%;
  height: 1px;
  background-color: #eaad75;
  margin: 0 20px;
}
#Footer .FooterBottom .FooterLogo {
  background-color: #FFFFE3;
  padding: 10px 14px;
  width: 640px;
}
#Footer .FooterBottom2 {
  display: flex;
  color: #20382B;
  background: #FFFFE3;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  border-radius: 14px;
  margin-top: 42px;
  text-align: center;
}
@media (max-width: 768px) {
  #Footer .FooterBottom2 {
    flex-direction: column;
    gap: 8px;
    margin: 0;
  }
  #Footer .FooterBottom2 p:nth-child(1) {
    order: 2;
  }
  #Footer .FooterBottom2 p:nth-child(2) {
    order: 1;
  }
  #Footer .FooterBottom2 p:nth-child(3) {
    order: 3;
  }
}
#Footer .FooterBottom2 p {
  margin: 0;
  width: 33.3%;
}
#Footer .FooterBottom2 p a {
  transition: 400ms all ease;
}
#Footer .FooterBottom2 p a:hover {
  color: #B2212C;
  text-decoration: underline;
}
#Footer .FooterBottom2 p:nth-child(1) {
  text-align: left;
}
#Footer .FooterBottom2 p:nth-child(2) {
  text-align: center;
}
#Footer .FooterBottom2 p:nth-child(3) {
  text-align: right;
}
#Footer .FooterBottom2 img {
  width: 270px;
}
#Footer .Copyrights {
  display: none;
  width: 100%;
  justify-content: space-between;
  margin-top: -20px;
  color: #FFFFE3;
}
#Footer .Copyrights p {
  margin: 0;
}/*# sourceMappingURL=style.css.map */