@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");
/*-- color style --*/
/*-- font style --*/
/*-- theme style --*/
/*-- media query --*/
* {
  outline: none;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #083f6b;
}

a:hover,
a:active,
a:focus {
  transition: all ease-in-out 0.3s;
  color: #002654;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #083f6b;
}

.form-control:focus {
  color: #083f6b;
  background-color: #ffffff;
  border-color: #083f6b;
  outline: 0;
  box-shadow: none;
}

html {
  font-size: 1rem;
}

body {
  font-family: "DM Sans", sans-serif;
  background-color: #ffffff;
}

a,
a:hover {
  text-decoration: none;
}

.bg-primary {
  background-color: #002654;
}

.bg-secondary {
  background-color: #083f6b;
}

.bg-accent-one {
  background-color: #5d5d5d;
}

.bg-accent-two {
  background-color: #9f9f9f;
}

.bg-white {
  background-color: #ffffff;
}

.text-white {
  color: #ffffff;
}

.text-primary-gfp {
  color: #002654;
}

.text-secondary-gfp {
  color: #083f6b;
}

.text-accent-one {
  color: #5d5d5d;
}

.text-accent-two {
  color: #9f9f9f;
}

.text-accent-three {
  color: #dddddd;
}

.text-accent-four {
  color: #effaff;
}

.text-green {
  color: #00a45d;
}

.box-shadow {
  box-shadow: 0px 3px 20px rgba(8, 63, 107, 0.1);
}

.text-shadow {
  text-shadow: 0px 3px 20px rgba(8, 63, 107, 0.1);
}

.border-radius {
  border-radius: 20px;
}

.soft-shadow {
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.1);
}

.min-w-150 {
  min-width: 150px;
}

.btn-shop {
  background-color: #ffffff;
  color: #002654;
  border-radius: 20px;
  min-width: 150px;
}
.btn-shop:hover {
  background-color: #002654;
  color: #ffffff;
}

.text-lg {
  font-size: 3.2rem;
}

.text-md {
  font-size: 2.2rem;
}

.text-sm {
  font-size: 1.2rem;
}

.fw-800 {
  font-weight: 800;
}

.fw-600 {
  font-weight: 600;
}

.rounded-full {
  border-radius: 50%;
}

.circle {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
}

.link-btn {
  background-color: #effaff;
  color: #002654;
  border-radius: 20px;
  min-width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-btn:hover {
  background-color: #002654;
  color: #ffffff;
}

/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #ffffff;
  }
  50% {
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
.recomended-btn {
  background-color: #effaff;
  color: #5d5d5d;
  border-radius: 20px;
  border: none;
}
.recomended-btn:hover {
  background-color: #002654;
}

.btn-outline {
  background-color: #ffffff;
  color: #002654;
  border-radius: 20px;
  border: 1px solid #002654;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  font-size: 0.8rem;
}
.btn-outline:hover {
  background-color: #002654;
  color: #ffffff;
}
#mainMenuBox{
	position: relative;
  z-index: 99999;
}
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: #083f6b;
  border-radius: 5px;
  color: #ffffff;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 9;wishlist
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}
.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}
.pagewrap {
position: relative;
  z-index: 9999;

}
.head-wrapper {
  display: block;
  min-height: auto;
  position: relative;
  z-index: 2;
}
.head-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  background: #5d5d5d;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: none;
}

#homeMenuBox {
  position: relative;
  height: 80vh;
  padding-top: 80px;
}
#homeMenuBox #logoHome {
  position: relative;
  display: block;
}
#homeMenuBox #boxOptionsHeader {
  position: absolute;
  top: -280px;
  width: 100%;
  color: #ffffff;
}
#homeMenuBox #boxOptionsHeader svg {
  fill: #ffffff;
  color: #ffffff;
}
#homeMenuBox #boxOptionsHeader i {
  font-size: 40px;
  color: #ffffff;
}
#homeMenuBox #navbarTop {
  margin: 0 auto;
  left: 0px;
  right: 0px;
  gap: 1.5rem;
}
#homeMenuBox #navbarTop .nav-item {
  border: solid 2px #eeeeee;
  padding-left: 12px;
  padding-right: 12px;
}
#homeMenuBox #navbarTop .nav-item .nav-link {
  color: #ffffff;
  font-weight: 600;
}
#homeMenuBox #navbarTop .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 992px) {
  #homeMenuBox #navbarTop {
    width: 100%;
    background-color: #eeeeee;
    text-align: center;
    top: -40px;
  }
  #homeMenuBox #navbarTop .nav-item {
    border: none;
    padding: 10px;
    margin: 0;
  }
  #homeMenuBox #navbarTop .nav-item .nav-link {
    color: #333333;
    font-weight: 600;
  }
  #homeMenuBox #navbarTop .nav-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  #homeMenuBox #navbarTop .nav-item .dropdown-menu {
    text-align: center;
  }
}

.header {
  box-shadow: 0px 3px 20px rgba(8, 63, 107, 0.1);
}

.page-menu li a {
  color: #5d5d5d;
}
.page-menu li a.mein-link {
  padding: 1.5rem 1.5rem !important;
}
@media screen and (max-width: 992px) {
  .page-menu li a.mein-link {
    padding: 1rem 0 !important;
  }
}
.page-menu li a:hover {
  color: #002654;
}
.page-menu li a.active {
  color: #002654;
}

.user i {
  color: #ffffff;
}
.user::after {
  content: "";
  display: none;
}

.sub-menu {
  text-align: center;
}
.sub-menu li {
  display: inline-block;
}
.sub-menu li a {
  padding: 0px 0.5rem;
}

.search-engine {
  padding: 12rem 0 5rem 0;
  background-size: cover;
  min-height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  min-height: 90vh;
}
@media screen and (max-width: 992px) {
  .search-engine {
    padding: 1rem 0;
    background-attachment: fixed;
  }
}
.search-engine:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: #002654;
  background: linear-gradient(180deg, rgba(0, 38, 84, 0.3281687675) 0%, rgba(8, 63, 107, 0.762342437) 100%);
}

.cust-tab li .nav-link,
.cust-tab li .nav-link.active {
  background-color: transparent;
  border: 0px solid transparent;
  color: #ffffff;
  position: relative;
}
.cust-tab li .nav-link:hover,
.cust-tab li .nav-link.active:hover {
  color: #002654;
}
.cust-tab li .nav-link.active:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background-color: #ffffff;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
}

.cust-pills .nav-item .nav-link {
  color: #ffffff;
  background-color: transparent;
  border: none;
  padding: 0.5rem 1rem 1.5rem 0rem;
}
@media screen and (max-width: 992px) {
  .cust-pills .nav-item .nav-link {
    padding: 0.5rem 0.5rem 1.5rem 0rem;
    font-size: 0.8rem;
  }
}
.cust-pills .nav-item .nav-link:hover {
  border-color: transparent;
  color: #002654;
}
.cust-pills .nav-item span {
  border: 1px solid #002654;
}
.cust-pills .nav-item .active span {
  background: #002654 !important;
  border: 1px solid #002654;
  position: relative;
}

.search-pan {
  background: #ffffff;
  padding: 0.8rem;
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-pan .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 50%;
}
.search-pan .dropdown .dropdown-menu {
  width: 100%;
  padding: 0px 0.5rem;
  border-radius: 0.5rem;
  /*-- Droup down Traveller --*/
}
.search-pan .dropdown .dropdown-menu .drop-rest li {
  border-bottom: 1px solid #dddddd;
  display: flex;
  padding: 1rem 0 1rem 0;
}
.search-pan .dropdown .dropdown-menu .drop-rest li span {
  font-size: 14px;
  font-weight: 500;
}
.search-pan .dropdown .dropdown-menu .drop-rest li .br {
  display: block;
  padding-top: 0px;
}
.search-pan .dropdown .dropdown-menu .drop-rest li .btn {
  background-color: #083f6b;
  color: #ffffff;
}
.search-pan .dropdown .dropdown-menu .drop-rest li .btn:hover {
  background-color: #083f6b;
}
.search-pan .dropdown .dropdown-menu .plus-minus-input {
  align-items: center;
  width: 55%;
}
@media screen and (max-width: 992px) {
  .search-pan .dropdown .dropdown-menu .plus-minus-input {
    width: 30%;
  }
}
@media screen and (max-width: 575px) {
  .search-pan .dropdown .dropdown-menu .plus-minus-input {
    width: 50%;
  }
}
.search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-button button {
  background-color: #ffffff;
  border: 1px solid #002654;
  color: #002654;
  border-radius: 0.2rem;
}
.search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-button button:hover {
  background-color: #002654;
  color: #ffffff;
}
.search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field {
  text-align: center;
  width: 40%;
  background: transparent;
  border: 0;
  margin-left: 0px !important;
}
.search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field::-webkit-inner-spin-button, .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.search-pan .form-group {
  position: relative;
  border-right: 1px solid #dddddd;
  padding-left: 1rem;
}
@media screen and (max-width: 992px) {
  .search-pan .form-group {
    border-right: 0px solid #dddddd;
    border-bottom: 1px solid #9f9f9f;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.search-pan .input-group {
  color: inherit;
}
.search-pan .form-label {
  display: block;
  text-align: left;
  font-size: 0.8rem;
  font-weight: bold;
  color: #5d5d5d;
}
.search-pan .form-control {
  font-size: 0.8rem;
  color: #9f9f9f;
  padding: 0;
  border: 0px;
  text-decoration: none;
  border-radius: 20px;
  text-align: left;
}
.search-pan .dropdown-toggle::before {
  color: #9f9f9f;
  right: 0.8rem;
}

.btn-search {
  background-color: #002654;
  min-height: 48px;
  color: #ffffff;
  width: 100%;
  border-radius: 20px;
  border: none;
  transition: all 0.2s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-search:before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: -100%;
  background: #083f6b;
  transition: all 0.2s;
  z-index: -1;
}
.btn-search:hover {
  color: #ffffff;
}
.btn-search:hover:before {
  top: 0;
  left: 0;
}

.sector-add {
  font-size: 0.625rem;
  background-color: #effaff;
  border-radius: 20px;
  color: #5d5d5d;
  padding: 0 10px;
}

.mode-switch {
  position: relative;
  font-size: 0.8rem;
}
.mode-switch input[type=checkbox] {
  cursor: pointer;
  width: 50px;
  height: 25px;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0px;
}
.mode-switch input[type=checkbox]:checked + label.mode-switch-inner:after {
  content: attr(data-on);
  left: 80px;
  background: #002654;
}
.mode-switch input[type=checkbox]:checked + label.mode-switch-inner:before {
  content: attr(data-off);
  right: auto;
  left: 20px;
}
.mode-switch > label.mode-switch-inner {
  margin: 0px;
  width: 160px;
  height: 30px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  display: block;
}
.mode-switch > label.mode-switch-inner:before {
  content: attr(data-on);
  position: absolute;
  top: 7px;
  right: 20px;
}
.mode-switch > label.mode-switch-inner:after {
  content: attr(data-off);
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: #002654;
  border-radius: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  transition: all 0.3s ease;
}

.subs-form {
  position: relative;
  min-height: 60px;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 0.5rem;
}
.subs-form input {
  border-radius: 20px;
  font-size: 0.875rem;
}
.subs-form button {
  border-radius: 20px !important;
  min-width: 150px;
  font-size: 0.875rem;
}

.testimonials {
  position: relative;
  background-color: rgba(0, 38, 84, 0.05);
}
.testimonials .client-con {
  text-align: justify;
  background-color: #ffffff;
  border-radius: 20px;
}
.testimonials figure {
  width: 80px;
  height: 80px;
}
.testimonials .owl-nav {
  display: relative;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
.testimonials .owl-nav button {
  padding: 6px 10px;
}
.testimonials .owl-nav button:first-child {
  margin-right: 15px;
}

#partners .container {
  border-bottom: solid 1px #ccc;
}

.footer {
  background-color: #ffffff;
}
.footer .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.footer .fl-menu li {
  list-style: none;
  line-height: 34px;
}
.footer .fl-menu li a {
  color: #9f9f9f;
  position: relative;
  font-size: 0.875rem;
}
.footer .fl-menu li a:hover {
  color: #002654;
}
.footer .footer-link li {
  line-height: 2.5rem;
  padding: 0 1rem;
}
.footer .footer-link li a {
  color: #9f9f9f;
  padding: 0 0 0.5rem 0;
  font-size: 0.8rem;
}
.footer .footer-link li a:hover {
  color: #002654;
}
.footer .social a,
.footer .social .botom-link {
  color: #5d5d5d;
}
.footer .social a:hover,
.footer .social .botom-link:hover {
  color: #002654;
}

.aboutSpace {
  background-color: rgba(0, 38, 84, 0.05);
}
.aboutSpace .text-medium {
  font-size: 1.4rem;
}
.aboutSpace img {
  border: solid 5px #eeeeee;
}

.recommended {
  padding-top: 2rem;
  padding-bottom: 5rem;
z-index: 0;

}

.recommended .content-activites{
padding: 60px 0;
background-image:url(../images/paraty.jpg); 
background-position: top center; 
background-repeat: repeat;
}
.recommended .card-wrap  {
  background-color: #ffffff;
}
.recommended .card-wrap figure {
  background-color: #ffffff;
}
.recommended .card-wrap .con-img-wrap {
  position: relative;
  overflow: hidden;
position: relative;
z-index: 2;
}
.recommended .card-wrap .con-img-wrap img {
  transition: all 0.2s ease;
}
.recommended .card-wrap .con-img-wrap img:hover {
  transform: scale(1.1);
}
.recommended .card-wrap .con-wrap-title  {
position: relative;
margin-top: -40px;
  background-color: #ffffff;
z-index: 99;
}
.recommended .card-wrap .con-img-wrap .offer-tag {
  background-color: #002654;
  border-radius: 0 0 50% 50%;
  width: 50px;
  height: 45px;
  display: block;
  position: absolute;
  left: 50px;
  top: 0px;
  text-align: center;
  line-height: normal;
  color: #083f6b;
  font-size: 0.8rem;
}
.recommended .card-wrap .con-img-wrap .wishlist-tag {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 0;
  display: flex;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  background: #ffffff;
  justify-content: center;
  align-items: center;
  line-height: normal;
  border-radius: 100%;
  color: #083f6b;
  cursor: pointer;
}
.recommended .card-wrap .con-img-wrap .wishlist-tag.active {
  background: #be0000;
  color: #ffffff;
}
.recommended .card-wrap .con-img-wrap .wishlist-tag:hover {
  background: #be0000;
  color: #ffffff;
}
.recommended .card-wrap .con-wrap .rating-cover {
  color: #9f9f9f;
}
.recommended .card-wrap .con-wrap .rating-cover i {
  color: #ffc107;
}
.recommended .card-wrap .con-wrap .timing {
  color: #9f9f9f;
}
.recommended .card-wrap .con-wrap .timing i {
  color: #002654;
}
.recommended .owl-nav {
  display: relative;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  margin-top: 40px;
  font-size: 1.6rem;
}
.recommended .owl-nav button {
  padding: 6px 10px;
}
.recommended .owl-nav button:first-child {
  margin-right: 15px;
}

.special-offers {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.special-offers .box {
  position: relative;
  max-height: 450px;
  height: 450px;
  background-color: #5d5d5d;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 20px;
  padding-left: 3rem;
}
.special-offers .box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #002654;
  background: linear-gradient(180deg, rgba(0, 38, 84, 0.3281687675) 0%, rgba(8, 63, 107, 0.762342437) 100%);
  z-index: 0;
}
.special-offers .box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  z-index: 1;
}
.special-offers .product01 {
  background-image: url(../images/section/product-banner01.png);
}
.special-offers .product02 {
  background-image: url(../images/section/product-banner02.png);
}

.destinations {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.destinations .destination-pill .nav-item .nav-link.active {
  background-color: #effaff;
  color: #083f6b;
  border-radius: 20px;
}
.destinations .destination-pill .nav-item .nav-link {
  color: #083f6b;
}

/*-- flight experience css --*/
.experience {
  align-items: center;
  justify-content: center;
  display: flex;
  padding-bottom: 3rem;
}
.experience .wrap {
  position: relative;
  background-color: rgba(0, 38, 84, 0.1);
  background-image: url(../images/section/bg-picture.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 6rem;
  background-position: center center;
  background-attachment: fixed;
  border-radius: 20px;
  overflow: hidden;
}
.experience .wrap::before {
  content: "";
  background: rgba(8, 63, 107, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.experience .group {
  display: flex;
  min-height: 120px;
  border-radius: 20px;
  justify-content: center;
  background-position: center center;
}
.experience .video-icon {
  border-radius: 50%;
  background-color: #002654;
  color: #ffffff;
  line-height: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseBig infinite 4s linear;
}
.experience .video-icon:hover {
  background-color: #083f6b;
}
.experience .video-icon:hover i {
  color: #ffffff;
}
.experience .video-icon i {
  color: #ffffff;
  font-size: 2rem;
  margin-left: 6px;
}

.action {
  width: 3.75rem;
  height: 3.75rem;
  padding: 1.4rem;
  justify-content: center;
  align-items: center;
  display: flex;
  animation: pulseBig infinite 4s linear;
}
.action:hover {
  background-color: #083f6b;
}
main {
  z-index: 0;

}
main h4 {
  font-size: 1.2rem;
}
main #newsletter {
  background-color: #002654;
}
main .page h1 {
  font-size: 2.4rem;
}
main .page h2 {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
main .page figure {
  position: relative;
  float: left;
  margin: 0 0 0.5rem;
}
main .page .form-group {
  margin: 6px 0px;
}
main .page .form-group input {
  height: 50px;
}
main .page h3.call {
  color: #777;
}

.scrollToTop {
  background-color: #002654;
}
.scrollToTop:hover {
  background-color: #083f6b;
}

#callWhatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 60px;
  width: 60px;
  transition: 0.2s;
  border-radius: 50px;
  overflow: hidden;
}
#callWhatsapp svg {
  height: auto;
}
#callWhatsapp:hover {
  transform: scale(1.2);
  transition: 0.5s;
}

#scrollUp {
  position: fixed;
  background-color: #083f6b;
  color: #eeeeee;
  text-align: center;
  padding: 14px 20px;
  border-radius: 50%;
  left: 20px;
  bottom: 20px;
  transition: 0.2s;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
}
#scrollUp:hover {
  transform: scale(1.2);
  transition: 0.5s;
}

/** PAGINATION **/
main #pagination .page-item.disabled .page-link svg {
  color: #ccc;
}

main #pagination .page-item {
  font-weight: 600;
  color: #999999;
}

main #pagination .page-item .page-link {
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #083f6b;
}

main #pagination .page-item .page-link svg {
  margin-top: 12px;
  color: #083f6b;
}

main #pagination .page-item.active .page-link {
  border-color: #083f6b;
  background-color: #083f6b;
  color: #dfdfdf;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

main ul.social-shared {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline;
}

main ul.social-shared li {
  display: inline-block;
}

main ul.social-shared li a {
  color: #999;
}

main ul.social-shared li a:hover {
  color: #083f6b;
}

main .page #showItems .card-wrap {
  background-color: #ffffff;
}
main .page #showItems .card-wrap .con-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
main .page #showItems .card-wrap .con-img-wrap img {
  transition: all 0.2s ease;
}
main .page #showItems .card-wrap .con-img-wrap img:hover {
  transform: scale(1.1);
}
main .page #showItems .card-wrap .con-img-wrap .offer-tag {
  background-color: #002654;
  border-radius: 0 0 50% 50%;
  width: 50px;
  height: 45px;
  display: block;
  position: absolute;
  left: 50px;
  top: 0px;
  text-align: center;
  line-height: normal;
  color: #083f6b;
  font-size: 0.8rem;
}
main .page #showItems .card-wrap .con-img-wrap .wishlist-tag {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  display: flex;
  width: 30px;
  height: 30px;
  padding-top: 2px;
  background: #ffffff;
  justify-content: center;
  align-items: center;
  line-height: normal;
  border-radius: 100%;
  color: #083f6b;
  cursor: pointer;
}
main .page #showItems .card-wrap .con-img-wrap .wishlist-tag.active {
  background: #be0000;
  color: #ffffff;
}
main .page #showItems .card-wrap .con-img-wrap .wishlist-tag:hover {
  background: #be0000;
  color: #ffffff;
}
main .page #showItems .card-wrap .con-wrap .rating-cover {
  color: #9f9f9f;
}
main .page #showItems .card-wrap .con-wrap .rating-cover i {
  color: #ffc107;
}
main .page #showItems .card-wrap .con-wrap .timing {
  color: #9f9f9f;
}
main .page #showItems .card-wrap .con-wrap .timing i {
  color: #002654;
}

#page .owl-nav .owl-prev {
  position: absolute;
  left: 30px;
  margin-top: -23px;
  border-radius: 50px;
  height: 46px;
  width: 46px;
  background-color: rgba(200, 200, 200, 0.5);
}
#page .owl-nav .owl-prev:hover {
  background-color: #9f9f9f;
  color: #333333;
}
#page .owl-nav .owl-next {
  position: absolute;
  right: 30px;
  margin-top: -23px;
  border-radius: 50px;
  height: 46px;
  width: 46px;
  background-color: rgba(200, 200, 200, 0.5);
}
#page .owl-nav .owl-next:hover {
  background-color: #9f9f9f;
  color: #333333;
}/*# sourceMappingURL=main.css.map */