@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap");

:root {
  --white: #fff;
  --black: #000;
  --primary: #49a3fc;
  --secondary: #003065;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

/* How to add New font */
@font-face {
  font-family: "arca";
  src: url("../fonts/ArcaMajora3-Bold.otf");
}

@media (min-width: 1700px) {
  .container {
    max-width: 1380px;
  }
}

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

p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8;
  color: #828282;
}

h1,
h2,
h3 {
  font-family: "arca", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.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;
}

figure {
  margin: 0;
}

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

.navbar-brand img {
  transition: 0.3s ease-in-out;
}

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;
}

header.sticky {
  position: fixed;
}

header.sticky .navbar-brand img {
  max-width: 100px;
}

.navbar-nav {
  gap: 1rem 1.5rem;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
}

.form-inline {
  margin-left: 1.5rem;
}

.form-inline .themeBtn {
  font-size: 0.75rem;
}

.themeBtn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 1em 1.5em;
  text-transform: uppercase;
  background: var(--primary);
}

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

/* About Sec Css Start */

.aboutSec {
  background: url(../images/abtBg.png) center/cover no-repeat;
  padding: 7rem 0 2rem 0;
}

.secHeading {
  font-size: 4.375rem;
  color: var(--black);
  text-transform: uppercase;
}

.aboutContent p {
  padding-bottom: 10px;
}

.aboutImg {
  position: relative;
}

.aboutImg .img2 {
  position: absolute;
  bottom: -5rem;
  right: -3rem;
}

.serviceSec {
  margin-top: 12rem;
}

.serviceWrap figure img {
  width: 100%;
}

.serviceWrap {
  position: relative;
}

.serviceContent h3 {
  font-size: 2rem;
  color: var(--white);
}

.serviceContent {
  position: absolute;
  top: 0;
  bottom: 12px;
  right: 0;
  left: 0;
  display: flex;
  align-items: end;
  justify-content: center;
}

/* About Sec Css End */

/* Gallery Sec Css Start */

.gallerySec {
  background: url(../images/galleryBg.png) center/cover no-repeat;
  padding: 5rem 0;
}

.galleryWrap figure {
  margin-bottom: 1rem;
}

.testimonialBox {
  text-align: center;
}

.testimonialBox p {
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 500;
  margin-top: -8rem;
  margin-bottom: 8px;
}

.testimonialBox h3 {
  font-size: 1.375rem;
  font-weight: 600;
}

.testimonialBox h3 span {
  font-size: 1.125rem;
  display: block;
  color: #828282;
  font-style: italic;
}

.testimonialBox img {
  margin: auto;
}

.testimonialSec {
  margin-top: 6rem;
}

/* Gallery Sec Css End */

/* Footer Sec Css Start */

footer {
  background-color: var(--secondary);
  padding-top: 6rem;
}

footer h4 {
  font-size: 1.3125rem;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 1rem;
}

.links li a {
  text-transform: uppercase;
}

.links li + li {
  padding-top: 10px;
}

footer ul li a {
  color: var(--white);
}

footer ul li a:hover {
  color: var(--primary);
}

.contactInfo li a {
  display: inline-flex;
  align-items: center;
  gap: 1.125rem;
}

.contactInfo li + li {
  padding-top: 1.25rem;
}

.contactForm input {
  border: unset;
  background-color: rgb(255 255 255 / 10%);
  border-radius: unset;
  height: 55px;
}

.contactForm {
  display: flex;
  position: relative;
  align-items: center;
}

.contactForm .themeBtn {
  border: unset;
  position: absolute;
  right: 8px;
  font-size: 0.8125rem;
  padding: 1rem 1.25rem;
}

.socialLinks {
  display: flex;
  gap: 0.875rem;
  margin-top: 1rem;
}

.socialLinks li a {
  font-size: 1.5rem;
}

.contactForm input::placeholder {
  font-size: 0.8125rem;
  color: var(--white);
}

.copyRight p {
  font-size: 1rem;
  margin: 0;
  color: var(--white);
}

.copyRight h6 {
  font-size: 1.125rem;
  text-align: end;
  color: var(--white);
  font-weight: 300;
}

.copyRight h6 span {
  font-weight: 600;
}

.copyRight {
  border-top: 1px solid rgb(204 204 204 / 31%);
  margin-top: 2.8rem;
  padding: 1.25rem 0;
}

/* Footer Sec Css End */

/* Inner Pages Css Start */

.innerBanner {
  position: relative;
}

.innerBanner .overlay {
  position: absolute;
  text-align: left;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10rem;
}

.aboutInner h2 {
  font-size: 3.125rem;
}

.aboutInner .row + .row {
  padding-top: 4rem;
}

.galleryInner {
  background: unset;
}

.cntctLst ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cntctLst ul li {
  flex: 0 0 33.333333%;
}

.cntctLst ul li .infOne {
  text-align: center;
}

.cntctLst ul li .infOne figure {
  background: var(--secondary);
  width: 9.5rem;
  height: 9.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 4rem;
  color: var(--white);
  margin: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 0px 12px rgb(0 51 99 / 40%);
}

.cntctLst ul li .infOne h2 {
  font-size: 1.875rem;
  margin-top: 1.75rem;
  text-transform: uppercase;
}

.cntctLst ul li .infOne a,
.cntctLst ul li .infOne span {
  font-size: 1.375rem;
  color: #8e8e8e;
}

.getForm .secHeading {
  font-size: 3.125rem;
  text-transform: uppercase;
  margin-bottom: -10px;
}

.getForm p {
  color: #8e8e8e;
  padding-top: 10px;
}

.getForm label {
  display: block;
  font-size: 1rem;
  color: #8e8e8e;
  font-weight: 400;
}

.getForm input {
  border: 1px solid #00000042;
  width: 100%;
  height: 4rem;
  margin: 0 0 1rem;
  border-radius: unset;
}

.getForm textarea {
  border: 1px solid #00000042;
  width: 100%;
  height: 10rem;
  margin: 0 0 1rem;
  resize: none;
  border-radius: unset;
}

.cntctBtn button {
  border: unset;
}

.contactSec .row + .row {
  padding-top: 5rem;
}

.reviewBox p {
  font-size: 1rem;
  margin-top: 10px;
}

.user {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.user h5 span {
  display: block;
  font-size: 1rem;
  color: #5a5b5d;
}

.user h5 {
  line-height: 1.4;
}

.reviewBox {
  border: 1px solid #efefef;
  padding: 2rem 3rem;
  position: relative;
}

.reviewBox i {
  font-size: 3.5rem;
  color: var(--primary);
  position: absolute;
  top: -2rem;
}

.reviewBox:hover {
  background-color: var(--white);
  box-shadow: 0 10px 30px rgb(0 0 0 / 12%);
  border: 1px solid var(--white);
}

.reviewBox:hover i {
  color: var(--secondary);
}

.reviewSec .row + .row {
  padding-top: 5rem;
}

/* Inner Pages Css End */

.preLoader {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
}

.preLoader.black {
  background-color: var(--black);
  z-index: 999;
}

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