@import url(responsive.css);
* {
  font-family: "Poppins", sans-serif;
  accent-color: #e3c47b;
  transition: 0.2s;
  font-size: 16px;
}
a {
  text-decoration: none;
}
:root {
  transition: 0.2s;
  scroll-behavior: smooth;
}
::selection {
  background-color: #e3c47b;
  color: #4f7471;
}
body {
  width: 100%;
  overflow-x: hidden;
}
/* scrollbar */
::-webkit-scrollbar {
  position: absolute;
  width: 8px;
  /* background-color: #E3C47B; */
}
::-webkit-scrollbar-track {
  /* background-color: #fff; */
  border-radius: 4px;
}
::-webkit-scrollbar:hover {
  background-color: #f4f7f7;
}
::-webkit-scrollbar-thumb {
  background: #4f7471;
  border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
  background: #91a8a7;
}

.bg-test-r {
  background-color: red;
}
.bg-test-g {
  background-color: green;
}
.main-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* gap: 128px; */
}
.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-main {
  height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  z-index: 99;
}
.nav-links {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 24px;
}
.nav-link-active {
  text-decoration-line: underline;
  color: #4f7471;
}
.nav-links a {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  color: #4f7471;
}
.nav-links > a:hover {
  color: #4f7471;
  cursor: pointer;
}
.w-content {
  width: 948px;
}
.w-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 128px;
  padding-top: 48px;
  padding-bottom: 128px;
  /* position: relative; */
}
strong,
label {
  font-size: inherit;
}
.f-64 {
  /* font-size: 64px; */

  font-size: 4rem;
}
.f-48 {
  /* font-size: 48px; */
  font-size: 3rem;
}
.f-40,
h1 {
  /* font-size: 40px; */
  font-size: 3rem;
}
.f-36,
h2 {
  /* font-size: 36px; */
  font-size: 2.1rem;
  /* color: aqua !important; */
}
.f-32 {
  /* font-size: 32px; */
  font-size: 2rem;
  /* color: red !important; */
}
.f-24 {
  /* font-size: 24px; */
  font-size: 1.5rem;
}
.f-20 {
  /* font-size: 20px; */
  font-size: 1.3rem;
}
.f-16 {
  /* font-size: 16px; */
  font-size: 1rem;
}
.mb-56 {
  margin-bottom: 56px;
}
.mb-40 {
  margin-bottom: 40px;
}
.p-16 {
  padding: 16px;
}
.p-80 {
  padding: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-40 {
  padding-bottom: 40px;
}
.mb-24 {
  margin-bottom: 24px;
}
.gap-32 {
  gap: 32px;
}
.z-bottom {
  z-index: -9;
}

label,
p {
  color: #262626;
}
.clr-blk-87 {
  color: #262626;
}

.w-full {
  width: calc(100vh - 8px);
}

.sub-sect {
  /* background-color: antiquewhite; */
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.sub-sect-l {
  align-items: flex-start;
}
.sub-sect-r {
  align-items: flex-end;
}
.sub-sect img {
  /* height: 755px; */
  /* width: 462px; */
  width: calc(100% - 12px);
  object-fit: cover;
  aspect-ratio: 462/755;
}
.section-intro-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* height: 1073px; */
  /* aspect-ratio: 748/1073; */
  margin-bottom: 139px;
}
.section-second-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 256px;
  /* margin-top: 64px; */
}
.section-third-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 256px;
  /* margin-top: 64px; */
}
.section-fourth-container {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  gap: 24px;
  /* height: 256px; */
  /* margin-top: 64px; */
  align-items: center;
  justify-content: center;
}
.section-fifth-div {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-fifth-container {
  background-color: #f4f7f7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.txt-align-right {
  text-align: right;
}
.txt-align-left {
  text-align: left;
}
.w-fill {
  width: max-content;
}
.h-fill {
  height: max-content;
}
.leading-text,
.ending-text {
  height: 318px;
  display: flex;
  align-items: center;
}
.leading-text {
  padding-right: 10%;
}
.ending-text {
  padding-left: 10%;
}
.bg-curtain {
  /* width: calc(100vw - 12px); */
  width: 100vw;
  height: 625px;
  left: 0px;
  /* with navbar */
  /* top: 907px;  */
  /* without */
  top: 803px;
  /* Primary0 */
  background: #f4f7f7;
  /* shadow */
  box-shadow: 0px 16px 40px rgba(173, 176, 191, 0.2);
  z-index: -2;
}
.bg-curtain-1 {
  position: absolute;
  height: 625px;
  left: 0px;
  /* with navbar */
  /* top: 907px;  */
  /* without */
  top: 803px;
}
.bg-curtain-2 {
  position: relative;
  height: 625px;
  /* left: 0px; */
  /* with navbar */
  /* top: 907px;  */
  /* without */
  top: 0px;
}
.sub-sect-second-l {
  margin-right: 64px;
}

.sub-sect-second-r {
  /* background-color: antiquewhite; */
  /* margin-left: 64px; */
  /* width: 396px; */
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sub-sect-fourth {
  display: flex;
  width: 100%;
  flex-direction: row;
  gap: 24px;
  align-items: center;
  justify-content: center;
}

/* portfolio section */
.sub-sect-fourth a{
  width: 50%;
}
.indiv-portfolio-item {
  position: relative;
  /* height: 462px;
  width: 462px; */
  /* width: 50%; */
  width: 100%;
  overflow: hidden;
}
.indiv-portfolio-item .overlay-filter {
  position: absolute;
  top: 0;
  left: 0;
  background: #4f7471;
  opacity: 0;
  height: 100%;
  width: 100%;
}
.portfolio-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 12%;
  width: 100%;
  z-index: 9;
  top: 44%;
  /* background-color: #4f7471; */
}
.portfolio-text label {
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  /* color: #4f7471; */
  backdrop-filter: blur(8px);
  z-index: 9;
}
.indiv-portfolio-item img {
  /* height: 462px;
  width: 462px; */
  width: 100%;
  object-fit: cover;
  z-index: 0;
  aspect-ratio: 1/1;
}
.indiv-portfolio-item:hover .overlay-g {
  transition: 0.2s;
  opacity: 0.7;
  z-index: 8;
  opacity: 0.5;
  /* z-index: 8; */
  backdrop-filter: blur(13px);
}
.portfolio-desc {
  display: none;
  visibility: hidden;
}
.indiv-portfolio-item:hover .portfolio-desc {
  transition: 0.2s;
  visibility: visible;
}
.indiv-portfolio-item:hover img {
  transition: 0.2s;
  transform: scale(1.1);
}
.indiv-portfolio-item:hover {
  /* border: #4f7471; */
}
.section-third-container a label {
  cursor: pointer;
}
.section-third-container a label:hover {
  color: #e3c47b;
}

.clr-white {
  color: #fff;
}
.clr-p0 {
  color: #f4f7f7;
}
.clr-p5 {
  color: #4f7471;
}
.bg-clr-p0 {
  background-color: #f4f7f7;
}
.bg-clr-p5 {
  background-color: #4f7471;
}
.bg-white {
  background-color: #fff;
}
.clr-p3 {
  color: #91a8a7;
}
.clr-s8 {
  color: #e3c47b;
}
.btn-main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  gap: 10px;
  /* width: 175px; */
  width: fit-content;
  /* height: 62px; */
  /* Primary5 */
  background: #4f7471;
  /* category hover */
  box-shadow: 0px 16px 40px rgba(173, 176, 191, 0.4);
  border-radius: 8px;
  color: #fff;
  /* text */
  font-weight: 500;
  font-size: 1.3rem;
  /* line-height: 30px; */
}
.btn-main:hover,
.btn-main:active {
  /* background-color: #d3dddc !important; */

  background-color: #e3c47b !important;
  color: #4f7471 !important;
  box-shadow: 0px 8px 20px rgba(79, 116, 113, 0.34);
  transform: scale(1.04);
  transition: 0.1s;
  /* color: #fff !important; */
}
.secondary-link,
.secondary-link label {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  text-decoration: none !important;
  cursor: pointer;
}
.secondary-link label:hover {
  /* transform: scale(1.01); */
  color: #e3c47b !important;
  transform: scale(1.04);
  transition: 0.1s;
}
.secondary-link label:hover span,
.btn-main:hover span {
  transform: scale(1.5);
  margin-left: 8px;
}
.section-third-container a:hover span {
  transform: scale(1.5);
  margin-top: 8px !important;
  margin-left: 0px;
}
.line-seperator {
  width: 100%;
  height: 0px;
  /* Black 8.5 */
  border: 4px solid #262626;
  margin-bottom: 80px;
}

/* arrows */
.down-arrow-line {
  box-sizing: border-box;
  height: 80px;
  width: 80px;
  border-style: solid;
  border-color: #91a8a7;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  /* transition: border-width 150ms ease-in-out; */
}
.gg-arrow-long-down {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  box-shadow: inset 0 0 0 2px;
  height: 32px;
  width: 16px;
}

.gg-arrow-long-down::after {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 16px;
  height: 16px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  bottom: 0;
  left: -2px;
}
footer > div {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
footer .socials-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
footer .socials-container a {
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: center;
}
footer iconify-icon,
footer i {
  color: #fff;
}
footer a {
  text-decoration: none !important;
}
footer a:hover {
  text-decoration: none !important;
}
footer iconify-icon:hover,
footer i:hover {
  transition: 0.1s;
  color: #e3c47b;
  transform: scale(1.2);
}

.blog-banner {
  background-image: url("images\blog_banner.png");
  background-attachment: fixed;
  height: fit-content;
}