/*Main Css */

::selection {
  background: #d21241;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #d21241;
}

/* Tabbing CSS */

[class^="box-"] {
  display: none;
}

[class^="box-"].showfirst {
  display: block;
}

/* Accordion CSS */

.myaccordion li .faq-opt {
  display: none;
}

.myaccordion li.active .faq-opt {
  display: block;
}

.myaccordion li.active .faq-ang h4:before {
  content: "\f077";
}

body {
  font-family: "Barlow";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cinzel";
  display: block;
  font-weight: normal;
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
}

a:hover {
  color: #d21241;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Barlow";
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */

.pad-sec {
}

.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Heading Classes */

.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}

.hding-2 h2 {
}

.hding-3 h3 {
}

.hding-4 h4 {
}

.hding-5 h5 {
}

.hding-6 h6 {
}

.para {
}

.highlighted {
  color: #ff5e14;
}

/* Custom Slick Css */

.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #d21241;
  width: 10px;
  height: 10px;
}

/*header css*/

header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.header-topbar {
  padding: 0 45px;
  border-bottom: 1px solid #ffffff11;
  background-color: #7b001f;
}

.header-info {
  font-size: 0;
  padding: 15px 0 15px 15px;
  position: relative;
}

.header-info::before {
  content: "";
  background-color: #ffffff11;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 1px;
  height: 100%;
}

.header-info > li {
  display: inline-block;
  vertical-align: top;
}

.header-info > li:not(:last-child) {
  padding-right: 15px;
}

.header-info i {
  color: #fff;
  font-size: 14px;
  padding-right: 5px;
}

.header-phone i {
  transform: rotate(100deg);
}

.header-info a {
  color: #fff;
  font-size: 15px;
}

.header-socials {
  font-size: 0;
  padding: 15px 0;
  border-left: 1px solid #ffffff11;
  border-right: 1px solid #ffffff11;
  max-width: 220px;
  margin-left: auto;
}

.header-socials > li {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  position: relative;
}

.header-socials > li:not(:last-child)::before {
  content: "";
  background-color: #ffffff11;
  width: 1px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header-socials a {
  font-size: 14px;
  color: #fff;
}

.header-socials a:hover {
  color: #d21241;
}

.main-header {
  padding: 10px 60px 10px;
  background-color: #fff;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
}

.logo-rewards {
  width: 170px;
  /*filter: brightness(0) invert(1);*/
}

/* Hamburger Menu */

.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #000;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
}

.menu-Bar.open span {
  background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */

.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.menu > li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  position: relative;
}

.menu > li > a {
  display: block;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  /* font-weight: 600; */
}

.menu > li:hover > a,
.menu > li.active > a {
  color: #d21241;
}

.dropdown-menu-alt {
  position: relative;
}
.dropdown-menu-alt::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: -20px;
  height: 22px;
}
.dd-icon {
  font-size: 12px;
  margin-left: 2px;
}
.mini-dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 32px;
  transform: translateY(-15px);
  will-change: transform;
  left: 0;
  width: 180px;
  background-color: #fff;
  text-align: left;
  margin: auto;
  transition: 0.4s;
  z-index: 2;
  border: solid 1px #d21241;
}
.mini-dropdown > li {
  margin-left: 0;
  width: 100%;
  position: relative;
}
.mini-dropdown > li > a {
  color: #1d1d1d !important;
  font-size: 0.8rem !important;
  padding: 10px 15px;
  font-weight: 500;
  display: block;
  transition: all 0.3s ease-in-out;
}
.mini-dropdown > li > a:hover {
  background-color: #d21241;
  color: #fff !important;
}
.dropdown-menu-alt:hover .mini-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.header-btn {
  height: 55px;
  width: 170px;
  background-color: #d21241;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.header-btn:hover {
  color: #fff;
}

.header-btn span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #b00831;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-right: 12px;
  box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.3);
}

.menuWrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

/* Main Banner CSS */

.home-hero {
  position: relative;
}

.mainBanner {
  background-size: cover;
  background-position: top;
  height: 830px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
}

.mainBanner .container {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff66;
    border-radius: 6px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.mainBanner h1 {
  color: #000;
  font-size: 70px;
  line-height: 65px;
  padding-bottom: 25px;
  font-weight: 500;
}

.mainBanner h1 span {
  color: #d21241;
}

.mainBanner p {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.banner-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}

.banner-btns a {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.banner-btns a:hover {
  color: #d21241;
}

.hero-reviews {
  position: absolute;
  bottom: 150px;
  left: 50px;
  border: 0.8px solid rgba(255, 255, 255, 0.8);
  border-radius: 35px;
  height: 55px;
  width: 100%;
  max-width: 320px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 3px 3px;
  background-color: #ffffff70;
}

.hero-reviews > span {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #d21241;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
}

.hero-reviews > span i {
  transform: rotate(29deg);
}

.hero-reviews h6 {
  font-family: "Barlow";
  font-size: 18px;
  color: #000;
  /* padding-bottom: 5px; */
}

.hero-reviews p {
  font-size: 15px;
  color: #000;
}

.hero-reviews p span {
  font-size: 20px;
}

.hero-form {
  position: relative;
  background-color: #1e1e1e;
  padding: 25px 60px;
}

.hero-form {
  position: relative;
  background-color: #fff;
  padding: 25px 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 1520px;
  display: flex;
  align-items: center;
  color: #fff;
}

.hero-form-input label {
  color: #000;
  font-size: 18px;
}

.hero-form-input {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 10px;
}

.hero-form-input input,
.hero-form-input select {
  border: 1px solid #535353;
  height: 45px;
  padding: 0 10px;
  color: #000;
  font-size: 14px;
}

.hero-form-input input {
  width: 250px;
}

.hero-form-input.hero-form-number input {
  max-width: 95px;
  text-align: center;
}

.hero-form button,
.make-resbtn {
  width: 190px;
  height: 80px;
  line-height: 80px;
  background-color: #d21241;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  flex-shrink: 0;
  /*position: absolute;*/
  /*left: calc(100% - 45px);*/
  /*top: -35px;*/
  /*cursor: pointer;*/
  text-align: center;
}

.make-resbtn:hover {
  background-color: #d21241;
  color: #fff;
}

.home-about {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding: 100px 0;
}

.mx-width .container-fluid {
  max-width: 1500px;
}

.section-heading {
  padding-bottom: 15px;
}

.section-heading h6 {
  color: #9e9e9e;
  font-size: 24px;
  font-weight: 300;
  font-family: "Barlow";
  padding-bottom: 10px;
}

.section-heading h2 {
  color: #1d2327;
  font-size: 60px;
  line-height: 55px;
  font-weight: 500;
}

.section-heading h2 span {
  color: #d21241;
  display: inline;
}

.para {
  color: #272727;
  font-size: 18px;
  line-height: 26px;
}

.home-about-img {
  position: relative;
}

.home-about-01 {
  display: block;
  margin-left: auto;
}

.home-about-02 {
  margin-top: -320px;
}

.home-about-left {
  padding-right: 75px;
}

.home-about-years {
  display: flex;
  align-items: center;
  background-color: #d21241;
  height: 65px;
  width: 210px;
  justify-content: center;
  right: -9%;
  bottom: 72%;
  transform: translate(-20%, -50%);
  position: absolute;
}

.home-about-years span {
  color: #fff;
  font-size: 52px;
  font-weight: 500;
  padding-right: 10px;
}

.home-about-years h6 {
  font-family: "Barlow";
  color: #fff;
  font-weight: 500;
}

.home-about-reservation {
  position: absolute;
  right: 100%;
  bottom: 4px;
  border: 1px solid #a5a5a5;
  border-right: none;
  padding: 5px 5px;
  width: 100%;
  max-width: 245px;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-about-reservation span {
  width: 45px;
  height: 45px;
  background-color: #d21241;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
}

.home-about-reservation span i {
  transform: rotate(100deg);
}

.home-about-reservation h6 {
  color: #1e1e1e;
  font-size: 18px;
  font-family: "Barlow";
  font-weight: 500;
  padding-bottom: 5px;
}

.home-about-reservation a {
  color: #d21241;
  font-size: 20px;
  font-weight: 600;
}

.home-services {
  padding: 75px 0;
  position: relative;
}

.home-services {
  padding: 71px 0;
  position: relative;
  /* background: linear-gradient( 180deg, rgba(29, 35, 39, 1) 0%, rgba(29, 35, 39, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/bg-services.jpg);
}

.section-heading-white h6,
.section-heading-white h2 {
  color: #fff;
}

.para-white {
  color: #fff;
}

.services-wrap {
  padding-top: 30px;
}

.service-box {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px 40px;
  overflow: hidden;
  margin-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: flex-start;
  justify-content: flex-end;
}

.service-box-body h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  font-family: "Barlow";
  padding-bottom: 5px;
}

.service-box-body h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-bottom: 12px;
  font-family: "Barlow";
}

.service-box-hover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.service-box-hover p {
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  max-width: 250px;
}

.service-box-hover a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
}

.service-box-hover a i {
  color: #d21241;
}

.service-box.service-box-tall .service-box-hover p {
  max-width: 160px;
}

.service-box.service-box-tall .service-box-hover a {
  font-size: 13px;
}

.service-box.service-box-tall {
  min-height: 470px;
}

.service-box.service-box-wide {
  min-height: 345px;
  margin-bottom: 15px;
}

.service-box-booking {
  position: absolute;
  right: 45px;
  top: 45px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  writing-mode: vertical-lr;
  border: 2px solid rgba(255, 255, 255, 0.5);
  width: 35px;
  height: 90px;
  text-align: center;
  line-height: 30px;
}

.service-box-body {
  width: 100%;
  /* margin-bottom: 10px;
     */
  padding-bottom: 30px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.service-box-body h3::before {
  content: "";
  background-color: #d21241;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 45%;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

.service-box:hover .service-box-body h3::before {
  width: 100%;
}

.service-box:hover .service-box-body {
  padding-bottom: 10px;
}

.service-box-inner-wrap {
  width: 100%;
  transform: translateY(75px);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.service-box:hover .service-box-inner-wrap {
  transform: translateY(0);
}

.home-video-holder {
  position: relative;
}

.home-video-holder img {
  width: 100%;
}

.home-video-holder a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #d21241;
  margin: auto;
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-video-review {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 330px;
  height: 320px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 15%;
  bottom: -160px;
  padding: 45px 30px;
}

.home-video-review p {
  color: #fff;
  font-size: 25px;
  line-height: normal;
  position: relative;
  padding-top: 50px;
}

.home-video-review p::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 36px;
}

.home-video-right {
  padding-top: 50px;
  padding-left: 75px;
  max-width: 840px;
}

.home-video-text h5 {
  font-family: "Barlow";
  text-transform: uppercase;
  color: #272727;
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.list-caret {
  list-style: disclosure-closed;
  list-style-position: inside;
}

.list-caret li::marker {
  color: #d21241;
}

.list-caret > li {
  color: #272727;
  font-size: 17px;
  line-height: normal;
  margin-bottom: 10px;
}

.home-video-right-img {
  padding-top: 50px;
}

.home-facilities {
  padding: 250px 0 75px;
}

.section-heading.text-center .para {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}

.facilities-list {
  font-size: 0;
  margin: 0 -15px;
}

.facilities-list > li {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.facility-box {
  padding: 25px 30px;
  border: 1px solid #ddd;
}

.facility-box-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 25px;
}

.facility-box-head h5 {
  color: #272727;
  font-size: 25px;
  font-weight: 500;
  font-family: "Barlow";
  padding-bottom: 15px;
  position: relative;
}

.facility-box-head h5::before {
  content: "";
  background-color: #d21241;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2.5px;
  width: 50px;
}

.facility-box p {
  color: #838383;
  font-size: 17px;
  line-height: 21px;
  max-width: 93%;
}

.facility-box-head img {
  width: 50px;
}

.home-testimonials {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
}

.home-testimonials .container-fluid {
  max-width: 1500px;
}

.home-testimonials .section-heading h6 {
  color: #d21241;
}

.home-testimonials .section-heading h2 {
  /*color: #fff;*/
}

.testimonial-box p {
  color: #000;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 25px;
}

.testimonial-box-footer {
  display: flex;
  align-items: center;
  gap: 30px;
}

.testimonial-box-footer span {
  font-size: 10px;
  color: #c7133f;
}

.testimonial-box-footer h5 {
  font-family: "Barlow";
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding-top: 4px;
  padding-bottom: 3px;
}

.testimonial-box-footer h6 {
  font-family: "Barlow";
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.testimonial-booking {
  padding: 40px 40px 60px;
  background-color: #d21241;
  margin-bottom: -120px;
}

.testimonial-booking-head {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 16px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.testimonial-booking-head h6 {
  color: #fff;
  font-family: "Barlow";
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 5px;
}

.testimonial-booking-head h5 {
  color: #fff;
  font-family: "Barlow";
  font-size: 28px;
  font-weight: bold;
}

.testimonial-booking-form input,
.testimonial-booking-form select {
  height: 60px;
  padding: 0 15px;
  background-color: #fff;
  color: #838383;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
}

.testimonial-booking-form button {
  width: 100%;
  height: 60px;
  background-color: #272727;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  cursor: pointer;
}

.review-logos-strip {
  padding: 55px 0;
}

.review-logos-strip .container-fluid {
  max-width: 1500px;
}

.review-logo-items {
  font-size: 0;
  margin: 0 -50px;
}

.review-logo-items > li {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  padding: 0 50px;
  position: relative;
}

.review-logo-items img {
  max-width: 180px;
  width: 100%;
}

.review-logo-items > li:not(:last-child)::after {
  content: "";
  background-color: #dfdfdf;
  height: 45px;
  width: 1px;
  position: absolute;
  right: 0;
  top: -5px;
}

.home-follow {
  height: 775px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  display: flex;
  align-items: center;
}

.home-follow h3 {
  color: #1d2327;
  font-size: 43px;
  padding-bottom: 10px;
  text-align: center;
}

.home-follow h6 {
  font-family: "Barlow";
  text-align: center;
  color: #676666;
  font-size: 20px;
  font-weight: 300;
  padding-bottom: 12px;
  position: relative;
}

.home-follow h6::before {
  content: "";
  background-color: #d21241;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  max-width: 90px;
  margin-left: auto;
  margin-right: auto;
}

.home-follow .container-fluid {
  width: 100%;
  max-width: 1440px;
  height: 100%;
}

.home-follow-wrap {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-follow-img {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13%;
}

.home-follow-img a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 64px;
  width: 64px;
  background-color: #d21241;
  margin: auto;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.home-follow-img:hover a {
  opacity: 1;
  visibility: visible;
}

.home-follow-img.hfi-01 {
    top: 36%;
    left: 5%;
}

.home-follow-img.hfi-02 {
    top: 11%;
    left: 20%;
}

.home-follow-img.hfi-03 {
    top: 11%;
    left: 65%;
}


.home-follow-img.hfi-04 {
    right: 9%;
    top: 37%;
}


.home-follow-img.hfi-05 {
    left: 20%;
    bottom: 20%;
}


.home-follow-img.hfi-06 {
    bottom: 11%;
    left: 43%;
}

.home-follow-img.hfi-07 {
  bottom: 20%;
  right: 22%;
}

footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #7b001f;
}

footer .container-fluid {
  max-width: 1500px;
}

.footer-top {
  padding: 90px 0 35px;
}

footer .widget h4 {
  color: #fff;
  font-family: "Barlow";
  font-weight: 500;
  font-size: 26px;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 25px;
  position: relative;
}

footer .widget h4::before {
  content: "";
  background-color: #d21241;
  width: 60px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-about {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 30px;
}

.footer-social-title {
  color: #fff;
  font-family: "Barlow";
  font-size: 18px;
  padding-bottom: 10px;
}

.footer-socials > li {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
}

.footer-socials > li:not(:last-child) {
  border-right: 1px solid #3b3b3b;
}

.footer-socials a {
  font-size: 15px;
  color: #fff;
}

.footer-socials a:hover {
  color: #d21241;
}

.footer-menu > li {
  padding-left: 10px;
  position: relative;
}

.footer-menu > li::before {
  content: "";
  background-color: #fff;
  width: 5px;
  height: 1px;
  position: absolute;
  top: 8px;
  left: 0;
}

.footer-menu > li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-menu a:hover {
  color: #d21241;
}

.footer-contact-details > li {
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}

.footer-contact-details span {
  color: #d21241;
  font-size: 18px;
  margin-right: 15px;
}

.footer-contact-details a,
.footer-contact-details p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.footer-contact-details a:hover {
  color: #d21241;
}

.footer-bottom {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.footer-bottom::before {
  content: "";
  background-color: #d21241;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 480px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  bottom: 0;
  height: 25px;
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom p {
  color: #fff;
  font-size: 15px;
  padding-bottom: 25px;
}

.footer-apps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.home-facilities .section-heading {
  padding-bottom: 50px;
}

.home-services .section-heading {
  margin-right: 25px;
  position: relative;
  padding-right: 25px;
}

.home-services .section-heading::before {
  content: "";
  background-color: #8e9193;
  width: 1px;
  height: 90px;
  position: absolute;
  right: 0;
  top: 10px;
}

.offers-sections img{
    padding-top:25px;
}

/* about us */

.page-header {
  height: 490px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 125px;
}

.page-header .container {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff70;
}

.page-header h2 {
  font-size: 34px;
  font-weight: 500;
  color: #000;
  padding-bottom: 25px;
  position: relative;
}

.page-header h2::after {
  content: "";
  background-color: #d21241;
  width: 70px;
  height: 5px;
  border-radius: 2.5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.page-header p {
  color: #000;
  font-size: 16px;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  line-height: normal;
  text-align: center;
}

.message-from-owner {
  background-color: #1d2327;
  font-size: 0;
}

.message-from-owner .container-fluid {
  max-width: 1440px;
}

.message-from-owner h3 {
  font-size: 54px;
  color: #fff;
}

.message-from-owner h6 {
  font-size: 20px;
  color: #fff;
  font-family: "Barlow";
  font-weight: 300;
  padding-bottom: 25px;
}

.message-from-owner p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  max-width: 690px;
}

.mfo-left {
  padding-left: 55px;
}

.home-video .para {
  padding-bottom: 35px;
}

.home-video.home-video-about {
  padding-bottom: 175px;
}

.dining-service-item h3 {
  font-size: 60px;
  font-weight: 500;
  padding-bottom: 35px;
}

.dining-service-item h3 span {
  color: #d21241;
}

.dining-service-item p {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 25px;
  max-width: 690px;
}

.dining-services-sec {
  padding-top: 100px;
}

.dining-service-item {
  padding-bottom: 65px;
}

.health-club-gallery {
  padding: 75px 60px;
}

.health-gallery-list {
  font-size: 0;
  padding-top: 35px;
}

.health-gallery-list > li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
}

.health-gallery-list img {
  width: 100%;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}

.health-gallery-box {
  position: relative;
}

.health-gallery-box:hover img {
  filter: grayscale(0);
}

.news-sec {
  padding: 75px 0;
}

.news-sec .section-heading {
  padding-bottom: 35px;
}

.rooms-booking-wrap .hero-form {
  position: static;
}

.room-service-item h3 {
  font-size: 60px;
  font-weight: 500;
  padding-bottom: 35px;
}

.room-service-item h3 span {
  color: #d21241;
}

.room-service-item p {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 25px;
  max-width: 690px;
}

.room-services-sec {
  padding-top: 100px;
}

.room-service-item {
  padding-bottom: 65px;
}

.room-service-item h6 {
  color: #9e9e9e;
  font-size: 20px;
  padding-bottom: 10px;
  font-family: Barlow;
}

.room-detail-sec {
  padding: 75px 0;
}
.room-detail-sec .container-fluid {
  max-width: 1500px;
}
.room-images-wrap img {
  width: 100%;
}

.room-images-wrap > img {
  padding-bottom: 30px;
}

.room-detail-sec .header-btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 50px;
}

.contact-details-sec {
  padding: 75px 60px;
}
.contact-details-sec .section-heading {
  padding-bottom: 50px;
}

.contact-detail-wrap h5 {
  font-size: 24px;
  padding-bottom: 15px;
}
.contact-detail-wrap p {
  font-size: 16px;
  padding-bottom: 25px;
}
.contact-detail-wrap a {
  color: #000;
}

.map-wrap iframe {
  width: 100%;
  height: 500px;
}
.contact-form-sec {
  padding-bottom: 75px;
  padding-left: 60px;
  padding-right: 60px;
}
.contact-form-sec {
}
.contact-form-sec h5 {
  font-size: 26px;
  padding-bottom: 15px;
}
.contact-form-wrap input {
  width: 100%;
  height: 45px;
  border: 1px solid #bdbdbd;
  padding: 0 15px;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
.contact-form-wrap textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #bdbdbd;
  padding: 15px 15px;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
.contact-form-wrap button {
  background-color: #d21241;
  width: 100%;
  color: #fff;
  height: 50px;
  font-weight: bold;
  font-size: 18px;
}

.ramada-gold-card-sec {
  padding: 75px 0;
}
.ramada-gold-card-sec .header-btn {
  width: 340px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}

.menu > li:first-child {
  margin-left: 0;
}

.tabnav-packages {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 35px;
}
.tabnav-packages > li {
  display: inline-block;
  padding: 0 10px;
}
.tabnav-packages a {
  color: #000;
  font-size: 18;
  background-color: #efefef;
  padding: 12px 35px;
}
.tabnav-packages .active a {
  background-color: #d21241;
  color: #fff;
}

.gallery-items {
  font-size: 0;
  margin: 0 -15px;
}
.gallery-items > li {
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}



.custom-captcha h6 {
  font-weight: 600;
  padding-left: 10px;
}


.captcha-flex {
  display: flex;
  align-items: center;
  margin-top:10px;
  margin-bottom:15px;
}


.captcha-flex label {
  border: 1px solid #000;
  text-align: center;
}


.custom-captcha input {
  height: 46px;
  border: 1px solid #eeeeee;
  padding: 20px;
  appearance: textarea;
  -webkit-appearance: textfield;
}


select#booking_purpose option {
    -webkit-appearance: none;
    color: #000;
}



.inquiry-form-wrap {
  padding: 40px 30px;
  background-color: #d21241;
  text-align: center;
}
.inquiry-form-wrap h5 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  font-family: "Barlow";
  padding-bottom: 25px;
}
.inquiry-input label {
  width: 100%;
  color: #fff;
  text-align: left;
  padding-bottom: 5px;
  font-weight: 500;
}
.inquiry-input input {
  width: 100%;
  color: #000;
  background-color: #fff;
  height: 45px;
  padding: 0 15px;
}
.inquiry-input {
  padding-bottom: 15px;
}
.inquiry-form-wrap button {
  width: 100%;
  background-color: #000;
  color: #fff;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}


.wrewards-sec {
  padding: 30px 0;
  background-color: #d2d2d240;
}
.wrewards-sec h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Barlow";
  color: #202c5d;
  padding-bottom: 15px;
}
.wrewards-sec p {
  font-size: 18px;
  line-height: normal;
  max-width: 100%;
}

.wrewards-sec img {
  width: 240px;
}



@media (max-width: 1600px) {
  .menu > li {
    margin-left: 25px;
  }
}
@media (min-width: 1200px) {
  .widget.widget-03 {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
  }
  .widget-center::before,
  .widget-center:after {
    content: "";
    width: 1px;
    height: 135px;
    position: absolute;
    bottom: 0;
    background-color: #3b3b3b;
  }
  .widget-center::before {
    left: -20px;
  }
  .widget-center:after {
    right: 50px;
  }
  .widget.widget-02 {
    padding-left: 120px;
    padding-right: 50px;
  }
}

@media (max-width: 1700px) {
  .hero-form {
    padding: 25px 25px;
    max-width: 1360px;
  }
  .hero-form button,
  .make-resbtn {
    width: 160px;
    height: 60px;
    line-height: 60px;
    left: calc(100% - 20px);
  }
  .home-video-review {
    bottom: -100px;
  }
  .hero-form-input input {
    width: 200px;
  }
}

@media (max-width: 1440px) {
  .menu>li {
    margin-left: 25px;
  }
  .hero-form button,
  .make-resbtn {
    left: calc(100% - 170px);
    top: -60px;
  }
  .hero-form-input label {
    font-size: 16px;
  }
  .home-video-review {
    bottom: 0;
  }
  .list-caret > li {
    font-size: 15px;
  }
  .home-video-text h5 {
    font-size: 22px;
  }
  .hero-form button,
  .make-resbtn {
    width: 140px;
    font-size: 16px;
  }
  .hero-form {
    padding: 25px 15px;
  }

  .main-header {
    padding: 30px 10px 10px;
  }

  .menuWrap {
    gap: 10px;
  }
  
  .home-follow-img.hfi-04 {
  top: 29%;
}




}



.booking-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
}
.booking-popup-wrap {
  background-color: #fff;
  width: 100%;
  max-width: 400px;
  padding: 35px 25px;
  border-radius: 15px;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.booking-popup-wrap h3 {
  color: #7b001f;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  padding-bottom: 10px;
}
.bf-input label {
  width: 100%;
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: 500;
  padding-left: 10px;
}
.bf-input input {
  width: 100%;
  border: 1px solid #d2d2d2;
  height: 45px;
  padding: 0 15px;
  font-size: 14px;
}
.bf-input {
  padding-bottom: 15px;
}
#booking-form-popup button {
  background-color: #d21241;
  width: 100%;
  height: 50px;
  color: #fff;
  font-weight: bold;
}
.submit-loader {
  display:none;
  animation:spinner 0.6s ease-in-out infinite
}

@keyframes spinner{
  0%{
    transform: rotate(0deg)
  }
  50%{
     transform: rotate(180deg)
  }
  100%{
     transform: rotate(360deg)
  }
}



.closepopup {
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5px;
  top: 5px;
}



.btn-theme-red {
  background-color: #d21241;
  color: #fff;
  padding: 15px 35px;
  font-weight: bold;
  margin-top: 25px;
}
.btn-theme-red:hover {
  background-color: #fff;
  color: #d21241;
}



.testimonial-booking label {
  color: #fff;
}
.testimonial-booking input {
  color: #fff;
}
.testimonial-booking input::placeholder {
  color: #fff;
}
.testimonial-booking button {
  background-color: #fff !important;
  color: #d21241 !important;
}



.membership-form-wrap {
  border: 1px solid #d21241;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 25px;
}
.membership-form {
  padding-bottom: 35px;
}
.membership-form-wrap h2 {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 25px;
  text-align: center;
}
.membership-form-wrap input {
  border: 1px solid #d2d2d2;
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
  padding: 0 15px;
  border-radius: 5px;
}
.membership-form-wrap select {
  border: 1px solid #d2d2d2;
  width: 100%;
  margin-bottom: 20px;
  height: 50px;
  padding: 0 15px;
  border-radius: 5px;
}
.membership-form-wrap button {
  width: 100%;
  background-color: #d21241;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}


@media (min-width:767px) and (max-width:1600px)
{
    
.home-about-reservation {
  position: static;
  border-right: 1px solid #000;
  margin-top: 15px;
}


}

@media (max-width:1366px){
    .menu > li > a {
        font-size: 13px;
    }
    
    
    .menu > li {
  margin-left: 15px;
}

.hero-form-input label {
  font-size: 12px;
}
}

@media (max-width: 1200px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    background: #d21241;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw;
    max-width: 320px;
  }

  .menu {
    width: 100%;
    height: 100%;
    padding: 40px 25px;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
  }
  /* .logo img {
    max-width: 50%;
  } */
  .container {
    position: relative;
  }
  header .main-header ul.menu > li {
    display: block;
    margin: 0px;
    padding: 0;
  }
  header .main-header ul.menu > li a {
    color: #fff;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }

  .main-header {
    padding: 15px 15px 15px;
  }

  .sub-menu.mini-dropdown {
    visibility: visible;
    opacity: 1;
    transform: none;
    position: static;
    width: 100%;
    background-color: transparent;
    border: none;
    color: #fff;
  }

  .mini-dropdown > li > a {
    color: #fff !important;
    font-size: 14px !important;
  }
  ul.menu > li > a {
    margin-bottom: 25px;
  }

  .sub-menu.mini-dropdown {
    padding-bottom: 15px;
  }
  
  .home-follow-img.hfi-04 {
  display: none;
}



  
}

@media (max-width: 824px) {
}
@media (max-width: 767px) {
  .header-topbar {
    display: none;
  }
  .mainBanner {
    height: auto;
    padding: 125px 0;
  }
  .mainBanner h1 {
    font-size: 38px;
    line-height: 50px;
  }

  .mainBanner p {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-reviews {
    display: none;
  }

  .hero-form {
    position: static;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .hero-form-input {
    width: 100%;
    display: block;
  }
  .hero-form-input label {
    width: 100%;
    padding-bottom: 10px;
  }
  .hero-form-input input,
  .hero-form-input select,
  .hero-form-number input {
    width: 100%;
    max-width: 100% !important;
  }

  .hero-form-input {
    padding-bottom: 20px;
  }

  #R_btn {
    width: 100%;
  }

  .home-about {
    padding: 40px 0;
  }

  .section-heading h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .home-about-left {
    padding-right: 0;
    padding-bottom: 25px;
  }
  .para {
    font-size: 16px;
  }

  .home-about-reservation {
    display: none;
  }

  .home-services {
    padding: 40px 0;
    background-size: cover;
  }

  .home-services .section-heading {
    margin-right: 0;
    padding-right: 0;
    text-align: center;
  }

  .home-services .section-heading::before {
    content: none;
  }

  .slick-dots {
    padding: 0;
  }

  .home-video {
    padding: 40px 15px;
  }

  .home-video-review {
    width: 100%;
    height: 220px;
    position: static;
    padding: 35px 15px;
  }
  .home-video-review p {
    font-size: 20px;
  }
  .home-video-right {
    padding-top: 30px;
    padding-left: 0;
  }

  .section-heading h6 {
    font-size: 18px;
  }

  .home-facilities {
    padding: 40px 15px 40px;
  }

  .home-follow-img {
    position: static;
    display: block;
  }

  .home-follow {
    height: auto;
    padding: 50px 0;
  }
  .home-follow h3 {
    font-size: 30px;
  }
  .home-follow h6 {
    font-size: 16px;
  }

  .home-follow-wrap {
    display: block;
    text-align: center;
  }

  .home-follow-images {
    padding-top: 30px;
  }

  .home-testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
  }

  .testimonial-booking {
    margin-bottom: 0;
    margin-top: 40px;
    padding: 30px 15px;
  }

  .testimonial-booking-head {
    gap: 10px;
  }
  .testimonial-booking-head h6 {
    font-size: 18px;
  }
  .testimonial-booking-head h5 {
    font-size: 22px;
  }

  .testimonial-booking-head {
    justify-content: center;
  }
  .review-logos-strip {
    padding: 25px 0;
  }

  .review-logo-items {
    font-size: 0;
    margin: 0;
  }

  .review-logo-items > li {
    width: 33.333%;
    padding: 0 5px;
  }

  .review-logo-items > li:not(:last-child)::after {
    content: none;
  }

  .footer-top {
    padding: 35px 0 0;
  }
  .footer-top .widget {
    padding-bottom: 40px;
  }

  .page-header {
    height: auto;
    padding: 125px 0 50px;
  }
  .page-header h2 {
    font-size: 30px;
  }
  .page-header p {
    font-size: 14px;
  }

  .section-heading h2 span {
    display: inline;
  }
  .home-video.home-video-about {
    padding-bottom: 30px;
  }

  .room-services-sec {
    padding-top: 40px;
  }
  .room-service-item h3 {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 25px;
  }
  .room-service-item p {
    font-size: 14px;
  }

  .room-service-item .header-btn {
    margin-bottom: 30px;
  }

  .room-service-item h6 {
    font-size: 16px;
    padding-top: 25px;
  }
  .room-service-item {
    padding-bottom: 35px;
    padding-top: 35px;
  }
  .room-images-wrap > img {
    padding-bottom: 0;
  }
  .dining-services-sec {
    padding-top: 40px;
  }
  .dining-service-item {
    padding-bottom: 35px;
  }
  .dining-service-item h3 {
    font-size: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .dining-service-item .header-btn {
    margin-bottom: 25px;
  }

  .room-detail-sec {
    padding: 40px 0;
  }
  .news-sec {
    padding: 40px 0;
  }

  .health-club-gallery {
    padding: 40px 15px;
  }
  .health-gallery-list > li {
    width: 50%;
  }

  .room-service-item h3 {
    padding-top: 15px;
  }
  .contact-details-sec {
    padding: 40px 15px;
  }

  .contact-detail-wrap {
    padding-bottom: 30px;
  }
  .contact-form-sec {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-form-wrap {
    padding-bottom: 30px;
  }

  .menuWrap .header-btn {
    display: none;
  }

  .footer-bottom p {
    font-size: 13px;
  }

  .tabnav-packages {
    padding-top: 25px;
    text-align: left;
  }
  .tabnav-packages a {
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 5px;
  }
  .tabnav-packages > li {
    padding: 0 5px;
  }
  .gallery-items > li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  
.wrewards-sec img {
  width: 240px;
}
.wrewards-sec {
  text-align: center;
}
.wrewards-sec h3 {
  padding-top: 15px;
}
  
.wrewards-sec img {
  width: 240px;
}
.wrewards-sec {
  text-align: center;
}
.wrewards-sec h3 {
  padding-top: 15px;
}
.main-header .d-flex {
  margin-right: 50px;
}

.logo img {
  max-width: 145px;
  margin-right: 10px;
}

}
