@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: "Montserrat", sans-serif;
  color: #8b8b8b;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  background-color: #0b0b0b;
}

/***** Headings *****/

@font-face {
  font-family: "queensila";
  src: url("../fonts/Queensila.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: "queensila";
}

h1 {
  font-size: 118px;
  line-height: 1;
  margin: 0;
}

h2 {
  font-size: 90px;
  line-height: 1;
  margin: 0;
}

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: 14px;
  line-height: 24px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.flx {
  display: flex;
  align-items: center;
  gap: 16px;
}

.bt {
  display: inline-block;
}

.pbtn {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  height: 56px;
  padding: 0 14px;
  background-color: #79857b;
  border-radius: 45px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  border: 1px solid transparent;
}

.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: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.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: #ffff;
  padding: 37px 16px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.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: #fa3c22;
}

.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;
}

/* ----------------------- Custom Header ------------------------------*/

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
  left: 0;
}

.menuSec ul#menu {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/haeder-top-shape.png);
  width: 90%;
  margin: 0px auto;
}

.menuSec ul li.active a {
  position: relative;
}

.menuSec ul li.active a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  top: 0px;
  background: #fa3c22;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* ----------------------- Custom Header ------------------------------*/

/*banner css start */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: end;
}

img.banner-bg-img {
  height: 800px;
  width: 100%;
  object-fit: fill;
}

.banner_text {
  margin-bottom: 130px;
  position: relative;
}

.banner_text h1 {
  margin: 0px;
  text-transform: uppercase;
}

.banner_text ul {
  width: 68%;
  margin: 0px auto;
  justify-content: center;
  align-items: center;
  display: flex;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/banner-txt-bg.png);
}

.banner_text ul span {
  font-size: 26px;
  line-height: 30px;
  font-family: "queensila";
  letter-spacing: 7px;
  padding: 10px 130px 7px 50px;
  display: inline-block;
  position: relative;
}

.banner_text ul li:last-child span {
  padding-right: 30px;
}

.banner_text ul li:first-child span:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 61%;
  background: #ffffff42;
  right: 40px;
  top: 10px;
}

/*banner css end*/

/* ---------------------------------- Gallery ------------------------------ */

section.gallery-sec img {
  transition: 0.2s;
  border-radius: 10px;
  object-fit: cover;
  display: inline-block;
}

section.gallery-sec img:hover {
  filter: brightness(0.8);
  transform: translate(0px, -2px);
}

img.gl-big {
  height: 220px;
  width: 510px;
}

img.gl-sm {
  width: 250px;
}

.col-left .gal-grid {
  margin-bottom: 32px;
  padding-left: 18px;
  gap: 40px;
  padding-right: 18px;
}

.col-center {
  padding: 0px 10px 0 24px;
}

img.center-lg {
  height: 380px;
}

img.gl-lrg {
  width: 100%;
  height: 230px;
}

img.gl-right-lrg {
  width: 75%;
  margin: 0px auto;
  display: table !important;
  height: 240px;
}

.gal-right-grid {
  margin-top: 32px;
  gap: 24px;
}

img.gl-r-big {
  width: 350px;
  height: 300px;
}

/* ---------------------------------- Gallery ------------------------------ */

/*------------------------------------------------- Footer ------------------------------------------- */

.footer {
  padding: 40px 0 0px;
  background: #171717;
}

ul.adrs-links li a {
  color: #ffffff73;
  padding-bottom: 15px;
  transition: 0.3s;
}

ul.adrs-links li a i {
  width: 30px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  font-family: "FontAwesome";
}

ul.adrs-links li {
  line-height: 1.1;
  margin-bottom: 15px;
}

ul.social-links {
  gap: 15px;
  display: flex;
  justify-content: center;
}

.footer h2 {
  font-size: 22px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  line-height: 30px;
}

ul.linkList li a {
  transition: 0.3s;
  color: #ffffff73;
  text-transform: capitalize;
}

.foot1 p {
  color: #ffffff73;
}

.ft-bototm-text p {
  color: #ffffff73;
}

.foot1 {
  margin-top: 37px;
}

.foot1 h4 {
  margin-top: 40px;
  font-size: 22px;
}

.foot4 {
  padding: 30px 0% 0px 21px;
}

.copyrite-txt {
  z-index: 1;
  padding: 32px 0;
  margin-top: 65px;
  border-top: 1px solid #bababa36;
}

.foot2 {
  padding-right: 0px;
  margin-top: 32px;
  padding-left: 17px;
}

/* ul.footer-social li a {
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #a8b5a2;
} */

.quick-links-ft ul {
  column-count: 1;
  line-height: 38px;
}

.footer-copyright-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
}

.footer-copyright-button a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 90px;
  background: #fa3c22;
  transition: 0.2s;
}

.footer h2:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 1px;
  background: #ffffff2e;
  bottom: 0;
  left: 0;
}

ul.linkList li a:hover {
  color: #f44336;
  text-decoration: underline;
}

ul.adrs-links li a:hover span {
  color: #f44336;
}

.footer-copyright-button i {
  font-size: 22px;
}

.foot1 p {
  padding-top: 6px;
}

/*------------------------------------------------- Footer ------------------------------------------- */

.footer-copyright-button a:hover {
  background: #fff;
  color: #fa3c22;
}

ul.adrs-links li a:hover {
  transform: translate(5px, 0px);
}
