/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Barlow: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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* Local Font */
@font-face {
  font-family: "nokiakokia";
  src: url("../fonts/nokiakokia.ttf");
}

:root {
  --white: #fff;
  --black: #000;
  --primary: #427cad;
  --secondary: #333333;

  /* Font Variable */
  --font-text: "Poppins", sans-serif;
  --font-heading: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: var(--font-text);
}

section {
  position: relative;
  padding: 6rem 0;
}

a,
span {
  font-family: "Barlow", serif;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #828282;
  margin: 0;
  font-family: "Barlow", serif;
}

h1,
h2 {
  color: #000;
}

h3 {
  font-family: "Inter", serif;
}

h4,
h5,
h6 {
  color: #000;
  font-family: "Barlow", serif;
  margin: 0;
}

.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(--black);
  z-index: 11113;
}

.preLoader.white {
  z-index: 11112;
  background-color: var(--primary);
}

/* 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 {
  padding: 1rem 0;
  background-color: #14181b;
}

.navbar-brand {
  width: 406px;
  padding: 0;
  margin: 0;
}

.navbar-brand > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navbar-nav {
  align-items: center;
  gap: 5rem;
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 725px;
  background: url(../images/mainBnnr.webp)center/cover no-repeat;
  z-index: 11;
}


.main-slider::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(346deg, rgb(143 149 158 / 47%), #92b1ce);
  /* position: relative; */
}

.main-slider h1 {
  margin: 0;
  color: var(--black);
  font-size: 6.875rem;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "nokiakokia";
}

.main-slider p {
  color: var(--white);
  font-weight: 500;
  line-height: 1.2;
  margin-top: 1rem;
  font-size: 1.5625rem;
}

/* !MAIN HERO SLIDER CSS */

/* New Css Start */
.navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  position: relative;
  padding: 0;
}

.navbar-nav .nav-item .nav-link i {
  border: 1px solid var(--primary);
  height: 3.375em;
  width: 3.375em;
  display: grid;
  place-items: center;
  border-radius: 100%;
  font-size: 2rem;
  color: var(--primary);
}

.navbar-nav .nav-item .nav-link h5 {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1;
}

.navbar-nav .nav-item .nav-link h5 span {
  display: block;
  line-height: 1.4;
  font-size: 1.75rem;
  font-weight: 900;
  text-transform: capitalize;
}



.slideOne h2 {
  font-size: 1.75rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--black);
  font-family: "nokiakokia";
}



.form-main h2 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background-color: #e1e1e1;
  padding: 1.25rem 0;
  border-radius: 50px 50px 0 0;
  margin: 0;
  font-family: 'nokiakokia';
}

.form-main {
  margin-top: 6rem;
  position: relative;
  z-index: 1;
}

form.main-form {
  padding: 2em 3.5em;
  background-color: var(--white);
  position: relative;
  border-radius: 0 0 1.25rem 1.25rem;
  z-index: 111;
  overflow: hidden;
}

form.main-form .form-control {
  height: 3.5625em;
  width: 100%;
  border-radius: 50px;
  border: 2px solid #b9b9b9;
  background-color: var(--white);
  color: #14181b;
  outline: unset;
  box-shadow: unset;
}

form.main-form label {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #14181b;
  line-height: 1;
}

form.main-form textarea.form-control {
  height: 9.9375rem;
  border-radius: 18px;
}

form.main-form button {
  height: 3.125em;
  width: 9em;
  border: unset;
  border-radius: 7px;
  background-color: var(--primary);
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Barlow";
  outline: none;
}

form.main-form::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 100%;
  background-color: var(--primary);
  border-radius: 0 0 1.25rem 1.25rem;
  left: 0;
  bottom: 0;
}

.nav-link.last-nav {
  border-right: unset;
}

.navbar-nav .nav-item .nav-link .last-nav {
  border-right: unset;
}

.main-slider h3 {
  font-size: 4rem;
  text-transform: uppercase;
  font-family: "nokiakokia";
  font-weight: 400;
  color: var(--black);
}

.navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 50px;
  right: -11%;
}

a.nav-link.last-nav::before {
  content: unset;
  position: absolute;
  display: none;
}


/* offer */
.offer-top h2 {
  font-size: 5rem;
  font-weight: 400;
  font-family: 'nokiakokia';
  text-transform: uppercase;
}



.offersec::before {
  position: absolute;
  content: "";
  background: url(../images/offerimg1.webp)center/cover no-repeat;
  width: 100%;
  height: 600px;
  top: 0;
  z-index: -11111;
}

.offersec::after {
  position: absolute;
  content: "";
  background: url(../images/offerimg2.webp)center/cover no-repeat;
  width: 100%;
  height: 600px;
  bottom: 0;
  z-index: -1;
}

.offer-top {
  text-align: center;
  margin-bottom: 2rem;
}

.offer-top h3 {
  font-size: 1.75rem;
  font-weight: 400;
  color: #434343;
}

section.offersec {
  padding: 10rem 0 5rem 0;
  position: relative;
  z-index: 1;
}

.offercntnt {
  margin-top: 40px;
  text-align: center;
}

.offer-wrap {
  margin-bottom: 3rem;
}

.offer-wrap figure {
  display: flex;
  gap: 1rem;
}

.offercntnt h4 {
  font-size: 1.75rem;
  font-weight: 500;
  color: #0F1617;
  margin-bottom: 38px;
}

.offercntnt a {
  font-size: 1.5rem;
  font-family: 'nokiakokia';
  padding: 0.75em;
}

/* offer */

/* comming-section  */
.comming-section {
  /* background: url(../images/commimgbg.webp)center/cover no-repeat fixed; */
  padding: 11rem 0;
}

.comming-section h2 {
  font-size: 12.5rem;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'nokiakokia';
  color: var(--black);
  text-align: center;
}

/* comming-section  */


/* footer  */
footer {
  background: #000;
  padding-top: 8rem;
  padding-bottom: 2rem;
}

.footerwrap .navbar-nav {
  align-items: start;
  gap: 2rem;
}

.footerwrap .navbar-nav .nav-item .nav-link::before {
  content: unset;
}

footer .form-main {
  margin: 0;
}

.footLogo img {
  margin-bottom: 2rem;
}

.coprightp {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: 'Barlow';
  margin-bottom: -7rem;
}

.coprightp span {
  color: var(--primary);
}

.footerwrap {
  display: inline-flex;
  flex-direction: column;
  gap: 7rem;
  justify-content: space-between;
}

/* footer  */

form.main-form button:hover {
  background: #000;
  color: #fff;
}

.themeBtn:hover {
  background: #000;
  color: #fff;
}

.error {
  color: #ff0000 !important;
}

#bannerFormResult,
#footerFormResult {
  text-align: center;
  margin: 1rem auto 0;
}

.offer-wrap figure img {
  width: 50%;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 1.75rem;
}