@import url('https://fonts.googleapis.com/css2?family=Anuphan:wght@100;200;300;400;500;600;700&family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200;300;400;500;600;700&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&family=Roboto:wght@500&display=swap');

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: 'SF Pro Display';
font-family: "Poppins", serif;
  background: #ffffff;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'SF Pro Display';
}

img {
  border: none;
}

.clr {
  clear: both;
}



/* Home Page */

.top_header {
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 10px;
  align-items: center;
}

.top_header a img {
  width: 53%;
}

.right-btn a img {
  width: 25px;
  margin-right: 3px;
}

.right-btn {
  background: linear-gradient(180deg, #324d58 0%, #003246 100%);
}

.right-btn {
  background: linear-gradient(180deg, #324d58 0%, #003246 100%);
  padding: 6px 10px;
}

.right-btn a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-collapse {
  justify-content: right;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 30px;
  color: #000000;
  font-size: 16px;
  font-family: SF Pro Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.64px;
  padding: 0px 30px;
  color: #000000;
  font-size: 16px;
  font-family: SF Pro Display;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.64px;
  border-bottom: 1px solid #ebebeb;
}

.MY-LOGO {
  color: #000000;
  font-family: SF Pro Display;
  font-size: 22px;
  font-weight: 500;
  line-height: 33.41px;
  /* text-align: left; */
}

.navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-position: center center;
    filter: contrast(0.5);
}

.showcase {
  background: #ffffff;
  width: auto;
  height: fit-content;
  position: relative;
  background: url(/images/WHITE-BG.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


section.showcase h1 {
  color: #000000;
  font-family: SF Pro Display;
  font-size: 50px;
  font-weight: 500;

  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.experiancewrap {
  display: flex;
  gap: 13px;
  justify-content: flex-start;
  padding-right: 100px;
  /* position: absolute; */
  /* bottom: 10%; */
  /* right: 5%; */
  margin: 25px 0;
  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary {
  background: transparent;
}

.right-links-wrap a {
  color: black;
  font-size: 16px;
  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
}

.right-links-wrap a:hover {
  color: #FF4D00;
}

.right-links-wrap h6 {
  color: #b2b2b2;
  font-size: 18px;
  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 3s ease-out forwards;
}

.right-links-wrap {
  display: flex;
  flex-direction: column;
  /* position: absolute; */
  /* top: 33%; */
  right: 7%;
  /* margin: 15rem 0 0 0; */
  font-family: 'SF Pro Display';}



.banner-left h6 {
  color: #666666;
  font-size: 22px;
  /* Animation */
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
}

.banner-left {
  /* top: 26%; */
  /* left: 7%; */
  margin: 7rem 0 0 0;
}
.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.exp-1 p {
  padding: o;
  margin: 0;
}

.exp-2 p {
  padding: o;
  margin: 0;
}

.showcase .inner-banner {
  width: 100%;
  height: 400px;
  position: relative;
  display: flex;
  z-index: 999;
  align-items: center;
  margin-top: 9px;
}


/* section 2 css */

.about-right a {
  background-color: #010104;
  display: flex;
  height: 40px;
  align-items: center;
  width: fit-content;
  padding: 20px;
  border-radius: 26px;
  color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.about-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: 'SF Pro Display';
}

.banner-content-wrap {
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: space-between;
  margin: 64px 0;
}

.about-section {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}


.about-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.about-left {
  width: 120%;
}

.about-left p {
  color: #B2B2B2;
  font-family: 'SF Pro Display';
}

.about-section {
  display: flex;
  justify-content: space-between;
  margin: 200px 0;
}


/* section 2 css */


/* section 3 css */
.left-domain-heading {
  width: 75%;
}

.domain-wrap h6 {
  font-size: 20px;
  width: fit-content;
  font-family: 'SF Pro Display';}

.domain-wrap {
  width: 46%;
  font-family: 'SF Pro Display';}

.domain-wrap p {
  font-size: 16px;
  margin: 0;
}

.right-domains {
  display: flex
;
  flex-wrap: wrap;
  width: 100%;
  gap: 25px;
  margin-top: 46px;
  justify-content: flex-start;
}

#and-more {
  color: rgb(125, 125, 125);
  font-family: 'SF Pro Display';}

.domain-wrap h6 hr {
  width: 31%;
  /* Initial width */
  color: #000000;
  /* Initial color */
  margin: 3px 0;
  border: 1px solid black;
  transition: width 0.5s ease-in-out, border-color 0.5s ease-in-out;
  /* Smooth animation */
  opacity: 100;
}

.domain-wrap:hover h6 hr {
  width: 100%;
  /* Expands to full width */
  border-color: #FF6B00;
  /* Changes color to orange */
  opacity: 100;
}

.section-3-domains-wrap {
  display: flex
;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  padding: 0 0 66px 0;
}

.section-3-domains-wrap.visible {
  opacity: 1;
  transform: translateY(0);
}

.left-domain-heading h6 {
  font-size: 32px;
  font-weight: 500;
}

/* section 3 css */


/* section-tools css section4  */


.centre-text-wrap h1 {
  font-size: 28px !important;
  color: rgb(0, 0, 0) !important;
  text-align: center !important;
}

.centre-text-wrap {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  /* position: absolute; */
  padding: 22rem 0;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.centre-text-wrap.visible {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}

.section-tools-main {
  /* background: url(/images/WHITE-BG.png); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  height: auto;
  position: relative;
  transition: background .100s ease-in-out, opacity 0.4s ease-in-out;
  opacity: 0.6;
  padding: 0px 0px 55px 0px;
}

.section-tools-main.active {
  background: url(/images/dark-back.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  height: auto;
}

.section-tools-main.active h1 {
  color: #ffffff !important;
  opacity: 1;
  transform: translateY(0px) !important;
  animation: fadeInUp 3s ease-out forwards !important;
}



@keyframes float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}



.figma-icon {
  opacity: 0;
  /* Hidden by default */
  transform: scale(0.8);
  /* Slightly smaller initially */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.ai-icon {
  opacity: 0;
  /* Hidden by default */
  transform: scale(0.8);
  /* Slightly smaller initially */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.ps-icon {
  opacity: 0;
  /* Hidden by default */
  transform: scale(0.8);
  /* Slightly smaller initially */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.sketch-icon {
  opacity: 0;
  /* Hidden by default */
  transform: scale(0.8);
  /* Slightly smaller initially */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.microsoft-icon {
  opacity: 0;
  /* Hidden by default */
  transform: scale(0.8);
  /* Slightly smaller initially */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.slack-icon {
  opacity: 0;
  /* Hidden by default */
  transform: scale(0.8);
  /* Slightly smaller initially */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.vs-icon {
  opacity: 0;
  /* Hidden by default */
  transform: scale(0.8);
  /* Slightly smaller initially */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.xd-icon {
  opacity: 0;
  /* Hidden by default */
  transform: scale(0.8);
  /* Slightly smaller initially */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.asana-icon {
  opacity: 0;
  /* Hidden by default */
  transform: scale(0.8);
  /* Slightly smaller initially */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.section-tools-main.active .figma-icon {
  opacity: 1;
  /* Make it visible */
  transform: scale(1);
  /* Scale to normal size */
  animation: float 2s infinite ease-in-out;
}

.section-tools-main.active .ai-icon {
  opacity: 1;
  /* Make it visible */
  transform: scale(1);
  /* Scale to normal size */
  animation: float 2s infinite ease-in-out;
}

.section-tools-main.active .ps-icon {
  opacity: 1;
  /* Make it visible */
  transform: scale(1);
  /* Scale to normal size */
  animation: float 2s infinite ease-in-out;
}

.section-tools-main.active .sketch-icon {
  opacity: 1;
  /* Make it visible */
  transform: scale(1);
  /* Scale to normal size */
  animation: float 2s infinite ease-in-out;
}

.section-tools-main.active .microsoft-icon {
  opacity: 1;
  /* Make it visible */
  transform: scale(1);
  /* Scale to normal size */
  animation: float 2s infinite ease-in-out;
}

.section-tools-main.active .slack-icon {
  opacity: 1;
  /* Make it visible */
  transform: scale(1);
  /* Scale to normal size */
  animation: float 2s infinite ease-in-out;
}

.section-tools-main.active .vs-icon {
  opacity: 1;
  /* Make it visible */
  transform: scale(1);
  /* Scale to normal size */
  animation: float 2s infinite ease-in-out;
}

.section-tools-main.active .xd-icon {
  opacity: 1;
  /* Make it visible */
  transform: scale(1);
  /* Scale to normal size */
  animation: float 2s infinite ease-in-out;
}

.section-tools-main.active .asana-icon {
  opacity: 1;
  /* Make it visible */
  transform: scale(1);
  /* Scale to normal size */
  animation: float 2s infinite ease-in-out;
}


img.xd-icon {
  width: 59px !important;
  height: 59px !important;
  position: absolute !important;
  top: 24% !important;
  left: 25% !important;
}

img.asana-icon {
  width: 50px !important;
  height: 50px !important;
  position: absolute !important;
  top: 50% !important;
  left: 14% !important;
}

img.figma-icon {
  width: 77px !important;
  height: 77px !important;
  position: absolute !important;
  top: 11% !important;
  left: 41% !important;
}

img.ai-icon {
  width: 70px !important;
  height: 70px !important;
  position: absolute !important;
  top: 71% !important;
  left: 27% !important;
}

img.ps-icon {
  width: 57px !important;
  height: 70px !important;
  position: absolute !important;
  top: 20% !important;
  right: 20% !important;
  left: inherit !important;
}

img.sketch-icon {
  width: 70px !important;
  height: 70px !important;
  position: absolute !important;
  top: 44% !important;
  right: 11% !important;
  left: inherit !important;
}


img.microsoft-icon {
  width: 70px !important;
  height: 70px !important;
  position: absolute !important;
  top: inherit !important;
  right: 29% !important;
  bottom: 24% !important;
  left: inherit !important;
}

img.slack-icon {
  width: 70px !important;
  height: 70px !important;
  position: absolute !important;
  top: 71% !important;
  left: 47% !important;
}

img.vs-icon {
  width: 51px !important;
  height: 66px !important;
  position: absolute !important;
  top: 20% !important;
  left: 55% !important;
}

/* section-tools css section4  */


/* section5 css */


.column-single {
  width: 315px;
  height: 522px;
  border-radius: 19px;
  border: 1px solid #232323;
  box-shadow: 0px 2px 4px 0px #FFFFFF0D;
  background: url(/images/expertise1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.column-single:hover {
  transform: scale(1.02);
  /* Slightly increase size */

}

.column-single2 {
  width: 315px;
  height: 522px;
  border-radius: 19px;
  border: 1px solid #232323;
  box-shadow: 0px 2px 4px 0px #FFFFFF0D;
  background: url(/images/expertise3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.column-single2:hover {
  transform: scale(1.02);
  /* Slightly increase size */

}

.column-single3 {
  width: 315px;
  height: 522px;
  border-radius: 19px;
  border: 1px solid #232323;
  box-shadow: 0px 2px 4px 0px #FFFFFF0D;
  background: url(/images/expertise2.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}


.column-single3:hover {
  transform: scale(1.02);
  /* Slightly increase size */

}

.tag-1 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0075) 0%, rgba(255, 255, 255, 0.0075) 100%);
  backdrop-filter: blur(150px);
  padding: 7px 53px;
  gap: 10px;
  border-radius: 12px;
  width: 94%;
  position: absolute;
  bottom: 18px;
  left: 0;
  display: flex
;
  justify-content: center;
  margin: 0px 10px;
}

.three-column-wrap {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.tag-1 p {
  padding: 0;
  margin: 0;
  font-family: SF Pro Display;
  font-size: 23px;
  font-weight: 500;
  color: white;
}

.expertise-heading h2 {
  font-family: SF Pro Display;
  font-size: 32px;
  font-weight: 500;
  text-align: left;
  color: white;
  padding: 0px 0 0px;

}

.expertise-heading {
  display: flex;
  /* padding: 0% 5% 4% 13%; */
  margin: 25px 0;
  opacity: 0;
  transform: translateY(30px);
  /* Starts slightly lower */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.expertise-heading.visible {
  opacity: 1;
  transform: translateY(0);
  /* Moves to normal position */
}


/* Initially hide the columns */
.column-single,
.column-single2,
.column-single3 {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Left to right animation */
.column-single {
  transform: translateX(-50px);
}

.column-single3 {
  transform: translateX(50px);
}

/* Fade-in from center */
.column-single2 {
  transform: scale(0.9);
}

/* When in viewport, make them visible */
.three-column-wrap.visible .column-single,
.three-column-wrap.visible .column-single2,
.three-column-wrap.visible .column-single3 {
  opacity: 1;
  transform: translateX(0) scale(1);
}


.full-detail-section-tab {
  width: 100%;
  padding: 16px 25px;
  border-radius: 12px;
  background: #222222;
  backdrop-filter: blur(150px);
  display: flex;
  justify-content: space-between;
}

.full-detail-section-tab img {
  width: 24px !important;
  height: auto !important;
}

.full-detail-section-tab h5 {
  font-family: SF Pro Display;
  font-size: 18px;
  font-weight: 500;
  width: fit-content;
  margin: 0;
  color: white;
}

.full-detail-toggle-wrap {
  display: flex;
  /* padding: 0 159px; */
  margin: 45px 0;
  flex-direction: column;
}

.info-wrap {
  width: 100%;
}

.info-wrap p {
  font-family: SF Pro Display;
  font-size: 16px;
  font-weight: 500;

  color: #676767;


}

.toggle-table-main {
  width: 100%;

  border-radius: 7px 0px 0px 0px;
  display: flex;
  background: #121416;
  border-radius: 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
  opacity: 0;
}


.toggle-table-main.active {
  max-height: 288px;
  /* Adjust based on content */
  opacity: 1;
}

.full-detail-section-tab img {
  transition: transform 0.4s ease-in-out;
}

.full-detail-section-tab.active img {
  transform: rotate(90deg);
  /* Rotate arrow down */
  color: #FF4D00;
}

.heading-icon img {
  width: 44px !important;
  height: 44px !important;
}

.heading-icon p {
  font-family: SF Pro Display;
  font-size: 25px !important;
  font-weight: 500;
  text-align: left;
  color: #FF4D00;

}

.toggle-content p {
  font-family: SF Pro Display;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: white;
  margin: 3px 0;
}

.heading-icon {
  display: flex;
  justify-content: space-between;
  gap: 116px;
}

.toggle-section {
  height: fit-content;
  width: fit-content;
  padding: 26px 17px;
}


/* section5 css */





/* section selected work */

.recent-work-sec h1 {
  font-family: SF Pro Display;
  font-size: 38px !important;
  font-weight: 500;
  color: rgb(0, 0, 0);
  opacity: 0;
  /* Initially hidden */
  transition: opacity 1s ease-in-out;
  /* Smooth fade transition */
}

/* Optional: You can apply the fade-in animation only when the element is in view */
.recent-work-sec h1.fade-in {
  opacity: 1;
  /* Make visible when it has the fade-in class */
}

.single-project-image img {
  width: 100%;
  height: 426px;
  border-radius: 28px;
}

.single-project-detail-wrap h1 {
  font-family: SF Pro Display;
  font-size: 22px !important;
  font-weight: 400 !important;
}


.single-project-image {
  width: 100%;
}


.single-project-detail-wrap p {
  font-family: SF Pro Display;
  font-size: 15px !important;
  font-weight: 400;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  line-height: 21px;
  color: #808080;
}

.project-type-wrap p {
  padding: 9px 23px 9px 23px;
  border-radius: 12px;
  background: #7A7A7A26;
  backdrop-filter: blur(150px);
  width: fit-content;
}

.project-type-wrap {
  display: flex;
  gap: 10px;
}

.single-project-detail-wrap {
  margin: 15px 0px;
}



.showcase2 {
  width: auto;
  height: fit-content;
  position: relative;
  background: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background 1s ease-in-out;
}

.recent-work-sec {
  padding: 90px 0 56px 0px;
}

.showcase2.active .recent-work-sec h1 {
  color: black !important;
}


.recent-work-inner-main {
  display: flex;
  /* overflow-x: auto; */
  scroll-behavior: smooth;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single-project {
  width: 615px;
}

.showmore-btn a {
  width: fit-content;
  height: fit-content;
  padding: 15px 30px;
  color: #FF4D00 !important;
  /* color: #FF4D00 !important; */
  border-radius: 12px;
  background: #7A7A7A26;
  backdrop-filter: blur(150px);
  font-family: 'SF Pro Display';}

.showmore-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 56px 0 91px 0;
}

.changing-word {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}


.single-project-image img {
  transition: transform 0.2s ease-in-out;
  /* Smooth transition */
}

.single-project-image img:hover {
  transform: scale(1.02);
  cursor: pointer;
}



/* section selected work */


/* contact us css */


.contact-me {
  background: url(/images/black-bg-forselected.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  height: auto;
  position: relative;
  transition: background .100s ease-in-out, opacity 0.4s ease-in-out;
  padding: 200px 0px 200px 0px;
}

.contact-text h1 {
  font-size: 54px !important;
  color: #ffffff !important;
}

.contact-text p {
  font-size: 24px !important;
  color: #676767 !important;
}

.contact-detail-main h1 {
  color: #FF4D00 !important;
}

.contact-detail-main h2 {
  color: white !important;
}

.contact-detail-main p {
  color: #676767 !important;
  font-size: 24px !important;
}

.contact-content-main {
  display: flex;
  gap: 13rem;
  font-family: 'SF Pro Display';}

/* contact us css */


/* work page css */


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

.workheadingsec {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  margin: 51px 0 25px 0;
}

.card-grid {
  display: grid
;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  /* width: 100%; */
  /* max-width: 1168px; */
  margin: 50px 0;
}

.card {
  position: relative;
  width: 100%;
  height: 420px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  transition: transform 0.4sease-in-out, box-shadow 0.4sease-in-out;
}
.card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
  /* display: block; */
}
.card a {
  width: 100%;
  height: 100%;
}
.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Dark transparent overlay */
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.card-heading {
  position: absolute;
  /* bottom: -50px; */
  left: 55%;
  transform: translateX(-50%);
  color: white;
  font-size: 20px;
  font-weight: bold;
  transition: bottom 0.4sease-in-out, opacity 0.4sease-in-out;
  opacity: 0;
}

/* Hover Effect */
.card:hover {
  /* transform: scale(1.05); */
  box-shadow: 0px 8px 16px rgb(224 224 224 / 20%);
}

.card:hover .card-overlay {
  opacity: 0.2;
}

.card:hover .card-heading {
  bottom: 20px;
  opacity: 1;
  width: 100%;
}

.MY-LOGO img {
  width: 56px !important;
}

/* work page css */



.work-1 img {
  width: 420px;
}

.work-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 104px;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  margin-top: 25px;
}

.navbar .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  background: transparent;
}

.showcase img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}


/* about us css */


.about-page-section1 p {
  margin: 0;
 font-family: 'SF Pro Display';}



.about-page-section1 span {
  font-family: SF Pro Display;
  font-size: 55px;
  font-weight: 500;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: #FF4D00;
  color: white;
}


.left-img img {
  width: 466px;
  height: 409px;
  top: 630px;
  border-radius: 6px;
}

.left-img p {
  margin: auto;
  font-family: SF Pro Display;
  font-size: 20px;
  font-weight: 500;
}

.right-cont h1 {
  font-family: SF Pro Display;
  font-size: 40px !important;
  font-weight: 500;
}

.content-aboutme {
  padding: 21px 0 0 0;
}

.pic-detail-main {
  gap: 30px;
  display: flex;
  align-items: flex-start;
  margin: 100px 0 60px 0;
}

.about-page-section1 h1 {

  color: #000000;
  font-family: SF Pro Display;
  font-size: 68px !important;
  font-weight: 500;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease-out forwards;
}

.skill-right {
  display: flex
;
  gap: 10rem;
  margin: 0% 0 0 0;
  padding-left: 30px;
}
.skill-sec {
  display: flex
;
  margin: 66px 0;
 font-family: 'SF Pro Display';}
.skill-left {
  width: 466px;
  height: fit-content;
}
.skill-left p {
  margin: 0;
}

.about-page-section1 {
  margin: 160px 0 0 0;
}

.skill-design p {
  color: #606060;
  margin: 0;
}

.skill-Tools p {
  color: #606060;
  margin: 0;
}

.right-cont {
  padding: 20px 0 0 0;
}

.right-cont span {
  color: #FF4D00;
}

.content-aboutme p {
  font-family: SF Pro Display;
  font-size: 19px;
  font-weight: 400;
  line-height: 24.87px;
  text-align: left;
}

.banner-left span {
  font-family: SF Pro Display;
  font-size: 55px;
  font-weight: 500;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: #FF4D00;
  color: white;
}
/* about us css */


@media only screen and (min-width: 320px) and (max-width: 359px) {
  .report-card-main {
    width: 486px;
  }

  .paynow-btn {
    right: 12px;
  }

  .left-sec img {
    width: 100%;
  }

  .right-btn a {
    font-size: 11px;
  }

  .report-card-main {
    display: flex;
    flex-direction: column;
  }
}

.profile-left ul li.active a {
  color: #fff;
}

/* new css */

p.row-1-big-text {
  font-family: SF Pro Display;
  font-size: 500px;
  font-weight: 500;
  line-height: 596.68px;
  text-align: right;
  color: #24242499;
}

p.row-2-big-text {
  width: 2102px;
  height: 656px;
  top: 334px;
  left: -882px;
  gap: 0px;
  font-family: SF Pro Display;
  font-size: 550px;
  font-weight: 500;
  line-height: 656.35px;
  text-align: left;
  background: #24242499;
}

.exp-1 {
  width: fit-content;
  height: 55px;
  /* top: 802px; */
  /* left: 855px; */
  /* gap: 0px; */
  border: 1px solid #363636;
  color: white;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: black;
}

.exp-2 {
  width: fit-content;
  height: 55px;
  /* top: 802px; */
  /* left: 855px; */
  /* gap: 0px; */
  border: 1px solid #363636;
  color: white;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  gap: 10px;
  background: black;
}

.exp-2 img {
  width: 30px;
  height: 30px;
}

.section-2 {
  text-align: center;
  font-family: SF Pro Display;
  font-size: 40px;
  font-weight: 500;
  line-height: 47.73px;
  /* text-align: left; */
  padding: 80px 268px;
  background: black;
  color: white;
}

.heading-3 {
  font-family: SF Pro Display;
  font-size: 36px;
  font-weight: 500;
  line-height: 42.96px;
  text-align: left;
  display: flex;
  align-content: center;
  align-items: center;
  color: white;
}

.section-3-content p {
  font-family: SF Pro Display;
  font-size: 26px;
  font-weight: 400;
  line-height: 31.03px;
  padding: 0;
  margin: 0;
}

.section-3-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 27px;
}

.section3-wrap {
  background: black;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* align-items: center; */
  /* align-content: space-around; */
  width: 80%;
}

.main-sec3 {
  background: black;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.section3-wrap2 {
  width: 80%;
  display: flex;
  align-content: center;
  align-items: center;
  gap: 91px;
  margin-top: 56px;
  flex-wrap: wrap;
  flex-direction: row;
}

.selected-head-dark {
  font-family: SF Pro Display;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.19px;
  text-align: left;
  background: #000000;
  color: #1e1e1e;
}

.selected-head {
  color: #2a2a2a;
  font-family: SF Pro Display;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.19px;
  text-align: left;
  background: black;
}

.selected-head-bright {
  color: #ffffff;
  font-family: SF Pro Display;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.19px;
  text-align: left;
  background: black;
}

.selected-Work-wrap {
  display: flex;
  width: 100%;
  background: black;
  justify-content: center;
  gap: 50px;
  margin: 50px 0;
}

.heading-1 {
  font-family: SF Pro Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.87px;
  text-align: left;
  color: #ffffff;
  margin: 10px 0;
}

.heading-2 {
  font-family: SF Pro Display;
  font-size: 26px;
  font-weight: 500;
  line-height: 31.03px;
  text-align: left;
  color: white;
  margin: 10px 0;
}

.description-gallery {
  font-family: SF Pro Display;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.87px;
  text-align: left;
  color: white;
  margin: 10px 0;
}

a.view-btn {
  width: fit-content;
  height: 46px;
  padding: 13px 28px 13px 28px;
  background: #ffffff;
  color: black;
  margin: 18px 0;
  display: flex;
}

.gallery-wrap {
  display: flex;
  gap: 30px;
  padding: 42px 60px;
}

.gallery-left img {
  width: 609px;
}

a.more-btn {
  font-family: SF Pro Display;
  font-size: 24px;
  font-weight: 500;
  line-height: 28.64px;
  text-align: left;
  background: #ffffff;
  padding: 17px 35px;
  color: black;
}

.btnn {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.reach-out-cont img {
  width: 50px;
}

.reach-out h1 {
  font-family: SF Pro Display;
  font-size: 41px;
  font-weight: 500;
  line-height: 48.93px;
  /* text-align: left; */
  color: #ffffff;
}

.reach-out p {
  font-family: SF Pro Display;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.41px;
  /* text-align: left; */
  color: #ffffff;
}

.reach-out-cont {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  gap: 8px;
}

.reach-out {
  width: 100%;
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 3px solid #141414;
  border-bottom: 3px solid #141414;
}

.footername {
  font-family: SF Pro Display;
  font-size: 21px;
  font-weight: 500;
  line-height: 25.06px;
  color: white;
}

.footer {
  background: #151515;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding: 11px 30px;
}

a.footer-icon img {
  width: 40px;
}

a.nav-link.active {
  color: #ff4d00 !important;

  width: 100%;
}

a.nav-link:hover {
  color: #ff4d00 !important;
  /* border-bottom: 2px solid; */
  width: 100%;
}

.aboutleft h1 {
  font-family: SF Pro Display;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.41px;
  color: white;
}

.aboutleft h2 {
  font-family: SF Pro Display;
  font-size: 24px;
  font-weight: 400;
  line-height: 28.64px;
  color: white;
  padding-right: 40px;
  margin-top: 30px;
}

.innerleft p {
  font-family: SF Pro Display;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.25px;
  color: white;
}

.innerright p {
  font-family: SF Pro Display;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.25px;
  color: white;
}

.about-wrap {
  display: flex;
  padding: 94px;
  align-items: center;
}

.aboutinnerwrap {
  display: flex;
  gap: 50px;
  margin-top: 30px;
}

.aboutright img {
  width: 300px;
}

marquee {
  width: 100%;
  height: 50px;
  color: white;
  display: flex;
  align-items: center;
  font-size: 22px;
  border: 1px;
}

.education-heading {
  font-family: SF Pro Display;
  font-size: 36px;
  font-weight: 500;
  line-height: 42.96px;
  color: white;
  display: flex;
  align-items: center;
  gap: 5px;
}

.education p {
  font-family: SF Pro Display;
  font-size: 20px;
  font-weight: 300;
  line-height: 31.03px;
  color: white;
  padding: 4px 0px 4px 14px;
  margin: 0;
}

.education-wrap {
  display: flex;
  width: 80%;
  justify-content: space-between;
}

.education-main-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 100px 0;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
}

.work-1:hover {
  transform: scale(1.1);
}

.work-1 {
  transition: transform 0.5s;
  height: 260px;
  width: 420px;
}

.work-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.more-soon {
  font-family: SF Pro Display;
  font-size: 26px;
  font-weight: 500;
  color: white;
  text-align: center;
  padding: 58px 0;
}