/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
  --white: #fff;
  --black: #000;
  --primary: #ff0000;
  --secondary: #333333;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  background: #e5e7e2;
  overflow: hidden;
  height: 100%;
}

section {
  position: relative;
  padding: 6rem 0;
}

p,
span,
a,
li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #828282;
  font-family: "Inter", serif;
  font-family: "Roboto", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Cormorant Garamond", serif;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.preLoader.black {
  background-color: var(--white);
  z-index: 11113;
}

.preLoader.white {
  z-index: 11112;
  background-color: var(--black);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: var(--primary);
  font-size: 1.125rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  padding: 1.04em 1.96em;
  border-radius: 7px;
  line-height: normal;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* NAV HEADER CSS */

header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 111;
  top: 0;
  width: 100%;
  padding: 1rem 0;
  transition: 0.3s ease-in-out;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-nav {
  align-items: center;
  gap: 50px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 16px;
  color: var(--black);
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
  line-height: 30px;
}

/* !NAV HEADER CSS */

/* Tob-Bar-Sec Css Start  */

.topbar h5 {
  font-size: 15px;
  font-weight: 500;
  color: #4d504a;
  line-height: 11px;
  text-transform: uppercase;
}

ul.top-social {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: end;
}

ul.top-social li a i {
  color: var(--black);
  font-size: 1.3rem;
}



.btnmenu {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 7px;
  box-shadow: none !important;
  padding: 0 !important;
  position: relative;
  z-index: 11;
}

.btnmenu span {
  display: block;
  width: 55px;
  height: 2px;
  border-radius: 6px;
  background-color: var(--black);
  transition: 0.5s ease;
}

/* .btnmenu span:nth-child(1) {
  width: 85px;
}

.btnmenu span:nth-child(3) {
  width: 85px;
} */
.isopen .navbar .themeBtn {
  display: none;
}

.isopen .navbar ul .humburger {
  position: relative;
}

.isopen .btnmenu span:nth-child(1),
.isopen .btnmenu span:nth-child(3) {
  width: 60px;
  /* color: #fff; */
  background: #fff;
}

.isopen .btnmenu span:nth-child(2) {
  width: 0;
}

.isopen .btnmenu span:nth-child(1) {
  transform: rotate(-42deg) translate(-5px, 6px);
}

.isopen .btnmenu span:nth-child(3) {
  transform: rotate(45deg) translate(-10px, -10px);
}

.newMenu {
  width: 100vw;
  height: 100dvh;
  position: fixed;
  right: -101%;
  top: 0;
  background-color: #040930;
  z-index: 9;
  display: flex;
  align-items: center;
  transition: 0.5s ease;
}

.newMenu ul {
  width: 100%;
  height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 8rem 1rem 0 0;
}

.newMenu ul li+li {
  margin-top: 10px;
}

.newMenu li a {
  font-size: calc(1.5rem + 4.5vw);
  font-weight: 500;
  color: var(--white);
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.25rem 0;
}

.newMenu li a:hover {
  background-color: var(--white);
  color: var(--secondary);
}

.newMenu li {
  transform: translateX(50%);
  opacity: 0;
  transition: 0.5s ease;
}

.isopen .newMenu {
  right: 0;
}

.isopen .newMenu li {
  transform: translateX(0);
  opacity: 1;
}

.isopen .newMenu li:nth-child(1) {
  transition-delay: 0.2s;
}

.isopen .newMenu li:nth-child(2) {
  transition-delay: 0.4s;
}

.isopen .newMenu li:nth-child(3) {
  transition-delay: 0.6s;
}

.isopen .newMenu li:nth-child(4) {
  transition-delay: 0.8s;
}

.isopen .newMenu li:nth-child(5) {
  transition-delay: 1s;
}

.isopen .newMenu li:nth-child(6) {
  transition-delay: 1.2s;
}

.isopen .newMenu li:nth-child(7) {
  transition-delay: 1.4s;
}

.isopen .newMenu li:nth-child(8) {
  transition-delay: 1.6s;
}

.isopen .newMenu li:nth-child(9) {
  transition-delay: 1.8s;
}

.isopen .newMenu li:nth-child(10) {
  transition-delay: 2s;
}

.isopen .newMenu li:nth-child(11) {
  transition-delay: 2.2s;
}

.isopen .newMenu li:nth-child(12) {
  transition-delay: 2.4s;
}

.isopen .newMenu li:nth-child(13) {
  transition-delay: 2.6s;
}

.isopen .newMenu li:nth-child(14) {
  transition-delay: 2.8s;
}

.isopen .newMenu li:nth-child(15) {
  transition-delay: 3s;
}

/* Tob-Bar-Sec Css End  */

/* Diljit-Sec Css Start */

section.diljit-sec {
  padding: 16rem 150px 0;
}

figure.diljit-Imag h5 {
  font-size: 11px;
  font-weight: 500;
  color: #4d504a;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 10px;
}

figure.diljit-Imag h5 span {
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  color: #4d504a;
  text-transform: uppercase;
  margin-top: 10px;
}

/* Diljit-Sec Css End */

/*  Footer-Sec Css  Start */
.dijit-Content h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 45px;
  text-transform: uppercase;
  color: #4d504a;
  letter-spacing: 9px;
}

.dijit-Content p {
  color: #72726c;
  font-size: 22px;
  line-height: 35px;
  font-style: italic;
  font-family: "Cormorant Garamond";
  margin: 15px 0 35px;
  width: 96%;
}

.dijit-Content a {
  border: 1px solid rgb(132 132 124 / 60%);
  display: inline-block;
  padding: 17px 80px;
  font-size: 11px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.dijit-Content h3 {
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin: 0;
}

.dijit-Content h3 span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  font-family: "Cormorant Garamond";
}

.footer-bottom {
  border-top: 1px solid #000;
  margin-top: 25px;
  padding: 2rem 0 20px;
}

.footer-bottom p {
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  font-family: "Roboto";
}

section.enjoy-sec {
  padding: 0;
}

figure.diljit-Imag {
  margin-bottom: 30px;
  position: relative;
}

/*  Footer-Sec Css  End */

/* Position Css Start */
.sub-2 {
  position: absolute;
  right: 22%;
  top: 605%;
  z-index: -1;
}

.sub-4 {
  position: absolute;
  top: 62.2%;
  right: 32%;
  z-index: -1;
}

img.img-fluid.sub-6 {
  position: absolute;
  right: 10%;
  top: 74.9%;
  z-index: -1;
}

img.img-fluid.sub-7 {
  position: absolute;
  top: 39%;
  left: 34%;
  z-index: -1;
}

img.img-fluid.sub-1 {
  position: absolute;
  top: -22%;
  left: -37px;
  z-index: -1;
}

.sub-8 {
  position: absolute;
  top: 113%;
  left: 48%;
}

.sub-9 {
  position: absolute;
  top: 77.2%;
  left: 70%;
  z-index: -1;
}

.img-fluid.sub-10 {
  position: absolute;
  right: -11%;
  z-index: -1;
  bottom: 52px;
}

.img-fluid.sub-11 {
  position: absolute;
  bottom: 12%;
  left: 35%;
  z-index: -1;
}

.dijit-Content a:hover {
  color: rgb(132 132 124 / 60%);
}

/* Position Css End */
/* FONT IMPORT */
.dijit-Content a:hover {
  background: #000;
  color: #fff;
}

.diljit-Imag {
  overflow: hidden;
}

.diljit-Imag {
    opacity: 0; /* Default state hidden for animation */
    transform: translateY(100px) scale(0); /* Start position for animation */
}
