@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..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&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  display: block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  font-size: 16px;
  padding: 0;
  margin: 0;
  line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #000; /* Black */
  --c2: #fff; /* White */
  --c3: #042E4E; /* Red */
  --c4: #876A43; /* Background Color */
  --c5: #6b6b6b; /* Background Color */
  --c6: #8e8e8e;
  --f1: "Poppins", sans-serif;
  --f2: "Playfair Display", serif;
  --f3: "Montserrat", sans-serif;
}
::selection {
  background: var(--c5);
}

.wrapper {
    position:relative;
    overflow:hidden;
}
.spacing {
  padding: 100px 0;
  position: relative;
}

.spacing-bottom {
  padding-bottom: 100px;
  position: relative;
}
.spacing-top {
  padding-top: 100px;
  position: relative;
}



/* inner-wrapper */

.inner-header {
  height: 440px;
  background-position: center !important;
  /* background-attachment: fixed !important; */
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
}

/* end inner-wrapper */


section.main-home {
    background: var(--c3);
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header {
    display: flex;
    align-items: center;
    /* gap: 70px; */
    /* position: relative; */
    height: 100px;
    justify-content: end;
}

.navigation ul {
    display: flex;
    justify-content: center;
    gap: 22px;
}
section.main-home {}

.main-header {}

.h-item {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}

.logo {
    width: 80px;
}

.navigation ul li a {
    color: var(--c3);
    font-weight: 600;
    font-family: var(--f3);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.primary-btn a {
    background: var(--c4);
    color: var(--c2);
    padding: 12px 32px;
}

.search-btn a {
    background: var(--c2);
    /* box-shadow: 0px 0px 10px; */
    padding: 8px 14px;
    border-radius: 10px;
    color: var(--c3);
    font-size: 18px;
}
header.header {
    position: absolute;
    width: 100%;
    top: 40px;
    z-index: 999;
}

header.header::before {
    content: '';
    position: absolute;
    inset: 0;
    clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 0);
    background: var(--c2);
    width: 79%;
    z-index: -1;
}
.header-btn a {border-radius: 10px;}

.main-header .logo {
    position: absolute;
    left: 10%;
    width: 120px;
}

.navigation {
    padding-right: 110px;
}

/* Dropdown Menu Styles */
.menu-item-has-children {
    /* position: relative; */
}

.menu-toggle {
    cursor: pointer;
}

.menu-toggle i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.menu-item-has-children.active .menu-toggle i {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background: #003E5F;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
    z-index: 1000;
    display: unset;
    width: 100%;
    max-width: 1920px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 80px 0px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 50px 80px rgba(0, 0, 0, 0.5);
}

.menu-item-has-children.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.dropdown-content {
    /* display: flex; */
    /* gap: 60px; */
}

.dropdown-column h4 {
    color: var(--c4);
    font-family: var(--f3);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.dropdown-column ul li {
    margin-bottom: 12px;
}

.dropdown-column ul li a {
    color: var(--c2);
    font-family: var(--f1);
    font-size: 15px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.dropdown-column ul li a:hover {
    color: var(--c4);
    padding-left: 10px;
}

.banner-title {
    text-align: center;
}

.banner-title h3 {
    color: var(--c2);
    font-family: var(--f2);
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.banner-title h3::before {
}

.banner-title h3::after {
}

.banner-title h1 {
    color: var(--c2);
    font-family: var(--f1);
    font-size: 62px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}

.banner-title h4 {
    font-size: 33px;
    color: var(--c2);
    font-family: var(--f3);
    text-transform: capitalize;
    font-weight: 600;
    padding-top: 8px;
}

.banner-title p {
    color: #eee;
    font-size: 18px;
    padding: 14px 0px;
}

.banner-btns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    margin-top: 25px;
}

.white-btn a {
    background: vaR(--c2);
    color: var(--c3);
    padding: 10px 22px;
    font-size: 16px;
}
.banner {
    padding-top: 60px;
}

.about-images-box {
    position: relative;
    margin: 50px 0px;
    margin-right: 40px;
}

.about-image-2 {
    background: var(--c4);
    border-radius: 0px 50px 60px 0px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 60px;
}

.about-image-1 {
    position: relative;
}

.about-image-1::before {
    content: '';
    position: absolute;
    height: 112%;
    border: 2px solid var(--c3);
    width: 100%;
    left: -60px;
    top: -35px;
    border-radius: 40px;
    z-index: -1;
}

.about-image-2 img {
    height: 760px;
}

.about-btn.primary-btn {
    margin-top: 20px;
}

.about-btn a {
    display: inline-block !important;
}
.primary-title h3 {
    font-size: 28px;
    font-family: var(--f2);
    font-weight: 600;
    color: var(--c1);
}

.about-content.primary-title {}

.primary-title h2 {
    font-family: var(--f3);
    font-weight: 700;
    font-size: 46px;
    text-transform: uppercase;
    color: var(--c1);
    padding-top: 14px;
}

.about-content p {
    padding: 12px 0px;
}
.blue-section {
    background: var(--c3);
}

.blue-section h3, .blue-section h2 {
    color: var(--c2);
}

.blue-title {
    text-align: center;
    margin-bottom: 50px;
}

.blue-title h3 {
    font-family: var(--f2);
    font-size: 24px;
    position: relative;
    display: inline-block;
}

.blue-title h3::before {
    content: '';
    position: absolute;
    background: #ffffff47;
    width: 200px;
    height: 1px;
    left: 110%;
    top: 4px;
}

.blue-title h2 {font-size: 46px;text-transform: uppercase;font-family: var(--f1);font-weight: 600;margin-top: 10px;}

.blue-title h3::after {
    content: '';
    position: absolute;
    background: #ffffff47;
    width: 200px;
    height: 1px;
    right: 110%;
    top: 4px;
}

/* DIR Section */
.dir-title {
    /* text-align: center; */
    margin-bottom: 50px;
}

.dir-title h3 {
}

.dir-title h2 {
}

.dir-card {
    /* background: #fff; */
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    border-radius: 32px;
    transition: all 0.3s ease-in-out;
}

.dir-card-image {
    position: relative;
}

.dir-card-image img {
    object-fit: cover;
    height: 470px;
}

.dir-card-content {
    padding: 0px 22px;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 30px;
}

.dir-card-content h4 {
    font-family: var(--f1);
    font-size: 20px;
    font-weight: 500;
    color: var(--c2);
    margin-bottom: 15px;
    text-shadow: 1px 0px 5px #00000070;
}

.dir-card-content p {
    color: #ccc;
}

.dir-card-link a {
    font-weight: 600;
    font-size: 15px;
    color: #eee;
    display: block !important;
    transition: all 0.3s ease;
    text-decoration: underline !important;
}

.dir-card-link a:hover i {transform: rotate(90deg) translateY(-7px);}

.dir-card-link .arrow-icon {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.dir-card-link a:hover .arrow-icon {
    transform: translateX(5px);
}
.dir-card-link {
    margin-top: 14px;
}
.dir-card-link a i {
    font-size: 20px;
    transform: rotate(45deg);
    line-height: 13px;
    margin-left: 11px;
    transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
section.book-section {
    position: relative;
    overflow: hidden;
}

.book-backg-map-image {
    position: absolute;
}

.book-backg-map-image {}

.text-shape-1 {
    position: absolute;
    left: 36%;
    top: 150px;
}

.text-shape-2 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.book-image {
    /* background: #ffffff42; */
    /* border-radius: 50%; */
    position: relative;
}

.book-image img {
    height: 440px;
    width: 320px;
    margin: 0 auto;
    padding: 40px 60px;
    position: relative;
    animation: moveAndScale 4s cubic-bezier(0.65, 0.05, 0.36, 1) infinite;
}

.book-image::before {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 450px;
    height: 450px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.book-content h2 {
    font-size: 110px;
    text-transform: uppercase;
}

.book-content h3 {
    font-family: var(--f3);
    font-size: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.book-content p {
    color: #eee;
    padding: 10px 0px;
}

.book-btn {
    display: inline-block;
    margin-top: 16px;
}
footer.footer {
    padding-top: 100px;
}

h3.f-title {
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
    font-family: var(--f1);
    margin-bottom: 30px;
}

h3.f-title::before {
    content: '';
    position: absolute;
    background: var(--c3);
    width: 42px;
    height: 3px;
    bottom: -4px;
    border-radius: 30px;
}

.f-about p {
    padding-right: 40px;
    padding-bottom: 25px;
}

.f-links ul li {list-style: disc !important;margin-left: 20px;line-height: 50px;}

.f-links ul li a {
    text-transform: uppercase;
    color: var(--c1);
    font-family: var(--f3);
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

.f-links span {
    color: var(--c3);
    font-weight: 700;
    font-family: var(--f3);
    letter-spacing: 1px;
}

.f-links p {
    padding-bottom: 10px;
}

.footer-bottom {
    background: var(--c3);
    padding: 10px 0px;
    margin-top: 50px;
}

.footer-bottom p {
    color: var(--c2);
    text-transform: capitalize;
}

.footer-bottom img {
    width: 180px;
    margin-left: auto;
}
ul.f-social {
    display: flex;
    gap: 10px;
}

.f-social li a {
    border: 1px solid var(--c3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: var(--c3);
    transition: all 0.2s ease-in-out;
}
/*  */
.primary-btn a {
    font-size: 15px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.025em;
    background: var(--c4);
    padding: 14px 20px;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    display: inline-block !important;
    text-decoration: none;
}
.primary-btn a div {
    display: block;
    position: relative;
    z-index: 10;
    font-size: 16px;
}.primary-btn a:before {
    background: var(--c1);
    z-index: 5;
    transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.primary-btn a:after, .primary-btn a:before {
    padding: 18px 0 11px;
    content: '';
    position: absolute;
    top: 0;
    left: calc(-101% - 30px);
    height: calc(100%);
    width: calc(100% + 20px);
    color: #fff;
    border-radius: 2px;
    transform: skew(-25deg);
}.primary-btn a:after {
    background: #fff;
    transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
    z-index: 0;
    opacity: 0.8;
}
.primary-btn a:hover:before {
    left: calc(0% - 10px);
    transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.primary-btn a:hover:after {
    left: calc(0% - 10px);
    transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.drop-down-menu-title h3 {
    color: var(--c2);
    font-family: var(--f2);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.dropdown-content p {
    color: #b5dffe;
    font-size: 14px;
    line-height: 20px;
    font-family: var(--f3);
    text-transform: capitalize;
    font-weight: 400;
}

.dd-manu-tab span {
    color: var(--c2);
    font-size: 16px;
    font-family: var(--f3);
    text-transform: capitalize;
    font-weight: 500;
}

.dd-manu-tab span i {
    color: var(--c4);
    padding-left: 5px;
}

.dd-manu-tab {
    padding-bottom: 25px;
}
.dd-manu-tab:hover span {
    color: #b5905d;
}
.f-links ul li:hover a {
    margin-left: 10px;
}

@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(18px); /* Moves 10px to the right */
  }
  100% {
    transform: translateX(0); /* Smoothly returns to the starting position */
  }
}
.about-image-1 img {
    animation: moveLeftRight 3s ease-in-out infinite;
    border-radius: 50px;
}

.dir-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 10px #000;
}

.f-social li a:hover {
    background: var(--c3);
    color: var(--c2);
    box-shadow: 0px 0px 6px var(--c3);
}
@keyframes moveAndScale {
  0% {
    /* Starting position and original scale */
    transform: translateX(0) scale(1);
  }
  50% {
    /* Midpoint: 10px right and 1.1x larger */
    transform: translateX(10px) scale(1.1);
  }
  100% {
    /* Smoothly returns to start */
    transform: translateX(0) scale(1);
  }
}
.banner-title h1::before {
    content: '';
    background: var(--c4);
    position: absolute;
    bottom: -12px;
    width: 96%;
    height: 7px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

/************************************/
/***       Loader         	  ***/
/************************************/ 

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--c2);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 3px solid var(--c3);
  border-color: var(--c3) var(--c3) transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 3px solid;
  box-sizing: border-box;
}
.loader::after {
  width: 58px;
  height: 58px;
  border-color: transparent transparent var(--c4) var(--c4);
  animation: rotationBack 0.5s linear infinite;
}
.loader::before {
  width: 48px;
  height: 48px;
  border-color: var(--c3) var(--c3) transparent transparent;
  animation: rotation 1.5s linear infinite;
}
@keyframes rotation {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes rotationBack {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}

.dir-card-image::before {
    position: absolute;
    background: linear-gradient(0deg, black, transparent, transparent);
    inset: 0;
    content: '';
}
.inner-header-title {
    padding-top: 110px;
}
.post-image img {
    object-fit: cover;
    height: 500px;
    object-position: 0% 30%;
    border-radius: 10px;
    box-shadow: 0px 0px 14px #00000030;
}

.single-post-content {
    padding-top: 40px;
}

.single-post-content h2 {
    font-family: var(--f2);
    font-size: 40px;
    padding-bottom: 20px;
}

p.meta-info {
    font-size: 21px;
    font-family: var(--f3);
}

.single-post-content h3 {
    padding: 12px 0px;
    font-weight: 600;
    font-size: 26px;
    font-family: var(--f2);
}

.single-post-content p {
    padding-bottom: 10px;
}

.single-post-content strong {
    font-weight: 600;
    color: #222;
}

.single-dir-post footer.footer {
    background: #bde2fe30;
}
h2.post-secondry-title {
    /* font-family: var(--f3); */
    font-size: 32px;
    padding-top: 30px;
}
ul.scalability-insights li {
    list-style: disc;
    margin-left: 14px;
}

ul.scalability-insights {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.post-secondar-image img {
    object-fit: contain;
    width: 750px;
    margin-right: auto;
}