@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

body {
  font-family: "Rubik", sans-serif;
}

:root {
  --more-color: #CDA45E;
}
:root{
    --primary-colour: #0C0B09;
}

.logo-widht {
  width: 55px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }
.bg-transparent-brown {
  background: rgba(12, 11, 9, 0.6);
  border-bottom: 1px solid rgba(12, 11, 9, 0.6);
}
.bg-main {
  background-image: url("../images/hero-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #00000070;
  background-blend-mode: color-burn;
}
.vh100 {
  height: 100vh;
}
.text-main {
  font-size: 50px;
}
  
  /* Laptop and larger screens */
  @media (min-width: 1024px) {
    .text-main {
      font-size: 70px;
    }
  }


.border-brown {
  border: 2px solid var(--more-color) !important;
}
.border-top-brown{
    border-top: 6px solid var(--more-color);
}
.border-top-black{
    border-top: 6px solid black;
}

.fw-400{
    font-weight: 600;
}
.bg-brown{
    background-color: var(--more-color);
}

.rounded-full{
    border-radius: 50%;
    height: 60px;
    width: 60px;
}
.light-circle{
    background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
    height: 80px;
    width: 80px;
}

.footer p, .footer h5 {
    color: #e2e2e2;
}

.footer a {
    color: #e2e2e2;
    text-decoration: none;
}

.footer a:hover {
    color: #ffd700;
    text-decoration: underline;
}

.footer .social-icons i {
    font-size: 24px;
    color: #e2e2e2;
    margin-right: 15px;
    transition: color 0.3s;
}

.footer .social-icons i:hover {
    color: #ffd700;
}

footer form input {
    width: 70%;
    border-radius: 20px 0 0 20px;
    border: 1px solid #555;
    background-color: #333;
    color: #e2e2e2;
    padding-left: 15px;
}

footer form button {
    border-radius: 0 20px 20px 0;
    background-color: #ffcd56;
    border: none;
    color: #000;
    padding: 6px 20px;
}

.bg-dark-borwn{
    background-color: var(--primary-colour);
}
.border-up-down{
    border-top: 3px solid grey;
    border-bottom: 3px solid gray;
}
.border-up-down-brown{
    border-top: 3px solid var(--more-color);
    border-bottom: 3px solid var(--more-color);
}
.w-90{
    width: 90%;
}
.text-burger{
    font-size: 50px;
    font-weight: 800;
}
.text-light-white{
    color: #9B9B9B;
}
.text-brown{
    color: var(--more-color);
}
.border-bottoms{
    border-bottom: 4px solid black !important;
}
.bg-grey{
    background-color: #E7E7E7;
}
.custom-hr{
    height: 4px;
    background-color: black;
    width: 35%
}
.little-heavy-font{
    font-weight: 600;
    font-size: 13px;
}

.bg-salad{
    background-image: url('../images/salad-with-fish-fresh-vegetable-salad-with-salmon-JTZV4UK.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.heigh-custom{
    height: 120px;
}


/* tesstimmonial */

.testimonial-section {
  padding-bottom: 8rem;
}
.testimonial-section .testimonial-text {
  background-color:#0C0B09;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 10rem;
}
.testimonial-section .testimonial-card {
  margin-top: -190px;
}
.testimonial-section .testimonial-card .owl-carousel .owl-item {
  transition: all 0.3s ease-in-out;
}
.testimonial-section .testimonial-card .owl-carousel .owl-item .card {
  padding: 30px;
  position: relative;
  border: none;
  box-shadow: 0 10px 25px 0 rgba(50, 65, 141, 0.12);
}
.testimonial-section .testimonial-card .owl-carousel .owl-stage-outer {
  overflow-y: auto !important;
  padding-bottom: 40px;
}
.testimonial-section .testimonial-card .owl-carousel .owl-item .card {
  opacity: 0.2;
  transform: scale3d(0.8, 0.8, 0.8);
  transition: all 0.3s ease-in-out;
}
.testimonial-section .testimonial-card .owl-carousel .owl-item.active.center .card {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.testimonial-section .testimonial-card .owl-dots {
  display: none;
}
.testimonial-section .testimonial-card .designation-title {
  color: gray;
  font-size: 14px !important;
}
@media (min-width: 480.6px) and (max-width: 575.5px) {
  .testimonial-section .testimonial-card .owl-carousel .owl-item .card .name {
    left: 24%;
  }
}
@media (max-width: 360px) {
  .testimonial-section .testimonial-card .owl-carousel .owl-item .card .name {
    left: 30%;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-section {
    padding-bottom: 3rem !important;
  }
}

.about-imges {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../images/salad-with-fish-fresh-vegetable-salad-with-salmon-JTZV4UK.jpg");
    height: 400px;
    width: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .about-imges .header-text {
    position: absolute;
    content: "";
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    inset: 0;
  }
  .img-overlay {
    width: 100%;
    position: relative;
  }
  .img-overlay::before {
    content: "";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgb(0, 0, 0);
    opacity: 0.6;
    font-size: 30px;
    color: white;
    z-index: 0;
}

.btn-orange{
    background-color: #A9601F;
  }
