* {
  font-family: "League Spartan", sans-serif;
}

@font-face {
  font-family: "SenseiMedium";
  src: url("./fonts/Sensei-Medium\ \(1\).otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #f8f9fa;
}

h1 {
  font-size: 36px;
  line-height: 60px;
}

h2 {
  font-size: 28px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 40px;
}

h4 {
  font-size: 20px;
  line-height: 40px;
}

h5 {
  font-size: 18px;
  line-height: 30px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

a {
  font-size: 14px;
  line-height: 27px;
}

.navbar {
  padding: 1rem;
}

.slider {
  padding: 50px 25px;
  overflow: hidden;
  margin: 0 auto;
}

.slider h3 {
  width: 100%;
  border-radius: 40px;
  margin: 0;
}

.slider h3 img {
  width: 100%;
  border-radius: 16px !important;
  object-fit: contain;
}

.slider .slick-slide {
  transition: all 1s ease;
  scale: 0.8;
  transform-origin: center;
}

/* .slick-slide{
  width: 300px !important;
  height: 380px !important;
}
.slick-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
} */

.slider .slick-current~.slick-active h3 {
  transform-origin: center;
}

.slider .slick-current {
  scale: 1;
}



.content-section {
  color: #3c2a22;
}

.content-section .big-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.content-section .small-image {
  width: 100%;
  border-radius: 16px;
  height: 100% !important;
}

.content-section .btn {
  background-color: #ff7f50;
  color: white;
  border: none;
  margin-top: 20px;
}

.content-section .btn:hover {
  background-color: #e7663b;
}

.wavy-bg {
  background: url('./images/1-bg.png') no-repeat bottom center;
  background-size: cover;
  background-position: top;
}

.chef h5 {
  font-family: "SenseiMedium";
  color: rgba(255, 162, 124, 1);
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 30px !important;

}

.image-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.images-wrapper {
  display: flex;
  gap: 30px;
}

.big-image {
  width: 100%;
  height: 366px;
}

.small-image {
  width: 100%;
  height: 322px;
}

.image-container p {
  margin-top: 0px;

}

.heading-first {
  font-family: "SenseiMedium";
  color: rgba(255, 162, 124, 1);
  font-weight: 400;
  text-align: left;
  margin-bottom: 1rem;
}

.lorem-text h2 {
  font-family: "SenseiMedium";
  color: rgba(255, 162, 124, 1);
}

.lorem-text .btn {
  background-color: rgba(255, 162, 124, 1);
  color: #FFF;
  border: none;
  width: 100%;
  max-width: 120px;
  border-radius: 70px;
  padding: 12px 10px 12px 10px;
  cursor: pointer;
}

.heading {
  font-family: "SenseiMedium";
  color: rgba(255, 162, 124, 1);
  font-weight: 400;
  text-align: center;
  margin-bottom: 1rem;
}

.text {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 15px !important;

}

.img-containerss {
  height: 300px;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 1rem;
  width: 274px !important;
}

.img-containerss img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-container {
  margin-top: 2rem;
}

.card-heading {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.card-description {
  font-size: 0.9rem;
  line-height: 1.5;
}

.button {
  background-color: rgba(255, 162, 124, 1);
  color: #FFF;
  border: none;
  width: 100%;
  max-width: 140px;
  border-radius: 70px;
  padding: 12px 10px 12px 10px;
  cursor: pointer;
  display: block;
  margin: 2rem auto;
  text-align: center;
  text-decoration: none;
}



.bg-container {
  position: relative;
  background-image: url('./images/Group\ 1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.container {
  position: relative;
  z-index: 2;
}

.bg-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}




.card {
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  transition: transform 0.3s;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(120, 153, 186, 0.3);
}



.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.card-content h4 {
  text-align: left;
  color: rgba(255, 162, 124, 1);
  margin-bottom: 15px;
  font-weight: 700;
  width: 100%;
  font-size: 18px !important;
  line-height: 28px !important;
}

.card-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.card-description {
  font-size: 15px;
  color: #555;
  margin-top: 10px;
  text-align: center;
  font-weight: 400 !important;
}
.text-muted{
  font-size: 14px !important;
}


@media (max-width: 768px) {
  .card-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .card-description {
    font-size: 0.9rem;
  }
}



.card-title h3 {
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
}


.date p {
  font-size: 12px;
  margin-top: 10px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}

.time p {
  font-size: 12px;
  font-weight: 400;
  color: #EF0000;
}

.card-title h4 {
  font-weight: 600;
  color: #000;
}

.Immerse {
  margin-top: 50px;
  margin-bottom: 30px;
  padding-left: 55px !important;
}


.custom-card {
  border: none;
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
}

.custom-card .custom-card-image img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.custom-card-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.custom-card-description {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  font-weight: 400;
  text-align: center;
  font-size: 15px !important;
  line-height: 24px !important;
  color: rgba(39, 39, 39, 1);
}


.custom-card-circle {
  width: 80px;
  height: 80px;
  margin: 20px auto;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #ddd;
}

.custom-card-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-card-svg {
  /* margin-left: 100px; */
}

.contact_form_bg {
  background: url('images/1-bg.png') no-repeat center;
  background-size: 100% 100%;
}

.custom_padd_contact {
  padding-top: 300px !important;
  padding-bottom: 200px !important;
}

@media (max-width: 998px) {
  .custom-card-svg {
    width: 50px;
    margin-left: 0;
  }
}


@media (max-width: 1100px) {
  .custom-card-svg {
    width: 50px;
    margin-left: 0;
  }
}

.custom-card-svg2 {
  margin-left: 800px;
}


@media (max-width: 1100px) {
  .custom-card-svg2 {
    width: 50px;
    margin-left: 500px;
  }
}




@media (max-width: 998px) {
  .custom-card-svg2 {
    width: 50px;
    margin-left: 500px;
  }
}

@media (max-width: 888px) {
  .custom-card-svg2 {
    width: 50px;
    margin-left: 500px;
  }
}

@media (max-width: 788px) {
  .custom-card-svg2 {
    width: 50px;
    margin-left: 400px;
  }
}

@media (max-width: 568px) {
  .custom-card-svg2 {
    width: 50px;
    margin-left: 300px;
  }
}

.last-text {
  color: rgba(255, 162, 124, 1);
}

.combine {
  position: relative;
}

.contact-bg {
  position: relative;
  background-image: url('./images/1-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  z-index: 2;
  padding-bottom: 50px;
}

.contact-section {
  padding: 60px 0;
  margin-bottom: 100px;
}

.contact-card {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 162, 124, 1);
  padding: 30px;
  width: 100%;
  max-width: 466px;
  border-radius: 26px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-card input,
.contact-card textarea {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 162, 124, 1);
  border-radius: 26px;
  padding: 15px;
  color: #555;
}

.contact-card input::placeholder,
.contact-card textarea::placeholder {
  color: #888;
}

.contact-card button {
  background-color: rgba(255, 162, 124, 1);
  color: #FFF;
  border: none;
  width: 100%;
  max-width: 140px;
  border-radius: 70px;
  padding: 12px 10px 12px 10px;
  cursor: pointer;
}

.contact-card button:hover {
  background-color: #FF8A5C;
  color: white;
}

.left-content h1 {
  font-family: "SenseiMedium";
  color: rgba(255, 162, 124, 1);

}

.left-content p,
.left-content small {
  color: #555;

}

.left-content h5 {
  font-family: "SenseiMedium";
  color: rgba(255, 162, 124, 1);
  margin-top: 20px;
}

.left-content small {
  display: block;
  margin-top: 10px;
}

/* .oven{
  margin-top: 80px;
} */
.footer_bg_1 {
  position: relative;
  background: url('./images/group12.png') no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
  margin-top: -310px;
  color: white;
  padding: 30px 0;
}

.custom_blur {
  backdrop-filter: blur(1px);
  background: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid #FFA27C !important;
}

.footer-bg {
  position: relative;
  background: url('./images/group12.png') no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
  margin-top: -150px;
  color: white;
  padding: 30px 0;
}

.footer-links {
  /* margin-top: 230px; */
  text-align: center;
  margin-bottom: 20px;
  padding-top: 350px;
}

.footer-links a {
  text-align: center;
  color: white;
  text-decoration: none;
  margin: 0 5px;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 24px !important;
}

.footer-content {
  /* margin-top: 50px; */
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-social-icons {
  margin-left: 200px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-grow: 1;

}

.footer-social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  padding: 10px;
  transition: border-color 0.3s ease;
}

.footer-left,
.footer-right {
  flex-shrink: 0;
}

.footer-right {
  text-align: right;
}

.footer-content .footer-left img {
  height: auto;
}

.footer-content .footer-right p {
  margin: 0;
}

@media (max-width: 767px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }

}



.demo {
  padding: 40px 0;
  position: relative;
  z-index: 9;
}

.demo:after {
  position: absolute;
  content: "";
  z-index: -5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.owl-carousel>div {
  width: 100%;
}

.owl-carousel .owl-item {
  border-radius: 16px;
  overflow: hidden;
}

.demo .owl-carousel .card {
  margin: 0 15px;
}

.demo .owl-carousel {
  padding: 20px 0;
}


.owl-theme .owl-controls {
  text-align: center;
}

.owl-theme .owl-controls .owl-dots {
  text-align: center;
  padding: 10px 0;
  position: relative;
  bottom: 15px;
}


.owl-theme .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: background-color 0.3s ease;
}


.owl-theme .owl-controls .owl-dots .owl-dot.active {
  background-color: rgba(255, 162, 124, 1) !important;
}


.owl-theme .owl-controls .owl-dots .owl-dot:hover {
  background-color: rgba(255, 162, 124, 0.6) !important;
}


.owl-theme .owl-controls .owl-nav button {
  background-color: rgba(255, 162, 124, 0.6);
  border-radius: 50%;
  border: none;
  padding: 10px;
  color: white;
}

.header_img_css {
  width: 174px !important;
  height: 115px !important;
}

.custom_img_css {
  width: 274px !important;
  height: 364px !important;
}

.custom_img_2 {
  width: 274px !important;
  height: 306px !important;
  margin-bottom: 15px !important;
}

.cutsom_bake_img {
  width: 571px !important;
  height: 320px !important;
}

.cutsom_bake_img_1 {
  width: 571px !important;
  height: 547px !important;
}

.cutsom_bake_img_1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px !important;

}

.cutsom_bake_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px !important;
}

.product_bg_img {
  background: url('images/sub1234.png') no-repeat;
  background-size: cover;
  height: 250px;
  width: auto;
  background-position-y: bottom;
}

.heading_product_text h2 {
  font-family: "SenseiMedium";
  font-weight: 400 !important;
  font-size: 38px !important;
  line-height: 48px !important;
  text-align: center;
  color: rgba(255, 162, 124, 1);

}

.prod_img_carousel {
  width: 200px;
  height: 200px;
}

.prod_img_carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_listing {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 100px;
}

.card_custom_margin {
  margin-bottom: 20px !important;
}

.prod_img_custom {
  width: 123px !important;
}

.card_description_1 {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 24px !important;
}

.card_title_1 {
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 28px !important;
}

/* .custom_heig_padd {
  height: 636px !important;
} */

.custom_img_product_carsoual {
  width: 168px;
  height: 168px;
}

.custom_img_product_carsoual img {
  width: 100%;
  object-fit: cover;
}

.carousel .container {
  max-width: 1200px;
  /* Adjust this value based on your needs */
  margin: 0 auto;
  padding: 0 15px;
}

.owl-carousel {
  display: flex;
  justify-content: center;
}

.custom_img_product_carsoual {
  display: flex;
  justify-content: center;
  padding: 0 10px;
  flex-direction: column;
  /* Add some spacing between items */
}

.custom_img_product_carsoual img {
  max-width: 100%;
  height: auto;
}

.custom_img_product_carsoual p {
  text-align: center;
  margin-top: 10px;
  font-weight: 700 !important;
  font-size: 22px !important;
  line-height: 32px !important;
  color: rgba(255, 162, 124, 1);
}

.owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 162, 124, 0.3);
  border-radius: 50%;
  display: block;
}

.owl-dot.active span {
  background: rgba(255, 162, 124, 1);
}

.owl-dot:nth-child(n+4) {
  display: none;
}

.owl-item {
  display: flex;
  justify-content: center;
}

.heading_text_about p {
  text-align: center !important;
  font-weight: 400 !important;
  font-size: 38px !important;
  line-height: 48px !important;
  color: rgba(255, 162, 124, 1);
  font-family: "SenseiMedium";
}

.about_content {
  background: url('images/1-bg.png') no-repeat center center;
  background-size: 100% 100%;
}

.selling_bg {
  background-size: cover !important;
}

.contact_form_bg {
  background-size: cover !important;
}

.Immerse {
  padding-left: 10px !important;
  margin-top: 0px !important;
}

.custom_padd_delighter {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.img-containerss {
  width: auto !important;
}

.about_custom_img {
  width: 274px !important;
  height: 364px !important;
}

.about_custom_img img {
  width: 100% !important;
  height: 100%;
  border-radius: 16px !important;
  object-fit: cover;
}

.about_custom_img_1 {
  width: 273px !important;
  height: 300px !important;
}

.about_custom_img_1 img {
  width: 100% !important;
  height: 100%;
  border-radius: 16px !important;
  object-fit: cover;
}

.about_custom_img_1 p {
  padding-top: 10px !important;
  font-family: "SenseiMedium";
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 30px !important;
  color: rgba(255, 162, 124, 1);
}

.about_content_data {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
  padding-left: 50px;
  padding-top: 50px;
  padding-right: 40px;
}

.about_content_data .data_1 {
  /* text-align: center; */
  font-family: "SenseiMedium";
  font-weight: 400 !important;
  font-size: 30px !important;
  line-height: 38px !important;
  color: rgba(255, 162, 124, 1);
  padding-bottom: 25px;
}

.about_content_data .data_2 {
  /* text-align: center; */
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 24px !important;
}

.custom_padd_about {
  padding-top: 300px !important;
  padding-bottom: 250px !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.custom_padd_about_1 {
  padding-bottom: 250px !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  padding-top: 80px !important;
}

.btn_data {
  padding-top: 25px !important;
}

.btn_data .button_1 {
  background-color: rgba(255, 162, 124, 1);
  color: #FFF;
  border: none;
  width: 100%;
  max-width: 140px;
  border-radius: 70px;
  padding: 12px 10px 12px 10px;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
}

.why_choose_content {
  font-weight: 400 !important;
  font-size: 36px !important;
  line-height: 60px !important;
  color: rgba(255, 162, 124, 1);
  font-family: "SenseiMedium";
  padding-bottom: 25px !important;
}

.why_choose_content_1 {
  font-weight: 400;
  font-size: 16px !important;
  line-height: 27px !important;
}

.why-choose-us {
  padding-top: 100px;
  padding-bottom: 100px !important;
}

.choose_img {
  width: 571px !important;
  height: 387px !important;
}

.choose_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.why_content_data {
  display: flex;
  flex-direction: column;
  padding-top: 50px !important;
  padding-left: 100px;
  padding-right: 100px;
}

.selling_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-right: 300px !important; */
  /* padding-left: 300px !important; */
  width: 350px !important;
  margin: 0 auto;
}

.selling_content .selling_heading {
  font-weight: 400 !important;
  font-size: 32px !important;
  line-height: 42px !important;
  color: rgba(255, 162, 124, 1);
  font-family: "SenseiMedium";
  padding-bottom: 20px !important;
}

.selling_content .selling_para {
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 24px !important;
  /* padding-left: 100px !important;
  padding-right: 100px !important; */
  text-align: center;
}

.selling_bg {
  background: url('images/Group 1.png') no-repeat center;
  background-size: 100% 100%;
}

.bake_desc {
  display: flex;
  flex-direction: column;
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.bake_desc .bake_heading {
  font-weight: 400 !important;
  font-size: 32px !important;
  line-break: 42px !important;
  color: rgba(255, 162, 124, 1);
  font-family: "SenseiMedium";
  padding-bottom: 25px !important;
}

.bake_desc .bake_para {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
}

.contactus_form {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.mobile_screen_show {
  display: none;
}

.customer_heading {
  text-align: center;
}

.customer_heading p {
  font-weight: 400 !important;
  font-size: 32px !important;
  line-height: 42px !important;
  color: rgba(255, 162, 124, 1);
  font-family: 'SenseiMedium';

}

@media (max-width: 998px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
    padding-top: 0px !important;
  }

  .custom_padd_about_1 {
    padding-bottom: 140px !important;
  }

  .custom_padd_about {
    padding-bottom: 140px !important;
    padding-top: 25px !important;
  }

  .why-choose-us {
    padding-top: 0px !important;
  }

  .mobile_screen_show {
    display: block;
  }

  .lg_screen_show {
    display: none;
  }

  .cutsom_bake_img {
    width: 100% !important;
    height: 100% !important;
  }

  .cutsom_bake_img_1 {
    width: 100% !important;
    height: 100% !important;
  }

  .cutsom_bake_img_1 img {
    height: auto !important;
  }

  .cutsom_bake_img img {
    height: auto !important;
  }

  .choose_img {
    width: 100% !important;
    height: 100% !important;
    padding-top: 20px !important;
  }

  .product_listing {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .hide_mobile {
    display: none !important;
  }

  .left-content {
    padding-left: 10px !important;
  }

  .about_custom_img_1 {
    display: none !important;
  }

  .why_content_data {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .about_content_data {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .btn_data {
    display: flex;
    /* justify-content: center; */
  }

  .bake_cant_padd {
    padding-top: 0px !important;
  }

  .nav_social_link a {
    padding: 0px !important;
  }

  .nav_social_link {
    margin-left: 15px !important;
  }

  .bake_padd_custom {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .footer_bg_1 {
    margin-top: -360px !important;
    background-size: cover !important;
  }

  .footer-bg {
    background-size: cover !important;
  }

  .about_custom_img {
    width: auto !important;
    height: auto !important;
  }

  .footer-left,
  .footer-right {
    margin-bottom: 20px;
    flex: 0 0 100%;
  }

  .footer-social-icons {
    flex-wrap: wrap;
    gap: 10px;
    margin: 0px;
    padding-bottom: 20px !important;

  }

  .footer-social-icons a {
    width: 30px;
    height: 30px;
  }

  .about_content {
    background-size: cover !important;
  }
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background: rgba(255, 216, 200, 1);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: rgba(0, 0, 0, 1);
  display: block;
  transition: 0.3s;
  margin-left: 15px !important;
}

.nav_social_link a {
  padding: 8px 8px 8px 25px !important;
}

.sidenav .nav_email {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 1);
  display: block;
  transition: 0.3s;
}

.sidenav .nav_phone {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 1);
  display: block;
  transition: 0.3s;
}

.sidenav p {
  padding: 8px 8px 8px 32px;
  font-size: 20px !important;
  font-weight: 400 !important;
  font-family: 'SenseiMedium';
  color: rgba(255, 162, 124, 1);
  display: block;
  transition: 0.3s;
}

/* .sidenav a:hover {
  color: #f1f1f1;
} */

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px !important;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}


.animated-button {
  position: relative;
  display: flex !important;
  align-items: center;
  padding: 16px 36px;
  border-color: transparent;
  font-size: 16px;
  background-color: transparent;
  border-radius: 100px;
  font-weight: 600;
  /* box-shadow: 0 0 0 2px #ffffff; */
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
  position: absolute;
  width: 24px;
  fill: #1f387e;
  z-index: 9;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-2 {
  left: -25%;
}

.animated-button .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #c5e5e4;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
  box-shadow: 0 0 0 12px transparent;
  color: #212121;
  border-radius: 12px;
}

.animated-button:hover .arr-1 {
  right: -25%;
}

.animated-button:hover .arr-2 {
  left: 25px;
  top: 11px;
}

.animated-button:hover .text {
  transform: translateX(12px);
}

.animated-button:hover svg {
  fill: #1f387e;
}

.animated-button:active {
  scale: 0.95;
  /* box-shadow: 0 0 0 4px greenyellow; */
}

.animated-button:hover .circle {
  width: 220px;
  height: 220px;
  opacity: 1;
}

.spacer {
  display: inline-block;
  margin-left: 20px !important;
  /* margin-right: 20px !important; */
  margin-top: 7px !important;
}


.cta {
  border: none;
  background: none;
  cursor: pointer;
}


.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 78%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 30px;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.nav_logo{
  width: 74px !important;
height: auto;
}
.nav_logo img{
  width: 100%;
  height: auto;
  object-fit: cover;
}