@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');


/* font-family: 'Bruno Ace', cursive;
font-family: 'Nunito', sans-serif; */


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
}

.btn:focus {
  outline: none;
}

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

input:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

/************************************* header *************************************/
.navbar-toggler {
  background-color: #000;
  color: #fff;
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* header-btm */
header .header-btm {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

header .header-btm .navbar>.container {
  align-items: center;
}

header .header-btm .navbar {
  padding-top: clamp(5px, 2vw, 30px);
  padding-bottom: clamp(5px, 2vw, 30px);
  transition: all 0.3s ease-in-out;
  background: transparent;
  z-index: 1000;
  box-shadow: 0 0 0px 0px rgb(0 0 0 / 16%);
}

header.sticky .header-btm .navbar {
  background: #562306;
  padding: 20px 0 20px 0;
  box-shadow: 0 0 11px -2px rgb(0 0 0 / 16%);
}


header .header-btm .navbar .navbar-nav {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link .thumb {
  max-width: 100px;
  min-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0;
  margin: 0 20px;
  transition: all 0.5s ease-in-out;
  border: none;
  background-color: transparent;
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
}

header .header-btm .navbar .navbar-nav .nav-item .nav-link.anim-active {
  opacity: 1;
}

header .header-btm .navbar .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

header .header-btm .navbar .navbar-nav .nav-item:first-child .nav-link {
  margin-left: 0;
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown .dropdown-toggle {
  overflow: visible;
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown .dropdown-toggle::after {
  content: "\f078";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 800;
  color: #111;
  font-size: 10px;
  right: 5px;
  top: 5px;
  border: none;
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown .dropdown-menu {
  border: none;
  box-shadow: 0px 8px 13px -5px rgb(239 239 239);
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item {
  color: #000;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px;
  border-bottom: 1px solid rgba(204, 12, 25, 0.1);
  margin: 0;
  transition: all 0.3s ease-in-out;
}

header .header-btm .navbar .navbar-nav .nav-item .dropdown .dropdown-menu .dropdown-item:hover {
  color: #BD2A2E;
  background-color: #fff;
}

header .header-btm .navbar .navbar-brand {
  margin: 0;
  padding: 0;
  display: inline-flex;
}

header .header-btm .navbar .navbar-brand .logo {
  width: auto;
  height: clamp(20px, 4vw, 70px);
  transition: all 0.3s ease-in-out;
  margin: 0;
}

header .header-btm .side-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

header .header-btm .side-ul .sd-li {
  margin: 0 30px 0 0;
}

header .header-btm .side-ul .sd-li:last-child {
  margin: 0;
}

header .header-btm .side-ul .sd-li .login {
  color: #fff;
  height: 45px;
  width: 172px;
  font-family: 'Nunito', sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FF3B2E;
  background: #FF3B2E;
  transition: all 0.2s ease-in-out;
  border-radius: 50px;
  overflow: hidden;
}

/* header .header-btm .side-ul .sd-li .login:hover {
  color: #BD2A2E;
  background-color: #fff;
} */

/***************************** header close *****************************/


/* sec-home-banner start */
.sec-home-banner {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.sec-home-banner .z-index-ct {
  position: relative;
  z-index: 10;
}

.sec-home-banner .gradient-overlay {
  background: linear-gradient(90deg, rgba(9, 9, 8, 0) 0%, rgba(9, 9, 7, 0) 50%, rgba(10, 11, 12, 0) 100%);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.sec-home-banner .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sec-home-banner .link-box {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
}

.sec-home-banner .link-box:hover {
  background: rgba(255, 255, 255, 0.4);
}

.sec-home-banner .link-box .link h6 {
  font-family: 'Bruno Ace', cursive;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  font-size: 50px;
  margin: 0;
  padding: 0;
}

.sec-home-banner .link-box .link span {
  font-family: 'Bruno Ace', cursive;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
  font-size: 50px;
  margin: 0;
  padding: 0;
}

.sec-home-banner .z-index-ct:nth-child(3) .row:nth-child(1) .col-12:nth-child(1) .row:nth-child(1) .col-12:not(:last-child) .link-box {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* sec-home-banner close */

/* section-inner-bannner start */
.section-inner-bannner {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 180px 0 100px 0;
  background: #000;
}

.section-inner-bannner .desc h6 {
  font-family: 'Bruno Ace', cursive;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  font-size: 80px;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* section-inner-bannner close */


/* sec-location-desc start */
.sec-location-desc {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-top: clamp(50px, 12vw, 180px);
  padding-bottom: clamp(50px, 12vw, 180px);
}

.sec-location-desc .head h6 {
  font-family: 'Bruno Ace', cursive;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  font-size: clamp(22px, 2vw, 42px);
  margin-bottom: clamp(15px, 3vw, 40px);
  position: relative;
  text-align: center;
}

.sec-location-desc .desc {
  text-align: center;
  position: relative;
  padding: 0 0 30px 0;
}

.sec-location-desc .desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60px;
  height: 11px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: 0 auto;
}

.sec-location-desc .desc a {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin: 0;
  padding: 0;
  text-transform: unset;
  position: relative;
}

.sec-location-desc .desc h6 {
  font-family: 'Bruno Ace', cursive;
  font-weight: 400;
  font-size: clamp(25px, 5vw, 40px);
  color: #000;
  margin: 50px 0 5px 0;
  padding: 0;
  text-transform: capitalize;
  position: relative;
}

.sec-location-desc .main-box h6 {
  font-family: 'Bruno Ace', cursive;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  font-size: 42px;
  margin: 0 0 20px 0;
  position: relative;
}

.sec-location-desc .img-box:not(:last-child) {
  margin: 0 0 20px 0;
}

.sec-location-desc .main-box .img-main .thumb {
  margin: 0 0 20px 0;
}

.sec-location-desc .img-box .thumb {
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 0 5px 5px 0;
  min-height: 320px;
  max-height: 320px;
  object-fit: cover;
  object-position: center;
}

.sec-location-desc .img-box .thumb.top-img {
  object-position: top;
}

.sec-location-desc .img-box .thumb2 {
  display: block;
  margin: 0 auto;
  border-radius: 0 5px 5px 0;
}

.sec-location-desc .multi-img .img-box:nth-child(2) .thumb {
  width: 90%;
  margin: 0 auto 0 0;
}

.sec-location-desc .multi-img .img-box:nth-child(3) .thumb {
  width: 80%;
  margin: 0 auto 0 0;
}

.sec-location-desc .hours {
  margin: 0;
  padding-top: clamp(30px, 3vw, 50px);
}

.sec-location-desc .hours h5 {
  font-family: 'Bruno Ace', cursive;
  font-weight: 400;
  text-transform: capitalize;
  color: #000;
  font-size: clamp(24px, 3vw, 50px);
  margin: 0 0 20px 0;
  /* padding: 0 0 0 60px; */
  position: relative;
  /* text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #FBC740; */
}

/* .sec-location-desc .hours h5::before {
  content: '\f79f';
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  color: #FBC740;
  font-size: 40px;
} */
.sec-location-desc .hours p {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  margin: 5px 0 5px 0;
  padding: 0;
  text-transform: capitalize;
  position: relative;
}

.sec-location-desc .hours ul {
  margin: 0 0 20px 0;
}

.sec-location-desc .hours ul li {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  margin: 5px 0 5px 0;
  padding: 0;
  text-transform: capitalize;
  position: relative;
}

.sec-location-desc .head h5 {
  font-family: 'Bruno Ace', cursive;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  font-size: 50px;
  margin: 0 0 51px 0;
  padding: 0;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #FBC740;
}

.sec-location-desc .map-main iframe {
  height: 500px;
  width: 100%;
  margin-top: clamp(20px, 5vw, 40px);
}

/* sec-location-desc close */


/* sec-contact start */
.sec-contact {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 80px 0;
}

.sec-contact .main-box h6 {
  font-family: 'Bruno Ace', cursive;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  font-size: 50px;
  margin: 0 0 20px 0;
  padding: 0 0 0 60px;
  position: relative;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #FBC740;
}

.sec-contact .main-box h6::before {
  content: '\f79f';
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  color: #FBC740;
  font-size: 40px;
}

.sec-contact .img-box:not(:last-child) {
  margin: 0 0 20px 0;
}

.sec-contact .img-box .thumb {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  border-radius: 5px;
}

.sec-contact .hours {
  margin: 0px 0 50px 0;
}

.sec-contact .hours h5 {
  font-family: 'Bruno Ace', cursive;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  font-size: 50px;
  margin: 0 0 20px 0;
  padding: 0 0 0 60px;
  position: relative;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #FBC740;
}

.sec-contact .hours h5::before {
  content: '\f79f';
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  color: #FBC740;
  font-size: 40px;
}

.sec-contact .hours ul {
  margin: 0 0 50px 0;
}

.sec-contact .hours ul li {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin: 5px 0 5px 0;
  padding: 0;
  text-transform: capitalize;
  position: relative;
}

.sec-contact .hours ul li a {
  color: #000;
}

.sec-contact .hours ul li.time-icon {
  padding: 0 0 0 30px;
}

.sec-contact .hours ul li.time-icon::before {
  content: '\f017';
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  color: #FBC740;
  font-size: 20px;
}

.sec-contact .hours ul li.email-icon {
  padding: 0 0 0 30px;
}

.sec-contact .hours ul li.email-icon::before {
  content: '\f0e0';
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  color: #FBC740;
  font-size: 20px;
}

.sec-contact .head h5 {
  font-family: 'Bruno Ace', cursive;
  font-weight: 600;
  text-transform: capitalize;
  color: #000;
  font-size: 50px;
  margin: 0 0 51px 0;
  padding: 0;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #FBC740;
}

.sec-contact .map-main iframe {
  height: 300px;
  width: 100%;
}

.sec-contact .head h6 {
  font-family: 'Bruno Ace', cursive;
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin: 15px 0 5px 0;
  padding: 0 0 0 30px;
  text-transform: capitalize;
  position: relative;
}

.sec-contact .head h6::before {
  content: '\f3c5';
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  color: #FBC740;
  font-size: 20px;
}

/* sec-contact close */

.sec-contact .form-main .head {
  margin: 0 0 38px 0;
}

.sec-contact .form-main .head h6 {
  font-family: 'Bruno Ace', cursive;
  font-weight: 600;
  font-size: 45px;
  color: #000;
  margin: 15px 0 5px 0;
  padding: 0 0 0 50px;
  text-transform: capitalize;
  position: relative;
}

.sec-contact .form-main .head h6::before {
  content: '\f3c5';
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 400;
  color: #FBC740;
  font-size: 40px;
}

.sec-contact .form-main .head p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 33px;
  font-weight: 400;
  text-transform: unset;
  color: rgba(31, 31, 31, 0.5);
  margin: 0;
  padding: 0;
}

.sec-contact .form-main .input-main label {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  line-height: 18.75px;
  color: #000000;
  margin: 0 0 8px 0;
  padding: 0;
}

.sec-contact .form-main .input-main input,
.sec-contact .form-main .input-main textarea {
  height: 52px;
  width: 100%;
  padding: 10px;
  margin: 0 0 24px 0;
  border: 1px solid #DEDEDE;
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: unset;
  text-align: left;
  color: rgba(31, 31, 31, 0.5);
}

.sec-contact .form-main .input-main textarea {
  height: auto;
}

.sec-contact .form-main .input-main input:focus,
.sec-contact .form-main .input-main textarea:focus {
  box-shadow: none;
}

.sec-contact .form-main .input-main input::-webkit-input-placeholder,
.sec-contact .form-main .input-main textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
  color: rgba(31, 31, 31, 0.5);
}

.sec-contact .form-main .input-main input::-moz-placeholder,
.sec-contact .form-main .input-main textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
  color: rgba(31, 31, 31, 0.5);
}

.sec-contact .form-main .input-main input:-ms-input-placeholder,
.sec-contact .form-main .input-main textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
  color: rgba(31, 31, 31, 0.5);
}

.sec-contact .form-main .input-main input:-moz-placeholder,
.sec-contact .form-main .input-main textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
  color: rgba(31, 31, 31, 0.5);
}

.sec-contact .form-main .input-main span {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: unset;
  color: rgba(31, 31, 31, 0.5);
  margin: 0 0 24px 0;
  padding: 0;
  display: block;
}

.sec-contact .form-main .submit-btn {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 auto;
  padding: 5px;
  transition: all 0.2s ease-in-out;
  background-color: #BF0426;
  border: 2px solid #BF0426;
  border-radius: 5px;
  overflow: hidden;
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1400px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-location-desc .img-box .thumb {
    min-height: fit-content;
    max-height: fit-content;
  }
  .sec-location-desc .multi-img .img-box:nth-child(2) .thumb {
    min-height: fit-content;
    max-height: fit-content;
  }

  .sec-location-desc .multi-img .img-box:nth-child(3) .thumb {
    min-height: fit-content;
    max-height: fit-content;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-location-desc .img-box .thumb {
    min-height: fit-content;
    max-height: fit-content;
  }
  .sec-location-desc .multi-img .img-box:nth-child(2) .thumb {
    min-height: fit-content;
    max-height: fit-content;
  }

  .sec-location-desc .multi-img .img-box:nth-child(3) .thumb {
    min-height: fit-content;
    max-height: fit-content;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sec-location-desc .img-box .thumb {
    min-height: fit-content;
    max-height: fit-content;
  }
  .sec-location-desc .multi-img .img-box:nth-child(2) .thumb {
    width: 100%;
    min-height: fit-content;
    max-height: fit-content;
  }

  .sec-location-desc .multi-img .img-box:nth-child(3) .thumb {
    width: 100%;
    min-height: fit-content;
    max-height: fit-content;
  }
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
  .sec-location-desc .img-box .thumb {
    min-height: fit-content;
    max-height: fit-content;
  }
  .sec-location-desc .multi-img .img-box:nth-child(2) .thumb {
    width: 100%;
    min-height: fit-content;
    max-height: fit-content;
  }

  .sec-location-desc .multi-img .img-box:nth-child(3) .thumb {
    width: 100%;
    min-height: fit-content;
    max-height: fit-content;
  }
}