/* FONT IMPORT */

/* Google Font */

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&family=Quicksand:wght@300..700&display=swap");

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

:root {
  --white: #fff;
  --black: #000;
  --primary: #ecd97c;
  --secondary: #04354f;
  font-family: "Outfit", sans-serif;
}

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

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
}

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

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

h1,
h2,
h3,
h4,
h6 {
  color: #000;
  margin: 0;
  font-family: "Quicksand", sans-serif;
}

h5 {
  margin: 0;
  font-family: "Inter", sans-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(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: var(--primary);
  font-size: 1rem;
  color: var(--black);
  text-transform: capitalize;
  font-weight: bold;
  display: inline-block;
  padding: 1rem 2rem;
  border-radius: 30px;
  line-height: normal;
  font-family: "Mulish";
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* NAV HEADER CSS */

header {
  margin: 0 auto;
  width: 100%;
  padding: 0;
  transition: 0.3s ease-in-out;
}

.navbar-brand {
  padding: 0;
  margin: -2.1875rem 0 -3.125rem -1.5625rem;
}

.navbar-nav {
  align-items: center;
  /* justify-content: space-between; */
  /* width: 100%; */
}

.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 835px;
  margin: 0 3.125rem;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-pagination {
  bottom: 8rem;
  width: fit-content;
  left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
  width: 4.35rem;
  height: 4.35rem;
  font-size: 1rem;
  color: #fff;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.28);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.homeSlider .swiper-button-next {
  right: 1rem;
}

.homeSlider .swiper-button-prev {
  left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
  background: var(--white);
  color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 0 0.5rem !important;
  opacity: 1;
  border: 1px solid var(--white);
  background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
  background: var(--white);
  position: relative;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5rem;
}

.main-slider h1 {
  margin: 0;
  color: var(--white);
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
}

.main-slider p {
  color: var(--white);
  font-weight: 500;
  line-height: 1.7;
  margin: 1rem 0;
  font-size: 1.25rem;
}

/* !MAIN HERO SLIDER CSS */

/* New-Css Start */
ul.top-social {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  margin-left: 1.2rem;
}

ul.top-social li a i {
  color: var(--secondary);
  font-size: 1.1rem;
}

ul.top-list {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: end;
}

ul.top-list li a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--secondary);
  font-family: "Mulish";
}

ul.top-list li+li {
  border-left: 1px solid #04354f;
  padding-left: 1rem;
}

nav.navbar.navbar-expand-lg {
  border: 1px solid #d4d4d4;
  border-radius: 200px;
  background-color: var(--white);
  margin-bottom: -3rem;
  position: relative;
  z-index: 1;
}

.top-bar {
  padding: 1.5625rem 0 2.3rem;
}

.homeSlider .slide-inner::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(3deg, rgb(0 21 55 / 80%), rgb(0 21 55 / 10%));
  z-index: -1;
  border-radius: 20px;
}

figure.main-img {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.625rem;
}

figure.main-img a {
  background-color: var(--primary);
  padding: 8px 25px;
  border-radius: 50px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 1.125rem;
  color: #000;
}

.main-slider h1 span {
  display: block;
  font-weight: 400;
}

form.main-form .form-control {
  height: 3.25rem;
  background-color: transparent;
  outline: unset;
  box-shadow: unset;
  border-radius: 30px;
  border: 1px solid #d1d5c6;
}

.main-ovarlay {
  background-color: var(--white);
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 6px 6px 18px 0 rgb(0 0 0 / 22%);
}

form.main-form .form-group span {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.main-ovarlay h2 {
  font-size: 1.5625rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.main-ovarlay h2 span {
  text-transform: none;
  font-weight: 400;
}

form.main-form label {
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  white-space: nowrap;
  font-family: "Mulish";
  color: #03060d;
  margin: 0;
}

form.main-form button {
  width: 100%;
  border: unset;
}

form.main-form .form-control::placeholder {
  font-size: 0.875rem;
  font-weight: 400;
  color: #03060d;
  font-family: "Mulish", sans-serif;
}

/* New-Css End  */

/* Claim-Sec Css Start  */

.claim-wrapp {
  display: flex;
  border: 2px solid #979797;
  border-radius: 32px 19px 19px 32px;
  align-items: center;
}

.claim-oevrlay h4 {
  font-size: 1rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #091120;
  border: 2px solid #979797;
  padding: 0.5rem 1.875rem 0.5rem 3.125rem;
  border-left: unset;
  position: relative;
  border-radius: 0 30px 30px 0px;
  width: fit-content;
  margin-top: 2rem;
}

.claim-oevrlay h4::before {
  position: absolute;
  content: "";
  height: 35px;
  width: 29px;
  background-color: var(--white);
  left: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.claim-content {
  padding: 1.5rem 0 2rem 3.125rem;
}

.claim-content h2 {
  font-size: 2.25rem;
  font-weight: 400;
  text-transform: capitalize;
}

.claim-content h2 span {
  font-weight: bold;
}

.claim-content p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0.625rem 0 1rem;
  color: var(--black);
  width: 79%;
}

figure.claim-img img {
  height: 360px;
  width: 320px;
  object-fit: cover;
  border-radius: 32px 16px 17px 21px;
}

section.claim-sec .main-heading {
  text-align: center;
  margin-bottom: 1.9rem;
}

/* Claim-Sec Css End */

/* Choose-Sec Css Start */
.mainHead {
  font-size: 3.125rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--black);
  line-height: 1.25;
}

section.choose-sec {
  background: radial-gradient(#ecd97c24, rgb(236 217 124 / 0%));
}

.choose-content .mainHead {
  margin: 1rem 0 0.625rem;
}

.choose-content {
  padding-left: 4rem;
}

.choose-content p {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--black);
  margin-bottom: 0.625rem;
  font-weight: 500;
  width: 83%;
}

ul.choose-list li a {
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #424242;
  font-family: "Mulish";
}

ul.choose-list li+li {
  margin: 0.625rem 00;
}

ul.choose-list li {
  list-style: disc;
  color: #424242;
}

ul.choose-list {
  margin: 1rem 0 1.9rem;
}

/* Choose-Sec Css End  */

/* Portfolio-Sec Css Start */

section.portfolio-sec .main-heading {
  text-align: center;
  margin-bottom: 2rem;
}

section.portfolio-sec {
  padding: 6.25rem 0;
}

figure.portfolio-img {
  position: relative;
}

figure.portfolio-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  position: absolute;
}

figure.portfolio-img a i {
  background-color: var(--primary);
  height: 6.25rem;
  width: 6.25rem;
  display: grid;
  place-items: center;
  border-radius: 50px;
  transform: rotate(-35deg);
  font-size: 1.5rem;
  color: var(--black);
  opacity: 0;
}

figure.portfolio-img::before {
  position: absolute;
  content: "";
  inset: 0;
  background: rgb(0 21 55 / 20%);
  border-radius: 30px;
  opacity: 0;
  transition: 0.6s ease;
}

figure.portfolio-img:hover::before {
  opacity: 1;
}

figure.portfolio-img:hover i {
  opacity: 1;
  transition: 0.5s ease;
}

section.portfolio-sec .row+.row {
  padding-top: 1.5rem;
}

/* Portfolio-Sec Css End  */

/* Call-Sec Css Start */
.call-overlay {
  background: url(../images/callbg.webp) center/cover no-repeat;
  background-color: #001436;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

section.call-sec {
  padding: 0;
}

.call-wrapp {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.call-wrapp a {
  font-size: 2rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--primary);
}

.call-wrapp a span {
  display: block;
  font-size: 3.125rem;
  color: var(--white);
  font-family: "Quicksand";
}

img.img-fluid.call-imag {
  position: absolute;
  left: 0;
  top: -2rem;
  bottom: 0;
  margin: auto;
  height: 470px;
  object-fit: cover;
  z-index: -1;
}

figure.call-img {
  height: 5.9375rem;
  width: 5.9375rem;
  display: grid;
  place-items: center;
  border: 1px solid #ecd97c;
  border-radius: 50px;
}

.call-content p {
  font-size: 1.4075rem;
  color: var(--white);
  line-height: 1.13;
  border: 1px solid rgb(255 255 255 / 30%);
  width: fit-content;
  padding: 1.375rem 2.25rem;
  background-color: rgb(0 0 0 / 50%);
  border-radius: 50px;
}

.call-content p a {
  color: var(--primary);
  font-family: "Mulish";
  text-transform: uppercase;
}

/* Call-Sec Css End */

/* Contact-Sec Css Start  */
section.contact-sec {
  padding: 6.5rem 0 5.125rem;
  margin-bottom: 0;
}

section.contact-sec .mainHead {
  text-align: center;
  margin-bottom: 2rem;
}

.contact-overlay {
  background-color: var(--white);
  padding: 4.5625rem 7.8125rem;
  box-shadow: 6px 6px 18px 0 rgb(0 0 0 / 10%);
  border-radius: 20px;
}

form.contact-form .form-control {
  height: 3.25rem;
  border: 1px solid #d1d5c6;
  border-radius: 50px;
  color: #03060d;
  outline: unset;
  box-shadow: unset;
}

form.contact-form textarea.form-control {
  height: 15.1875rem;
}

form.contact-form button {
  height: 3rem;
  width: 220px;
  border: unset;
  padding: 0;
  margin-top: 2rem;
}

form.contact-form .form-control {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #03060d;
  font-family: "Mulish", sans-serif;
  padding: 1.25rem;
}

/* Contact-Sec Css End  */

/* Footer-Sec Css Start */

footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

footer {
  background-color: #091120;
  padding: 2rem 0 1rem;
}

footer p {
  text-align: center;
  /* border-top: 1px solid rgb(255 255 255 / 15%); */
  padding-top: 2.6875rem;
  /* margin-top: 2.6875rem; */
  line-height: 1.5;
  font-family: "Outfit", sans-serif;
  color: #ffffff8a;
  width: 78%;
  margin: auto;
}

footer ul li a {
  color: var(--primary);
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
}

footer ul li+li {
  border-left: 2px solid #ecd97c;
  padding-left: 1rem;
}

/* Footer-Sec Css End */

/* Services-Sec Css Start */
.service-sec {
  background: url(../images/servciesbg.webp) center/cover no-repeat;
  background-color: #001537;
}

.main-heading {
  text-align: center;
  margin-bottom: 2.5rem;
}

.services-wrapp {
  background-color: var(--white);
  border-radius: 30px;
  padding: 0.625rem;
}

section.service-sec .mainHead {
  color: var(--white);
}

.services-content h2 {
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--black);
  line-height: 1.25;
  margin-bottom: 0.225rem;
}

.services-content p {
  line-height: 1.5625;
  color: var(--black);
}

.services-content {
  padding: 2.375rem 2.5625rem 2.5rem 1.9375rem;
}

figure.services-img img {
  width: 100%;
}

.servces-overlay {
  background-color: var(--white);
  border-radius: 30px;
  padding: 0.625rem;
  height: 100%;
}

figure.services-imag {
  position: relative;
  height: 100%;
}

figure.services-imag h4 {
  font-size: 2rem;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  position: absolute;
  bottom: 29rem;
  left: 0;
  right: 0;
  color: var(--white);
  z-index: 1;
}

figure.services-imag::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(157deg, rgb(0 21 55 / 0%), #001537de);
  border-radius: 20px;
}

.themeBtn:hover {
  background-color: var(--secondary);
  color: #fff;
}

/* Services-Sec Css End  */

figure.services-imag p {
    color: var(--white);
    width: 86%;
    text-align: center;
    position: absolute;
    bottom: 3rem;
    left: 1.7rem;
    right: 0;
    z-index: 1;
}

.choose-content h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}