@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Poppins", sans-serif;
  color: #000000;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  background-image: url(../images/body-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@font-face {
  font-family: "tt-tricks-italic";
  src: url("../fonts/TTTricksTrialItalic.otf");
}

@font-face {
  font-family: "tt-tricks";
  src: url("../fonts/tt-tricks-trial-regular.otf");
  /* src: url("../fonts/TricksTrialRegular.otf"); */
  /* src: url("../fonts/TTTricksTrialLight.otf"); */
}

@font-face {
  font-family: "jasrome";
  src: url("../fonts/Jerome.otf");
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "tt-tricks";
  text-transform: uppercase;
}

h1 {
  font-size: 129px;
  line-height: 1;
}

h2 {
  font-size: 49px;
  line-height: 55px;
}

h3 {
  font-size: 30px;
  line-height: 35px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 16px;
  line-height: 28px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.rd {
  color: #d41934;
}

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.bt {
  display: inline-block;
}

.pbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 0px;
  color: #d41934;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.maxWidth {
  max-width: 1440px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 16px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #393939;
  padding: 10px 23px;
  font-size: 13px;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*banner css end*/

section.aboutsec-mils {
  padding: 80px 0px 0px;
}

section.aboutsec-mils .heading {
  padding-bottom: 70px;
}

.miles {
  padding: 60px 0;
  background-image: url(../images/milsts-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.mileston {
  width: 70%;
  margin: 0px auto;
}

h3.milstone-text {
  font-size: 48px;
  line-height: 46px;
  color: #fff;
  padding-bottom: 24px;
}

.mileston p {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

/* about start  */

.ableft {
  position: relative;
  padding-left: 24px;
  height: 100%;
}

p.subheading {
  text-transform: uppercase;
  color: #d41934;
  font-family: "tt-tricks";
  font-size: 16px;
  line-height: 22px;
}

.main-heading {
  position: relative;
  padding-bottom: 24px;
}

.main-heading h1 {
  font-style: italic;
  color: #d41934;
  margin: 0px;
  font-family: "tt-tricks-italic";
}

.about-wp2 {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: -70px;
}

img.about-img2 {
  height: 320px;
}

ul.about-ul {
  display: flex;
  flex-direction: column;
  width: 51%;
}

ul.about-ul li span {
  display: block;
  padding: 10px 0px;
  border-bottom: 1px solid #00000059;
  font-weight: 500;
}

ul.about-ul li:last-child span {
  border: 0px;
}

section.aboutsec ul.about-ul {
  padding: 30px 0px 10px;
}

.ableft p {
  padding-bottom: 14px;
}

.pbtn:hover {
  color: #d41934;
}

.pbtn span.txt {
  border-bottom: 1px solid #d41934;
}

.pbtn span.bt-img {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d41934;
  border-radius: 55px;
  transition: 0.2s;
}

.pbtn:hover span.bt-img {
  transform: translate(5px, 0px);
}

/* about end */

/* ss start  */

section.ss-sec {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  background-image: url(../images/ss-bg.png);
}

section.ss-sec .maxWidth {
  max-width: 1600px;
  padding-right: 0px;
  padding-left: 80px;
}

.ssSlider .slick-slide {
  opacity: 1;
}

.ssSlider .slick-list {
  padding-right: 460px;
}

img.ss-shp-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: 0.2s;
}

.ss-img {
  position: relative;
  margin-bottom: 24px;
}

.ss-card {
  position: relative;
}

.ss-img .bt img {
  width: 15px;
  filter: brightness(0);
  transform: rotate(-35deg);
}

.ss-img .bt {
  position: absolute;
  top: 20px;
  right: 60px;
  opacity: 0;
  z-index: 1;
}

.ss-img .bt a {
  color: #fff;
}

.ss-img .bt a span.txt {
  border-bottom: 1px solid #fff;
}

.ss-card h3 {
  color: #fff;
  font-family: "Poppins";
  text-transform: capitalize;
  font-weight: 400;
}

.ssSlider .slick-current.slick-active .bt {
  opacity: 1;
}

.ss-img .pbtn span.bt-img {
  width: 35px;
  height: 35px;
}

.bt-ar-img a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 45px;
  opacity: 0;
  transition: 0.3s;
}

.bt-ar-img a img {
  width: 25px;
  transform: rotate(-25deg);
  filter: brightness(0);
}

.bt-ar-img {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0px auto;
  display: table;
  bottom: 0;
  transition: 0.3s;
}

.ss-img:hover .bt-ar-img {
  bottom: 40%;
}

.ss-img:hover .bt-ar-img a {
  opacity: 1;
}

/* ss end  */

/* qt section start */

img.qt-img1 {
  height: 900px;
  width: 100%;
  object-fit: cover;
}

ul.qt-ul {
  display: flex;
  flex-direction: column;
  margin: 32px 0px;
}

ul.qt-ul p {
  margin: 0px;
  padding: 24px 0;
  border-bottom: 2px solid #999;
}

ul.qt-ul p b {
  display: block;
}

.quailt-right {
  padding-left: 24px;
}

/* qt section end */

section.gallery {
  overflow-x: hidden;
}

section.gallery .main-heading {
  padding-bottom: 10px;
}

section.gallery .heading {
  padding: 24px 0;
}

section.gallery .heading p.subheading {
  color: #000;
}
section.leaft-img {
  position: relative;
}

img.left-igm {
  position: absolute;
  right: 0;
  top: -70px;
  width: 250px;
}

img.galery-img:hover {
  transform: scale(1.1);
  filter: brightness(0.5);
}

/* new start */

section.news-sec p.subheading {
  color: #000;
}

.new-ts {
  padding-left: 70px;
}

.nes-form {
  width: 80%;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #646065;
  position: relative;
  margin: 50px 0px 0px;
}

.nes-form input {
  width: 100%;
  border: 0px;
  background: transparent;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  padding: 13px 0px;
}

.nes-form input::placeholder {
  color: #000;
}

.nes-form button {
  border: 0;
  background: transparent;
}

.nes-form button img {
  filter: brightness(0);
  width: auto;
  transition: 0.2s;
}

.nes-form button:hover img {
  transform: translate(5px, 0px) scale(1.2);
}

/* new end */

/* stars start */

section.stars {
  border-top: 1px solid #999;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

section.stars .container-fluid.maxWidth {
  max-width: 1540px;
}

section.stars ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px;
  padding: 20px 0px;
  animation: scrollLeft 15s linear infinite;
}

section.stars ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  white-space: nowrap;
}

section.stars ul li span {
  color: #142e25;
  font-weight: 500;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* stars end */

/* revies start */
section.reve {
  background: #d41934;
}

section.reve .container-fluid.maxWidth {
  max-width: 1600px;
  padding: 0;
}

img.reve-img1 {
  width: 100%;
  height: 850px;
  object-fit: cover;
}

.reve-right {
  padding-left: 32px;
}

.reve-left {
  padding-left: 40px;
  text-align: center;
}

.rv-bx h2 {
  color: #fff;
  font-size: 56px;
  line-height: 56px;
  font-family: "tt-tricks-italic";
}

.rating {
  margin-bottom: 90px;
  color: #f2d473;
  font-size: 21px;
}

.re-msg {
  padding: 80px 0px 20px;
}

.re-msg p {
  color: #f3f3f3;
  font-size: 28px;
  line-height: 45px;
}

.auth-name {
  color: #f3f3f3;
  font-size: 18px;
  font-style: italic;
}

/* revies end */

/* cnt start */

section.cnt {
  padding: 80px 0px 60px;
  border-bottom: 1px solid #999;
}

.cnt-txt h1 {
  margin: 0;
  font-family: "Poppins";
  font-weight: 600;
  color: #d41934;
  text-align: center;
  font-size: clamp(24px, 20vw, 212px);
}

.cnt-txt h1 span {
  font-family: "tt-tricks-italic";
  font-weight: 400;
}

/* cnt end */

/* footer start  */

footer {
  position: relative;
  padding: 32px 0px 0px 0px;
}

footer h5 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Poppins";
  padding-bottom: 40px;
  position: relative;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  margin: 0;
}

.footer-links ul li a {
  color: #000;
  transition: 0.3s;
}

.footer-links ul li a:hover {
  color: #d41934;
  text-decoration: underline;
}

.footer-links .doubel {
  display: flex;
  gap: 110px;
}

footer:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 80px;
  background: #999;
  height: 1px;
}

.copy-arrow {
  display: flex;
  justify-content: flex-end;
}

.footer-btm {
  margin-top: 50px;
  border-top: 1px solid #999;
  padding: 24px 0;
}

.copy-arrow .pbtn:hover span.bt-img {
  transform: translate(0px, -10px);
}

/* footer end */

/* ============================ */
/* ============================ */
/* ============================ */

header .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/milsts-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

header .modal.active {
  visibility: visible;
  opacity: 1;
}

header .modal-body ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

header .modal-body ul li {
  margin: 20px 0;
}

header .modal-body ul li a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  transition: color 0.3s;
  padding: 14px 24px;
  background: transparent;
  text-transform: uppercase;
}

header .modal-body ul li a:hover {
  color: #ffcccb; /* lighter accent on hover */
}

header #menu-btn {
  transition: all 0.3s ease;
  background: #fff;
  border: 0px;
  width: 40px;
  height: 40px;
  border-radius: 24px;
}

header #menu-btn:hover {
  background-color: #da1d27;
  border-radius: 3px;
}

header #menu-btn:hover img {
  filter: brightness(0) invert(1);
}

header #menu-btn img {
  transition: 0.2s;
}

.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.header-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #d41934;
  padding: 4px 4px 4px 18px;
  border-radius: 45px;
  transition: 0.3s ease-in;
}

.header-btn a span.bt-icn {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 45px;
  transition: 0.2s;
}

.header-btn a span.bt-icn img {
  filter: brightness(0);
  width: 13px;
  transition: 0.2s;
}

.header-btn a:hover {
  background: #000;
}

/* ============== Inner pages =============== */

section.inneban {
  padding: 100px 0 80px;
  text-align: center;
  background-image: url(../images/milsts-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

section.inneban h2 {
  font-size: 70px;
  line-height: 80px;
  color: #fff;
}

/* ============== Inner pages =============== */

/* ============= services ==================== */

section.iner-svs {
  background: unset;
}

section.iner-svs .container-fluid.maxWidth {
  max-width: 1400px;
  padding: 0px;
}

section.iner-svs .ss-img .bt {
  opacity: 1;
}

section.iner-svs .ss-card h3 {
  color: #000;
}

section.iner-svs .ss-img .bt a {
  gap: 5px;
}

section.iner-svs .ss-img .bt a span.txt {
  background: #fff;
  border-radius: 45px;
  color: #000;
  padding: 0px 19px;
}

section.iner-svs .ss-img .bt a span.bt-img {
  background: #fff;
}

img.ss-detail-img {
  width: 100%;
  object-fit: cover;
  height: 630px;
}

.col-left {
  padding-right: 20px;
}
/* ============= services ==================== */

/*Inner Faqs Start*/

.inner-faqs-sec {
  padding: 80px 0 0;
}

.inner-faqs-sec .accordion-button {
  width: 100%;
  padding: 16px 30px;
  color: #fff;
  text-align: left;
  font-weight: 400;
  background: #d41934;
  font-size: 30px;
  border: 0px;
  font-family: "tt-tricks-italic";
  text-transform: capitalize;
}

.inner-faqs-sec .accordion-button:focus {
  z-index: 3;
  border-color: inherit;
  outline: 0;
  box-shadow: inherit;
}

.inner-faqs-sec .accordion-button:not(.collapsed) {
  color: #fff !important;
  background-color: inherit;
  box-shadow: inherit;
  background: #d41934;
}

.inner-faqs-sec .accordion-item {
  background-color: #fff;
  border: none;
  border-radius: 0 !important;
  margin-bottom: 10px;
}

.inner-faqs-sec .accordion-body {
  color: #4c4c4c;
  font-size: 18px;
  line-height: 32px;
  padding: 30px 60px 30px 26px;
  border-bottom: 1px solid #99999947;
}

.inner-faqs-sec .accordion-button::after {
  content: "\f067";
  position: absolute;
  background-image: inherit !important;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  right: 25px;
  font-size: 22px;
  color: #fff;
  top: 18px;
}

.inner-faqs-sec .accordion-button:not(.collapsed)::after {
  background-image: inherit !important;
  transform: inherit;
  content: "\f068";
}

/*Inner Faqs Ends*/

/*  Contact Us start */

.contact-pag-form .form-group {
  position: relative;
}
.contact-pag-form .form-group::after {
  content: "";
  height: 53px;
  width: 10px;
  position: absolute;
  left: 54px;
  top: 5px;
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}

.contact-pag-form .form-group1::after {
  content: "";
  height: 53px;
  width: 10px;
  position: absolute;
  right: 40px;
  top: 5px;
  left: unset;
  transform: rotate(180deg);
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}

.contact-pag-form form input.form-control {
  height: 60px;
  font-size: 14px;
  padding-left: 75px;
  border: 1px solid #bdbdbd;
  line-height: 0;
  box-shadow: none;
  color: black;
  background-color: transparent;
  display: flex;
  border-radius: 7px;
  margin-bottom: 20px;
  font-weight: 500;
}

.contact-pag-form form select.form-control {
  height: 60px;
  font-size: 15px;
  padding-left: 25px;
  border: 1px solid #bdbdbd;
  box-shadow: none;
  color: black;
  font-weight: 400;
  background-color: transparent;
  margin-top: 20px;
  display: flex;
  border-radius: 5px;
}

.contact-pag-form .form-group:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-line.png);
  width: 8px;
  height: 47px;
  background-repeat: no-repeat;
  left: 40px;
  top: 5px;
}

.contact-pag-form form input.form-control::placeholder {
  color: #909091;
}

.contact-pag-form form textarea.form-control {
  font-size: 14px;
  padding-top: 20px;
  border: 1px solid #c6c6c6;
  letter-spacing: 0;
  box-shadow: none;
  resize: unset;
  background-color: transparent;
  color: #000000;
  border-radius: 6px;
  height: 170px;
  scroll-behavior: unset;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}

.contact-pag-form .detailss i {
  position: absolute;
  top: 20px;
  color: #7e7e7e;
  left: 13px;
  font-size: 20px;
}

.contact-pag-form form textarea.form-control::placeholder {
  color: #909091;
}

.cicle-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  height: 70px;
  width: 70px;
  border-radius: 50px;
  color: #d41934;
  background: #fff;
  border: 1px solid #d8d6d2;
}

.contact-info {
  margin-bottom: 10px;
  border: 1px solid #c6c6c6;
  padding: 38px 30px;
  background-color: #d41934;
  border-radius: 5px;
  transition: 0.3s;
}

.contact-main-sec h2 {
  font-size: 24px;
  line-height: 40px;
  font-family: "tt-tricks-italic";
}

.contact_text p a {
  color: #ffffffab;
}

.contact-pag-form .form-group i {
  position: absolute;
  top: 20px;
  color: #d41934;
  left: 20px;
  font-size: 20px;
}

.contact-pag-form .form-group1 i {
  right: 13px;
  left: unset;
  color: #7f7f7f;
  pointer-events: none;
}

.contact-pag-form .detailss::after {
  content: "";
  height: 53px;
  width: 10px;
  position: absolute;
  left: 40px;
  top: 5px;
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact-pag-form .form-group.what-do-opt input.form-control {
  padding-right: 75px;
  padding-left: 20px;
}

.contact-pag-form .form-group.what-do-opt i.fas.fa-caret-down {
  left: unset;
  right: 20px;
}

.contact-pag-form .form-group.what-do-opt:after {
  left: unset;
  right: 54px;
  transform: rotateY(187deg);
}

.contact-pag-form .detailss.textarea-dt:after {
  display: none;
}

.review-inner-title {
  font-size: 30px;
  line-height: 35px;
  color: #afa8a3;
}

header .modal-body ul li a:hover {
  background: #fff;
  color: #c2202e;
}

/* Contact Us Page End  */

img.banner-img {
  width: 100%;
  object-fit: cover;
  position: relative;
}

.baner_txt {
  position: relative;
  padding-top: 250px;
}

.baner_txt .ban-head {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0px auto;
  display: table;
  text-align: center;
  top: 10px;
}

.baner_txt .ban-head h1 {
  color: #bc0412;
  margin: 0px;
  font-size: 490px;
  position: relative;
  font-family: "jasrome";

  /* important */
}

.baner_txt .ban-head h1 span {
  position: relative;
  margin: 0;
  font-size: 490px;
  font-family: "jasrome";
  background-image: url(../images/milsts-bg.png);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  background-size: cover;
  background-position: center;
}

.baner_txt .ban-head h1:before {
  position: absolute;
  content: "Caribbean";
  font-size: inherit;
  font-family: inherit;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff9e;
  pointer-events: none;
  z-index: 12;
}

.banSlider .slick-slide {
  margin: 0 5px;
  opacity: 1;
}

/* ===== */

section.banner .custom-nav {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 0px;
  left: 28px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.custom-nav li {
  font-size: 13px;
  color: #292929;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  font-weight: 500;
  line-height: 20px;
}

.custom-nav li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #999;
  position: absolute;
}

.custom-nav li.active {
  color: #d41934;
  font-weight: 600;
}

section.banner {
  position: relative;
  overflow: hidden;
}

.custom-nav li.active:after {
  background: #bc04128c;
}

/* ============================= */

/* Gallery start */

img.galery-img {
  height: 440px;
  width: 100%;
  display: inline-block;
  transition: 0.2s;
}

.gal-item {
  position: relative;
}

.top-galery {
  width: 100%;
  overflow-x: hidden;
  background-color: #d41934;
  padding: 14px 0 8px;
}

.bottom-galery {
  width: 100%;
  overflow-x: hidden;
  background-color: #d41934;
  padding: 8px 0 15px;
}

.bottom-galery::-webkit-scrollbar {
  display: none;
}

/* ============================= */

section.gallery .slick-slide {
  opacity: 1;
  margin: 0px 8px;
}

.bt-ar-img a:hover {
  background: #e0153a;
  transform: rotate(25deg);
}

.bt-ar-img a:hover img {
  filter: brightness(0) invert(1);
}

.bt-ar-img a:hover {
  background: #e0153a;
  transform: rotate(25deg);
}

.bt-ar-img a:hover img {
  filter: brightness(0) invert(1);
}

section.iner-svs .ss-img .bt a:hover span.txt {
  background: #d41934;
  color: #fff;
  border: 1px solid #d41934;
}

section.iner-svs .ss-img .bt a:hover span.bt-img {
  background: #d41934;
  transform: rotate(33deg);
}

section.iner-svs .ss-img .bt a:hover span.bt-img img {
  filter: brightness(0) invert(1);
}

.ss-card:hover img.ss-shp-img {
  filter: brightness(0.5);
}
