html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: white;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  color: #6c6c6f;
  overflow-x: hidden;
}

a {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.8em;
}

p:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input:focus,
textarea:focus {
  outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  cursor: pointer;
}

input,
textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

blockquote {
  background-color: #f9f9f9;
  padding: 20px;
  color: black;
  border-radius: 3px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}

blockquote .quote-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  opacity: .1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}

@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}

@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}

@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-10-none {
  margin-top: -10px;
}

.mt-20-none {
  margin-top: -20px;
}

.mt-30-none {
  margin-top: -30px;
}

.mt-40-none {
  margin-top: -40px;
}

.mt-50-none {
  margin-top: -50px;
}

.mt-60-none {
  margin-top: -60px;
}

.mt-80-none {
  margin-top: -80px;
}

.mt-100-none {
  margin-top: -100px;
}

.mt-120-none {
  margin-top: -120px;
}

.mt-150-none {
  margin-top: -150px;
}

.mb-10-none {
  margin-bottom: -10px;
}

.mb-20-none {
  margin-bottom: -20px;
}

.mb-30-none {
  margin-bottom: -30px;
}

.mb-40-none {
  margin-bottom: -40px;
}

.mb-50-none {
  margin-bottom: -50px;
}

.mb-60-none {
  margin-bottom: -60px;
}

.mb-80-none {
  margin-bottom: -80px;
}

@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

.mb-100-none {
  margin-bottom: -100px;
}

.mb-120-none {
  margin-bottom: -120px;
}

.mb-150-none {
  margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: #868e96;
}

.bg--success {
  background-color: #28c76f;
}

.bg--danger {
  background-color: #ea5455;
}

.bg--warning {
  background-color: #ff9f43;
}

.bg--info {
  background-color: #1e9ff2;
}

.bg--dark {
  background-color: #10163A;
}

.bg--base {
  background-color: #ff5722 !important;
}

.text--primary {
  color: #7367f0;
}

.text--secondary {
  color: #868e96;
}

.text--success {
  color: #28c76f;
}

.text--danger {
  color: #ea5455;
}

.text--warning {
  color: #ff9f43;
}

.text--info {
  color: #1e9ff2;
}

.text--dark {
  color: #10163A !important;
}

.text--base {
  color: #ff5722 !important;
}

.border--primary {
  border: #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.border--base {
  border: 1px solid #e5e5e5 !important;
}

.section--bg {
  background-color: #000000 !important;
}

.bg--gray {
  background-color: #f9f9f9;
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

.box-shadow {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #eaf7e4;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
  background-color: #ff5722;
}

*::-webkit-scrollbar-thumb {
  background-color: #ff5722;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  padding: 10px 6px;
  background: #ff5722;
  font-weight: 600;
  color: white;
  font-size: 12px;
  text-align: center;
  border-radius: 25px;
  z-index: 99;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}

.scrollToTop i {
  -webkit-animation: scroll-down 1s infinite;
  -moz-animation: scroll-down 1s infinite;
  -o-animation: scroll-down 1s infinite;
  animation: scroll-down 1s infinite;
  font-size: 15px;
  margin-bottom: 10px;
}

.scrollToTop span {
  display: block;
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}

.scrollToTop:hover,
.scrollToTop:focus {
  color: white;
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-area {
  margin-top: -15px;
  margin-bottom: -15px;
}

table.custom-table td:first-child {
  text-align: left;
}

.custom--table tr td[colspan="12"]{
  width: 100%;
}

table.custom-table th:first-child {
  text-align: left;
}

table.custom-table td:last-child {
  text-align: right;
}

table.custom-table th:last-child {
  text-align: right;
}

table.custom-table {
  width: 100%;
  border-spacing: 0 15px;
  border-collapse: separate;

}

table.custom-table td {
  vertical-align: middle;
}

@media only screen and (max-width: 991px) {
  .custom-table thead {
    display: none;
  }
}

.custom-table thead {
  background-color: black !important;
}

.custom-table thead tr th {
  border: none;
  font-weight: 500;
  text-align: center;
  color: white;
  font-family: "Rakkas", cursive;
  font-size: 14px;
  padding: 10px 20px;
}

.custom-table thead tr th:first-child {
  border-radius: 5px 0 0 5px;
}

.custom-table thead tr th:last-child {
  border-radius: 0 5px 5px 0;
}

.custom-table tbody tr {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  transition: all 0.5s;
}

.custom-table tbody tr:hover {
  transform: translateY(-7px);
}

.custom-table tbody tr td {
  border: none;
  font-weight: 500;
  text-align: center;
  color: black;
  font-family: "Rakkas", cursive;
  font-size: 14px;
  padding: 10px 20px;
}

.custom-table tbody tr td .author-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.custom-table tbody tr td .author-info .thumb {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

.custom-table tbody tr td .author-info .thumb img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.custom-table tbody tr td .author-info .content {
  padding-left: 15px;
  width: calc(100% - 45px);
}

.custom-table tbody tr td a {
  font-weight: 600;
  font-size: 14px;
}

.custom-table tbody tr td .btn {
  border-radius: 3px;
  padding: 2px 10px;
}

.custom-table tbody tr td:first-child {
  border-radius: 5px 0 0 5px;
}

.custom-table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}

@media only screen and (max-width: 991px) {
  .custom-table tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    border-bottom: 1px solid #e5e5e5;
  }

  .custom-table tbody tr td:last-child {
    border: none;
  }

 [data-label]::before {
    content: attr(data-label);
    margin-right: auto;
    color: #ff5722;
    width: 50%;
    text-align: left;
  }
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.swiper-pagination .swiper-pagination-bullet {
  height: 3px;
  width: 25px;
  border-radius: 0;
  background-color: black;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff5722;
}

.slider-next,
.slider-prev {
  width: 40px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background-color: #ff5722;
  color: white;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.slider-next {
  right: 0;
}

.slider-prev {
  left: 0;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: flex;
  flex-wrap: wrap;
}

.pagination .page-item {
  text-align: center;
  padding: 3px;
}

.pagination .page-item a,
.pagination .page-item span {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #e5e5e5;
  color: black;
  padding: 0;
  line-height: 30px;
  display: block;
  margin: 0;
}

.pagination .page-item.disabled span {
  background: transparent;
  border: 1px solid #e5e5e5;
  color: black;
  background: #d1d1d1;
}

.pagination .page-item .page-link {
  transition: all 0.3s;
}

.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  background: #ff5722;
  border-color: #ff5722;
  color: white;
}

.paginate-warper {
  padding-top: 40px !important;
}

.page-link:focus {
  box-shadow: none;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.nav-tabs .nav-link {
  padding: 5px 20px;
  border: 0;
  border-bottom: 1px solid transparent;
  font-weight: 500;
  font-size: 20px;
  background-color: transparent;
  border-radius: 0;
  font-family: "Rakkas", cursive;
}

@media only screen and (max-width: 575px) {
  .nav-tabs .nav-link {
    padding: .5rem 0.8rem;
  }
}

.nav-tabs .nav-link:hover {
  color: #ff5722;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #ff5722;
  color: #ff5722;
  background-color: transparent;
}

.nav-tabs .nav-link:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (max-width: 1199px) {
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 0;
  }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom--card {
  border: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.custom--card .card-header {
  background-color: black;
  padding: 1rem 1.6rem;
  color: #fff;
}

.custom--card .card-header .card-title {
  color: white;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}

.custom--card .card-header .card-title i {
  margin-right: 5px;
}

.custom--card .card-header .card-btn a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.custom--card .card-header .card-btn a i {
  margin-right: 5px;
}

.custom--card .card-body {
  padding: 30px;
}

@media only screen and (max-width: 991px) {
  .custom--card .card-body {
    padding: 20px;
  }
}

.custom--card .card-body .card-form-wrapper .card-label {
  text-transform: uppercase;
}

.custom--card .card-body .card-form-wrapper input {
  border-radius: 3px;
  padding: 10px 20px;
  height: 55px;
  color: black;
  font-family: "Rakkas", cursive;
}

.custom--card .card-body .card-form-wrapper input::placeholder {
  color: #9b9b9b;
}

.custom--card .card-body .card-form-wrapper textarea {
  height: auto;
  min-height: 120px;
  color: #6c6c6f;
}

.custom--card .card-body .card-form-wrapper .btn--base {
  margin-top: 10px;
  padding: 12px 30px;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2em;
  color: black;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-family: "Rakkas", cursive;
}

h1 {
  font-size: 60px;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 30px;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
  font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-header.white .section-title {
  color: white;
}

.section-header .section-title {
  font-weight: 500;
  color: black;
  margin-bottom: 0;
  text-transform: capitalize;
  display: inline-block;
  border-bottom: 2px solid #ff5722;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type="submit"]:hover {
  color: white;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  background-color: #7367f0;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
  color: #fff;
}

.btn--success:hover {
  border: 1px solid #28c76f;
  color: #28c76f;

}

.btn--danger {
  background-color: #ea5455;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163A;
  border: 1px solid transparent;
  color: white;
  padding: 13.5px 25px;
  border-radius: 3px;
  font-family: "Rakkas", cursive;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  z-index: 2;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.btn--dark:hover {
  background-color: transparent;
  border: 1px solid #10163A;
  color: #10163A;
}

.badge--primary {
  background-color: #7367f0;
}

.badge--secondary {
  background-color: #868e96;
}

.badge--success {
  background-color: #28c76f;
}

.badge--danger {
  background-color: #ea5455;
}

.badge--warning {
  background-color: #ff9f43;
}

.badge--info {
  background-color: #1e9ff2;
}

.badge--dark {
  background-color: #10163A;
}

.border--primary {
  border: 1px solid #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.badge {
  font-weight: 500;
}

.btn--base {
  position: relative;
  background-color: #ff5722;
  border: 1px solid transparent;
  color: white;
  padding: 13.5px 25px;
  border-radius: 3px;
  font-family: "Rakkas", cursive;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  z-index: 2;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.btn--base.btn-md {
  padding: 12px 35px;
  font-size: 18px;
}

.btn--base.active {
  background-color: transparent;
  border: 1px solid #ff5722;
  color: #ff5722;
}

.btn--base:disabled {
  background: #dadada;
  color: black;
  border: 1px solid #dadada;
}

.btn--base.active:focus,
.btn--base.active:hover {
  border: 1px solid #ff5722;
  color: #ff5722;
}

.btn--base:focus,
.btn--base:hover {
  background-color: transparent;
  border: 1px solid #ff5722;
  color: #ff5722;
}


.custom-btn {
  color: #ff5722 !important;
  font-family: "Rakkas", cursive;
  font-weight: 500;
  font-size: 16px;
}

@media only screen and (max-width: 575px) {
  .custom-btn {
    font-size: 14px;
  }
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  outline: none;
}

input,
textarea {
  padding: 12px 20px;
}

input::placeholder,
textarea::placeholder {
  color: #9b9b9b;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
}

input,
select,
textarea {
  border: 1px solid #e5e5e5;
  vertical-align: baseline;
  font-size: 100%;
  color: black;
}

label {
  font-size: 14px;
  color: black;
  font-family: "Rakkas", cursive;
  font-weight: 500;
  margin-bottom: 10px;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
  outline: none;
  cursor: pointer;
}

option {
  color: black;
}

.input-group {
  flex-wrap: unset;
}

.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-text {
  border: none;
  font-size: 14px;
  background-color: #ff5722;
  color: white;
  border-radius: 0 3px 3px 0;
  font-weight: 500;
}

.input--group .input-group-text {
  height: 50px;
  min-width: 50px;
  justify-content: center;
}

.custom-check-group {
  display: block;
  margin-bottom: 12px;
}

.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-check-group input:checked+label::before {
  background-color: #ff5722;
}

.custom-check-group input:checked+label::after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-check-group label {
  position: relative;
  cursor: pointer;
}

.custom-check-group label::before {
  content: '';
  -webkit-appearance: none;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -2px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  border: 1px solid #e5e5e5;
  font-size: 14px;
  height: 50px;
}

.form-control:read-only {
  background-color: #e5e5e5;
}

.form-control:read-only:focus {
  background-color: #e5e5e5;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #e5e5e5;
}

.form--control {
  background-color: transparent;
  border: 1px solid #dadada;
  box-shadow: none;
  height: 50px;
  color: black;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Rakkas", cursive;
  font-weight: 400;
  width: 100%;
}

.form--control:focus {
  background-color: transparent;
  border: 1px solid #dadada;
  box-shadow: none;
  color: black;
}

.form--control::placeholder {
  color: #9b9b9b;
}

.radio-item {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 15px 20px;
}

.radio-item [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.radio-item [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type="radio"]:checked+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: black;
  margin: 0;
}

.radio-item [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: black;
  margin: 0;
}

.radio-item [type="radio"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  background: white;
}

.radio-item [type="radio"]:checked+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ff5722;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-item [type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  background: white;
}

.radio-item [type="radio"]:not(:checked)+label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ff5722;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-item [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}



/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-black {
  position: relative;
}

.bg-overlay-black:before {
  content: "";
  position: absolute;
  background-color: black;
  opacity: .5;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-black>div {
  position: relative;
  z-index: 2;
}

@keyframes scroll-down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  background-color: white;
}

#cooking {
  position: relative;
  margin: 0 auto;
  top: 0;
  width: 55vh;
  height: 55vh;
  overflow: hidden;
}

#cooking .bubble {
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0.25vh black;
  opacity: 0;
}

#cooking .bubble:nth-child(1) {
  margin-top: 2.5vh;
  left: 58%;
  width: 2.5vh;
  height: 2.5vh;
  background-color: black;
  animation: bubble 2s cubic-bezier(0.53, 0.16, 0.39, 0.96) infinite;
}

#cooking .bubble:nth-child(2) {
  margin-top: 3vh;
  left: 52%;
  width: 2vh;
  height: 2vh;
  background-color: black;
  animation: bubble 2s ease-in-out 0.35s infinite;
}

#cooking .bubble:nth-child(3) {
  margin-top: 1.8vh;
  left: 50%;
  width: 1.5vh;
  height: 1.5vh;
  background-color: black;
  animation: bubble 1.5s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.55s infinite;
}

#cooking .bubble:nth-child(4) {
  margin-top: 2.7vh;
  left: 56%;
  width: 1.2vh;
  height: 1.2vh;
  background-color: black;
  animation: bubble 1.8s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.9s infinite;
}

#cooking .bubble:nth-child(5) {
  margin-top: 2.7vh;
  left: 63%;
  width: 1.1vh;
  height: 1.1vh;
  background-color: black;
  animation: bubble 1.6s ease-in-out 1s infinite;
}

#cooking #area {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background-color: transparent;
  transform-origin: 15% 60%;
  animation: flip 2.1s ease-in-out infinite;
}

@media (max-width: 991px) {
  #cooking #area {
    right: auto;
    left: 30%;
  }
}

#cooking #area #sides {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: 15% 60%;
  animation: switchSide 2.1s ease-in-out infinite;
}

#cooking #area #sides #handle {
  position: absolute;
  bottom: 18%;
  right: 80%;
  width: 35%;
  height: 20%;
  background-color: transparent;
  border-top: 1vh solid black;
  border-left: 1vh solid transparent;
  border-radius: 100%;
  transform: rotate(20deg) rotateX(0deg) scale(1.3, 0.9);
}

#cooking #area #sides #pan {
  position: absolute;
  bottom: 20%;
  right: 30%;
  width: 50%;
  height: 8%;
  background-color: black;
  border-radius: 0 0 1.4em 1.4em;
  transform-origin: -15% 0;
}

#cooking #area #pancake {
  position: absolute;
  top: 24%;
  width: 100%;
  height: 100%;
  transform: rotateX(85deg);
  animation: jump 2.1s ease-in-out infinite;
}

#cooking #area #pancake #pastry {
  position: absolute;
  bottom: 26%;
  right: 37%;
  width: 40%;
  height: 45%;
  background-color: black;
  box-shadow: 0 0 3px 0 black;
  border-radius: 100%;
  transform-origin: -20% 0;
  animation: fly 2.1s ease-in-out infinite;
}

@keyframes jump {
  0% {
    top: 24%;
    transform: rotateX(85deg);
  }

  25% {
    top: 10%;
    transform: rotateX(0deg);
  }

  50% {
    top: 30%;
    transform: rotateX(85deg);
  }

  75% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(85deg);
  }
}

@keyframes flip {
  0% {
    transform: rotate(0deg);
  }

  5% {
    transform: rotate(-27deg);
  }

  30%,
  50% {
    transform: rotate(0deg);
  }

  55% {
    transform: rotate(27deg);
  }

  83.3% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes switchSide {
  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

@keyframes fly {
  0% {
    bottom: 26%;
    transform: rotate(0deg);
  }

  10% {
    bottom: 40%;
  }

  50% {
    bottom: 26%;
    transform: rotate(-190deg);
  }

  80% {
    bottom: 40%;
  }

  100% {
    bottom: 26%;
    transform: rotate(0deg);
  }
}

@keyframes bubble {
  0% {
    transform: scale(0.15, 0.15);
    top: 80%;
    opacity: 0;
  }

  50% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }

  100% {
    transform: scale(0.33, 0.33);
    top: 60%;
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
    opacity: 0.25;
  }

  50% {
    transform: scale(1.2, 1);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0.25;
  }
}

.row>* {
  position: relative;
}

@media (min-width: 1480px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 575px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media only screen and (max-width: 575px) and (max-width: 400px) {
  .col-xs-6 {
    width: 100%;
  }
}

::selection {
  background-color: #ff5722;
  color: white;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}

@media only screen and (max-width: 991px) {
  .header-section .header-top-area .container {
    max-width: 100%;
  }
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 99;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}

.header.active {
  transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  animation-name: fadeInDown;
  animation-duration: 1s;
  transition: all 1s;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: white;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}

.header-section.header-fixed .header-bottom-area {
  background-color: transparent;
}

.header-bottom-area {
  position: relative;
  background-color: transparent;
  padding: 10px 100px;
}

@media only screen and (max-width: 1300px) {
  .header-bottom-area {
    padding: 10px 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-bottom-area {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .header-bottom-area {
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
    padding: 10px 0;
  }
}

.header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}

@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-expand-lg {
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse {
    background-color: white;
  }

  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
  }

  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }

  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }

  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
  }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 30px;
}

@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 18px;
  }
}

.header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}

.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 12px;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}

.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 22px 0 22px 0;
  font-weight: 500;
  align-items: center;
  display: inline-block;
  font-size: 16px;
  font-family: "Rakkas", cursive;
  color: black;
  transition: all 0.9s;
  z-index: 9;
}

@media only screen and (max-width: 1400px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    font-size: 14px;
  }
}

.header-bottom-area .navbar-collapse .main-menu li a:hover,
.header-bottom-area .navbar-collapse .main-menu li a.active {
  color: #ff5722;
}

.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
    display: block;
  }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 105%;
  left: 0;
  width: 170px;
  background-color: black;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #ff5722;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -9;
  margin-left: 0;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0;
  padding-right: 0;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: white;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  color: white;
  width: 100%;
  padding: 5px 20px;
  font-size: 12px;
  display: block;
  transition: all ease 0.3s;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
  position: unset;
  content: none;
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}

@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}

.header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.site-logo {
  max-width: 170px;
}

@media only screen and (max-width: 575px) {
  .site-logo {
    max-width: 120px;
  }
}

.language-select-area {
  position: relative;
  z-index: 99;
  margin-right: 30px;
}

@media only screen and (max-width: 991px) {
  .language-select-area {
    margin-right: 0;
    flex: 1;

    .custom--dropdown {
      margin-left: auto;
    }

    .dropdown-list {
      left: auto !important;
      right: 0;
    }
  }
}

.language-select {
  font-size: 16px;
  color: black;
  font-family: "Rakkas", cursive;
  font-weight: 500;
  border: none;
  background-color: transparent;
}

@media only screen and (max-width: 991px) {
  .language-select {
    font-size: 14px;
  }
}

.header-action {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

@media only screen and (max-width: 991px) {
  .header-action {
    margin-left: 12px;
  }
}

.header-action a {
  font-size: 14px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  margin: 5px;
}

.header-action a i {
  font-size: 16px;
  margin-right: 3px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #ff5722;
  font-size: 30px;
}

@media only screen and (max-width: 1199px) {
  .navbar-toggler span {
    font-size: 22px;
  }
}

.header-right {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e5e5e5;
}

@media only screen and (max-width: 991px) {
  .header-right {
    margin-bottom: 20px;
    border-left: 0;
    margin-left: 0;
  }
}

.header-right button,
.header-right input[type="button"],
.header-right input[type="reset"],
.header-right input[type="submit"] {
  background-color: transparent;
  padding: 0;
}

.header-user-thumb {
  width: 35px;
}

.header-user-thumb img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.header-user-content {
  padding-left: 10px;
}

.header-user-content span {
  color: black;
  font-family: "Rakkas", cursive;
  font-size: 14px;
  font-weight: 500;
}

.header-user-icon {
  padding-left: 7px;
  color: black;
}

.dropdown-menu.dropdown-menu--sm {
  min-width: 12rem;
}

.dropdown-menu {
  pointer-events: none;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: none;
  background-color: white;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;

  @media (max-width: 991px) {
    display: none;
  }
}

.dropdown-menu-right {
  left: auto !important;
  right: 0;

  @media (max-width: 991px) {
    left: 0 !important;
    right: auto;
  }
}

.dropdown-menu.show {
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
  visibility: visible;
}

.dropdown-menu__item {
  border-bottom: 1px solid #e5e5e5;
}

.dropdown-menu__item:last-child {
  border: none;
}

.dropdown-menu__item .dropdown-menu__icon {
  color: black;
}

.dropdown-menu__item .dropdown-menu__caption {
  padding-left: 10px;
  font-size: 14px;
  color: black;
  font-family: "Rakkas", cursive;
  font-weight: 500;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  padding-top: 160px;
  padding-bottom: 130px;
}

.banner-section .wave-block {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 9.750em;
}

.banner-section .banner-content {
  position: relative;
  z-index: 9;
}

.banner-section .banner-content .title {
  display: inline-block;
  color: black;
}

.banner-section .banner-content .title.cd-headline.clip span {
  padding: 0;
  display: inline-block;
  margin-top: 0;
}

.banner-section .banner-content .title.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
  position: relative;
  text-align: left;
}

.banner-section .banner-content .title.cd-headline.clip .cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  top: 0;
  left: 0;
  font-weight: 500;
  opacity: 0;
}

.banner-section .banner-content .title.cd-headline.clip .cd-words-wrapper b.is-visible {
  position: relative;
  opacity: 1;
}

.banner-section .banner-content .sub-title {
  color: black;
  font-weight: 500;
}

.banner-section .banner-form {
  margin-top: 30px;
  position: relative;
}

.banner-section .banner-form input {
  height: 65px;
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  font-family: "Rakkas", cursive;
  font-weight: 400;
}

.banner-section .banner-form input::placeholder {
  color: #9b9b9b;
}

@media only screen and (max-width: 575px) {
  .banner-section .banner-form input {
    padding: 10px 15px;
    font-size: 14px;
    height: 60px;
  }
}

.banner-section .banner-form .btn--base {
  position: absolute;
  right: 0;
  top: 6px;
  right: 6px;
  padding: 16px 35px;
  font-family: "Rakkas", cursive;
}

@media only screen and (max-width: 575px) {
  .banner-section .banner-form .btn--base {
    padding: 13px 15px;
    font-size: 14px;
  }
}

.banner-section .call-area {
  margin-top: 15px;
  color: black;
  font-weight: 500;
  font-size: 16px;
  font-family: "Rakkas", cursive;
}

@media only screen and (max-width: 991px) {
  .banner-section .call-area {
    font-size: 14px;
    margin-top: 10px;
  }
}

.banner-section .call-area a {
  color: #ff5722;
}

.inner-banner-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.inner-banner-section .banner-content .title {
  font-weight: 500;
  color: #ff5722;
}

.breadcrumb-section {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  background-color: white;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  color: black;
  font-family: "Rakkas", cursive;
}

.breadcrumb-item a {
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 2;
  color: #ff5722;
}

@media only screen and (max-width: 991px) {
  .breadcrumb-item a {
    font-size: 12px;
  }
}

.breadcrumb-item.active {
  font-weight: 500;
  color: black;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .breadcrumb-item.active {
    font-size: 12px;
  }
}

.breadcrumb-item.active::before {
  content: "\f101";
  font-family: 'Line Awesome Free';
  font-weight: 600;
  color: #ff5722;
  font-size: 14px;
  left: 0;
  top: 1px;
  position: relative;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-area {
  background: #ff572214;
}

.footer-top-area {
  margin-bottom: 30px;
}

.footer-top-area .footer-logo {
  margin-bottom: 10px;
}




.footer-toggle {
  color: black;
  font-family: "Rakkas", cursive;
  cursor: pointer;
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
}

.footer-toggle .right-icon {
  display: block;
  width: 35px;
  height: 40px;
  position: relative;
  background-color: #ff5722;
  margin-right: 20px;
  left: 0;
}

.footer-toggle .right-icon::before,
.footer-toggle .right-icon::after {
  position: absolute;
  content: '';
  background: white;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer-toggle .right-icon::before {
  width: 2px;
  height: 14px;
  top: 50%;
  left: 50%;
}

.footer-toggle .right-icon::after {
  width: 14px;
  height: 2px;
  top: 50%;
  left: 50%;
}

.footer-widget .title {
  color: black;
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 500;
}

.footer-widget p {
  font-size: 15px;
  color: black;
}

.footer-links li {
  color: black;
  font-size: 14px;
  padding-bottom: 8px;
  padding-left: 20px;
  position: relative;
  transition: all 0.5s;
}

.footer-links li:hover {
  color: #ff5722;
  margin-left: 5px;
}

.footer-links li:hover::before {
  color: #ff5722;
}

.footer-links li::before {
  position: absolute;
  content: "\f101";
  font-family: 'Line Awesome Free';
  top: 2px;
  left: 0;
  color: black;
  font-size: 14px;
  font-weight: 900;
  transition: all 0.5s;
}

.subscribe-form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.subscribe-form input {
  padding: 10px 25px;
  width: calc(100% - 55px);
  font-size: 14px;
  font-weight: 500;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  min-height: 50px;
  background: none !important;
  border: 1px solid #ff57227a;
}

.subscribe-form button,
.subscribe-form input[type="button"],
.subscribe-form input[type="reset"],
.subscribe-form input[type="submit"] {
  width: 55px;
  background-color: #ff5722;
  color: white;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
}

@media only screen and (max-width: 575px) {
  .footer-social {
    margin-top: 15px;
  }
}

.footer-social li {
  display: inline-block;
}

.footer-social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  border: 1px solid #ff5722;
  border-radius: 50%;
  color: #ff5722;
  font-size: 12px;
  transition: all 0.3s;
}

.footer-social li a i {
  font-size: 15px;
}

.footer-social li a:hover,
.footer-social li a.active {
  background-color: #ff5722;
  color: white;
}

.footer-social li+li {
  margin-left: 10px;
}

.footer-social li a:hover i {
  color: #ffffff;
}

.copyright-wrapper {
  border-top: 1px solid #ff57223b;
  padding: 20px 0;
}

@media only screen and (max-width: 575px) {
  .copyright-area {
    display: block !important;
    text-align: center;
  }
}

.copyright p {
  margin-bottom: 0;
  font-size: 14px;
  color: black;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### chef block ]
*/
.chef-slider {
  overflow: hidden;
}

.chef-slider:hover .slider-next,
.chef-slider:hover .slider-prev {
  opacity: 1;
  visibility: visible;
}

.chef-slider:hover .slider-next {
  right: -40px;
}

.chef-slider:hover .slider-prev {
  left: -40px;
}

.chef-thumb {
  background-color: #ff5722;
  height: 320px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 150px;
  padding-top: 30px;
}

.chef-content {
  padding-top: 15px;
}

.chef-content .title {
  margin-bottom: 3px;
}

.chef-content .sub-title {
  color: #ff5722;
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
}

/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### order block ]
*/
.order-item:hover .order-thumb img {
  transform: scale(1.06);
}

.order-item:hover .order-content .title {
  color: #ff5722;
}

.order-item a {
  display: block;
}

.order-thumb {
  position: relative;
  height: 160px;
  overflow: hidden;
}

.order-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.order-thumb .delivery-time {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background: white;
  font-weight: 500;
  font-size: 12px;
  color: black;
  padding: 8px 12px;
  line-height: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  z-index: 2;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.order-thumb .delivery-time .label {
  text-align: center;
  font-size: .7rem;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 3px;
}

.order-thumb .offer-badge {
  position: absolute;
  top: 15px;
  left: 0;
  height: 24px;
  line-height: 24px;
  background-color: #ff5722;
  padding: 0 16px;
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-self: flex-start;
  max-width: 232px;
  color: white;
}

.order-content {
  padding-top: 10px;
}

.order-content .title {
  margin-bottom: 0;
  transition: all 0.5s;
}

.order-content .ratings {
  font-size: 12px;
}

.order-content .ratings i {
  color: #ff5722;
  margin-right: 3px;
}

.order-content .sub-title {
  font-size: 12px;
  font-weight: 400;
}

.order-content .delivery {
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.order-content .delivery span {
  color: #6c6c6f;
  font-weight: 400;
}

.order-slider {
  overflow: hidden;
}

.order-slider:hover .slider-next,
.order-slider:hover .slider-prev {
  opacity: 1;
  visibility: visible;
}

.order-slider:hover .slider-next {
  right: -40px;
}

.order-slider:hover .slider-prev {
  left: -40px;
}

/*-------------------------------------------------
    [ ### food block ]
*/
.food-section {
  background-color: white;
}

.food-wrapper {
  background-color: white;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 15px;
  border-radius: 3px;
  transition: all 0.5s;
}

.food-wrapper:hover {
  transform: translateY(-7px);
}

.food-item {
  cursor: pointer;
}

.food-item:hover .food-thumb img {
  transform: scale(1.06);
}

.food-item:hover .food-content .title {
  color: #ff5722;
}

.food-item a {
  display: block;
}

.food-thumb {
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
}

.food-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.food-thumb .delivery-time {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  background: white;
  font-weight: 500;
  font-size: 12px;
  color: black;
  padding: 8px 12px;
  line-height: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  z-index: 2;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.food-thumb .delivery-time .label {
  text-align: center;
  font-size: .7rem;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 3px;
}

.food-thumb .offer-badge {
  position: absolute;
  top: 15px;
  left: 0;
  height: 24px;
  line-height: 24px;
  background-color: #ff5722;
  padding: 0 16px;
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-self: flex-start;
  max-width: 232px;
  color: white;
}

.food-thumb .cart-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  background-color: #ff5722;
  border: 1px solid white;
  color: white;
  padding: 0;
}

.food-content {
  width: calc(100% - 100px);
}

.food-content .title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  transition: all 0.5s;
}

.food-content .title span {
  color: #ff5722;
  font-weight: 500;
  font-size: 13px;
}

.food-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  line-height: 1.5em;
}

.food-content .food-fee {
  color: black;
}

.food-section--style .food-wrapper {
  box-shadow: none;
  padding: 0;
}

.food-section--style .food-wrapper:hover {
  transform: none;
}

.food-section--style .food-thumb {
  width: 100%;
  height: 160px;
}

.food-section--style .food-content {
  padding-top: 10px;
  width: 100%;
}

.item-discount {
  position: relative;
  top: -10px;
  z-index: 1;
  background: #ff5722;
  color: white;
  text-align: center;
  padding: 8px 10px;
  text-transform: uppercase;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin-left: 5px;
}

.item-discount::before,
.item-discount::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #ff5722;
  z-index: -1;
}

.item-discount::before {
  transform: rotate(30deg);
}

.item-discount::after {
  transform: rotate(60deg);
}

.item-discount .discount-tag {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px 20px;
  font-size: 11px;
  line-height: 1em;
  z-index: 50;
  transform: translate(-50%, -50%) rotate(-30deg);
}

.restaurants-details-area {
  padding: 20px 0;
}

.restaurants-details-area .restaurants-details-content .ratings {
  font-size: 14px;
}

.restaurants-details-area .restaurants-details-content .ratings i {
  color: #ff5722;
  margin-right: 3px;
}

.restaurants-details-area .restaurants-details-content p {
  margin-top: 10px;
  color: black;
}

.restaurant-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.restaurant-details-wrapper a {
  color: #ff5722;
  font-size: 16px;
  margin-top: 30px;
  font-family: "Rakkas", cursive;
}

.restaurants-header-area {
  background-color: white;
  padding: 20px 0 0 0;
}

.restaurants-header-area .food-details-tab {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.restaurants-header-area .food-details-tab li {
  font-weight: 500;
  font-size: 15px;
  font-family: "Rakkas", cursive;
  color: black;
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}

.restaurants-header-area .food-details-tab li a:hover {
  color: #ff5722;
}

.restaurants-header-area .food-details-tab li a.active {
  border-bottom: 2px solid #ff5722;
}

.restaurants-header-area .food-details-tab li:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (max-width: 1199px) {
  .restaurants-header-area .food-details-tab li:not(:last-child) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .restaurants-header-area .food-details-tab .nav-link {
    padding: .5rem 0.8rem;
  }
}

.restaurants-details-header {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 9;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}

.card-content .food-wrapper {
  box-shadow: none;
  padding: 0;
}

.card-content .food-wrapper:hover {
  transform: none;
}

.card-content .food-wrapper:hover .food-content .title {
  color: black;
}

.card-content .food-wrapper .food-thumb {
  width: 100%;
  height: 150px;
}

.card-content .food-wrapper .food-content {
  width: 100%;
  padding-top: 15px;
}

.side-sidebar-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  background-color: #ff5722;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: white;
  cursor: pointer;
}

.food-order-list {
  margin-top: 30px;
}

.food-order-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: black;
  margin-bottom: 8px;
}

.food-order-list .cart-item {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.food-cart-slider-area {
  margin-top: 30px;
}

.food-cart-slider-area h4 {
  margin-bottom: 10px;
}

.food-cart-slider-inner {
  position: relative;
  margin: -20px -5px;
}

.food-cart-slider {
  overflow: hidden;
  padding: 20px 5px;
}

.food-cart-slider .slider-next,
.food-cart-slider .slider-prev {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  width: 30px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}

.food-cart-slider .slider-next {
  right: -20px;
}

.food-cart-slider .slider-prev {
  left: -20px;
}

.food-cart-slider .food-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  padding: 10px;
  position: relative;
}

.food-cart-slider .food-wrapper .cart-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  background-color: #ff5722;
  border: 1px solid white;
  color: white;
  padding: 0;
  cursor: pointer;
}

.food-cart-slider .food-wrapper .food-thumb {
  width: 80px;
  height: 80px;
}

.food-cart-slider .food-wrapper .food-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.food-cart-slider .food-wrapper .food-content {
  width: calc(100% - 80px);
  padding-left: 10px;
  padding-top: 0;
}

.food-cart-slider .food-wrapper .food-content p {
  font-size: 11px;
}

.food-cart-slider .food-wrapper .food-content .food-fee {
  font-size: 12px;
}

.cart-sidebar-area {
  background-color: white;
  max-width: 350px;
  width: 100%;
  height: 100vh;
  padding: 30px;
  position: fixed;
  right: 0;
  overflow-y: scroll;
  top: 0;
  z-index: 9999;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  -ms-transform: translateX(350px);
  -webkit-transform: translateX(350px);
  transform: translateX(350px);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
}

.cart-sidebar-area.active {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.food-action-text {
  font-family: "Rakkas", cursive;
  color: black;
}

.food-quantity .food-plus-minus {
  position: relative;
  display: inline-block;
}

.food-quantity .food-plus-minus .qtybutton {
  color: black;
  float: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
  text-align: center;
  width: 0;
  height: 0 !important;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.food-quantity .food-plus-minus .dec.qtybutton {
  left: 0px;
  top: 0px;
}

.food-quantity .food-plus-minus .food-plus-minus-box {
  color: black;
  font-size: 15px;
  height: 36px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  width: 60px;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 0;
}

.food-quantity .food-plus-minus .inc.qtybutton {
  right: 10px;
  top: 0px;
}

.checkout-details-area {
  border-right: 1px solid #e5e5e5;
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .checkout-details-area {
    padding-right: 0;
    border: none;
  }
}

.checkout-details-header .title {
  font-size: 24px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.checkout-details-header .title::before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #ff5722;
  border-radius: 3px;
}

.checkout-details-header .title::after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.edit-btn {
  background-color: transparent;
  font-family: "Rakkas", cursive;
  font-size: 15px;
  padding: 0;
  color: #ff5722;
  font-weight: 500;
}

.checkout-details-widget {
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  background-color: white;
}

.checkout-widget-title {
  border-bottom: 2px solid #ff5722;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.checkout-widget-content span {
  color: black;
  font-weight: 600;
  font-size: 12px;
}

.checkout-widget-content .email {
  margin-bottom: 5px;
}

.checkout-widget-content .number {
  color: black;
  font-weight: 600;
  font-size: 12px;
}

.checkout-sidebar {
  position: sticky;
  top: 10px;
}

/*-------------------------------------------------
    [ ### offer block ]
*/
.offer-section {
  border-bottom: 3px solid #ff5722;
}

.offer-section .section-header {
  border: none;
  margin-bottom: 30px;
}

.draw-countdown .syotimer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px -25px;
}

.draw-countdown .syotimer__body .syotimer-cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 120px;
  max-width: 120px;
  text-align: center;
  position: relative;
  background-color: #ff5722;
  border-radius: 5px;
  padding: 25px 10px;
  margin: 0 10px 25px;
  justify-content: center;
}

@media only screen and (max-width: 1225px) {
  .draw-countdown .syotimer__body .syotimer-cell {
    margin: 0 5px 10px;
  }
}

.draw-countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 7px;
  line-height: 1em;
  color: white;
  font-family: "Rakkas", cursive;
}

@media only screen and (max-width: 991px) {
  .draw-countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 28px;
  }
}

.draw-countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
  font-size: 18px;
  font-weight: 500;
  color: white;
  font-family: "Rakkas", cursive;
}

@media only screen and (max-width: 575px) {
  .draw-countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 16px;
  }
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-header {
  margin-bottom: 30px;
}

.account-header .title {
  position: relative;
  margin-bottom: 0;
  color: #ff5722;
  font-size: 30px;
}

.account-header .title::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px;
  background: #ff5722;
}

.account-btn-area {
  position: absolute;
  top: 20px;
  right: -30px;
}

@media only screen and (max-width: 767px) {
  .account-btn-area {
    top: -35px;
    right: 20px;
  }
}

.account-btn-area .account-btn {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #ff5722;
  border-radius: 50%;
  color: white;
  display: inline-block;
  text-align: center;
  font-size: 30px;
}

.account-form-area {
  position: relative;
  padding: 30px;
  border-radius: 3px;
  background: white;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-wrapper {
  position: relative;
  z-index: 1;
}

.contact-form-area {
  position: relative;
  background-color: white;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  padding: 40px 40px 40px;
  margin-top: -312px;
}

@media only screen and (max-width: 991px) {
  .contact-form-area {
    padding: 40px 20px;
    margin-top: 30px;
  }
}

.contact-form-area .title {
  font-size: 24px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .contact-form-area .title {
    font-size: 20px;
  }
}

.contact-form-area p {
  font-size: 14px;
}

.contact-form-area .contact-form {
  position: relative;
  margin-top: 30px;
}

.contact-form-area textarea {
  padding: 12px 20px;
  min-height: 200px;
}

.contact-info-item-area {
  position: relative;
  padding: 40px 30px;
  z-index: 2;
  background-color: #FFF;
  border-radius: 3px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 991px) {
  .contact-info-item-area {
    padding: 40px 20px;
  }
}

.contact-info-item-area .header-title {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

@media only screen and (max-width: 991px) {
  .contact-info-item-area .header-title {
    font-size: 20px;
  }
}

.contact-info-item-area p {
  font-size: 14px;
}

.contact-info-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ff5722;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  color: #fff !important;
  font-size: 16px;
}

.contact-info-content {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.contact-info-content .title {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .contact-info-content .title {
    font-size: 16px;
  }
}

.contact-info-content p {
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  .contact-info-content p {
    font-size: 12px;
  }
}

.map-section {
  overflow: hidden;
}

.maps {
  height: 400px;
  width: 200%;
  transform: translateX(-33%);
  -webkit-transform: translateX(-33%);
  -moz-transform: translateX(-33%);
  -ms-transform: translateX(-33%);
  -o-transform: translateX(-33%);
}

@media (max-width:991px) {
  .maps {
    width: 100%;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

.map-section iframe {
  width: 100%;
  height: 400px;
}

/*-------------------------------------------------
    [ ### dashboard block ]
*/
.profile-settings-wrapper .preview-thumb.profile-wallpaper {
  display: block;
  position: relative;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
  width: 100%;
  height: 250px;
  border-radius: 0;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview .profilePicPreview {
  width: 100%;
  height: 250px;
  border-radius: 3px 3px 0 0;
  border: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
}


.profile-thumb-content .profile-thumb .avatar-preview {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  background-color: white;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile-thumb-content .profile-thumb .avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
}

.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.profile-thumb-content .profile-thumb .avatar-edit label {
  width: 35px;
  height: 35px;
  background-color: white;
  border-radius: 50%;
  color: black;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}

.profile-thumb-content .profile-content .username {
  font-size: 22px;
  color: white;
}

@media only screen and (max-width: 767px) {
  .profile-thumb-content .profile-content .username {
    color: black;
  }
}

.profile-thumb-content .profile-content .user-info-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px -10px;
}

@media only screen and (max-width: 767px) {
  .profile-thumb-content .profile-content .user-info-list {
    justify-content: center;
  }
}

.profile-thumb-content .profile-content .user-info-list li {
  margin: 5px 10px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  color: black;
  font-family: "Rakkas", cursive;
}

.profile-thumb-content .profile-content .user-info-list li i {
  font-size: 18px;
  margin-right: 5px;
  color: #ff5722;
}

.dashboard-item {
  background-color: white;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 20px;
  border-left: 4px solid #ff5722;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}

.dashboard-item::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(249, 249, 249, 0.8);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}

.dashboard-item:hover {
  transform: translateY(-7px);
}

.dash-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 1px 8px;
  background-color: #ff5722;
  font-family: "Rakkas", cursive;
  color: white !important;
  font-size: 12px;
  font-weight: 500;
  border-radius: 3px;
}

.dashboard-icon {
  color: #ff5722;
  font-size: 30px;
  margin-bottom: 10px;
}

.chart-area {
  background-color: white;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  padding: 20px;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-item:hover .blog-content .title a {
  color: #ff5722;
}

.blog-thumb {
  height: 200px;
  overflow: hidden;
}

.blog-thumb a {
  display: block;
}

.blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.blog-content {
  padding-top: 10px;
}

.blog-content .title a {
  transition: all 0.3s;
}

.blog-details-section .blog-thumb {
  height: 500px;
}

@media only screen and (max-width: 1199px) {
  .blog-details-section .blog-thumb {
    height: auto;
  }
}

.blog-details-section .blog-content {
  padding-top: 15px;
}

.blog-social-area {
  background-color: white;
  margin-top: 30px;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.blog-social-area .title {
  margin-bottom: 0;
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .blog-social-area .title {
    margin-bottom: 10px;
  }
}

.blog-social-area {
  background-color: white;
  margin-top: 30px;
  padding: 20px;
  border-radius: 3px;
}

.blog-social-area .title {
  margin-bottom: 0;
  font-size: 18px;
}

@media only screen and (max-width: 991px) {
  .blog-social-area .title {
    margin-bottom: 10px;
  }
}

.blog-social-area .blog-social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
}

.blog-social-area .blog-social li+li {
  margin-left: 5px;
}

.sidebar {
  position: sticky;
  top: 10%;
}

.blog-widget-box {
  background-color: white;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

.blog-widget-box .widget-title {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: 500;
}

.category-content li {
  font-size: 13px;
  padding-bottom: 10px;
  color: black;
  font-weight: 400;
  transition: all 0.3s;
}

.category-content li:hover {
  color: #ff5722;
}

.category-content li:last-child {
  padding-bottom: 0;
}

.category-content li a {
  display: block !important;
}

.category-content li span {
  float: right;
}

.popular-widget-box {
  margin-bottom: -10px;
}

.single-popular-item {
  margin-bottom: 10px;
}

.single-popular-item .popular-item-thumb {
  width: 90px;
  height: 70px;
  border-radius: 3px;
  overflow: hidden;
}

.single-popular-item .popular-item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-popular-item .popular-item-content {
  width: calc(100% - 90px);
  padding-left: 10px;
}

.single-popular-item .popular-item-content .title {
  font-size: 15px;
  font-weight: 500;
}

.single-popular-item .popular-item-content .blog-date {
  font-size: 12px;
  font-weight: 400;
  color: black;
}

.cookie__wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #FFFFFF;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10vh;
  font-size: 18px;
  z-index: 99999;
  border-top: 1px solid #FF572250;
  animation: fadeInUp 2s;
  -webkit-animation: fadeInUp 2s;
}

.cookie__wrapper .title {
  color: #FF5722;
}

.cookie__wrapper .txt {
  margin-right: 20px;
  font-size: 14px;
}

.cookie__wrapper .txt span {
  font-size: 15px !important;
  color: #000000;
}

.cookie__wrapper .button-wrapper {
  margin-top: 15px;
}

.cookie__wrapper .cmn--btn {
  padding: 5px 20px !important;
  width: auto;
  height: auto;
  margin: 0;
}

.cookie__wrapper .read-policy {
  font-size: 15px;
  margin-right: 15px;
  border: 1px solid #FF5722;
  color: #000;
  padding: 5px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.cookie__wrapper .btn--close {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 3px !important;
  font-size: 20px;
  color: #FF5722;
}

@media only screen and (max-width: 991px) {
  .cookie__wrapper {
    padding: 20px;
  }

  .cookie__wrapper .txt {
    font-size: 12px;
  }
}

@media(max-width : 475px) {
  .google-captcha * {
    max-width: 235px !important;
  }
}

.deposit-section {
  padding: 0 100px;
}

.deposit-section .card-header {
  padding: .7rem 1.6rem;
}

.deposit-section .card-footer {
  padding: 0;
  background: transparent;
  border: none;
}

.deposit-section .card-footer .btn--base {
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
}

.deposit--img {
  height: 250px;
  object-fit: contain;
}

.form-control[type="file"] {
  line-height: 18px;
  height: unset;
  padding: 15px 23px;
  background-color: transparent;
}

.payment-preview-section {
  padding: 0;
}

.payment-preview-section .payment-item {
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 8%);
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .payment-preview-section .payment-item {
    display: block !important;
    text-align: center !important;
  }
}

@media only screen and (max-width: 1199px) {
  .payment-preview-section .payment-item {
    display: flex !important;
    text-align: left;
  }
}

.payment-preview-section .payment-item::after {
  left: 35%;
}

.payment-preview-section .payment-item .payment-thumb {
  width: 290px;
}

@media only screen and (max-width: 767px) {
  .payment-preview-section .payment-item .payment-thumb {
    width: 100%;
  }
}

.payment-preview-section .payment-item .payment-content {
  width: calc(100% - 325px);
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .payment-preview-section .payment-item .payment-content {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}

.payment-preview-section .payment-item .payment-content .payment-btn a {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.payment-item .payment-content .payment-list li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(222, 229, 234, 0.5);
  font-size: 14px;
}

.payment-item .payment-content .payment-list li span {
  font-weight: 600;
}

.payment-item .payment-content .p .modal-content .modal-title {
  color: #ff5722;
}

.modal-content .close {
  background-color: #ff5722;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 0 5px;
}

.food-name-qty {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.policy-section .blog-item {
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 8%);
  padding: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .restaurant-details-wrapper a {
    background-color: #ff5722;
    color: #fff !important;
    padding: 6px 10px;
    font-size: 14px;
  }

  .restaurant-details-wrapper .btn--base {
    color: #ff5722 !important;
  }
}

#infoModal .modal-header {
  min-height: 300px;
  position: relative;
}

#infoModal .modal-header button {
  position: absolute;
  right: 20px;
  top: -14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #fff;
  color: #ff5722;
  font-size: 24px;
}

@media only screen and (max-width: 575px) {
  #infoModal .modal-header button {
    top: 14px;
  }
}

#infoModal .restaurant-info-wrapper {
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 8%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-top: -100px;
}

#infoModal .restaurant-info-wrapper .restaurants-details-content {
  padding: 20px;
}

#infoModal .restaurant-food-list {
  margin-top: 10px;
}

#infoModal .restaurant-food-list li {
  display: inline-block;
  position: relative;
}

#infoModal .restaurant-food-list li:last-child::after {
  display: none;
}

#infoModal .restaurant-food-list li::after {
  position: absolute;
  content: '';
  top: 7px;
  right: -10px;
  width: 5px;
  height: 5px;
  background-color: #6c6c6f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#infoModal .restaurant-food-list li+li {
  margin-left: 15px;
}

#infoModal .restaurant-time {
  margin-top: 10px;
  margin-bottom: 55px;
}

#infoModal .food-tab {
  margin-top: -44px;
}

@media only screen and (max-width: 575px) {
  #infoModal .food-tab {
    margin-top: -50px;
  }
}

#infoModal .nav-tabs {
  justify-content: center;
  border-bottom: none;
  border-top: 1px solid #e5e5e5;
  padding: 10px 0 0 0;
}

#infoModal .nav-tabs .nav-link {
  font-size: 16px;
}

.food-review-header {
  border-bottom: 1px solid #e5e5e5;
}

.food-review-item {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.food-review-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.empty-area .empty-thumb {
  animation: tada 3s linear infinite;
  -webkit-animation: tada 3s linear infinite;
}

.empty-area .empty-thumb img {
  max-height: 200px;
}

.empty-area .row {
  min-height: calc(100vh - 573px);
  align-items: center;
}

.location-info {
  gap: 5px 15px;
  margin-top: 13px;
}

.nav-link {
  color: black;
}

.footer-widget .footer-logo img {
  max-width: 200px;
}

.copy-text a {
  color: #ff5722;
}

.navbar-toggler {
  padding: 0;
  border: none;
}

.dropdown-list__item span.text.text-uppercase {
  display: none;
}

.form-group .form-check-input {
  padding: 7px !important;
}

.form-group .form-check-input:checked {
  background-color: #ff5722;
  border-color: #ff5722;
  box-shadow: none;
}

.form-group .form-check-input {
  box-shadow: none;
  border: 1px solid #ff5722;
}

.form-group a {
  color: #ff5722;
}

.form-group a:hover {
  text-decoration: underline;
}

.close {
  padding: 0 4px;
}

.link {
  color: #ff5722;
}

.link:hover {
  text-decoration: underline;
}

.custom--card .card-header h5 {
  color: #fff !important;
}

@media(max-width: 575px) {
  .dropdown-list__item span.text {
    display: none;
  }

  .dropdown-list__item span.text.text-uppercase {
    display: inline-block;

  }
}