@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}
.page {
  margin: 0 !important;
}
a {
  text-decoration: none;
  outline: none !important;
}

.btn a {
  color: black;
}

.grecaptcha-badge {
  visibility: hidden; 
}

/* width */
::-webkit-scrollbar {
  width: 0.25rem;
  height: 0;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* header design css start  */
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.header-content .logo {
  width: 13.25rem;
  height: 4.125rem;
}
.header-content .right-side {
  display: flex;
  align-items: center;
}
.header-content .right-side.portfolio-right-side{
  justify-content: space-between;
  width: 45%;
}
.header-content .right-side.portfolio-right-side .button-section .btn-icon{
  background-color: #fff;
}
.header-content .right-side.portfolio-right-side .portfolio-btn{
  display: flex;
  align-items: center;
}
.header-content .right-side .contact-section {
  display: flex;
  align-items: center;
}
.header-content .right-side .contact-section {
  display: flex;
  align-items: center;
  margin-right: 1.875rem;
}
.header-content .right-side .contact-section .phone-icon {
  padding: 0.5rem;
  background-color: #957ffb;
  border: 0.0625rem solid #fff;
  margin-right: 0.625rem;
  border-radius: 100%;
  display: flex;
}
.header-content .right-side .contact-section .contact-details span {
  font-size: 0.875rem;
  line-height: normal;
  color: #0c0908;
  font-weight: 600;
}
.header-content .right-side .contact-section .contact-details .phone-number {
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #a2a2a2;
  font-weight: 400;
  /* margin-top: 0.3125rem; */
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 2.5rem;
  left: 0.625rem;
}

.hire-btn-section{
  padding: 0.9rem 2.5rem;
  border: 0.0625rem solid #957ffb;
  border-radius: 3.125rem;
  background-color: transparent;
  overflow: hidden;
  
  display: block;
  pointer-events: auto;
  opacity: 1;
  transform: translate3d(0px, 0em, 0px);
}
.hire-btn-section:hover{
  background-color: #957ffb;
}
.hire-btn-section:hover .hire-btn .btn-arrow{
  transform: translateZ(0);
}
.hire-btn-section:hover .hire-btn a{
  transform:  translate3d(0.5rem, 0, 0);
  color: #fff;
}
.hire-btn-section:hover .dots .btn-bot{
  transform: scale(0) translateZ(0);
  width: 0;
  height: 0;
}
.hire-btn-section .hire-btn{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  white-space: nowrap;
}
.hire-btn-section .hire-btn .btn-arrow{
  top: calc(50% - 0.5rem);
  left: 1.2rem;
  transform: translate3d(-2.5rem, 0, 0);
  position: absolute;
  width: 1rem;
  height: 1rem;
  transition: transform cubic-bezier(.4,0,.1,1) .3s;
}
.hire-btn-section .hire-btn a{
   font-size: 1rem;
  line-height: normal;
  color: #a2a2a2;
  font-weight: 500;
}
.hire-btn-section .hire-btn .dots{
  position: relative;
  width: 1.15em;
  height: 1.15em;
  transition: transform cubic-bezier(.4,0,.1,1) .1s;
  transform: scale(.9) translateZ(0);
}
.hire-btn-section .hire-btn .dots .btn-dot{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: .3125em;
  height: .3125em;
  background: #957ffb;
  border-radius: 100%;
}

.single-portfolio header{
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 11.25rem);
  z-index: 2;
}
.single-portfolio{
  overflow-y: hidden !important;
  scrollbar-width: unset;
}
.header-content .left-side{
  display: flex;
  align-items: center;
  width: 55%;
}

.header-content .left-side img{
  width: 100%;
  height: 100%;
}

.back-btn{
  background-color: transparent;
  border: none;
  margin-right: 0.25rem;
  padding: 0;
  display: flex;
  cursor: pointer;
  position: relative;
  /* width: 5rem;
  height: 4.375rem; */
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-btn .back-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.back-btn .back-text{
  color: #A0A0A0;
}
.back-btn .back-text:hover{
  transform: scale(1.2);
}

.header-content .left-side .portfolio-logo .logo-icon{
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-content .left-side .portfolio-logo .logo-icon span{
  font-size: 2.8125rem;
  line-height: normal;
  font-weight: 700;
  margin-left: 1rem;
  color: #000;
}
.header-content .left-side .back-btn .back-text svg{
  fill: currentColor;
  height: auto;
  transform-origin: center;
  width: 66%;
  animation: textRotation 8s linear infinite;
}

@keyframes textRotation {
	to {
		transform: rotate(360deg);
	}
}

.portfolio-left-side{
  justify-content: space-between;
}
.portfolio-left-side .mobile-portfolio-back-btn{
  display: none;
}

.portfolio-header{
  position: unset !important;

}

/* header design css end  */

.portfolio-back-btn .back-btn{
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: normal;
  color: #5C5C5C;
  font-weight: 500;
  padding: 0.9rem 1rem !important;
  background-color: #fff;
  border-radius: 3.125rem !important;
  box-shadow: 0rem 0rem 0.3125rem 0rem #00000047;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 3rem !important;
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  border: 0.1125rem solid #957FFB !important;
}
/* .portfolio-back-btn .back-btn::after{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 3.125rem;
  padding: 0.125rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #957FFB 100%, #BBACFE 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
} */
.portfolio-back-btn .arrow-icon{
  height: 1.2em;
  width: 1.2em;
  transition: color .5s, transform .4s cubic-bezier(.4,0,.1,1);
  z-index: 1;
  display: flex;
  align-items: center;
}
.portfolio-back-btn .left-arrow{
  position: absolute;
  right: 0;
  z-index: 1;
  transform: translate3d(1rem, 0, 0);
  color: linear-gradient(90deg, #957FFB 100%, #BBACFE 100%);
}
.portfolio-back-btn span{
  font-size: .875rem;
  position: relative;
  color: #5C5C5C;
  margin: 0 !important;
  z-index: 1;
  font-weight: 500;
  padding: 0 0.5rem;
  transition: color cubic-bezier(.35,0,0,1) .5s .1s, transform cubic-bezier(.35,0,0,1) .4s .1s;
}
.portfolio-back-btn .back-btn::before{
  position: absolute;
  content: "";
  transition: 0.3s ease-out;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 0;
  height: 100%;
}
.portfolio-back-btn:hover .back-btn::before{
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
}
.portfolio-back-btn:hover .back-btn::after{
  opacity: 0;
}
.portfolio-back-btn:hover .left-arrow{
  transform: translate3d(-1em, 0, 0);
}
.portfolio-back-btn:hover .right-arrow{
  transform: translate3d(-2em, 0, 0);
}
.portfolio-back-btn:hover span{
  transform: translate3d(-1.3em, 0, 0);
  color: #fff;
}
.portfolio-back-btn:hover .left-arrow path{
  stroke: #fff;
}
.portfolio-btn{
  display: flex;
  align-items: center;
}

.button-section .submit_btn{
  overflow: hidden;
}
.button-section .submit_btn .connect-btn{
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100% !important;
  left: 0;
}
.button-section:hover .submit_btn .connect-btn{
  position: absolute !important;
}
.button-section{
  transform: translate3d(0rem, 0rem, 0rem);
  opacity: 1;
  width: fit-content;
  overflow: hidden;
  border-radius: 6.25rem;
  transition: background cubic-bezier(.35,0,0,1) .5s;
  box-shadow: 0rem 0rem 0.3125rem 0rem rgba(0, 0, 0, 0.28);
  display: flex;
}
.button-section .btn-icon{
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: normal;
  color: #a2a2a2;
  font-weight: 500;
  padding: 0.9rem 2rem 0.9rem 0.9rem;
  background-color: rgb(255 255 255 / 15%);
  border-radius: 3.125rem;
  box-shadow: 0rem 0rem 0.3125rem 0rem #00000047;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 3rem;
  position: relative;
  border: 0.1125rem solid #957FFB ;
}
/* .button-section .btn-icon::after{
  content: "";
    position: absolute;
    inset: 0;
    border-radius: 3.125rem;
    padding: 2px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #957FFB 100%, #BBACFE 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
} */
.button-section.portfolio-hire-btn .btn-icon{
  background-color: #fff;
  position: relative;
}
.button-section.schedule-btn{
  margin-right: 1rem;
}
.button-section.join_btn .btn-icon{
  border: 0.0625rem solid #fff;
}
.button-section.join_btn .btn-icon::after{
  opacity: 0;
}
.button-section.join_btn .btn-icon .dot{
  background: #fff;
}
.button-section.join_btn p{
  color: #fff;
}
.button-section.join_btn .arrow-icon{
  background: #fff;
}
.button-section.join_btn:hover a{
  color: #0C0908;
}
.button-section.join_btn:hover a{
  color: #0C0908;
}
.button-section .btn-icon .dot{
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  border-radius: 6.25rem;
  z-index: 1;
  transition: background cubic-bezier(.35,0,0,1) .5s, transform cubic-bezier(.35,0,0,1) .4s;
  margin-right: 0.625rem;
}
.button-section p{
  font-size: .875rem;
  position: relative;
  color: #5C5C5C;
  margin: 0 !important;
  z-index: 1;
  font-weight: 500;
  transition: color cubic-bezier(.35,0,0,1) .5s .1s, transform cubic-bezier(.35,0,0,1) .4s .1s;
  white-space: nowrap;
}
.button-section .arrow-icon{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 0.75rem);
  right: 0.75rem;
  height: 1.5rem;
  width: 1.5rem;
  background: #fff;
  border-radius: 100%;
  transform: scale(0);
  transition: transform cubic-bezier(.35,0,0,1) .4s;
  z-index: 1;
}
.button-section:hover{
  color: #fff;
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  transition: background cubic-bezier(.35,0,0,1) .5s .1s;
}
.button-section:hover .btn-icon .dot{
  transform: translate3d(5rem, 0, 0) scale(26);
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
}
.button-section:hover p{
  color: #fff !important;
  transform: translate3d(-20%, 0, 0);
  transition: color cubic-bezier(.35,0,0,1) .5s, transform cubic-bezier(.35,0,0,1) .4s;
}
.button-section:hover .arrow-icon{
  transform: scale(1);
  transition: transform cubic-bezier(.35,0,0,1) .4s .1s;
}

.button-section .btn-icon input[type="submit"] {
  padding: 0;
  border: none;
  margin: 0;
  width: fit-content;
  margin-right: 0.625rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
.button-section:hover .btn-icon input[type="submit"] {
  color: #fff !important;
  position: relative;
  z-index: 1;
}
.button-section .btn-icon .wpcf7-spinner {
  position: absolute;
  z-index: 10;
  left: 25%;
  opacity: 0;
}

.btn {
  font-size: 1rem;
  line-height: normal;
  color: #a2a2a2;
  font-weight: 500;
  padding: 0.9rem 2.5rem;
  border: 0.0625rem solid #957ffb;
  background-color: transparent;
  border-radius: 3.125rem;
  box-shadow: 0rem 0rem 0.3125rem 0rem #00000047;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.btn a{
  font-size: 1rem;
  line-height: normal;
  color: #5C5C5C;
  font-weight: 500;
}
.icon-btn {
  padding: 0.7rem 2.5rem 0.7rem 1.5rem;
  border: 0.0625rem solid #5c5c5c;
  box-shadow: unset;
  font-size: 0.875rem;
  position: relative;
}
.icon-btn {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 0.5rem;
}
.icon-btn::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #957ffb 0%, #bbacfe 100%);
  right: 1.25rem;
}
.icon-btn:hover::after {
  display: none;
  transform: translate3d(5em, 0, 0) scale(26);
    background: var(--project-details-highlight);
}
.icon-btn::before {
  content: url(../img/purple-arrow.svg) !important;
  position: absolute;
  border-radius: 100%;
  margin-left: 0.625rem;
  padding: 0.05rem 0.25rem 0.2rem;
  display: flex;
  align-items: center;
  display: none;
  right: 1rem;
  top: 0.9rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
}
.icon-btn:hover::before {
  display: block;
}
.icon-btn .icon img {
  display: flex;
  display: none;
}
.icon-btn:hover .icon {
  background: #fff;
  color: #fff;
}
.icon-btn:hover{
  background: linear-gradient(180deg, #957ffb 0%, #bbacfe 100%);
}
.icon-btn:hover a {
  color: #fff !important;
}
.icon-btn:hover .icon img {
  display: block;
}

/* sidebar design css start  */

.sidebar {
  display: block;
  left: -100%;
  width: 0;
  transition: all 2s ease;
  position: fixed;
  height: 100%;
  background-color: #0c0908;
  transform: translateX(-100%);
  z-index: 999;
  bottom: 0;
}
.sidebar-open {
  display: block;
  width: 38rem;
  top: 0;
  left: 0;
  /* opacity: 1; */
  transition: all 0.5s ease;
  transform: translateX(0);
  will-change: transform;
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sidebar .sidebar-header {
  margin-top: 4rem;
}
.sidebar .sidebar-close-icon {
  position: absolute;
  top: 50%;
  right: -22%;
  transform: translate(-50%, -50%);
  background-color: #0c0908;
  filter: drop-shadow(-0.1875rem 0.0625rem 1.0625rem rgba(204, 201, 201, 0.25));
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}
.sidebar .sidebar-close-icon p {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
.sidebar .sidebar-close-icon p.close-icon {
  background: linear-gradient(90deg, #12affc 0%, #7b28ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.sidebar .sidebar-close-icon p.close-icon .icon {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

.sidebar-content ul {
  list-style: none;
  position: relative;
  z-index: 1;
}
.sidebar-content ul li {
  margin: 0rem 4.75rem 2.5rem;
}
.sidebar-content ul li .number {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #b6b6b6;
}
.sidebar-content ul li .item-name {
  position: relative;
}
.sidebar-content ul li .item-name a {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.875rem;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.sidebar-content ul li .item-name p {
  position: absolute;
  top: 0rem;
  left: 2.5rem;
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.5s ease;
  white-space: nowrap;
}

.sidebar ul li {
  overflow: hidden;
}
.sidebar ul li.item-show {
  overflow: unset;
}
.sidebar ul li .item {
  opacity: 0;
  transform: translate3d(0, 70%, 0);
  will-change: opacity, transform;
  transition: unset
  }
  .sidebar.sidebar-open ul li .item {
  transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 500ms;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.sidebar.sidebar-close ul li .item {
  opacity: 0;
}
.sidebar .logo {
  opacity: 0;
  transform: translate3d(0, 70%, 0);
  will-change: opacity, transform;
  transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 500ms;
}
.sidebar.sidebar-open .logo {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.15s;
}
.sidebar .sidebar-footer {
  opacity: 0;
  transform: translate3d(0, 70%, 0);
  will-change: opacity, transform;
  transition: transform 500ms cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 500ms;
}
.sidebar.sidebar-open .sidebar-footer {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0.90s;
}

.sidebar-content ul li:nth-child(1) .item {
  transition-delay: 0.15s;
}
.sidebar-content ul li:nth-child(2) .item {
  transition-delay: 0.3s;
}
.sidebar-content ul li:nth-child(3) .item {
  transition-delay: 0.45s;
}
.sidebar-content ul li:nth-child(4) .item {
  transition-delay: 0.6s;
}
.sidebar-content ul li:nth-child(5) .item {
  transition-delay: 0.75s;
}
.sidebar-content ul li:nth-child(6) .item {
  transition-delay: 0.9s;
}

/* sidebar-hover css start  */

.sidebar-content ul li:hover:first-child .item-name a {
  color: #ffe292;
}
.sidebar-content ul li:hover:first-child .item-name p {
  opacity: 1;
  -webkit-text-stroke: 0.0625rem rgb(255 226 146 / 23%);
  text-stroke: 0.0625rem rgb(255 226 146 / 23%);
  color: transparent;
}

.sidebar-content ul li:nth-child(2):hover .item-name a {
  color: #f8a980;
}
.sidebar-content ul li:hover:nth-child(2) .item-name p {
  -webkit-text-stroke: 0.0625rem rgb(248 170 128 / 23%);
  text-stroke: 0.0625rem rgb(248 170 128 / 23%);
  color: transparent;

  opacity: 1;
}

.sidebar-content ul li:hover:nth-child(3) .item-name a {
  color: #7bcbbe;
}
.sidebar-content ul li:hover:nth-child(3) .item-name p {
  -webkit-text-stroke: 0.0625rem rgb(123 203 190 / 23%);
  text-stroke: 0.0625rem rgb(123 203 190 / 23%);
  color: transparent;
  opacity: 1;
}

.sidebar-content ul li:hover:nth-child(4) .item-name a {
  color: #dde89a;
}
.sidebar-content ul li:hover:nth-child(4) .item-name p {
  -webkit-text-stroke: 0.0625rem rgb(221 232 154 / 23%);
  text-stroke: 0.0625rem rgb(221 232 154 / 23%);
  color: transparent;
  opacity: 1;
}

.sidebar-content ul li:hover:nth-child(6) .item-name a {
  color: #c7b1d5;
}
.sidebar-content ul li:hover:nth-child(6) .item-name p {
  -webkit-text-stroke: 0.0625rem rgb(199 177 213 / 23%);
  text-stroke: 0.0625rem rgb(199 177 213 / 23%);
  color: transparent;
  opacity: 1;
}

.sidebar-content ul li:hover:nth-child(5) .item-name a {
  color: #F286B7;
}
.sidebar-content ul li:hover:nth-child(5) .item-name p {
  -webkit-text-stroke: 0.0625rem rgba(242, 134, 183, 23%);
  text-stroke: 0.0625rem rgba(242, 134, 183, 23%);
  color: transparent;
  opacity: 1;
}
#bg-change {
  transition: ease-in-out 0.7s;
}
/* sidebar-hover css end */

.sidebar-content ul li .active span {
  color: #ffe292;
}

.sidebar-footer {
  padding: 1rem;
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.sidebar-footer .social-media-icon::after {
  content: "";
  width: 0.0625rem;
  height: 14.38rem;
  background-color: #fff;
  position: absolute;
  top: -80%;
  left: 1.78rem;
}
.sidebar-footer .social-media-icon .icon {
  margin-bottom: 1.57rem;
  /* position: relative; */
}
.sidebar-footer .social-media-icon .icon:last-child {
  margin-bottom: 0rem;
}
.sidebar-footer .contact-info {
  display: flex;
  align-items: center;
}
.sidebar-footer .contact-info span {
  color: #fff;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  width: fit-content;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.sidebar-footer .contact-info span a{
  color: white;
}
.sidebar-footer .contact-info .nubmer {
  margin-right: 1.25rem;
}
.sidebar-footer .contact-info .nubmer::after {
  content: "";
  width: 0.0625rem;
  height: 0.625rem;
  background-color: #fff;
  position: absolute;
  top: 0.25rem;
  right: -1.25rem;
  margin: 0rem 0.625rem;
  display: inline-block;
}

.page-content {
  height: 100%;
}
.menu-icon {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  z-index: 1;
}
.menu-section {
  height: 100%;
  position: fixed;
  z-index: 1;
  bottom: 0;
}
.menu-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6rem;
  width: 0.0625rem;
  height: 100%;
  background: #0c0908;
}

.menu-section .menu-icon .menu-btn {
  display: flex;
  align-items: center;
  width: 8rem;
  height: 8rem;
  background: #000;
  border: none;
  border-radius: 100%;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.menu-section .menu-icon .menu-btn p {
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  display: flex;
}

/* sidebar design css end  */

.ml-180 {
  margin-left: 11.25rem;
  width: calc(100% - 11.25rem);
}

/* home page css start  */
.main-content {
  width: 100%;
  height: 100%;
}

.main-content .header-content {
  padding: 1.5rem 1rem;
}

.hero-section-title{
  height: calc(100vh - 13.125rem);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* tiblers section design css start  */

.tiblers-section {
  height: calc(100vh - 7.125rem);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.tiblers-section .title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8125rem;
  letter-spacing: 0.4375rem;
  text-align: left;
  color: #b6b6b6;
}
.tiblers-section .main-title-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.tiblers-section .main-title-section .main-title{
  width: 40.625rem;
  display: flex;
  align-items: flex-end;
  /* justify-content: end;
  flex-direction: column; */
}
/* .tiblers-section .main-title-section .main-title .hero-title-section{
  width: 40.625rem;
  min-width: 40.625rem;
} */
/* .tiblers-section .main-title-section .main-title .hero-title-section{
  display: flex;
  align-items: center;
} */
.tiblers-section .main-title-section .main-title .hero-title-section .title-section:first-child{
  min-width: 35.4375rem;
}
.tiblers-section .main-title-section .sub-title {
  border-top: 0.0625rem solid #000;
  animation: subtitleFadeIn 1s forwards;
  animation-delay: 4.5s;
  opacity: 0;
}
.tiblers-section .main-title-section .sub-title p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0em;
  text-align: left;
  color: #b6b6b6;
  margin: 0;
  padding-top: 0.625rem;
}
.tiblers-section .main-title-section .sub-title p span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0em;
  text-align: left;
  color: #7B28FF;
}
.tiblers-section .main-title-section .main-title span {
  font-size: 5rem;
  font-weight: 600;
  line-height: 6rem;
  letter-spacing: 0em;
  text-align: left;
  color: #0c0908;
  display: flex;
  align-items: center;
}
.tiblers-section .main-title-section .main-title .title-2 .head-2 {
  font-size: 6.25rem;
  font-weight: 500;
  line-height: 9.375rem;
  color: #0C0908;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.tiblers-section .main-title-section .main-title .title-1 .head-1 {
  font-size: 6.25rem;
  font-weight: 500;
  line-height: 9.375rem;
  color: #0C0908;
  display: flex;
  align-items: center;
}
.tiblers-section .main-title-section .main-title .title-1 p {
  color: #B6B6B6;
  font-weight: 300;
  font-size: 4rem;
  margin: 0 1rem;
}
.tiblers-section .main-title-section .main-title p {
  color: #B6B6B6;
  font-weight: 300;
  font-size: 4rem;
}
.tiblers-section .main-title-section .main-title p {
  font-size: 5rem;
  font-weight: 600;
  line-height: 6rem;
  letter-spacing: 0em;
  text-align: left;
  color: #0c0908;
  margin-bottom: 0;
}
.tiblers-section .main-title-section .main-title .sub-title p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  color: #B6B6B6;
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0;
}
.tiblers-section .main-title-section .main-title .sub-title p span {
  padding: 0.3125rem;
}
.tiblers-section .mouse-section {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.875rem;
  height: 3rem;
  border-radius: 1rem;
  border: 0.1625rem solid #000;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.tiblers-section .mouse-section span {
  width: 0.0625rem;
  height: 0.7rem;
  border-radius: 1rem;
  border: 0.0625rem solid #000;
  margin-top: 0.3125rem;
  animation-name: mouse_animation;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes mouse_animation {
  0%   {transform: translateY(20px);}
  25%   {transform: translateY(0px);}
  50% {transform: translateY(0px);}
  100% {transform: translateY(20px);}
}

/* tiblers section design css end  */

/* slider section design css start  */
.slider-section {
  width: 100%;
  height: 100vh;
  background: #2b3242;
  transition: all 1s ease;
}
.slider-section .slider-header {
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.slider-section .slider-header .title {
  display: flex;
  align-items: flex-end;
  font-size: 3.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.625rem;
  color: #596E9F;
}
.slider-section .slider-header .title::after {
  content: "";
  display: inline-block;
  width: 5.57rem;
  height: 0.125rem;
  margin-bottom: 0.5rem;
  background-color: var(--title-color);
}
.slider-section .slider-header .project-btn {
  background: transparent;
  box-shadow: none;
  border-radius: 2.5rem;
  border: 0.0625rem solid #957ffb;
  padding: 0.32rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.slider-section .slider-header .project-btn span {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  padding: 0rem 1.13rem;
}
.slider-section .slider-header .project-btn .right-arrow {
  padding: 0.75rem 3.25rem;
  border-radius: 3.125rem;
  background-color: #957ffb;
}
.slider-section .slider-header .project-btn .right-arrow img {
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-content {
  height: 100%;
  max-height: calc(100vh - 12.5rem);
  display: flex;
  align-items: center;
}
.slider-inner {
  height: 100%;
  margin-left: 6rem;
  padding-left: 13.5625rem;
  overflow: hidden;
  max-height: calc(100vh - 7.5rem);
  position: relative;
}
.slider-inner .latest-work {
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
}
.slider-inner .latest-work::before {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 0.0625rem;
  margin: 0.3125rem;
  background-color: #f988a4;
}

.slider-content .slider:nth-child(odd) {
  margin-top: 10%;
}
/* .slider-content .slider:nth-child(even) {
  margin-bottom: 7%;
} */
.slider-content .slider {
  /* background: #d9d9d9; */
  /* max-width: 25rem; */
  /* width: 25.3125rem; */
  /* height: 32.8125rem; */
  /* max-height: max-content; */
  /* max-height: calc(100% - 13rem); */
  margin-right: 8.5rem;
  position: relative;
  border-radius: 0.8rem;
  cursor: pointer;
}
.slider-content .slider.voffis-project .slider-img .image:hover .slider-content .slider.my-church-project .project-name span{
color: #ffffff;
}
.slider-content .slider.we-amor-project .slider-img .image:hover .slider-content .slider.my-church-project .project-name span{
  color: #ffffff;
}
.slider-content .slider.my-church-project .slider-img .image:hover .slider-content .slider.my-church-project .project-name span{
  color: #ffffff;
}
.slider-content .slider:last-child {
  margin-right: 0rem;
}

.slider-content .slider .slider-img {
  width: 20rem;
  max-height: 28.5rem;
  /* width: 25rem;
  height: 100%; */
  /* max-width: 25rem; */
}
.slider-content .slider .slider-img .image {
  height: 100%;
  overflow: hidden;
  width: 100%;
  border-radius: 0.8rem;
  border: 0.25rem solid inherit;
}
.slider-content .slider .slider-img .image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.slider-content .slider .slider-img .project-name span {
  position: absolute;
  bottom: 1.25rem;
  left: -25%;
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.375rem;
  max-width: 14.375rem;
  transition: ease 1s all;
}

.slider-content .slider .slider-img:hover .pro_font_color{
  
   color: #fff !important;
 /* -webkit-text-stroke: 0.125rem #2B4BBE;
    text-stroke: 0.125rem #2B4BBE; */
}



.slider-content .slider .project-details .see-more-btn {
  background-color: unset;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: none;
  cursor: pointer;
}
.slider-content .slider.voffis-project .project-details .see-more-btn {
  color: #bfbcff;
  border-bottom: 0.0625rem solid #bfbcff;
}
.slider-content .slider.we-amor-project .project-details .see-more-btn {
  color: #fdcbcc;
  border-bottom: 0.0625rem solid #fdcbcc;
}
.slider-content .slider.my-church-project .project-details .see-more-btn {
  color: #ffae00;
  border-bottom: 0.0625rem solid #ffae00;
}

.slider-content .slider .project-details {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 0.8rem;
}
.slider-content .slider .project-details span {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.slider-content .slider .project-details span::before {
  content: "";
  display: inline-block;
  width: 3.125rem;
  height: 0.0625rem;
  margin: 0.3125rem;
  background-color: #fff;
}

.allproject_btn p {
  color: #0C0908 !important;
}

/* services section design css start  */

.services-section {
  /* margin-top: 2rem;
  margin-bottom: 2rem; */
}
.services-section .services-content .header-title {
  padding-top: 6.3rem;
}

.services-section .services-content .header-title span::after {
  background-color: #e77c33;
}

.services-section .services-content .header-title span {
  color: #e77c33;
}

.services-section
  .services-content
  .services-list
  .services-item
  .services-name {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7rem;
  letter-spacing: 0em;
  text-align: center;
}
.services-section
  .services-content
  .services-list
  .services-item
  .services-name a{
    color: #0C0908 !important;
    outline: none !important;
  }
  
.services-section .services-content .services-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3.4rem 0;
}
.services-section .services-content .services-list .services-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  border-right: 0.0625rem solid #c6c6c6;
  border-bottom: 0.0625rem solid #c6c6c6;
  padding: 2.4rem 3rem 2.4rem;
  position: relative;
}
.services-section
  .services-content
  .services-list
  .services-item:nth-child(3n + 3) {
  border-right: none;
}

.services-section
  .services-content
  .services-list
  .services-item
  .services-icon {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 1.4rem;
  margin-bottom: 1.25rem;
}
.services-section
  .services-content
  .services-list
  .services-item
  .services-icon a{
    outline: none !important;
  }

.services-section
  .services-content
  .services-list
  .services-item
  .services-icon
  img {
  width: 100%;
  height: 100%;
}

/* services section design css end  */

/* hire section design css start  */

.hire-section {
  background-image: url(../img/bg.svg);
  background-repeat: no-repeat;
  /* margin-top: 2.5rem; */
  margin-bottom: 3.125rem;
  background-size: cover;
  /* position: relative; */
}

.hire-section.contact-us-section .top-bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: -23.125rem;
  left: 0;
  z-index: -1;
}
.hire-section.contact-us-section .bottom-bg{
  width: 100%;
  height: 24.375rem;
  position: absolute;
  bottom: -11.875rem;
  left: 0;
  z-index: -1;
}
.hire-section.contact-us-section .bottom-bg img{
  width: 100vw;
  height: 100%;
}
.hire-section.contact-us-section .top-bg img{
  width: 100%;
  height: 100%;
}
.hire-section.contact-us-section {
  margin-bottom: 0rem;
  background-image: unset;
}
/* .hire-section.contact-us-section::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
} */
.hire-section.contact-us-section .hire-content{
  height: unset;
  position: relative;
  z-index: 1;
}
.hire-section .hire-content .left-section .header-title {
  padding-top: 4.3rem;
}
.hire-section .hire-content .left-section .hire-section-header{
  display: flex;
  align-items: center;
}
.hire-section .hire-content .left-section .hire-section-header .back-btn{
  margin-right: 1.25rem;
}
.hire-section .left-section .header-title .border-text {
  top: 1.5rem;
}
.hire-section .hire-content .left-section .header-title span {
  color: #907afb;
}
.hire-section .hire-content .left-section .header-title span::after {
  display: none;
}
.hire-section .hire-content .left-section p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  color: #5C5C5C;
  margin-bottom: 0;
  margin-top: 1rem;
}
.hire-section .hire-content {
  display: flex;
  /* align-items: flex-end; */
  padding: 1.5rem 0rem;
  height: 100%;
}
.hire-section .hire-content .left-section {
  width: 60%;
}
.hire-section .hire-content .left-section .contact-info {
  display: flex;
  margin: 1.5rem 0rem;
}
.hire-section
  .hire-content
  .left-section
  .contact-section.email-section
  .bg-pink {
  background: linear-gradient(180deg, #f96e9b 0%, #fe8eb8 100%),
    linear-gradient(0deg, #ffffff, #ffffff);
}
.hire-section .hire-content .left-section .contact-section .bg-yellow {
  background: linear-gradient(180deg, #fdb868 0%, #fdcd96 100%),
    linear-gradient(0deg, #ffffff, #ffffff);
}
.hire-section .hire-content .left-section form {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.hire-section .hire-content .left-section form .input-field {
  width: 45%;
}
.hire-section .hire-content .left-section form .input-field input {
  width: 100%;
  padding: 0.8rem 1.25rem;
  border: none;
  border-bottom: 0.0625rem solid #5c5c5c;
  border-radius: 0.6rem;
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-align: left;
  color: #524f4f;
  outline: none;
  font-family: "Poppins", sans-serif;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.hire-section .hire-content .left-section form .input-field.textarea-field {
  width: 99%;
}
.hire-section
  .hire-content
  .left-section
  form
  .input-field.textarea-field
  textarea {
  width: 95%;
  padding: 0.8rem 1.25rem;
  border: none;
  font-family: "Poppins", sans-serif !important;
  border-bottom: 0.0625rem solid #5c5c5c;
  border-radius: 0.6rem;
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-align: left;
  color: #524f4f;
  outline: none;
}
.hire-section .hire-content .right-section {
  width: 40%;
}

.hire-section .hire-content .right-section .image{
  width: 100%;
  height: 100%;
}
.hire-section .hire-content .left-section form .btn-section{
  position: relative;
  height: 3rem;
}
.hire-section .hire-content .left-section form .btn-section::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14%;
  border-radius: 100%;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #957ffb 0%, #bbacfe 100%);  
}
.hire-section .hire-content .left-section form .btn-section:hover::after{
  display: none !important;
}

.hire-section .hire-content .left-section form .btn-section::before{ 
  content: url(../img/purple-arrow.svg) !important;
  position: absolute;
  border-radius: 100%;
  margin-left: 0.625rem;
  display: flex;
  align-items: center;
  background: #fff !important;
  display: none;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 1.35rem;
  height: 1.35rem;
  display: none;
  z-index: 2;
  padding: 0px 0rem 0.5625rem 0.25rem;

}
.hire-section .hire-content .left-section form .btn-section:hover::before{
  display: block !important;
}

.hire-content input[type="submit"]{
  font-size: 1rem;
  line-height: normal;
  color: #5C5C5C;
  font-weight: 400;
  padding: 0.9rem 1.5rem;
  padding-right: 2.5rem;
  border: 0.0625rem solid #5C5C5C;
  background-color: transparent;
  border-radius: 3.125rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.hire-content input[type="submit"]:hover{
  color: #fff;
}
.hire-section .recaptcha-div{
  width: 100%;
}
.hire-section .recaptcha-div .wpcf7-not-valid-tip{
  color: #dc3232;
    font-size: 0.75rem;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 5rem !important;
    left: 0.625rem;
}

.hire-content .form_button{
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 1.25rem;
}

/* hire section design css end  */

/* join section design css start  */

.join-section {
  margin-top: 2rem;
  margin-bottom: 9rem;
}

.join-section .join-content {
  position: relative;
  display: flex;
}
.join-section .join-content .join-content-inner {
  display: flex;
  position: relative;
  width: 100%;
  margin-left: 5%;
}
.join-section .join-content .color-section {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 80%;
  border-radius: 1.875rem 0 0 0 ;
}
.join-section .join-content  .color-section.light-red {
  background-color: rgb(36 115 175 / 20%);
  top: 10rem;
}
.join-section .join-content  .color-section.dark-red {
  background-color: rgb(36 115 175 / 50%);
  left: 2rem;
  top: 8rem;
}
.join-section .join-content  .color-section.red {
  background-color: #2473af;
  left: 4rem;
  top: 6rem;
}
.join-section .join-content .image img {
  width: 100%;
  height: 100%;
}
.join-section .join-content .left-section {
  position: relative;
  width: 66%;
  padding-left: 9%;
  padding-top: 10%;
}
.join-section .join-content .left-section .header-title {
  padding-top: 6.3rem;
}
.join-section .join-content .left-section .header-title .border-text {
  -webkit-text-stroke: 0.0625rem #fff;
  text-stroke: 0.0625rem #fff;
}
.join-section .join-content .left-section .header-title span {
  color: #fff;
}
.join-section .join-content .left-section .border {
  border: 0.0625rem dashed #fff;
  margin: 1rem 0rem;
  width: 100%;
}
.join-section .join-content .left-section .details {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin: 0 0 3.375rem;
  color: #fff;
}
.join-section .join-content .left-section .icon-btn {
  border: 0.0625rem solid #fff;
  box-shadow: unset;
  color: #fff;
  font-weight: 500;
  margin-top: 3.375rem;
}
.join-section .join-content .left-section .icon-btn:hover {
  color: #0c0908 !important;
  background: #fff;
  font-weight: 500;
}
.join-section .join-content .left-section .icon-btn:hover::before {
  content: url(../img/white-right-arrow.svg) !important;
  background: linear-gradient(180deg, #957ffb 0%, #bbacfe 100%);
  color: #0c0908;
  padding: 0.15rem 0.15rem 0.2rem;
  top: 0.7rem;
  right: 0.7rem;
}
.join-section .join-content .left-section .header-title span::after {
  display: none;
}

.join-section .join-content .right-section {
  position: relative;
}
.join-section .join-content .right-section {
  width: 38%;
}
.join-section .join-content .right-section .image-icon {
  margin-bottom: -5rem;
}
.join-section a.btn.icon-btn.join-btn {
  width: fit-content;
}
/* join section design css end  */

/* our life@t page design start  */

.our-life-section {
  background: #2b3242;
  height: 100vh;
}
.our-life-section .header-title {
  padding-top: 6.3rem;
}
.our-life-section .header-title span{
  position: unset;
  transform: unset;
}
.our-life-section .header-title span::after{
  display: none;
}

.our-life-section .our-life-content {
  height: 100%;
  position: relative;
  /* padding-top: 2rem; */
}
.our-life-section .our-life-content .tree-image {
  position: absolute;
  top: 40%;
  left: 24%;
}
.our-life-section .our-life-content .tree-image-two {
  position: absolute;
  top: 22%;
  left: 53%;
}
.our-life-section .our-life-content .tree-image-three {
  position: absolute;
  left: 80%;
  top: 80%;
}
.our-life-section .our-life-content p {
  color: #fff;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5rem;
  width: 40%;
  margin: 0 auto;
  text-align: center;
  margin-right: 40%;
}
.our-life-section .our-life-content p span {
  font-weight: 500;
  font-style: normal;
}
.our-life-section .our-life-content .our-life {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(100% - 13.75rem);
  max-width: 80%;
  margin: 0 auto;
  gap: 5.375rem;
}
.our-life-section .our-life-content .our-life .life-section {
  position: relative;
  flex-wrap: wrap;
  margin-right: 4rem;
}

.our-life-section .our-life-content .our-life .life-section h4 {
  font-size: 20rem;
  font-weight: 900;
  line-height: 15.7rem;
  margin: 0;
  width: fit-content;
  cursor: pointer;
}
/* .our-life-section .our-life-content .our-life .life-section .text-animation {
  position: absolute;
  top: 0;
  left: 0;
} */
.our-life-section .our-life-content .our-life .life-section.trips-section h4 {
  -webkit-text-stroke: 0.1875rem #9e8bfb;
  text-stroke: 0.1875rem #9e8bfb;
  color: transparent;
}
.our-life-section .our-life-content .our-life .life-section.rejoice-section h4 {
  -webkit-text-stroke: 0.1875rem #f7dd97;
  text-stroke: 0.1875rem #f7dd97;
  color: transparent;
}
.our-life-section .our-life-content .our-life .life-section.rejoice-section{
  margin-left: 3.125rem !important;
}
.our-life-section .our-life-content .our-life .life-section.dinner-section h4 {
  -webkit-text-stroke: 0.1875rem #d5e18a;
  text-stroke: 0.1875rem #d5e18a;
  color: transparent;
}
.our-life-section
  .our-life-content
  .our-life
  .life-section.dinner-section
  .dinner-text {
  position: absolute;
  top: 1.3375rem;
  right: -0.1rem;
  margin: 0;
  transform: rotate(45deg);
  cursor: pointer;
}
.our-life-section
  .our-life-content
  .our-life
  .life-section.dinner-section
  .image {
  position: absolute;
  bottom: 0;
  left: 0.625rem;
  width: 5.625rem;
}
.our-life-section
  .our-life-content
  .our-life
  .life-section.dinner-section
  span {
  font-size: 4.4375rem;
  font-weight: 900;
  line-height: 6.6875rem;
  color: #444c4d;
  position: absolute;
  top: 0;
  right: 0;

  transform-origin: top center;
}
.our-life-section
  .our-life-content
  .our-life
  .life-section.dinner-section
  span:nth-child(1) {
  transform: translate(8.0875rem, 0.0313rem) rotate(40deg);
}
.our-life-section
  .our-life-content
  .our-life
  .life-section.dinner-section
  span:nth-child(2) {
  transform: translate(4.175rem, -2.2375rem) rotate(20deg);
}
.our-life-section
  .our-life-content
  .our-life
  .life-section.dinner-section
  span:nth-child(3) {
  transform: translate(0.125rem, -2.8125rem) rotate(-3deg);
}
.our-life-section
  .our-life-content
  .our-life
  .life-section.dinner-section
  span:nth-child(4) {
  transform: translate(-5.0875rem, -1.2rem) rotate(-31deg);
}
.our-life-section
  .our-life-content
  .our-life
  .life-section.dinner-section
  span:nth-child(5) {
  transform: translate(-8.7625rem, 0.8875rem) rotate(-43deg);
}

.our-life-section
  .our-life-content
  .our-life
  .life-section.trips-section
  .trips-text {
  position: absolute;
  bottom: 0;
  left: 8.9rem;
}
.our-life-section
  .our-life-content
  .our-life
  .life-section.trips-section
  .image {
  position: absolute;
  bottom: -0.3125rem;
  left: 0.7rem;
  width: 5.625rem;
}
.our-life-section
  .our-life-content
  .our-life
  .life-section.trips-section
  .trips-text
  span {
  display: flex;
  align-items: center;
  font-size: 5.875rem;
  font-weight: 900;
  line-height: 5rem;
  color: #43475e;
  word-break: normal;
}
.our-life-section
  .our-life-content
  .our-life
  .life-section.rejoice-section
  .trips-text {
  position: absolute;
  bottom: 4.825rem;
  left: 7.875rem;
  transform: rotate(-90deg);
}
.our-life-section
  .our-life-content
  .our-life
  .life-section.rejoice-section
  .image {
  width: 5.625rem;
  position: absolute;
  bottom: 0;
  left: 0.625rem;
}
.our-life-section
  .our-life-content
  .our-life
  .life-section.rejoice-section
  .trips-text
  span {
  display: flex;
  align-items: center;
  font-size: 4.1rem;
  font-weight: 900;
  line-height: normal;
  color: #4a4c4f;
  cursor: pointer;
  word-break: normal;
}

.trips-section h4,
.rejoice-section h4,
.dinner-section h4 {
  transition: color 0.5s ease-in-out;
}

/* our life@t page design end  */

/* about us section design start  */
.about-us-section {
  margin-top: 4rem;
  padding-top: 3.125rem;
  position: relative;
}

.about-us-section .header-title .about_title{
  -webkit-text-stroke: 0.1875rem #b6b6b6;
  text-stroke: 0.1875rem #b6b6b6;
  color: transparent !important;
  position: relative;
  bottom: 1.25rem;
  font-size: 72px;
  font-weight: 600;
  transform: rotate(-5deg);
  z-index: 0;
}
.about-us-section .about_title #blue-pink-dot{
  position: relative;
}
.about-us-section .about_title #blue-pink-dot::after{
  content: "";
  position: absolute;
  left: 12.5rem;
  bottom: -4.1875rem;
  padding: 0.5rem;
  background-color: #FC7E7F;
  border-radius: 50%;
}
.about-us-section .about_title #blue-pink-dot::before{
  content: "";
  position: absolute;
  top: 3.375rem;
  right: 51.2%;
  padding: 0.3125rem;
  background-color: #67B7C0;
  border-radius: 50%;
  }
 
  .about-us-section .about_title #sky-dot{
    content: "";
    position: absolute;
    top: 3.375rem;
    right: 47.3%;
    padding: 0.3125rem;
    background-color: #C3DFE2;
    border-radius: 50%;

    }
.about-us-section .about-us-content {
  display: flex;
  padding: 1rem 2.8125rem 1rem 1rem
}
.about-us-section .about-us-content .left-section {
  width: 50%;
}
.about-us-section .about-us-content .left-section .header-title{
  display: none;
}
.about-us-section .about-us-content .left-section .image {
  width: 100%;
  height: 100%;
}
.about-us-section .about-us-content .left-section .image {
  min-height: 31.875rem;
  width: 100%;
}
.about-us-section .about-us-content .rihgt-section .title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.625rem;
  color: #b6b6b6;
  margin-bottom: 3rem;
}
.about-us-section .about-us-content .rihgt-section {
  width: 50%;
  padding: 2.5rem;
}
.about-us-section .about-us-content .rihgt-section .header-title h2{
  color: #907AFB;
  font-size: 3rem;
  font-weight: 600;
}
.about-us-section .about-us-content .rihgt-section .header-title h2::after{
  background-color: #B6B6B6;
}
.about-us-section .about-us-content .rihgt-section .details p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  color: #00003e;
  margin-bottom: 1.25rem;
}
.about-us-section .number-counter-section{
  position: absolute;
  bottom: -6.875rem;
  right: 4.375rem;
  width: 100%;
  max-width: 57.75rem;
}
.about-us-section .number-counter-section::after{
  content: '';
  position: absolute;
  background-color: #737BFE;
  height: 10.4375rem;
  width: 50%;
  left: -2.75rem;
  bottom: -2.5rem;
}
.about-us-section .number-counter-section ul{
  padding: 1.5rem 5rem;
  background-color: #0C0908;
  margin: 0;
  border-radius: 0.5625rem;
  display: flex;
  gap: 3.125rem;
  position: relative;
  z-index: 1;
}
.about-us-section .number-counter-section ul li{
  width: 25%;
  list-style: none;
}
.about-us-section .number-counter-section ul li .image{
  width: 3.25rem;
  height: 3.25rem;
  padding-bottom: 0.3125rem;
  margin: 0 auto;
}
.about-us-section .number-counter-section ul li .image img{
  width: 100%;
  height: 100%;
}
.about-us-section .number-counter-section ul li .number-counter{
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.9375rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0.3125rem;
}
.about-us-section .number-counter-section ul li p{
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  text-align: center;
  color: #fff;
}
/* about us section design end  */

/* home page css end */

.header-title {
  position: relative;
}

.header-title span {
  font-size: 3rem;
  font-weight: 600;
  line-height: 0rem;
  z-index: 1;
  position: relative;
  color: #fdbf78;
}
.header-title span::after {
  content: "";
  display: inline-block;
  width: 5.57rem;
  height: 0.1875rem;
  margin-bottom: 0rem;
  left: 100%;
  position: absolute;
  bottom: 1.0625rem;
}
.header-title .border-text {
  -webkit-text-stroke: 0.125rem #b6b6b6;
  text-stroke: 0.125rem #b6b6b6;
  color: transparent !important;
  position: absolute;
  top: 4rem;
  transform: rotate(-5deg);
  z-index: 0;
}
.header-title .border-text::after {
  display: none;
}

.section {
  height: 100vh;
}

.contact-section {
  display: flex;
  align-items: center;
}
.contact-section {
  display: flex;
  align-items: center;
  margin-right: 1.875rem;
}
.contact-section .phone-icon {
  padding: 0.94rem;
  border: 0.0625rem solid #fff;
  margin-right: 0.625rem;
  border-radius: 100%;
  display: flex;
}
.contact-section .contact-details span {
  font-size: 1rem;
  line-height: normal;
  color: #0c0908;
  font-weight: 600;
}
.contact-section .contact-details .social-media-icon {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
  margin-top: 0.3125rem;
}
.contact-section .contact-details .social-media {
  display: flex;
}
.contact-section .contact-details .instagram-icon:hover svg path{
  fill: #FF1C74;
}
.contact-section .contact-details .linked_in_icon:hover svg path{
  fill: #0A66C2;
}
.contact-section .contact-details .facebook-icon:hover svg path{
  fill: #0866ff;
}
.contact-section .contact-details .twitter-icon:hover svg path{
  fill: #000;
}
.contact-section .contact-details .youtube-icon:hover svg .youtube-bg{
  fill: red;
}
.contact-section .contact-details .phone-number a{
  font-size: 0.875rem;
  line-height: normal;
  color: #a2a2a2;
  font-weight: 500;
  border: none;
  -webkit-appearance: none;
}
.contact-section .contact-details .phone-number a:hover{
  color: #00003E;
}
.contact-section .contact-details .phone-number {
  font-size: 0.875rem;
  line-height: normal;
  color: #a2a2a2;
  font-weight: 500;
  border: none;
  -webkit-appearance: none;
}

/* footer design css start  */
.footer-section {
  background-color: #f6f6f6;
  position: relative;
  padding-top: 1.75rem;
  overflow: hidden;
}
.footer-section .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.footer-section .footer-content {
  display: flex;
  justify-content: space-between;
}
.footer-content .left-section {
  width: 60%;
}
.footer-content .left-section .contact-info {
  display: flex;
  padding-top: 1.75rem;
  flex-wrap: wrap;
}
.footer-content .left-section .contact-info .contact-section {
  margin-bottom: 1.5rem;
}
.footer-content .left-section .contact-info .contact-section .phone-icon {
  border: 0.125rem solid #fff;
  box-shadow: 0rem 0rem 0.5rem 0rem #00000040;
}
.footer-content .left-section .contact-info .contact-section .bg-purple {
  background: linear-gradient(180deg, #957ffb 0%, #bbacfe 100%),
    linear-gradient(0deg, #ffffff, #ffffff);
}
.footer-content .left-section .contact-info .contact-section .bg-pink {
  background: linear-gradient(180deg, #f96e9b 0%, #fe8eb8 100%),
    linear-gradient(0deg, #ffffff, #ffffff);
}
.footer-content .left-section .contact-info .contact-section .bg-orange {
  background: linear-gradient(0deg, #e77c33, #e77c33),
    linear-gradient(0deg, #ffffff, #ffffff);
}
.footer-content .left-section .border {
  border: 0.0625rem solid #cfcfcf;
  margin: 2.5rem 0rem;
}
.footer-content .left-section .list-section ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0 0 2rem;
}
.footer-content .left-section .list-section ul li {
  margin-right: 3.125rem;
  position: relative;
}
.footer-content .left-section .list-section ul li a {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.0625rem;
  color: #2b3242;
}
.footer-content .left-section .list-section ul li a:hover {
  color: #957ffb;
}
.footer-content .left-section .list-section ul li:hover a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.125rem;
  width: 50%;
  background: linear-gradient(180deg, #957ffb 0%, #bbacfe 100%);
}
.footer-content .right-section {
  background: linear-gradient(180deg, #957FFB 100%, #BBACFE 100%);
  border-radius: 0.625rem 0.625rem 0rem 0rem;
  position: relative;
  width: 40%;
  max-width: 506px;
}
.footer-content .right-section span {
  color: #fff;
  text-shadow: 0.1875rem 0.1875rem 0 #907afb, -0.1875rem 0.1875rem 0 #907afb,
    -0.1875rem -0.1875rem 0 #907afb, 0.1875rem -0.1875rem 0 #907afb;
  position: absolute;
  top: -1.875rem;
  left: 1.5625rem;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 5.625rem;
}
.footer-content .right-section .address-section {
  display: flex;
  align-items: center;
  padding: 5rem 1.5625rem 0;
}
.footer-content .right-section .address-section .address {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3125rem;
  color: #fff;
  margin-left: 0.3125rem;
}
.footer-content .right-section .background-image {
  position: absolute;
  bottom: -0.4375rem;
  width: 100%;
}
.copyright-section {
  background: #2b3242;
  padding: 0.69rem;
}
.copyright-section p {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 0.9375rem;
  color: #fff;
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.copyright-section a {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 0.9375rem;
  color: #fff !important;
}
.copyright-section span {
  color: #957ffb;
}

/* footer design css end  */

/* all-projects page design start  */

.main-content {
  width: 100%;
  height: 100%;
}

.projects-section {
  margin-bottom: 2rem;
}
.projects-section .projects-header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
}

.projects-section .heading-section {
  padding: 2.5rem 1rem 2.5rem 0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.projects-section .heading-section .header-title {
  padding-top: 0rem;
}
.projects-section.main-projects .heading-section .header-title {
  display: flex;
  align-items: center;
}
.projects-section.main-projects .heading-section .header-title .border-text {
  line-height: 6.3rem;
}
.projects-section.main-projects .heading-section .header-title {
  padding-top: 0;
}
.projects-section.main-projects .heading-section .header-title .border-text {
  position: unset;
  transform: unset;
}

.projects-section .heading-section .header-title .border-text{
  position: unset;
  top: unset;
}
.projects-section .heading-section .header-title span {
  color: #907afb;
  line-height: 5rem;
}
.projects-section .heading-section .header-title span::after {
  display: none;
}

.projects-section .heading-section .btn-section {
  display: flex;
  align-items: center;
}

.projects-section .heading-section .btn-section .project-btn {
  box-shadow: 0rem 0rem 0.3125rem 0rem rgba(0, 0, 0, 0.28);
  display: flex;
  align-items: center;
  padding: 0.315rem 1.5rem;
  margin-right: 1rem;
  border-radius: 3rem;
  cursor: pointer;
  height: 2.875rem;
}

.projects-section .heading-section .btn-section .active {
  border: 0.0625rem solid #fff !important;
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%) !important;
}
.projects-section .heading-section .btn-section .active span{
  color: #fff;
}
.projects-section .heading-section .btn-section .active .icon svg path{
  fill: #fff;
}

.projects-section .heading-section .btn-section .project-btn .icon {
  display: flex;
  margin-right: 0.3125rem;
}

.projects-section .heading-section .btn-section .project-btn .icon img {
  width: 100%;
  height: 100%;
}

.projects-section .heading-section .btn-section .web-mobile-btn {
  padding: 0.8125rem;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0rem 0rem 0.3125rem 0rem rgba(0, 0, 0, 0.28);
  border: none;
  cursor: pointer;
  height: 2.875rem;
}

.projects-section .heading-section .btn-section .web-mobile-btn:last-child {
  margin-left: 1rem;
}

.projects-section .heading-section .web-mobile-btn .icon {
  display: flex;
}

.projects-section .heading-section .web-mobile-btn .icon img {
  width: 100%;
  height: 100%;
}

.projects-section .heading-section .project-btn span {
  color: #A7A7A7;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* .projects-section .project-list {
  padding: 0 1rem 2rem;
  width: 100%;
  position: relative;
  grid-column: 1 / span 12;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 40px;
} */
.projects-section .project-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1810px;
  margin: 0 auto;
  gap: 1.5rem;
}

.projects-section .project-list .project {
  width: 100%;
  max-width: 47%;
  height: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  /* margin: 1.5rem 1.5rem 0; */
}
/* .projects-section .project-list .project {
  width: 100%;
  position: relative;
  grid-column: span 6 / span 6;
  cursor: pointer;
  pointer-events: auto;
  overflow: hidden;
  margin: 1.5rem 0rem 0;
} */

.projects-section .project-list .project .project-img {
  width: 100%;
  max-width: 810px;
  height: 100%;
  max-height: 520px;
  overflow: hidden;
  border: 0.125rem solid #ddd;
  transition: transform .5s ease;
  border-radius: 1.25rem;
}
.projects-section .project-list .project .project-img a{
  display: flex;
  height: 100%;
  width: 100%;
}
/* .projects-section .project-list .project .project-img {
  width: 100%;
  overflow: hidden;
  border-radius: 0.9375rem;
} */

.projects-section .project-list .project .project-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* border-radius: 1.25rem;
  border: 0.125rem solid #ddd; */
  transition: transform .5s ease;
}


.projects-section .project-list .project .project-img:hover img{
  transform: scale(1.02);
}

.projects-section .project-list .project .project-concept {
  color: #606060;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1.25rem;
}
.projects-section .project-list .project .project-concept p{
  margin: 0rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125rem;
  color: #606060;
}


.projects-section .project-list .project .project-inner {
  display: flex;
  align-items: center;
}

.projects-section .project-list .project .project-inner .arrow-icon {
  display: flex;
  align-items: center;
  margin-left: -2.5rem;
  margin-right: 1.625rem;
  will-change: transform;
  transform: translateX(-2.6rem);
  transition: ease 0.5s;
  scale: 2;
}

.projects-section .project-list .project:hover .project-inner .arrow-icon {
  margin-left: 0;
  transform: translateX(0rem);
}

.projects-section .project-list .project .project-inner .project-name {
  position: relative;
  width: 100%;
}

.projects-section .project-list .project .project-inner .project-name span {
  color: #0c0908;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  z-index: 1;
}

.projects-section
  .project-list
  .project:hover
  .project-inner
  .project-name
  .procolor {
  /* color: #f22254; */
  transition: 0.5s;
  font-weight: 600;
}


.projects-section
  .project-list
  .project
  .project-inner
  .project-name
  .border-text {
  position: absolute;
  top: 46%;
  left: -0.75rem;
  transform: translateY(-50%);
  width: 100%;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 0;
  -webkit-text-stroke: 0.0625rem #DDDDDD;
  text-stroke: 0.0625rem #DDDDDD;
  color: transparent !important;
  opacity: 0;
}

.projects-section
  .project-list
  .project:hover
  .project-inner
  .project-name
  .border-text {
  opacity: 1;
}
/* all-projects page design end  */

/* project details page design start  */

.detail_progress_bar{
  position: sticky;
  bottom: 0.75rem;
  width: 9.375rem;
  height: 0.1875rem;
  background-color:#5B6171;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:0.3125rem;
  left: 0;
}


.detailinner_progress_bar {
  position: absolute;
  left: 0;
  height: 0.1875rem; 
  background-color: #CAC9C9; 
  width: 9.375rem; 
  border-radius:0.1875rem;

}
.logo-bg{
  position: fixed;
  bottom: -0.625rem;
  left: 0;
  z-index: -1;
}
.logo-bg img{
  width: 100%;
  height: 100%;
}
.project-details-page{
  overflow: hidden;
  scrollbar-width: none;
  height: 100vh !important;
  max-height: 100vh !important;
  margin-left: 6.0625rem;
  padding-left: 5.3125rem;
  padding-top: 0rem !important;
}

.project-details-page .bg-img{
 position: fixed;
 bottom: -2rem;
 left: 0;
}
.project-details-container {
  height: 100%;
  width: max-content;
}
.project-details-container .project-details-content {
  height: calc(100vh - 5.5rem);
  display: flex;
  align-items: center;
}
.project-details-container
  .project-details-content
  .project-details
  .sub-title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3125rem;
  color: #000;
  margin-bottom: 1rem;
  overflow: hidden;
}
/* .project-details-container .project-details-content .project-details .title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 4rem;
  color: #f22254;
  min-height: 4rem;
  overflow: hidden;
} */

.project-details-container .project-details-content .project-details {
  max-width: 37.5rem;
  padding: 1rem;
  /* height: 100%; */
  margin-right: 3rem;
  width: 50%;
}
.project-details-container .project-details-content .project-details .header-title .border-text{
  top: -4rem;
}
.project-details-container .project-details-content .project-details .pro_detail_title .border-text{
  position: unset;
  transform: unset;
}
.project-details-container .project-details-content .project-details .pro_detail_title{
  display: flex;
}
.project-details-container .project-details-content .project-details .header-title span{
 line-height: 5rem;
 overflow: hidden;
 font-size: 4rem;
}
.project-details-container .project-details-content .project-details .header-title span::after{
  display: none;
}
.project-details-container
  .project-details-content
  .project-details
  .details-section {
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-start;
}
.project-details-container
  .project-details-content
  .project-details
  .left-side {
  width: 100%;
  flex: 1;
}
.project-details-container
  .project-details-content
  .project-details
  .left-side
  p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  color: #000;
  overflow: hidden;
  margin: 0;
}
.project-details-container
  .project-details-content
  .project-details
  .left-side
  p .line{
  overflow: hidden;
  line-height: 1.3125rem;
}
.project-details-container
  .project-details-content
  .project-details
  .right-side
  ul {
  list-style: none;
}
.project-details-container
  .project-details-content
  .project-details
  .right-side
  ul
  li {
  display: flex;
  align-items: flex-start;
}
.project-details-container
  .project-details-content
  .project-details
  .right-side
  ul
  li
  .details-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  color: #000;
  padding-left: 0.625rem;
}
.project-details-container
  .project-details-content
  .project-details
  .technologies-section
  .technologies-content {
  display: flex;
  margin-bottom: 1.875rem;
}
.project-details-container
  .project-details-content
  .project-details
  .technologies-section {
  margin: 1.875rem 0rem;
  object-fit: contain;
  padding: 0px 5px;
}
.project-details-container
  .project-details-content
  .project-details
  .technologies-section
  .technologies-content
  .technologies {
  margin-right: 1.5625rem;
}
.project-details-container
  .project-details-content
  .project-details
  .technologies-section
  .technologies-content
  .technologies
  .technologies-name {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  color: #000;
  overflow: hidden;
}
.project-details-container
  .project-details-content
  .project-details
  .button-section {
  display: flex;
  align-items: center;
  min-width: 9.25rem;
}
.project-details-container
  .project-details-content
  .project-details
  .button-section .btn-icon {
  width: 100%;
}
.project-details-container
  .project-details-content
  .project-details
  .mobile-btn {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
}

.project-details-container
  .project-details-content
  .project-details
  .button-section
  .icon-btn {
  margin-right: 1.25rem;
}
.project-details-container
  .project-details-content
  .project-details
  .button-section
  .icon-btn svg{
  margin-right: 5px;
}
.project-details-container
  .project-details-content
  .project-details
  .button-section
  .icon-btn
  span {
  display: flex;
  margin-right: 0.625rem;
}
.project-details-container
  .project-details-content
  .project-details
  .button-section
  .icon-btn:hover
  span
  svg
  path {
  fill: #fff;
}
.project-details-container .project-details-content .image-section .image {
  width: 100%;
  height: 100%;
}
.project-details-container .project-details-content .image-section .image img {
  width: 100%;
  height: 100%;
}
.project-details .download{
  color: #ACACAC;
  font-weight: 400;
  font-size: 14px;
  }
.project-details .web_link{
color: #ACACAC;
font-weight: 400;
font-size: 14px;
}
.project-details .web_link u{
  color: #000;
}
.project-details .web_link a{
  color: #000;
  font-weight: 500;
  font-size: 18px;
  }
.project-details .web_link img{
  width: 15px;
  height: 15px;
}
.project-details .icon-btn{
  margin-left: 0px !important;
}
/* project details page design end  */

/* Life@t  details page design start  */
.lift-details-container{
  margin-bottom: 2rem;
}
.lift-details-container .lift-details-content{
  position: relative;
  display: flex;
  margin-top: 1.875rem;
}
.lift-details-container .lift-details-content .bg-color{
  width: 100%;
  height: 80%;
  position: absolute;
}
.lift-details-container .lift-details-content .black-bg{
  background-color: #0C0908;
}
.lift-details-container .lift-details-content .yellow-dark-bg{
  background-color: #F1AD00;
}
.lift-details-container .lift-details-content .purple-bg{
  background-color: #907AFB;
}
.lift-details-container .lift-details-content .green-bg{
  background-color: #5EC200;
}
.lift-details-container .lift-details-content .yellow-bg{
  background-color: #FFCA39;
}
.lift-details-container .lift-details-content .pink-light-bg{
  background-color: #FF777C;
}
.lift-details-container .lift-details-content .left-section{
  width: 40%;
  position: relative;
  z-index: 3;
  padding: 0.8125rem;
  max-width: 19rem;
}
.lift-details-container .lift-details-content .left-section .name-section{
  -webkit-text-stroke: 0.1875rem #fff;
  text-stroke: 0.1875rem #fff;
  color: transparent;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 3.75rem;
  text-align: left;
  margin-bottom: 2.5rem;
  margin-top: 6.25rem;
  text-transform: uppercase;
}
.lift-details-container .lift-details-content .left-section .date-section{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #fff;
  position: relative;
  padding-left: 0.625rem;
}
.lift-details-container .lift-details-content .left-section .date-section::after{
  position: absolute;
  content: '';
  top: 0.5625rem;
  left: 0;
  width: 0.3125rem;
  height: 0.3125rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  background: #fff;
  border-radius: 100%;
}
.lift-details-container .lift-details-content .right-section{
  overflow-x: scroll;
  flex: 1;
  position: relative;
  z-index: 1;
  margin-top: 2.5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scrollbar-height: none;
 
  display: flex;
  
}
.lift-details-container .lift-details-content .right-section .row {
  gap: 0.2125rem;
  display: flex;
  padding: 0rem 0.3125rem;
  width: max-content;
 
  scrollbar-width: none;
  white-space: nowrap;
  transition: transform 0.1s linear;
}
.lift-details-container .lift-details-content .right-section .row .column{
  max-height: 29.875rem;
}
.lift-details-container .lift-details-content .right-section .row .column-1{
  max-width: 25rem;
  min-width: 25rem;
}
.lift-details-container .lift-details-content .right-section .row .column-1 .h-100{
  height: 100%;
  width: 100%;
}
.lift-details-container .lift-details-content .right-section .row .column-2{
  max-width: 13.7rem;
  min-width: 13.7rem;
}
.lift-details-container .lift-details-content .right-section .row .column-2 .h-30{
  height: 32.6%;
  width: 100%;
  margin-bottom: 0.3125rem;
}
.lift-details-container .lift-details-content .right-section .row .column-2 .h-30:last-child{
  margin-bottom: 0;
}
.lift-details-container .lift-details-content .right-section .row .column-3{
  width: 16.8rem;
  min-width: 16.8rem;
}
.lift-details-container .lift-details-content .right-section .row .column-3 .h-40{
  height: 40%;
  width: 100%;
  margin-bottom: 0.3125rem;
}
.lift-details-container .lift-details-content .right-section .row .column-3 .h-60{
  height: 59%;
  width: 100%;
}
.lift-details-container .lift-details-content .right-section .mobile-img{
  display: none;
}
.lift-details-container .lift-details-content .right-section .row .column img{
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
}
/* Life@t  details page design end  */

/* Our Services Details page design start  */

.our-services-details-container {
  margin-bottom: 2rem;
}
.our-services-details-container
  .our-services-details-content
  .our-services-details {
  display: flex;
  align-items: center;
  padding: 4.0625rem 0rem 5.9375rem 5.5rem;
}
.our-services-details-container .our-services-details-content:nth-child(even) {
  background-color: #f6f6f6;
}
.our-services-details-container
  .our-services-details-content.reverse-our-services-details
  .our-services-details {
  flex-direction: row-reverse;
}
.our-services-details-container
  .our-services-details-content.reverse-our-services-details
  .right-section {
  padding-right: 6.875rem;
}
.our-services-details-container .our-services-details-content .left-section {
  width: 50%;
}
.our-services-details-container
  .our-services-details-content
  .left-section
  .services-name-section
  h1 {
  font-size: 8.125rem;
  font-weight: 700;
  line-height: 8.125rem;
  margin: 0;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.our-services-details-container
  .our-services-details-content
  .left-section
  .services-name-section
  .pink-color {
  background-image: linear-gradient(180deg, #ff69b4 0%, #b1035a 93%),
    linear-gradient(0deg, #ffffff, #ffffff);
}
.our-services-details-container
  .our-services-details-content
  .left-section
  .services-name-section
  .green-color {
  background-image: linear-gradient(180deg, #008000 0%, #014601 100%),
    linear-gradient(0deg, #ffffff, #ffffff);
}
.our-services-details-container
  .our-services-details-content
  .left-section
  .services-name-section
  span {
  -webkit-text-stroke: 0.125rem #5c5c5c;
  text-stroke: 0.125rem #5c5c5c;
  color: transparent;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 6.5625rem;
}
.our-services-details-container .our-services-details-content .right-section {
  width: 50%;
  padding-right: 6.875rem;
}
.our-services-details-container .our-services-details-content .right-section p {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.0625rem;
  color: #0c0908;
}
.our-services-details-container
  .our-services-details-content
  .right-section
  .img-section::after {
  content: "Technologies";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  color: #E1E1E1;
}
.our-services-details-container
  .our-services-details-content
  .right-section
  .img-section {
  position: relative;
  width: fit-content;
  padding-top: 2.375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our-services-details-container
  .our-services-details-content
  .right-section
  .img-section
  img {
  margin-right: 2.5rem;
  position: relative;
  z-index: 1;
  margin-bottom: 1.25rem;
}
.our-services-details-container
  .our-services-details-content
  .right-section
  .img-section
  img:last-child {
  margin-right: 0rem;
}

/* Our Services Details page design end */

/* Join US form start */
.file_box {
  border-radius: 0.625rem;
  width: 100%;
  background-color: #ffffff;
  position: relative;
}

.drop_box {
  width: 100%;
  padding: 0.7rem 0.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.125rem dotted #a3a3a3;
  border-radius: 0.5rem;
  position: relative;
  height: 2.75rem;
}
.drag-input{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.drop_box p {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  color: #a3a3a3;
  margin-left: 0.625rem;
  margin-right: 0.3125rem;
}
.drop_box p span{
  margin: 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: #a3a3a3;
}
.drop_box .file_dropbox{
  display: flex;
  align-items: center;
}
.drop_box .add-file-name{
  display: flex;
  align-items: center;
  justify-content: center;
}
.drop_box .add-file-name span{
  font-size: 0.875rem;
  font-weight: 400;
  color: #0C0908;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 18.9375rem;
}
.drop_box .add-file-name .close-icon{
  display: none;
  margin-left: 0.625rem;
  cursor: pointer;
}
.drop_box .add-file-name .close-icon.d-none{
  display: block;
}

#browseBtn {
  text-decoration: none ;
  background: unset;
  color: #ffffff;
  padding: 0;
  border: none;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 700;
  background: linear-gradient(90deg, #12AFFC 0%, #7B28FF 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.join_us {
 padding-bottom: 4.875rem;
 position: relative;
}
.join_us .join-us-image{
 position: absolute;
 bottom: 0;
 right: 0;
 width: 27.4375rem;
 height: 26.25rem;
}
.join_us .join-us-image img{
  width: 100%;
  height: 100;
}
.join_us .join_us_header .page_title{
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 3.9375rem;
  color: #907AFB;
  margin: 0 1.25rem;
}
.join_us .join_us_header{
  display: flex;
  align-items: center;
  padding: 1.25rem 1rem;
}
@keyframes back-button {
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg
    );
  }
  
}
.join_us .join_page_body{
  display: flex;
  margin-top: 3rem;
}
.join_us .join_page_body .left-section .join-us-img{
  margin-left: 1.65rem;
}
.join_us .join_page_body .left-section{
  width: 15.9375rem;
}
.join_us .join_page_body .left-section .join-us-img{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.join_us .join_page_body .left-section .join-us-img img{
  width: 100%;
  height: 100%;
  margin-right: -2rem;
}
.join_us .join-form{
  width: calc(100% - 21.25rem);
  box-shadow: 0rem 0rem 0.375rem 0rem #00000040;
  border-radius: 0.6875rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #fff;
  height: 100%;
}
.join_us .join-form::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 1.6875rem solid;
  border-image-slice: 1;
  border-width: 1.6875rem;
  padding: 1rem;
  border-image-source: linear-gradient(180deg, #957FFB 100%, #BBACFE 100%);
}
.join_title {
  width: auto;
  height: auto;
}
.join_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.join_title h1 {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 6.75rem;
  text-align: left;
  color: white;
  -webkit-text-stroke-width: 0.1875rem;
  -webkit-text-stroke-color: #808080;
  text-stroke: 0.1875rem #808080;
  margin: 0;
}
.join_title span {
  background: linear-gradient(90deg, #12AFFC 0%, #7B28FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.5rem;
  font-weight: 600;
  margin: 0 0.5rem;
}
.join_title .join_us_img {
  width: 9.875rem;
  height: 7.8125rem;
  margin-left: -2.1875rem;
}
.join_us_img img {
  width: 100%;
  height: 100%;
}
.join_us_form {
  padding: 0 67px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.input_divs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  flex-direction: column;
  position: relative;
}
.input_divs label.error {
  position: absolute;
  bottom: -1.375rem;
  left: 0;
}

.join_us_form .input_divs input {
  width: 100%;
  height: 2.75rem;
  padding: 0.7rem 1.25rem;
  border: none;
  border-bottom: 0.0625rem solid #5c5c5c;
  border-radius: 0.6rem;
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-align: left;
  color: #000;
  outline: none;
}

.join_us_form .mo_no_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 2.125rem;
}
.join_us_form .mo_no_box .input-filde {
  width: calc(100% - 0.5rem);
  position: relative;
}

#join_us_bio {
  width: 100%;
  height: 6.875rem;
  padding: 0.8rem 1.25rem;
  border: none;
  border-bottom: 0.0625rem solid #5c5c5c;
  border-radius: 0.6rem;
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.125rem;
  text-align: left;
  color: #000;
  outline: none;
  resize: none;
}

#number-error{
  margin-left: 2%;
}

.join_us_form .submit_btn{
  width: 100%;
  max-width: 18.125rem;
  height: 2.75rem;
  border-radius: 2rem;
  border: 0.0625rem solid #957FFB;
  background: transparent;
  color: #0C0908;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  cursor: pointer;
}

/* JOIN US form end */

#ball {
  width: 10px;
  height: 10px;
  background-color:#957FFB;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 999;
  transition: width 0.5s ease, height 0.5s ease;
}

#cursor-text {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  transition: opacity 150ms ease-in-out;
  color: #fff;
}



#balls {
  width: 10px;
  height: 10px;
  background-color:#957FFB;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 999;
  transition: width 0.5s ease, height 0.5s ease;
}

#cursor-texts {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  transition: opacity 150ms ease-in-out;
  color: #fff;
}



.title-1 {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	height: 7.375rem;
}

.head-1 {
  -webkit-animation: mainFadeIn 1s;
  -o-animation: mainFadeIn 1s;
  animation: mainFadeIn 1s forwards;
  animation-delay: 1.5s;
  opacity: 0;
} 

.block-1 {
	width: 0%;
	height: inherit;
  background: linear-gradient(90deg, #12AFFC 0%, #7B28FF 100%);
	position: absolute;
	animation: mainBlock 1.5s cubic-bezier(.74, .06, .4, .92) forwards;
	display: flex;
}

.title-2 {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	height: 7rem;
}

.head-2 {
	animation: secFadeIn 1s forwards;
	animation-delay: 3.5s;
	opacity: 0;
}

.block-2 {
  width: 0%;
  height: inherit;
  background: linear-gradient(90deg, #6F3D94 0%, #A96FB9 100%);
  position: absolute;
  animation: secBlock 1.5s cubic-bezier(.74, .06, .4, .92) forwards;
  animation-delay: 2s;
  display: flex;
}

.title-3 {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	height: 7rem;
}
.title-3 .head-3 p{
	font-weight: 700 !important;
}
.title-3 .head-3 .equal-icon{
  font-size: 2rem !important;
	font-weight: 400 !important;
  margin-right: 2rem;
}
.block-3 {
  width: 0%;
  height: inherit;
  background: linear-gradient(90deg, #12AFFC 0%, #7B28FF 100%);
  position: absolute;
  animation: threeBlock 1.5s cubic-bezier(.74, .06, .4, .92) forwards;
  animation-delay: 4.5s;
  display: flex;
}
.head-3 {
  animation: threeFadeIn 1s forwards;
  animation-delay: 6.2s;
  opacity: 0;
}


@keyframes mainBlock {
	0% {
	  width: 0%;
	  left: 0;
  
	}
	50% {
	  width: 100%;
	  left: 0;
  
	}
	100% {
	  width: 0;
	  left: 100%;
	}
  }
  
  @keyframes secBlock {
	0% {
	  width: 0%;
	  left: 0;
  
	}
	50% {
	  width: 100%;
	  left: 0;
  
	}
	100% {
	  width: 0;
	  left: 100%;
	}
  }
  @keyframes threeBlock {
	0% {
	  width: 0%;
	  left: 0;
  
	}
	50% {
	  width: 100%;
	  left: 0;
  
	}
	100% {
	  width: 0;
	  left: 100%;
	}
  }
  
  @keyframes threeFadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes subtitleFadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  @keyframes mainFadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }

  @keyframes secFadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  

#nameError{
  display: none;
}


/* why-choose-us-section css start  */

.why-choose-us-section{
  margin-top: 12.75rem;
}

.why-choose-us-section .header-title{
  padding-top: 6.3rem;
}
.why-choose-us-section .header-title h2{
  color: #907AFB ;
  font-size: 3rem;
  font-weight: 600;
}

.why-choose-us-section .header-title h2::after{
  background-color: #B6B6B6;
}

.why-choose-us-section .why-choose-us-content{
  display: flex;
  padding: 1rem 2.8125rem 1rem 0rem;
}
.why-choose-us-section .why-choose-us-content .why-choose-left-section{
  width: 60%;
}
.why-choose-us-section .why-choose-us-content .why-choose-left-section p{
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.3125rem;
  color: #000;
  margin-top: 1.25rem;
}
.why-choose-us-section .why-choose-us-content .why-choose-left-section .why-choose-rating-section{
  position: relative;
  margin-top: 1.875rem;
  padding: 1.25rem;
  z-index: 1;
}
.why-choose-us-section .why-choose-us-content .why-choose-left-section .why-choose-rating-section::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 11.6875rem;
  background-color: #F4F4F4;
  z-index: -1;
  border-radius: 0.5625rem;
}
.why-choose-us-section .why-choose-us-content .why-choose-left-section .why-choose-rating-section h6{
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2.25rem;
  color: #000;
  margin: 3rem 0 1.5625rem;
}
.why-choose-us-section .why-choose-us-content .why-choose-left-section .why-choose-rating-section .rating-card-section{
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.why-choose-us-section .why-choose-us-content .why-choose-left-section .why-choose-rating-section .rating-card{
  box-shadow: 0rem 0rem 0.875rem 0rem #00000040;
  border: 0.0625rem solid #F7F5F5;
  padding: 1rem 1rem 0.875rem;
  width: fit-content;
  min-width: 8.7125rem;
  border-radius: 0.5625rem;
  background-color: #fff;
  min-height: 10rem;
  width: 8.6875rem;
  max-width: 8.7125rem;
}
.why-choose-us-section .why-choose-us-content .why-choose-left-section .why-choose-rating-section .rating-card .rating-company-logo{
  display: flex;
  height: 6rem;
  width: 100%;
}
.why-choose-us-section .why-choose-us-content .why-choose-left-section .why-choose-rating-section .rating-card .rating-company-logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.why-choose-us-section .why-choose-us-content .why-choose-left-section .why-choose-rating-section .rating-card .star{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.9375rem;
}
.why-choose-us-section .why-choose-us-content .why-choose-right-section{
  width: 40%;
  position: relative;
  z-index: 1;
}
.why-choose-us-section .why-choose-us-content .why-choose-right-section .why-choose-image{
  width: 100%;
  height: 100%;
}
.why-choose-us-section .why-choose-us-content .why-choose-right-section .why-choose-image img{
  width: 100%;
}
/* why-choose-us-section css end */


.loading-container{
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 999;
  -webkit-transition: background-color .1s ease-out;
  transition: background-color .1s ease-out;
  position: fixed;
  top: 0;
  left: 0;
}

.loading-container .loading-rolling{
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 65%);
  /* transition: color .3s ease-out,width .65s .5s ease-in-out; */
  z-index: 1;
}

.loading-container .loading-rolling .loading-title{
  display: flex;
  align-items: flex-end;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #00003E;
  white-space: nowrap;
}

.loading-container .loading-rolling .loading-title::after{
  content: "";
  display: inline-block;
  width: 5rem;
  height: 0.0625rem;
  margin: 0.3125rem;
  background-color: #00003E;
}

.loading-container .loading-rolling .loading-wrap {
  position: relative;
  top: 0;
  left: 0;
}

.loading-container .loading-rolling .loading-wrap .loading-list {
display: inline-block;
position: relative;
text-align: left;
min-width: 40.625rem;
}
.loading-container .loading-rolling .loading-wrap .loading-list p {
  opacity:0;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  margin: 0;

  font-size: 3.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.065rem;
  -webkit-text-stroke: 0.0625rem #7036FF;
  text-stroke: 0.0625rem #7036FF;
  color: transparent;
}
.loading-container .loading-rolling .loading-wrap .loading-list p span{
  font-size: 5.125rem;
  font-weight: 700;
  letter-spacing: 0.02rem;
  -webkit-text-stroke: 0.0625rem #e1dede;
  text-stroke: 0.0625rem #e1dede;
  color: transparent;
  position: absolute;
  top: 2.125rem;
  left: -2.625rem;
  
}
.loading-container .loading-rolling .loading-wrap .loading-list .is-visible {
position:relative;
opacity:1;
-webkit-animation: push-in 0.5s;
-moz-animation: push-in 0.5s;
animation: push-in 0.5s;
}
.loading-container .loading-rolling .loading-wrap .loading-list .is-hidden {
-webkit-animation: push-out 0.5s;
-moz-animation: push-out 0.5s;
animation: push-out 0.5s;
}

@-webkit-keyframes push-in {
0% {
  opacity: 0;
  -webkit-transform: translateY(-100%);
}
70% {
  opacity: 1;
  -webkit-transform: translateY(10%);
}
100% {
  opacity: 1;
  -webkit-transform: translateY(0);
}
}
@-moz-keyframes push-in {
0% {
  opacity: 0;
  -moz-transform: translateY(-100%);
}
60% {
  opacity: 1;
  -moz-transform: translateY(10%);
}
100% {
  opacity: 1;
  -moz-transform: translateY(0);
}
}
@keyframes push-in {
0% {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateXY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
60% {
  opacity: 1;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
100% {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
}
@-webkit-keyframes push-out {
0% {
  opacity: 1;
  -webkit-transform: translateY(0);
}
60% {
  opacity: 0;
  -webkit-transform: translateY(110%);
}
100% {
  opacity: 0;
  -webkit-transform: translateY(100%);
}
}
@-moz-keyframes push-out {
0% {
  opacity: 1;
  -moz-transform: translateY(0);
}
60% {
  opacity: 0;
  -moz-transform: translateY(110%);
}
100% {
  opacity: 0;
  -moz-transform: translateY(100%);
}
}
@keyframes push-out {
0% {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
60% {
  opacity: 0;
  -webkit-transform: translateX(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
}
100% {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
}


.progress_bar{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.progress_bar .item_value {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.progress_bar .item_bar {
  position: relative;
  height: 0.3125rem;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
}
.progress_bar .item_bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  margin: 0;
  background: linear-gradient(90deg, #12AFFC 0%, #7B28FF 100%);
  border-radius: 0;
  transition: width 100ms ease;
}

.cursor {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  border: 0.0625rem solid #12AFFC;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 99999;
}

.cursor2 {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  background: linear-gradient(90deg, #12AFFC 0%, #7B28FF 100%);
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-cursor {
  width: 4.375rem;
  height: 4.375rem;
  transition: width 0.9s, height 0.9s;
}

.text-cursor2 {
  width: 3.75rem;
  height: 3.75rem;
  transition: width 0.9s, height 0.9s;
}

.c-text {
  font-size: 1rem;
  line-height: 1.125rem;
  color: white;
  animation: mainFadeIn 1s forwards;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.about-slideshow {
  position: relative;  
  overflow: hidden;
}

.about-slideshow .slide {
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.about-slideshow .slide.active {
  opacity: 1;
}

.page_header{
  display: flex;
  align-items: center;
}
.page_header .page_title{
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 3.9375rem;
  color: #907AFB;
  margin: 0 1.25rem;

}
.page_header .back-btn .back_svg{
  animation: back-button 8s linear infinite ;
}
@keyframes back-button {
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
  
}
.mobile-back-icon{
  display: none;
}

.our-life-text {
  margin: 10px;
}

#logo, #lines, #otherText, #DrawSVG, #Plugin {
  visibility: hidden;
}

.dinner-svg {
  margin-top: -7.375rem;
}

.blog-page{
  padding: 0 1rem 1rem;
}
.blog-header{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1.875rem;
}
.blog-header .blog-left-section{
  display: flex;
  align-items: center;
}
.newsletter-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eceaff;
  border-radius: 1rem;
  padding: 1.25rem;
}
.banner-image{
  width: 100%;
  max-width: 450px;
}
.banner-content {
  width: 70%;
}

.banner-text h1 {
  color: #4e6af1;
  font-size: 2.625rem;
  font-weight: 600;
  margin-bottom: 0.875rem;
  background: linear-gradient(90deg, #12AFFC 0%, #7B28FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.banner-text p {
  font-size: 1.375rem;
  color: #0C0908;
  margin-bottom: 0.875rem;
  text-align: center;
}

.banner-subscribe {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 25rem;
  margin: 0 auto;
  background: transparent;
  border-radius: 0.375rem;
  border: 0.0625rem solid #5C5C5C;
  padding: 0.4375rem;
}
.banner-subscribe .tnp form .tnp-field label{
  display: none;
}

.banner-subscribe .tnp{
  margin: 0;
}

.banner-subscribe .tnp form .tnp-field-email{
  width: 100%;
  margin-bottom: 0;
}

.banner-subscribe .tnp form .tnp-field-email input{
  padding: 0.625rem;
  border: none;
  outline: none;
  font-size: 0.75rem;
  width: 100%;
  background: transparent;
}

.banner-subscribe .tnp form .tnp-field-email input:-webkit-autofill{
  -webkit-box-shadow: unset !important;
  background-color: transparent !important;
  box-shadow: 0 0 0px 1000px transparent inset !important;
}

.banner-subscribe .tnp form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 10px;
}


.banner-subscribe .tnp form .tnp-field{
  margin-bottom: 0;
}

.banner-subscribe .tnp form .tnp-field-button input{
  background: linear-gradient(180deg, #957ffb 0%, #bbacfe 100%), linear-gradient(0deg, #ffffff, #ffffff);
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  cursor: pointer;
}

.banner-subscribe input {
  padding: 0.625rem;
  border: none;
  outline: none;
  font-size: 0.75rem;
  width: 90%;
  background: transparent;
}

.banner-subscribe button {
  background: linear-gradient(180deg, #957ffb 0%, #bbacfe 100%), linear-gradient(0deg, #ffffff, #ffffff);
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  margin-left: 0.625rem;
  cursor: pointer;
}

.banner-subscribe button:hover {
  background-color: #5a3cc7;
}


.blog-container{
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.blog-container .left-section{
  width: calc(100% - 22.175rem);
  position: relative;
}
.blog-container .right-section{
  width: 22.175rem;
}
.blog-post{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  row-gap: 1.3rem;
  padding-right: 1rem;
}
 .blog-card{
  width: calc(50% - 0.625rem);
  box-shadow: 0rem 0rem 0.25rem 0rem #00000040;
  border-radius: 1rem;
  overflow: hidden;
  border: 0.125rem solid transparent;
  transition: all .3s;
}
.blog-card:hover{
  border: 0.125rem solid #957FFB;
}

.blog-card:hover .post-content .post-link-arrow .arrow-icon svg{
  z-index: 2;
}
.blog-card:hover .post-content .post-link-arrow .arrow-icon svg path{
  stroke: #fff;
}
.blog-card .post-content .post-link-arrow .arrow-icon::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  transition: all .3s;
}
.blog-card:hover .post-content .post-link-arrow .arrow-icon::after{
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  transform: scale(1.1);
  z-index: 1;
}
 .blog-image{
  width: 100%;
  /* height: 11.9375rem; */
  overflow: hidden;
  display: flex;
}
.relevant-image{
  width: 100%;
  overflow: hidden;
  display: flex;
  border-radius: 0.375rem;
}
a:visited{
  color: inherit ;
}
.blog-image img{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.post-content{
  padding: 1rem;
  position: relative;
}
.post-details-content{
  padding: 0;
  margin-bottom: 1.75rem;
}
.post-content .post-title h2{
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3125rem;
  color: #000;
  margin: 0.875rem 0 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.625rem;
}
.post-description{
  max-width: 90%;
  display: flex;
}
.post-description p{
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  color: #5C5C5C;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.post-link-arrow {
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.post-link-arrow .arrow-icon{
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: 0rem 0rem 0.25rem 0rem #00000033;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.post-link-arrow .arrow-icon:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%; /* Apply the same border-radius */
  border: 0.0625rem solid transparent;
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
 .post-content .post-label{
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
.post-content .blog-category-label{
  padding: 0.3125rem 0.625rem;
  background-color: #00003E;
  color: #fff;
  border-radius: 0.375rem;
  font-size: 0.625rem;
}
.post-content .post-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-content .date-time{
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.9375rem;
  color: rgba(186, 186, 186, 1);
}
.post-content .date-time span{
  color: rgba(92, 92, 92, 1);
}


.blog-container .header h1 {
  font-size: 2rem;
  color: #5a57f0;
  font-weight: bold;
  position: relative;
  /* background: -webkit-linear-gradient(#eee, #333); */
  background: linear-gradient(90deg, #12AFFC 0%, #7B28FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-container .header h1::after {
  content: 'For you';
  font-size: 2.375rem;
  -webkit-text-stroke: 0.125rem #dfdfdf;
  text-stroke: 0.125rem #dfdfdf;
  color: transparent !important;
  position: absolute;
  top: -0.25rem;
  left: 0rem;
  z-index: -1;
}

.blog-container .categories {
  margin-top: 1.5rem;
  box-shadow: 0rem 0rem 0.25rem 0rem #00000040;
  padding: 0.625rem 0.75rem;
  border-radius: 0.75rem;
}

.blog-container .categories .recommended_topics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.blog-container .categories h2 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.blog-container .categories h3 {
  font-size: 0.875rem;
  font-weight: 400;
  color: #5C5C5C;
  margin-bottom: 0.625rem;
}

.blog-container .tech-grid {
  display: flex;
  flex-wrap: wrap;
  /* display: grid;
  grid-template-columns: repeat(4, 1fr); */
  gap: 0.5rem;
}

.blog-container .tech-item {
  width: 4.4375rem;
  height: 4.4375rem;
  padding: 0.1875rem;
  border-radius: 0.625rem;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.blog-container .recommeded_topics {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  gap: 0.625rem;
}

.blog-container .recommeded_topics h2 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1.25rem;
}

.blog-container .topics {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.blog-container .topic {
  padding: 0.5rem 0.75rem;
  border-radius: 0.9375rem;
  border: 0.0625rem solid #5C5C5C;
  color: #000;
  font-weight: 600;
  font-size: 0.625rem;
}

.blog-container .topic.selected {
  background-color: #000;
  color: #fff;
}
.blog-container .topic:hover {
  background-color: #000;
  color: #fff;
}

/* Container styling */
.pagination-container {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #333;
}

/* Dropdown and label styling */
.rows-per-page {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-right: 1.25rem;
}
.rows-per-page label{
  margin: 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}

select {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  border: none;
  outline: none;
  cursor: pointer;
}

/* Page info styling */
.page-info {
  margin-right: 1.25rem;
}

/* Navigation buttons styling */
.nav-buttons {
  display: flex;
  gap: 0.625rem;
}

.nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: #333;
  font-size: 1.125rem;
  outline: none;
}

.nav-button:disabled {
  color: #ccc;
  cursor: not-allowed;
}

/* Hover effect */
.nav-button:not(:disabled):hover {
  color: #000;
}

/* blog page css end  */


/* blog-details-css-starts */
.no-blog-post{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 6.875rem auto 3.125rem;
}
.no-blog-post .no-blog-img{
  max-width: 25rem;
  width: 100%;
}
.no-blog-post .no-blog-img img{
  width: 100%;
  height: 100%;
}
.no-blog-post h3{
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.4375rem;
  color: #5C5C5C;
  margin: 0.625rem 0;
  text-align: center;
}
.no-blog-post p{
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  color: #5C5C5C;
  text-align: center;
}
.no-blog-post .read-blog-link{
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: normal;
  color: #5C5C5C;
  font-weight: 500;
  padding: 0.9rem 1rem !important;
  background-color: #fff;
  border-radius: 3.125rem !important;
  box-shadow: 0rem 0rem 0.3125rem 0rem #00000047;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 3rem !important;
  position: relative;
  overflow: hidden;
  width: auto;
  height: auto;
  border: 0.1125rem solid #957FFB !important;
}
.blog-details-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 1.25rem;
}

.blog-right-section{
  display: flex;
  align-items: center;
}

.blog-right-section input{
  width: 18.75rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid #616161;
  padding: 0.5rem;
}

.blog-right-section .input-section input::placeholder{
  font-size: 0.75rem;
  font-weight: 400;
  color: #BABABA;
}

.blog-right-section .input-section {
  position: relative;
  margin-left: 0.3125rem;
}

.blog-right-section .input-section .search-icon{
  position: absolute;
  right: 0.9375rem;
  top: 0.625rem;
}

.portfolio-back-btn .header-back-btn{
  box-shadow: unset;
  border: 0.0625rem solid #5C5C5C !important;
}

.get-in-touch-button{
  box-shadow: unset;
}

.get-in-touch-button .btn-icon{
  border: 0.0625rem solid #5C5C5C;
}

.get-in-touch-dot{
  background: #5C5C5C !important;
}

.blog-details-top-section {
  margin-top: 1rem;
  margin-bottom: 1.875rem;
}

.blog-details-top-section .heading{
  font-size: 2.625rem;
  line-height: 3.1875rem;
  font-weight: 600;
  color: #000000;
  margin: 1.875rem 0;
}

.blog-details-top-section .details-section{
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

.blog-details-top-section .details-section .date-section{
  display: flex;
  align-items: center;
  gap: 0.625rem;
  /* margin-bottom: 1.75rem; */
}

.blog-details-top-section .details-section .date-section .img-section{
  width: 1.5rem;
  height: 1.5rem;
}

.blog-details-top-section .details-section .date-section .img-section img{
  width: 100%;
  height: 100%;
}

.blog-details-top-section .details-section .date-section p{
  font-size: 1rem;
  font-weight: 400;
  color: #5C5C5C;
  margin-bottom: 0;
}

.blog-details-top-section .share-section{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-details-top-section .share-section .share-img{
  width: 1rem;
  height: 1rem;
}

.blog-details-top-section .share-section .share-img img{
  width: 100%;
  height: 100%;
}

.blog-details-top-section .share-section .social-image-section{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.blog-details-top-section .share-section .social-image-section .images{
  width: 1.875rem;
  height: 1.875rem;
}

.blog-details-top-section .share-section .social-image-section .images img{
  width: 100%;
  height: 100%;
}

.blog-details-middle-section{
  display: flex;
  /* gap: 3.125rem; */
  gap: 1.5625rem;
}

.blog-right-section .input-section .asl_w_container{
  width: 18.75rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid #616161;
  padding: 0.25rem 0.5rem;
}

.blog-right-section .input-section .asl_w_container .asl_w{
  background-image: unset !important;
}

.blog-right-section .input-section .asl_w_container .asl_w{

  background-image: unset;
  box-shadow: unset;
}

.blog-right-section .input-section .asl_w_container .asl_w .probox{
  background-color: #fff !important;
  background-image: unset !important;
} 

.blog-right-section .input-section .asl_w_container .asl_w .probox button{
  background: transparent !important;
}
div.asl_w .probox .promagnifier .innericon svg{
  fill: #000 !important;
}

.blog-right-section .input-section .asl_w_container .asl_w .probox .proinput{
  padding: 0 ;
  margin: 0;
  color: #000000 !important;
}

.input-section #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
  color: #000000 !important;
  width: 13.75rem;
}

.blog-right-section .input-section .asl_w_container .asl_w .probox .proinput form input::placeholder{
  font-size: 0.75rem;
  font-weight: 400;
  color: #BABABA !important;
}

.wpdreams_asl_results{
  max-height: 18.75rem !important;
}

div.asl_r .results .item .asl_content h3 a:hover{
  color: #000000 !important;
}
div.asl_r.vertical{
  background: #fff !important;
  border: 0.0625rem solid #bdb9b9 !important;
  padding: 0 !important;
  margin-top: 0.4375rem;
  border-radius: 0.625rem !important;
}
div.asl_r .results{
  max-height: 18.75rem !important;
}
.wpdreams_asl_results .resdrg .item .asl_content .asl_image{
  width: 5rem;
  height: 5rem;
} 

.wpdreams_asl_results .resdrg .item .asl_content h3 .asl_res_url{
  color: #000000;
}

div.asl_r .results .item .asl_content .asl_desc{
  display: none;
}

.proclose svg{
  left: -0.8125rem !important;
}

.table-contents-section{
  width: 23%;
  padding: 1.25rem 1.25rem 1.25rem 1.625rem;
  background-color: #F9F9F9;
  height: 100%;
  position: sticky;
  top: 1rem;
}

.table-contents-section h3{
  font-size: 1.25rem;
  font-weight: 600;
  color: #000000;
}

.contents-section ul{
  margin: 0;
}

.contents-section ul li{
  list-style: none;
  padding: 1rem 0;
  border-bottom: 0.0625rem solid #5c5c5c;
}

.contents-section ul li:last-child{
  border-bottom: none;
  padding: 1rem 0 0;
}

.contents-section ul li a{
  font-size: 0.875rem;
  font-weight: 400;
  color: #5C5C5C;
}
.contents-section ul li.active a{
  font-weight: 600;
  color: #000000;
  position: relative;
}
.contents-section ul li.active a::after{
  content: ">";
  position: absolute;
  font-size: 28px;
  font-weight: 200;
  left: -1rem;
  top: -0.5625rem;
  height: 2rem;
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  color: transparent;
  background-clip: text;
}

.contents-section ul li.active a:active{
  font-weight: 600;
  color: #000000;
}

.blog-details-middle-section .left-section{
  width: 50%;
  /* width: 73%; */
}

.blog-details-middle-section .left-section .middle-header{
  font-size: 1.5rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 1.25rem;
}

.blog-details-middle-section .left-section p{
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.3125rem;
}

.blog-details-middle-section .image-section{
  display: flex;
  align-items: center;
  margin: 1.25rem 0 1.25rem 3.3125rem;
}

.blog-details-middle-section .image-section .image{
  width: 35.8125rem;
  height: 14rem;
  border-radius: 0.625rem;
}

.blog-details-middle-section .image-section .image img{
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
}

.blog-details-middle-section .left-section h3{
  font-size: 1.25rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 1.25rem;
}

.blog-details-middle-section .left-section .list-section ul{
  margin-left: 1.5625rem;
}

.blog-details-middle-section .left-section .list-section ul li{
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
}

.blog-details-middle-section .right-section{
  width: 26%;
  max-width: 16.875rem;
  height: 100%;
  margin-right: 1.25rem;
  position: sticky;
  top: 1rem;
}

.blog-details-middle-section .right-section .for-you{
  font-size: 2.0625rem;
  font-weight: 700;
  line-height: 3.0625rem;
  background: linear-gradient(14deg, #12AFFC 22%, #7B28FF 45%);
  color: transparent;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.blog-details-middle-section .right-section .relevant-blog-section h4{
  font-size: 0.875rem;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 0.5625rem;
}

.blog-details-middle-section .right-section .relevant-blog-section {
  margin-bottom: 1.25rem;
}

.blog-details-middle-section .right-section .relevant-blog-section .relevant-blogs{
  display: flex;
  box-shadow: 0rem 0rem 0.25rem 0rem #00000040;
  border-radius: 0.75rem;
  padding: 0.5rem;
  margin-bottom: 0.5625rem;
  position: relative;
  flex-direction: column;
}

.blog-details-middle-section .right-section .relevant-blog-section .relevant-blogs:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem; /* Apply the same border-radius */
  border: 0.125rem solid transparent;
  background: linear-gradient(90deg, #12AFFC 0%, #7B28FF 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.blog-details-middle-section .right-section .relevant-blog-section .relevant-blogs:active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  border: 0.125rem solid transparent;
  background: linear-gradient(90deg, #12AFFC 0%, #7B28FF 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.blog-details-middle-section .right-section .relevant-blog-section .relevant-blogs .left-image-section{
  /* min-width: 3.3125rem; */
  width: 100%;
  /* height: 3.875rem; */
  border-radius: 0.375rem;
  margin-bottom: 0.625rem;
  /* margin-right: 0.3125rem; */
}

.blog-details-middle-section .right-section .relevant-blog-section .relevant-blogs .left-image-section img{
  width: 100%;
  height: 100%;
  border-radius: 0.375rem;
  /* object-fit: cover; */
}

.blog-details-middle-section .right-section .relevant-blog-section .relevant-blogs .text-section{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.625rem;

}

.blog-details-middle-section .right-section .relevant-blog-section .relevant-blogs .text-section p{
  font-size: 0.75rem;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-details-middle-section .right-section .relevant-blog-section .relevant-blogs .text-section  .bottom-section{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-details-middle-section .right-section .relevant-blog-section .relevant-blogs .text-section .bottom-section .user-profile-section{
  display: flex;
  align-items: center;
  gap: 0.1875rem;
}

.blog-details-middle-section .right-section .relevant-blog-section .relevant-blogs .text-section .bottom-section  .user-profile-section .user-profile{
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  display: flex;
}

.blog-details-middle-section .right-section .relevant-blog-section .relevant-blogs .text-section .bottom-section .user-profile-section .user-profile img{
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.blog-details-middle-section .right-section .relevant-blog-section .relevant-blogs .text-section .bottom-section .user-profile-section .ratings-section{
  width: 0.75rem;
  height: 0.75rem;
  display: flex;
}

.blog-details-middle-section .right-section .relevant-blog-section .relevant-blogs .text-section .bottom-section .user-profile-section .username{
  font-size: 12px;
  font-weight: 400;
  color: #424242;
  margin-bottom: 0;
}

.blog-details-middle-section .right-section .relevant-blog-section .relevant-blogs .text-section .bottom-section .user-profile-section .ratings-section img{
  width: 100%;
  height: 100%;
}

.blog-details-middle-section .right-section .relevant-blog-section .relevant-blogs .text-section .bottom-section .view-button-section{
  padding: 0.1875rem 0.75rem;
  border-radius: 0.9375rem;
  border: 0.0625rem solid #5C5C5C;
  color: #5C5C5C;
  line-height: 0.75rem;
  font-size: 0.625rem;
  font-weight: 400;
}

.blog-details-middle-section .right-section .relevant-blog-section .relevant-blogs:hover .bottom-section .view-button-section{
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  color: #FFFFFF;
  border: none;
}

.blog-details-middle-section .right-section .relevant-blog-section .relevant-blogs:active .bottom-section .view-button-section{
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  color: #FFFFFF;
  border: none;
}

.blog-details-middle-section .right-section .recommended-topics-section{
  box-shadow: 0rem 0rem 0.25rem 0rem #00000040;
  border-radius: 0.75rem;
  padding: 0.625rem 1.125rem;
  margin-bottom: 1.25rem;
}

.blog-details-middle-section .right-section .recommended-topics-section h4{
  font-size: 0.75rem;
  font-weight: 600;
  color: #1C1C1C;
  margin-bottom: 1.25rem;
}

.blog-details-middle-section .right-section .recommended-topics-section .topics-section{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5625rem;
}

.blog-details-middle-section .right-section .recommended-topics-section .topics-section .topics{
  padding: 0.5rem 0.75rem;
  border-radius: 0.9375rem;
  font-size: 10px;
  font-weight: 600;
  color: #5C5C5C;
  border: 0.0625rem solid #5C5C5C;
  cursor: pointer;
}

.blog-details-middle-section .right-section .recommended-topics-section .topics-section .topics:hover{
  background: #141414;
  color: #EFEFEF;
}

.blog-details-middle-section .right-section .recommended-topics-section .topics-section .topics:active{
  background: #141414;
  color: #EFEFEF;
}

.blog-details-middle-section .right-section .newsletter-section{
  box-shadow: 0rem 0rem 0.25rem 0rem #00000040;
  border-radius: 0.75rem;
  padding: 0.625rem 1.125rem;
  margin-bottom: 1.25rem;
}

blog-details-middle-section .right-section .newsletter-section .tnp form .tnp-field-email input{
  width: 100%;
  border-radius: 0.75rem;
  border: 0.0625rem solid #616161;
  padding: 0.625rem;
  background-color: transparent;
}

.blog-details-middle-section .right-section .newsletter-section .tnp form .tnp-field-email label{
  display: none;
}

.blog-details-middle-section .right-section .newsletter-section .tnp form .tnp-field-button input{
  padding: 0.625rem 0.9375rem;
  border-radius: 5.625rem;
  color: #FFFFFF;
  line-height: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  width: fit-content;
  margin-top: 0.625rem;
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  border: none;
  cursor: pointer;
}

.blog-details-middle-section .right-section .newsletter-section h4{
  font-size: 0.875rem;
  font-weight: 400;
  color: #1C1C1C;
  margin-bottom: 0.875rem;
}

.blog-details-middle-section .right-section .newsletter-section input{
  width: 100%;
  border-radius: 0.75rem;
  border: 0.0625rem solid #616161;
  padding: 0.625rem;
}

.blog-details-middle-section .right-section .newsletter-section input::placeholder{
  font-size: 0.75rem;
  font-weight: 400;
  color: #BABABA;
}

.blog-details-middle-section .right-section .newsletter-section .subscribe-button{
  padding: 0.625rem 0.9375rem;
  border-radius: 5.625rem;
  color: #FFFFFF;
  line-height: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  width: fit-content;
  margin-top: 0.625rem;
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
}

.get-in-touch-section{
  padding: 1.5625rem 1.875rem;
  /* background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%); */
  position: relative;
  margin: 4.0625rem 0 5.3125rem;
}
.get-in-touch-section .touch-color-section{
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.875rem 0 0 0;
}
.get-in-touch-section .touch-color-section.light-purple-color{
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  top: 4rem;
  width: 101%;
  right: -1rem;
  opacity: 20%;
}
.get-in-touch-section .touch-color-section.dark-purple-color{
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  left: 2rem;
  top: 2rem;
  opacity: 50%;
}
.get-in-touch-section .touch-color-section.purple-color{
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  left: 4rem;
  top: 0rem;
}
.get-in-touch-section .touch-left-section{
  padding-left: 6%;
  padding-top: 1%;
}

.get-in-touch-section .starts-title {
  height: 100%;
  margin-top: 7rem;
  margin-bottom: 1.25rem;
}
.get-in-touch-section .starts-title .border-text{
  top: -4rem;
  -webkit-text-stroke: 0.125rem rgb(255, 255, 255);
    text-stroke: 0.125rem rgb(255, 255, 255);
}
.get-in-touch-section .starts-title span{
  color: #fff;
}
.get-in-touch-section .starts-title span::after{
  background: linear-gradient(180deg, #957FFB 100%, #BBACFE 100%);
}

.get-in-touch-section h1{
  font-size: 3rem;
  font-weight: 600;
  line-height: 4.5rem;
  margin-bottom: 0.3125rem;
  color: #FFFFFF;
  background-clip: text;
  margin-top: 0;
}

.get-in-touch-section h1::after{
  content: "";
  display: inline-block;
  width: 5.5625rem;
  height: 0.1875rem;
  margin-left: 0.5625rem;
  color: #FFFFFF;
}

.get-in-touch-section .text{
  font-size: 0.875rem;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
}

.get-in-touch-section .contact-buttons{
  display: flex;
}

.get-in-touch-section  .get-in-touch-img{
  position: absolute;
  right: 3.125rem;
  top: -2.8125rem;
  z-index: 1;
  /* width: 17.0625rem;
  height: 23rem; */
}

.get-in-touch-section  .get-in-touch-img img{
  width: 100%;
  height: 100%;
}

.recent-blogs-section{
  margin-bottom: 5.5rem;
}

.written_section{
  max-width: 37.5rem;
  margin: 1.25rem auto 2.5rem;
}

.written_section .title{
  font-size: 1.625rem;
  line-height: 1.3rem;
  font-weight: 700;
  color: rgba(217, 217, 217, 1);
}
.written_section .title span{
  -webkit-text-stroke: 0.125rem rgba(217, 217, 217, 1);
    text-stroke: 0.125rem rgba(217, 217, 217, 1);
    color: transparent !important;
}
.written_section .witten-card{
  box-shadow: 0rem 0rem 0.25rem 0rem rgba(0, 0, 0, 0.25);
  border: 0.0625rem solid rgba(217, 217, 217, 1);
  border-radius: 0.6875rem;
  padding: 1rem;
  display: flex;
  gap: 1.375rem;
  background: #fff;
  position: relative;
}

.written_section .witten-card .left-section .author_image{
  width: 7.375rem;
  height: 7.375rem;
  min-width: 7.375rem;
  min-height: 7.375rem;
  border-radius: 100%;
  border: 0.0625rem dashed #000;
  overflow: hidden;
}
.written_section .witten-card .left-section .author_image img{
  width: 100%;
  height: 100%;
}
.written_section .witten-card .right-section .user-name{
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #000;
}
.written_section .witten-card .right-section .more-details{
  font-size: 0.75rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #000;
  text-align: end;
  text-decoration: underline;
}
.written_section .witten-card .right-section .more-details a{
  font-size: 0.75rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #000;
  text-align: end;
  text-decoration: underline;
}
.written_section .witten-card .right-section .user-role{
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 400;
  color: #000;
  position: relative;
}
.written_section .witten-card .right-section .border{
  width: 5.75rem;
  height: 0.3125rem;
  background: linear-gradient(90deg, #12AFFC 0%, #7B28FF 100%);
  margin: 0.625rem 0;
}
.written_section .witten-card .right-section .border-bottom{
  border: 0.0625rem solid rgba(186, 186, 186, 1);
  width: 80%;
  margin-left: auto !important;
  margin: 0.625rem 0;
}
.written_section .witten-card .right-section .author_more{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.5rem;
}
.written_section .witten-card .right-section .author_more .author_social_media{
  display: flex;
  position: relative;
}
.written_section .witten-card .right-section .author_more .author_social_media a{
  display: flex;
}
.written_section .witten-card .right-section .author_more .author_social_media::after{
  position: absolute;
  top: 0;
  right: -1.25rem;
  content: '';
  width: 0.0625rem;
  height: 100%;
  background-color: rgba(186, 186, 186, 1);
}
.written_section .witten-card .right-section .description{
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.recent-blogs-section h1{
  font-size: 2.5rem;
  font-weight: 600;
  color: #FA74A1;
  margin-bottom: 1.875rem;
  margin-top: 0;
}

/* .recent-blogs-section h1::after{
  content: "";
  display: inline-block;
  width: 5.5625rem;
  height: 0.1875rem;
  margin-left: 0.5625rem;
  background: #FA74A1;
} */

@media screen and (min-width: 767px) {
  .blog-details-middle-section .left-section.no-table-content {
    width: 73%;
  }
}

.recent-blogs-section .blogs-section{
  display: flex;
  gap: 2.1875rem;
}

.recent-blogs-section .blogs{
  box-shadow: 0rem 0rem 0.25rem 0rem #00000040;
  width: 31%;
  border-radius: 1rem;
  overflow: hidden;
  border: 0.125rem solid transparent;
  transition: all .3s;
}
.recent-blogs-section .blogs:hover{
  border: 0.125rem solid #957FFB;
}
.recent-blogs-section .blogs:hover {
  border: 0.125rem solid #957FFB;
}
.recent-blogs-section .blogs:hover .post-content .post-link-arrow .arrow-icon svg{
  z-index: 2;
}
.recent-blogs-section .blogs:hover .post-content .post-link-arrow .arrow-icon svg path{
  stroke: #fff;
}
.recent-blogs-section .blogs .post-content .post-link-arrow .arrow-icon::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  transition: all .3s;
}
.recent-blogs-section .blogs:hover .post-content .post-link-arrow .arrow-icon::after{
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  transform: scale(1.1);
  z-index: 1;
}

.recent-blogs-section .blogs .blog-image-section img{
  width: 100%;
  height: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.recent-blogs-section .blogs .blog-details-section{
  padding: 1.0625rem;
  position: relative;
}
.recent-blogs-section .blogs .blog-details-section h3{
  font-size: 0.875rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.625rem;
}

.recent-blogs-section .blogs .blog-details-section p{
  font-size: 0.75rem;
  font-weight: 400;
  color: #5C5C5C;
  margin-bottom: 1.5625rem;
}

.recent-blogs-section .blogs .blog-details-section .arrow-section{
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: 0rem 0rem 0.25rem 0rem #00000033;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.recent-blogs-section .blogs .blog-details-section .arrow-section:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 0.0625rem solid transparent;
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.subscribe-section{
  background-image: url(../img/subscribe_bg_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.75rem;
  background-position: center center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.875rem;
}

.subscribe-section h2{
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
  padding: 0.9375rem;
  padding-bottom: 1.5rem;
}

.right-section .subscribe-section .subscribe-button{
  padding: 0.625rem 0.9375rem;
  border-radius: 5.625rem;
  color: #FFFFFF;
  line-height: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  width: fit-content;
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  margin-left: 0.9375rem;
}
.right-section .subscribe-section .schedule-btn{
  margin-left: 0.9375rem;
}

.home-blogs-section{
  background: #2b3242;
  padding-bottom: 1.25rem;
}
.home-blogs-section .blogs-list-section .blogs{
  width: 33.33%;
  overflow: hidden;
}
.home-blogs-section .blogs-list-section .blog-wrapper .blog-img{
  display: flex;
}

.blogs-section-content .home-blog-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 0 0;
}

.blogs-section-content .title{
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 4.5rem;
  margin-bottom: 0.625rem;
  margin-top: 0;
  position: relative;
}

.blogs-section-content .title::after{
  content: "";
  display: inline-block;
  width: 5.5625rem;
  height: 0.1875rem;
  position: absolute;
  bottom: 1.25rem;
}

.blogs-section-content .blog-sub-title{
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 2.1875rem;
  color: #FFFFFF;
  padding-right: 1.5rem;
}

.blog-progress-bar-container {
  margin-top: 10px;
  width: 100%;
  height: 6px;
  background-color: #5B6171;
  border-radius: 10px;
  overflow: hidden;
  width: 8.875rem;
}

.blog-progress-bar {
  height: 100%;
  background-color: #CAC9C9;
  width: 0%;
  transition: width 0.1s ease-in-out;
}

.blogs-list-section{
  display: flex;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
  padding-right: 1.25rem;
  /* overflow-x: auto; */
}

.blogs-list-section .blogs{
  box-shadow: 0rem 0rem 0.25rem 0rem #00000040;
  width: 19.1875rem;
  min-width: 19.1875rem;
  border-radius: 1rem;
  background-color: #fff;
  overflow: hidden;
  border: 0.125rem solid transparent;
  transition: all .3s;
}
.blogs-list-section .blogs:hover{
  border: 0.125rem solid #957FFB;
}
.blogs-list-section .blogs:hover .blog-details-section .arrow-section svg{
  z-index: 2;
}
.blogs-list-section .blogs:hover .blog-details-section .arrow-section svg path{
  stroke: #fff;
}
.blogs-list-section .blogs:hover .blog-details-section .arrow-section::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  transition: all .3s;
}
.blogs-list-section .blogs:hover .blog-details-section .arrow-section::after{
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  transform: scale(1.1);
  z-index: 1;
}


.blogs-list-section .blogs .blog-image-section img{
  /* object-fit: cover; */
  width: 100%;
  height: 100%;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.blogs-list-section .blogs .blog-image-section{
  width: 100%;
  /* height: 11.9375rem; */
  display: flex;
}

.blogs-list-section .blogs .blog-details-section{
  padding: 1.0625rem;
  position: relative;
  /* background-color: #FFFFFF; */
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.blogs-list-section .blogs .blog-details-section .date-time{
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.9375rem;
  color: #BABABA;
  margin: 1.375rem 0 0;
}

.blogs-list-section .blogs .blog-details-section .details-section{
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  margin-bottom: 14px;
}

.blogs-list-section .blogs .blog-details-section .details-section .buttons{
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 0.375rem;
}
.blogs-list-section .blogs .blog-details-section .details-section .buttons a{
  color: #fff;
}

.blogs-list-section .blogs .blog-details-section .details-section .red-bg{
  background-color: #FF5A00;
}

.blogs-list-section .blogs .blog-details-section .details-section .purple-bg{
  background-color: #2E0DFE;
}

.blogs-list-section .blogs .blog-details-section .details-section .blue-bg{
  background-color: #3886FC;
}

.blogs-list-section .blogs .blog-details-section h3{
  font-size: 0.875rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 2.625rem;
}

.blogs-list-section .blogs .blog-details-section p{
  font-size: 0.75rem;
  font-weight: 400;
  color: #5C5C5C;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  min-height: 6.75rem;
}

.blogs-list-section .blogs .blog-details-section .arrow-section{
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: 0rem 0rem 0.25rem 0rem #00000033;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.blogs-list-section .blogs .blog-details-section .arrow-section:hover svg{
  z-index: 2;
}
.blogs-list-section .blogs .blog-details-section .arrow-section:hover svg path{
  stroke: #fff;
}
.blogs-list-section .blogs .blog-details-section .arrow-section::after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  transform: scale(0);
  border-radius: 50%;
  z-index: -1;
  transition: all .25s;
}
.blogs-list-section .blogs .blog-details-section .arrow-section:hover::after{
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  transform: scale(1.1);
  z-index: 1;
}

.blogs-list-section .blogs .blog-details-section .arrow-section:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 0.0625rem solid transparent;
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) padding-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
          mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.mr-10{
  margin-right: 0.625rem;
}

.single-blog-post{
  overflow: unset;
}
/* blog-details-css-ends */


.custom-pagination-container {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  width: 100%;
}

.rows-per-page {
  margin-right: 0;
}
.rows-per-page span{
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
}
.item-range{
  font-size: 0.875rem;
  font-weight: 400;
}

.rows-per-page select {
  padding: 0.125rem 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
}

.item-range {
  white-space: nowrap;
}

.pagination-buttons{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
}

.pagination-buttons .arrow {
  cursor: pointer;
  
}

.pagination-buttons .arrow.disabled {
  cursor: default;
}

.loader-section{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.custom-loader {
  display: flex;
  align-items: center;
  justify-content: center;

  width:3.125rem;
  height:3.125rem;
  border-radius:50%;
  background:conic-gradient(#0000 10%,#957FFB);
  -webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation:s3 1s infinite linear;
}
@keyframes s3 {to{transform: rotate(1turn)}}

/*  ------------------------------------------- responsive design css start ------------------------------------------- */

@media screen and (min-width: 1700px) {
  /* Life @ T section design css start  */
  .our-life-text {
    width: 25rem;
    height: 28.125rem;
  }
  .our-life-text.rejoice-svg {
    width: 19.375rem;
    height: 28.125rem;
  }
  .our-life-text.dinner-svg {
    width: 21.875rem;
    height: 28.125rem;
  }
  /* Life @ T section design css end  */
  .blogs-list-section .blogs .blog-image-section{
    /* height: 14.9375rem; */
  }
  .blog-image{
    /* height: 14.9375rem; */
  }
}
@media screen and (min-width: 1501px) {
  /* Life @ T section design css start  */
  .our-life-text {
    width: 22rem;
    height: 28.125rem;
  }
  .our-life-text.rejoice-svg {
    width: 16.375rem;
    height: 28.125rem;
  }
  .our-life-text.dinner-svg {
    width: 18.875rem;
    height: 28.125rem;
  }
  /* Life @ T section design css end  */
}
@media screen and (max-width: 1500px) {
  /* Life @ T section design css start  */
  .our-life-text {
    width: 18.75rem;
    height: 18.75rem;
  }
  .our-life-text.rejoice-svg {
    width: 13.75rem;
  }
  .our-life-text.dinner-svg {
    width: 15rem;
    margin-top: -5.625rem;
  }
  .our-life-section .our-life-content .our-life{
    gap: 0;
    max-width: 85%;
  }
  .our-life-section .our-life-content .tree-image-two{
    top: 17%;
  }
  /* Life @ T section design css end  */
  .projects-section .heading-section .header-title span{
    font-size: 4rem;
    line-height: 4rem;
  }
  .our-services-details-container .our-services-details-content .our-services-details{
    padding: 4.0625rem 0rem 5.9375rem 3.5rem;
  }
  .our-services-details-container .our-services-details-content .left-section .services-name-section h1{
    font-size: 7.125rem;
    font-weight: 700;
    line-height: 7.125rem;
  }
}


/* 404 page css start   */
.error-page{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3.125rem;
  height: 100%;
}
.error-page .image-section{
  text-align: center;
  width: 38rem;
  max-width: 80%;
  height: 24rem;
  max-height: 80%;
}
.error-page .image-section img{
  width: 100%;
  height: 100%;
}
.error-page .error-heading{
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.625rem;
  color: #2D2F31;
  margin: 1.875rem 0 0.9375rem 0;
  text-align: center;
}
.error-page .description{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125rem;
  color: #939393;
  text-align: center;
}
/* 404 page css end   */

@media screen and (min-width: 768px) {
  /* services section design css start  */
  .services-section
    .services-content
    .services-list
    .services-item:nth-child(n + 4) {
    border-bottom: none;
  }
  /* services section design css end  */
}

@media only screen and (max-width: 1024px) {
  .single-blog-post{
    overflow-x: hidden;
  }
  .error-page{
    justify-content: center;
    height: unset;
  }
  .error-page .image-section{
    height: unset;
  }
  .page_header{
    padding: 0 1rem ;
  }
  .page_header .page_title{
    margin: 0 0.5rem;
    font-size: 1.5rem;
  }
  .cursor{
    display: none;
  }
  .cursor2{
    display: none;
  }
  .ml-180 {
    margin-left: 0;
    width: 100%;
  }
  .btn {
    padding: 0.6rem 2.5rem;
  }

  .portfolio-left-side{
    width: 35% !important;
  }
  .portfolio-right-side{
    width: 65% !important;
  }
  /* sidebar design css start  */
  .sidebar-open {
    bottom: 0 !important;
    top: unset;
    transform: translateY(0%) !important;
  }
  .sidebar {
    width: 100%;
    left: 0;
    bottom: -150%;
    height: 95%;
    transform: translateY(100%);
  }

  .sidebar .sidebar-header {
    margin-top: 6.25rem;
  }
  .sidebar .sidebar-close-icon {
    top: 3.13rem;
    left: 50%;
    right: unset;
    width: 5.5rem;
    height: 5.5rem;
  }
  .sidebar .sidebar-close-icon p {
    font-size: 1.25rem;
  }
  .sidebar .sidebar-close-icon p span svg {
    width: 0.625rem;
  }

  .sidebar-content ul li .item .number {
    font-size: 1rem;
  }
  .sidebar-content ul li .item .item-name a {
    font-size: 2.125rem;
  }
  .sidebar-content ul li .item .item-name p {
    font-size: 2.75rem;
    left: 1.25rem;
  }

  .menu-section::after {
    display: none;
  }
  .menu-section {
    left: 50%;
    transform: translateX(50%);
    z-index: 4;
  }
  .menu-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    bottom: -2.5rem;
    top: unset;
  }

  .main-content {
    margin-left: 0;
  }
  .menu-section .menu-icon {
    bottom: 0.625rem;
  }
  .menu-section .menu-icon .menu-btn {
    width: 5.5rem;
    height: 5.5rem;
  }
  .menu-section .menu-icon .menu-btn p {
    display: flex;
    font-size: 1.25rem;
  }
  .menu-section .menu-icon .menu-btn p svg {
    width: 0.94rem;
  }
  /* sidebar design css end  */

  /* home page css start */

  /* tiblers section design css start  */
  .tiblers-section {
    padding: 1rem;
  }
  .tiblers-section .main-title-section .main-title span {
    font-size: 3.75rem;
    line-height: normal;
  }
  .tiblers-section .main-title-section .main-title p {
    font-size: 3.75rem;
    line-height: normal;
  }
  .tiblers-section .mouse-section{
    bottom: 7rem;
  }
  /* tiblers section design css end  */

  /* slider-section design css start  */

  .slider-section .slider-header {
    margin: 0;
    padding: 1rem;
  }

  .slider-content {
    height: 100%;
    display: flex;
    margin-left: 9.25rem;
  }
  .slider-section .slider-header .title {
    font-size: 3.75rem;
  }
  .slider-section .slider-header .title::after {
    margin-bottom: 1.4rem;
  }
  .slider-inner {
    margin-left: 0;
    padding: 0;
    max-height: calc(100vh - 15.5rem);
  }
  .slider-inner .latest-work {
    bottom: 0;
  }
  /* slider-section design css end  */

  /* services section design css start  */
  .services-section .services-content .services-list .services-item {
    padding: 1.5rem 1rem;
  }

  /* services section design css end  */

  /* hire section design css start  */
  .hire-section .hire-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .hire-section .hire-content .left-section {
    width: 100%;
  }
  .hire-section .hire-content .right-section {
    margin-bottom: 3rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .hire-section .hire-content .right-section .image {
    display: flex;
    justify-content: center;
    width: 60%;
    height: 100%;
  }
  .hire-section .hire-content .left-section form {
    padding: 1rem;
  }
  .hire-section .hire-content .left-section form {
    padding: 1rem;
  }
  .hire-section .hire-content .left-section .contact-info {
    padding: 0.5rem 1rem;
  }
  .hire-section .hire-content .left-section p {
    padding: 0.5rem 1rem;
    margin-top: 0rem;
  }

  /* hire section design css end  */

  /* home blog section design css start  */
  .home-blogs-section{
    padding: 1rem;
  }
  .blogs-list-section .blogs{
    min-width: 14rem;
  }
  .blogs-list-section{
    padding-right: 0;
  }
  /* home blog section design css end  */


  /* join section design css start  */
  .join-section{
    margin-bottom: 2rem;
  }
  .join-content {
    padding: 1rem 0rem 1rem 1rem;
  }
  .join-section .join-content .image {
    width: max-content;
    height: calc(100% + 0.75rem);
  }
  .join-section .join-content .join-content-inner{
    margin-left: 0;
  }
  .join-section .join-content .color-section{
    height: 100%;
  }
  .join-section .join-content .left-section {
    padding-top: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  .join-section .join-content .color-section.light-red {
    top: 0;
  }
  .join-section .join-content .color-section.dark-red {
    left: 1rem;
    top: -1rem;
  }
  .join-section .join-content .color-section.red {
    left: 2rem;
    top: -2rem;
  }
  .join-section .join-content .left-section .icon-btn {
    margin: 1rem 1rem 2rem;
  }
  .join-section .join-content .left-section p{
    padding: 0 1rem;
  }
  .join-section .join-content .left-section .button-section.join_btn{
    margin: 1rem;
  }
  .join-section .join-content .right-section{
    display: none;
  }
  .join-section .join-content .left-section{
   width: 100%;
  }
  /* join section design css end  */

  /* our life@t page design start  */
  .our-life-section .our-life-content .our-life {
    height: calc(100% - 16rem);
    max-width: unset !important;
    gap: 3.75rem;
    flex-direction: column;
    width: fit-content;
  }

  .our-life-text {
    width: 12.5rem;
    height: 9.375rem;
  }
  .our-life-text.rejoice-svg {
    /* margin-top: -80px; */
    width: 8.75rem;
    height: 12.5rem;
  }
  .our-life-text.dinner-svg {
    width: 10rem;
    margin-top: -1.875rem;
    height: 12.5rem;
  }
  .our-life-section .our-life-content .our-life .life-section {
    margin-bottom: 5rem;
  }
  .our-life-section .our-life-content .our-life .life-section:last-child {
    margin-bottom: 0rem;
  }
  .our-life-section .our-life-content p {
    width: 100%;
    padding: 2rem;
  }
  .our-life-section .our-life-content .our-life .life-section h4 {
    font-size: 9rem;
    line-height: 7rem;
  }
  .our-life-section
    .our-life-content
    .our-life
    .life-section.trips-section
    .trips-text {
    left: 4rem;
  }
  .our-life-section
    .our-life-content
    .our-life
    .life-section.trips-section
    .trips-text
    span {
    font-size: 3rem;
    line-height: 3rem;
  }
  .our-life-section
    .our-life-content
    .our-life
    .life-section.rejoice-section
    .trips-text {
    bottom: 2.125rem;
    left: 3.875rem;
  }
  .our-life-section
    .our-life-content
    .our-life
    .life-section.rejoice-section
    .trips-text
    span {
    font-size: 2rem;
  }

  .our-life-section .our-life-content .our-life .life-section.dinner-section {
    width: unset;
  }
  .our-life-section .our-life-content .our-life .life-section {
    width: unset;
    margin-right: 0;
  }
  .our-life-section
    .our-life-content
    .our-life
    .life-section.dinner-section
    span {
    font-size: 2.5rem;
    line-height: 6rem;
  }
  .our-life-section
    .our-life-content
    .our-life
    .life-section.dinner-section
    span:nth-child(5) {
    transform: translate(-3.2625rem, -3.4125rem) rotate(-43deg);
  }
  .our-life-section
    .our-life-content
    .our-life
    .life-section.dinner-section
    span:nth-child(4) {
    transform: translate(-0.7875rem, -4.8rem) rotate(-30deg);
  }
  .our-life-section
    .our-life-content
    .our-life
    .life-section.dinner-section
    span:nth-child(3) {
    transform: translate(2.625rem, -5.7125rem) rotate(-3deg);
  }
  .our-life-section
    .our-life-content
    .our-life
    .life-section.dinner-section
    span:nth-child(2) {
    transform: translate(5.475rem, -5.1375rem) rotate(21.1deg);
  }
  .our-life-section
    .our-life-content
    .our-life
    .life-section.dinner-section
    span:nth-child(1) {
    transform: translate(8.0875rem, -3.5687rem) rotate(40deg);
  }

  .our-life-section
    .our-life-content
    .our-life
    .life-section.trips-section
    .image {
    bottom: -1.3125rem;
    left: 0.6rem;
    width: 4.375rem;
  }
  .our-life-section
    .our-life-content
    .our-life
    .life-section.rejoice-section
    .image {
    bottom: -0.125rem;
    left: 0.325rem;
    width: 3.125rem;
  }
  .our-life-section
    .our-life-content
    .our-life
    .life-section.rejoice-section{
      margin-left: 0 !important;
  }
  .our-life-section
    .our-life-content
    .our-life
    .life-section.dinner-section
    .image {
    left: -0.275rem;
    width: 4.375rem;
  }
  .our-life-section
    .our-life-content
    .our-life
    .life-section.dinner-section
    .dinner-text {
    transform: rotate(57deg);
    right: 42%;
    top: 0.8375rem;
  }
  /* our life@t page design end  */

  /* our services details section design css start */

  .our-services-details-container
    .our-services-details-content
    .left-section
    .services-name-section
    h1 {
    font-size: 4.375rem;
    line-height: 4.375rem;
  }
  .our-services-details-container
    .our-services-details-content
    .left-section
    .services-name-section
    span {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  .our-services-details-container
    .our-services-details-content
    .our-services-details {
    padding: 3rem 0rem 2rem 2rem;
  }
  .our-services-details-container
    .our-services-details-content.reverse-our-services-details
    .right-section {
    padding-right: 2rem;
  }

  .our-services-details-container .our-services-details-content .right-section {
    padding-right: 2rem;
  }
  .our-services-details-container
    .our-services-details-content
    .right-section
    p {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 600;
    margin-bottom: 2rem;
  }
  .our-services-details-container
    .our-services-details-content
    .right-section
    .img-section {
    padding-top: 2.5rem;
  }
  .our-services-details-container
    .our-services-details-content
    .right-section
    .img-section::after {
    align-items: flex-start;
  }
  .our-services-details-container
    .our-services-details-content
    .right-section
    .img-section
    img {
    margin-right: 1rem;
  }
  /* our services details section design css end */

  /* about us section design css start  */
  .about-us-section{
    margin-top: 0;
    padding-top: 0;

  }
  .about-us-section .about-us-content {
    flex-direction: column;
    padding: 0rem;
  }
  .about-us-section .about-us-content .left-section .header-title{
    display: block;
  }
  .about-us-section .about-us-content .left-section .header-title span{
    color: #2473af;
  }
  .about-us-section .about-us-content .left-section .header-title span::after{
    content: "";
    display: inline-block;
    width: 5.57rem;
    height: 0.19rem;
    margin-bottom: 0rem;
    background-color: #B6B6B6;
  }
  .about-us-section .about-us-content .left-section {
    width: 100%;
    margin: 0 auto;
  }
  .about-us-section .about-us-content .rihgt-section {
    width: 100%;
    padding: 1rem 0 1rem;
  }
  .about-us-section .about-us-content .rihgt-section .header-title{
    display: none;
  }
  .about-us-section .about-us-content .rihgt-section .title {
    line-height: normal;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
  }
  .about-us-section .about-us-content .rihgt-section .details {
    padding-left: 1.5rem;
  }
  .about-us-section .number-counter-section{
    position: unset;
    width: 90%;
    margin: 0 auto;
  }
  .about-us-section .number-counter-section ul{
    padding: 1rem 1.5rem;
    gap: 1rem;
  }
  /* about us section design css start  */

  /* home page css end */

  /* all-projects page design start  */
  .projects-section {
    width: 100%;
    margin-left: 0;
  }

  .projects-section .heading-section {
    padding: 0 2rem;
  }
  .projects-section .heading-section .title span {
    font-size: 3.75rem;
  }
  .projects-section .heading-section .title .border-text {
    top: 3rem;
  }

  .projects-section .project-list {
    padding: 0 2rem;
  }

  .project-details-page{
    margin-left: 0;
    padding-left: 1rem;
  }
  /* .projects-section .project-list .project {
    max-width: 42% !important;
  } */
  /* all-projects page design end  */

  /* footer design css start */

  .footer-section .footer-content {
    flex-wrap: wrap;
  }
  .footer-content .left-section {
    width: 100%;
    padding: 0 1rem;
  }
  .footer-content .right-section {
    width: 100%;
    min-height: 16rem;
    margin-top: 2rem;
    max-width: 100%;
  }
  .footer-content .right-section .background-image{
    width: 100%;
  }
  /* footer design css end */

  .section {
    height: 100%;
  }
  .header-title {
    padding: 1rem;
  }

  .single-portfolio header{
    width: 100%;
    background-color: #fff;
  }

  .services-section .services-content .services-list .services-item {
    padding: 1.5rem 1rem;
  }

  .contact-section .phone-icon{
    padding: 0.5rem;
  }
  /* Join us form css start*/

  .join_us_form .mo_no_box{
    flex-direction: column;
  }
  .join_us .join-form{
    width: calc(100% - 19.25rem);
  }

  /* Join us form css end*/
  .hire-section .bottom-bg{
    bottom: -11.375rem;
  }

  .title-1{
    height: 5.625rem;
  }
  .title-2{
    height: 5.625rem;
  }
  .title-3{
    height: 5.625rem;
  }
  .loading-container .loading-rolling{
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: center;
    /* transform: unset;
    left: 1.25rem; */
    width: unset;
  }
  .loading-container .loading-rolling .loading-wrap .loading-list p span{
    left: 50%;
    transform: translate(-50%);
  }
  .loading-container .loading-rolling .loading-wrap{
    text-align: center;
    width: 100%;
  }

  .tiblers-section .main-title-section .main-title .hero-title-section{
    flex-direction: column;
    align-items: flex-start;
  }
  .title-3 .head-3 .equal-icon{
    margin-right: 0.625rem;
  }

  .why-choose-us-section{
    margin-top: 3.75rem;
  }
  .why-choose-us-section .why-choose-us-content{
    padding: 1rem;
  }


  .blog-details-top-section{
    padding: 0 1rem;
  }

  .blog-details-middle-section{
    padding: 0 1rem !important;
    flex-wrap: wrap;
  }
  .blog-details-middle-section .table-contents-section{
    width: 100%;
    position: unset;
    display: none;
  }

  .recent-blogs-section{
    padding: 0 1rem;
  }
  .get-in-touch-section .get-in-touch-img{
    display: none;
  }
  .get-in-touch-section .header-title{
    padding-left: 0;
  }

  .banner-image{
    width: 100%;
    max-width: 18.75rem;
  }

  .banner-text h1{
    font-size: 1.625rem;
  }
  .banner-text p{
    font-size: 1rem;
  }
  .blog-container{
    flex-direction: column;
    padding: 1rem;
  }
  .blog-details-top-section .heading{
    font-size: 2rem;
    line-height: normal;
    margin: 1rem 0;
  }
  .blog-container .left-section{
    width: 100%;
  }
  .blog-container .left-section .blog-post{
    padding-right: 0;
  }
  .blog-page{
    padding: 0;
  }
  .blog-page .page_header .blog-header{
    margin-bottom: 0;
  }
  .blog-container .right-section{
    width: 100%;
    margin-right: 0;
    max-width: unset;
  }
  .blogs-list-section .blogs .blog-details-section h3{
    min-height: unset;
  }
  .post-content .post-title h2{
    min-height: unset;
  }
  .blog-container .right-section .relevant-blog-section{
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    row-gap: 0;
  }
  .blog-container .right-section .relevant-blog-section h4{
    width: 100%;
  }
  .blog-container .right-section .relevant-blog-section .relevant-blogs{
    width: 30%;
  }
  .get-in-touch-section{
    margin: 2.8125rem 0 5.3125rem;
  }
  .get-in-touch-section .touch-left-section{
    padding-left: 9%;
  }
  .get-in-touch-section .touch-color-section.light-purple-color{
    top: 2.2rem;
    right: -2.2rem;
  }
  .get-in-touch-section .touch-color-section.dark-purple-color{
    left: 2.8rem;
    top: 1rem;
  }
  .recent-blogs-section .blogs-section {
    flex-wrap: wrap;
  }
  .recent-blogs-section .blogs {
    width: 100%;
  }

  .recent-blogs-section h1 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 992px) {
  /* slider section design start  */

  /* .slider-content .slider{
    margin-right: 18rem;
  } */
  /* slider section design end */
}

@media screen and (max-width: 767px) {
  .blogs-section-content .title{
    font-size: 2.25rem;
  }
  .blogs-section-content .title::after{
    width: 2rem;
  }
  .blogs-list-section{
    flex-direction: column;
  }
  .blogs-list-section .blogs{
    width: 100%;
    min-width: 100%;
  }
  .blogs-section-content .home-blog-header{
    padding: 0;
  }
  .portfolio-left-side .mobile-portfolio-back-btn{
    display: block;
  }
  .portfolio-right-side{
    width: 100% !important;
  }
  .portfolio-left-side{
    width: 100% !important;
    /* justify-content: space-between !important; */
  }
  .mobile-back-icon{
    border: 0.1125rem solid #957FFB;
    border-radius: 100%;
    display: flex;
    width: 3rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
  }
  .mobile-back-icon a{
    display: flex;
  }
  .portfolio-right-side .portfolio-back-btn{
    display: none;
  }
  .header-content .right-side.portfolio-right-side .portfolio-btn{
    width: 100%;
    justify-content: space-between;
  }
  .header-content{
    flex-wrap: wrap;
  }
  .header-content .left-side{
    width: 100%;
    justify-content: center;
  }
  .header-content .right-side{
    width: 100%;
    justify-content: space-between;
    margin-top: 0.625rem;
  }
  .header-content .logo {
    width: 10rem;
    height: 3rem;
  }

  .header-content .right-side .contact-section {
    display: none;
  }

  .header-title .border-text{
    -webkit-text-stroke: 0.0625rem #b6b6b6;
    text-stroke: 0.0625rem #b6b6b6;
  }

  /* sidebar design css start  */
  .sidebar-content ul li {
    margin: 0rem 3.25rem 2rem;
  }
  .sidebar-content ul li .item .item-name a {
    font-size: 1.25rem;
  }
  .sidebar-content ul li .item .item-name p {
    font-size: 1.875rem;
    top: 0.2rem;
  }
  /* sidebar design css end  */

  /* home page design css start  */

  /* tiblers section design css start  */
  .tiblers-section {
    padding: 1rem;
    height: 100%;
  }
  
  .tiblers-section .mouse-section{
    bottom: 7rem;
    display: none;
  }
  /* .tiblers-section .hero-section-title{
    height: calc(100vh - 23.125rem);
  } */

  .tiblers-section .title {
    font-size: 1rem;
    color: #fff;
  }
  .tiblers-section .main-title-section .main-title .title-1 .head-1{
    font-size: 45px;
    color: #000;
  }
  .tiblers-section .main-title-section .main-title .title-1 .head-1 p{
    font-size: 1.725rem;
  }
  .tiblers-section .main-title-section .main-title .title-2 .head-2{
    font-size: 45px;
    color: #000;
  }
  .tiblers-section .main-title-section .main-title span {
    font-size: 2.625rem;
    line-height: normal;
  }
  .tiblers-section .main-title-section .main-title p {
    font-size: 2.625rem;
    line-height: normal;
  }

  .tiblers-section .main-title-section {
    flex-direction: column;
    align-items: flex-start;
  }
  .tiblers-section .main-title-section .sub-title{
    width: 100%;
  }

  /* tiblers section design css end  */
  
  /* about us section design css start  */
  .about-us-section{
    margin: 0;
    padding-top: 0;
  }
  .about-us-section .header-title .about_title{
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  
  .about-us-section .header-title{
    padding-top: 2.3rem;
  }
  
  .about-us-section .header-title .about_title{
    -webkit-text-stroke: 0.0625rem #b6b6b6;
    text-stroke: 0.0625rem #b6b6b6;
  }
  .about-us-section .about-us-content{
    padding: 0rem;
  }
  /* .about-us-section .about-us-content .left-section{
    padding: 0 1rem;
  } */
  .about-us-section .about-us-content .rihgt-section .details{
    padding: 0 1rem;
  }
  .about-us-section .number-counter-section ul{
    flex-direction: column;
  }
  .about-us-section .number-counter-section ul li{
    width: 100%;
  }
  .about-us-section .number-counter-section::after{
    display: none;
  }
  /* about us section design css end  */

  /* slider-section design css start  */
  .sidebar-content ul li {
    margin: 0rem 2rem 2rem;
  }
  .sidebar-content ul li .item .item-name a {
    font-size: 1.25rem;
  }
  .sidebar-content ul li .item .item-name p {
    font-size: 1.875rem;
    top: 0.2rem;
  }

  .slider-section{
    height: 100%;
  }
  .slider-section .slider-header {
    margin: 0;
    padding: 1rem;
  }
  .slider-section .slider-header .title {
    font-size: 2.25rem;
  }
  .slider-section .slider-header .title::after {
    width: 2rem;
    margin-bottom: 1rem;
  }
  .slider-section .slider-header .project-btn span {
    padding: 0rem 0.13rem;
    font-size: 0.875rem;
  }
  .slider-section .slider-header .project-btn .right-arrow {
    padding: 0.4rem;
  }
  .slider-content {
    /* max-height: calc(100vh - 9.5rem); */
    max-height: 100%;
    flex-direction: column;
    padding: 0 1rem;
    margin: 0;
    /* overflow: auto; */
  }
  .slider-inner {
    max-height: 100%;
    padding-bottom: 1rem;
  }
  .slider-content .slider:nth-child(odd){
    margin-top: 0;
  }
  .slider-inner .latest-work{
    bottom: 1rem;
  }
  .slider-inner .latest-work {
    font-size: 0.75rem;
  }
  .slider-inner .latest-work::before {
    width: 2rem;
  }
  .slider-content .slick-list .slick-track .slick-slide:nth-child(odd) {
    margin-top: 0;
  }
  .slider-content .slider {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .slider-content .slider .slider-img{
    width: 70% !important;
    height: 100%;
    margin: 0 auto;
  }
  .slider-content .slider .slider-img .project-name span{
    left: 1.25rem;
  }

  .slider-content .slider .slider-img .project-name span {
    font-size: 2.25rem;
    line-height: 2.25rem;
    color: #FFF !important;
  }

   

  /* services section design css start  */
  .services-section{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .services-section .services-content .header-title {
    padding-top: 2.3rem;
  }
  .services-section .services-content .services-list {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .services-section .services-content .services-list .services-item {
    width: 100%;
  }
  .services-section
    .services-content
    .services-list
    .services-item
    .services-icon {
    width: 4.5rem;
    height: 4.5rem;
  }
  .services-section
    .services-content
    .services-list
    .services-item
    .services-icon
    .icon {
    width: 4.2rem;
    height: 4.2rem;
  }
  .services-section .services-content .services-list .services-item {
    border-right: none;
  }
  .services-section .services-content .services-list .services-item:last-child {
    border-bottom: none;
  }

  /* services section design css end  */

  /* hire section design css start  */
  .hire-section .hire-content .left-section .hire-section-header .back-btn{
    margin-right: 0.5rem;
  }
  .hire-section .hire-content .left-section .contact-info {
    flex-wrap: wrap;
    margin: 0rem;
  }
  .hire-section .hire-content .left-section .header-title {
    padding: 2.3rem 0 0.5rem;
  }
  .hire-section .hire-content .left-section .header-title.hire_header {
    padding: 2.3rem 1rem 0.5rem;
  }
  .hire-section .hire-content .left-section .hire_content{
    padding: 0 1rem;
  }
  .hire-section .hire-content .left-section form .input-field {
    width: 100%;
  }
  .hire-section .left-section .header-title .border-text {
    top: 0;
  }
  .hire-content .form_button{
    flex-direction: column;
    width: 100%;
  }
  /* .hire-section .hire-content{
    padding: 1rem 0 ;
  } */
  .hire-section .hire-content .right-section{
    margin-bottom: 1rem;
  }
  /* .hire-section .hire-content .left-section p{
    padding: 0 1rem;
  } */
  .hire-section .hire-content .left-section form{
    padding: 0 1rem;
    flex-direction: column;
  }
  .contact-section .contact-details span{
    font-size: 0.875rem;
  }
  .contact-section .contact-details .phone-number{
    font-size: 0.875rem;
  }
  .hire-section .hire-content .left-section form .input-field.textarea-field textarea{
    width: 100%;
  }
  /* hire section design css end  */

  /* our services details section design css start */
  .our-services-details-container
    .our-services-details-content
    .our-services-details {
    flex-direction: column !important;
  }
  .our-services-details-container
    .our-services-details-content
    .our-services-details {
    padding: 1rem 0rem 1rem 1rem;
  }
  .our-services-details-container .our-services-details-content .left-section {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .our-services-details-container
    .our-services-details-content
    .left-section
    .services-name-section
    h1{
    font-size: 3rem;
    line-height: 3rem;
  }
  .our-services-details-container .our-services-details-content .right-section {
    width: 100%;
  }
  .our-services-details-container
    .our-services-details-content
    .right-section
    .img-section::after {
    font-size: 1.5rem;
  }


  /* our services details section design css end */

  /* join section design css start  */
  .join-section .join-content .left-section .header-title {
    padding-top: 2.3rem;
  }
  /* join section design css end  */

  /* our life section design start  */
  .our-life-section{
    height: 100%;
  }
  .our-life-section .our-life-content{
    padding-top: 1rem;
  }
  .our-life-section .header-title {
    padding-top: 2.3rem;
  }
  .our-life-section .our-life-content .our-life{
    gap: 0rem !important;
    /* height: calc(100% - 19rem) !important; */
    flex-direction: column;
  }
  .our-life-section .our-life-content .tree-image{
    top: 7% !important;
    left: 75% !important;
  }
  .our-life-section .our-life-content .tree-image-two{
    top: 35% !important;
    left: 0 !important;
  }
  .our-life-section .our-life-content .tree-image-three{
    top: 65% !important;
  }
  
  
  /* our life section design end */

  /* home page design css end  */

  /* all-projects page design start  */
  .projects-section .heading-section {
    padding: 0 1rem 1rem 1rem;
    flex-wrap: wrap;
  }
  .projects-section .heading-section .page_header{
    padding: 1rem 0;
    flex-wrap: wrap;
  }
  .projects-section .project-list .project {
    max-width: 100% !important;
    margin: 1rem 0 0 ;
  }
  .projects-section .project-list{
    padding: 0 1rem;
  }
  
  /* .projects-section .project-list {
    padding: 0 1rem;
    grid-column: 1 / span 6;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 40px;
  } */
  .projects-section .project-list .project .project-concept{
    margin-top: 0.25rem;
  }
  .projects-section .heading-section .title .border-text {
    top: 2rem;
  }
  .projects-section .heading-section .header-title span{
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
  }
  .projects-section .heading-section .header-title{
    padding: 0 0 1rem 0;
  }
  

  /* all-projects page design end  */

  /* Life@t  details page design start  */
  .lift-details-container .lift-details-content {
    flex-direction: column;
  }
  .lift-details-container .lift-details-content .left-section {
    width: 100%;
  }
  .lift-details-container .lift-details-content .left-section .name-section {
    margin: 0.5rem 0rem;
    font-size: 2rem;
    line-height: normal;
    -webkit-text-stroke: 0.125rem #fff;
    text-stroke: 0.125rem #fff;
  }

  .lift-details-container .lift-details-content .right-section {
    margin-top: 0rem;
  }
  .lift-details-container .lift-details-content .right-section .row .column {
    height: 10.25rem;
    width: 13.75rem;
  }
  .lift-details-container .lift-details-content .right-section .row .column-1{
    min-width: 13.7rem !important;
    max-width: 13.7rem !important;
  }
  .lift-details-container
    .lift-details-content
    .right-section
    .row
    .column-2
    .h-30 {
    height: 98%;
  }
  .lift-details-container
    .lift-details-content
    .right-section
    .row
    .column-3
    .h-40 {
    height: 98%;
  }
  .lift-details-container
    .lift-details-content
    .right-section
    .row
    .column-3
    .h-60 {
    height: 98%;
  }
  .lift-details-container .lift-details-content .right-section .desktop-img{
    display: none;
  }
  .lift-details-container .lift-details-content .right-section .mobile-img{
    display: block;
  }
  /* Life@t  details page design end  */

  /* footer design css start */

  .footer-section .logo {
    width: 10rem;
    margin: 0 auto;
  }
  .footer-content .left-section .list-section ul {
    flex-wrap: wrap;
    margin: 0;
  }
  .footer-content .left-section .list-section ul li {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .footer-content .left-section .border {
    margin: 1rem 0rem 2rem;
  }

  .footer-content .right-section {
    min-height: 12.5rem;
  }
  /* footer design css end */

  /* project details css start  */
  .project-details-page{
    padding: 0;
    padding-top: 0rem !important;
    overflow-y: scroll;
  }
  .project-details-container {
    height: 100%;
    width: 100%;
    /* overflow-y: hidden; */
  }
  .project-details-container .project-details-content .project-details .technologies-section{
    margin: 0;
  }
  .project-details-container .project-details-content .project-details .technologies-section .technologies-content{
    margin-bottom: 1rem;
  }
  .project-details-container .project-details-content {
    flex-direction: column;
    padding: 1rem;
    /* overflow-y: scroll; */
    /* margin-top: 3.5rem; */
    height: 100%;
  }
  .project-details-container .project-details-content .project-details{
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .project-details-container .project-details-content .project-details.project-content{
    margin-bottom: 2rem;
  }
  .project-details-container .image{
    width: 100% !important;
    height: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 1rem;
    border-radius: 1rem;
  }
  .project-details-container
    .project-details-content
    .project-details
    .details-section {
    flex-direction: column;
    margin-top: 1rem;
  }
  .project-details-container
    .project-details-content
    .project-details
    .left-side {
    width: 100%;
  }
  .project-details-container
    .project-details-content
    .project-details
    .right-side {
    width: 100%;
    margin: 1rem 0;
  }
  .project-details-container
    .project-details-content
    .project-details
    .right-side
    ul {
    margin: 0 !important;
  }
  .project-details-container
    .project-details-content
    .project-details
    .button-section {
    flex-direction: column;
  }
  .project-details-container
    .project-details-content
    .project-details
    .button-section
    .icon-btn {
    margin-bottom: 1rem;
  }
  .project-details-container .project-details-content .project-details .title {
    font-size: 3rem;
    line-height: 3rem;
    padding: 0 !important;
  }
  .project-details-container .project-details-content .project-details .header-title .border-text{
    top: -2rem !important;
  }
  .detail_progress_bar{
    display: none;
  }
  .project-details-container .project-details-content .project-details .mobile-btn{
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .button-section p{
    white-space: nowrap;
  }
  /* project details css enf  */

  .header-title span {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  .blog-listing-section .header-title span {
    font-size: 1.8rem;
    line-height: 2.25rem;
  }
  .blog-listing-section .header-title span::after {
    width: 4.57rem;
  }
  .blog-listing-section.get-in-touch-section .starts-title {
    padding: 1.2rem 0 1rem 0;
  }
  .get-in-touch-section .starts-title {
    padding: 1rem 0;
  }
  .header-title .border-text {
    top: 0.6rem;
  }
  .services-section .services-content .header-title {
    padding-top: 2.3rem;
  }

  .contact-section {
    margin-bottom: 1rem;
  }

  /* Join us form css start*/

  .join_us{
    padding: 1rem;
  }
  .join_us .join_us_header{
   padding: 0 1rem;
  }
  .join_us .join_us_header .page_title{
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  .join_us .join-form{
    width: 100%;
  }
  .join_us .join-form::after {
    border-width: 0.625rem;
    border-right: 0.625rem solid;
  }
  .join_us_form {
    padding: 0 2rem 0 1rem;
  }
  .join_us .join_page_body{
    margin-top: 1.25rem;
  }
  .join_us .join_page_body .left-section{
    display: none;
  }
  .file_box{
    margin-top: 1.25rem;
  }
  .join_us_form .mo_no_box .input-filde{
    width: 100%;
    margin-bottom: 1rem;
  }
  .join_us_form .mo_no_box {
    flex-direction: column;
    gap: 0%;
    margin-bottom: 0;
  }
  .mo_no_box input[type="number"] {
    margin-bottom: 0;
  }
  .join_title h1 {
    font-size: 2.25rem;
    line-height: 2.25rem;
    -webkit-text-stroke-width: 0.0625rem;
    text-stroke: 0.0625rem #808080;
  }
  .join_title span {
    font-size: 2.5rem;
    line-height: 2.25rem;
  }
  .join_title .join_us_img {
    width: 4.875rem;
    height: 3.8125rem;
    margin-left: -1rem;
  }
 
label.error{
  margin-left: 0px !important;
}

#fileInput-error{
  bottom: -1.25rem;
}

  /* Join us form css end*/
  .title-1{
    height: 3.625rem !important;
  }
  .title-2{
    height: 3.625rem !important;
  }
  .title-3{
    height: 3.625rem !important;
  }
  .why-choose-us-section .why-choose-us-content{
    flex-wrap: wrap;
  }
  .why-choose-us-section .why-choose-us-content .why-choose-left-section{
    width: 100%;
  }
  .why-choose-us-section .why-choose-us-content .why-choose-right-section{
    width: 100%;
  }
  .why-choose-us-section .why-choose-us-content .why-choose-left-section .why-choose-rating-section .rating-card-section{
    flex-wrap: wrap;
  }
  .why-choose-us-section .why-choose-us-content .why-choose-left-section .why-choose-rating-section::after{
    width: 100%;
  }
  .why-choose-us-section .why-choose-us-content{
    padding: 0 1rem;
  }
  .why-choose-us-section .why-choose-us-content .why-choose-left-section .why-choose-rating-section .rating-card{
    width: 45%;
  }
  .why-choose-us-section .header-title{
    padding-top: 2.3rem;
  }
  .why-choose-us-section{
    margin-top: 1rem;
  }
  .about-us-section .about-us-content .left-section .image{
    max-height: 15.875rem !important;
    min-height: 15.875rem !important;
  }
  .about-us-section .about-us-content .rihgt-section{
    padding: 0;
  }

  .loading-container .loading-rolling .loading-title{
    font-size: 1.625rem;
  }
  .loading-container .loading-rolling .loading-title{
    font-size: 1.625rem ;
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  .loading-container .loading-rolling .loading-title::after{
    width: 6.25rem ;
  }
  .loading-container .loading-rolling .loading-wrap .loading-list{
    min-width: unset ;
  }
  .loading-container .loading-rolling .loading-wrap .loading-list p{
    font-size: 1.875rem ;
  }
  .loading-container .loading-rolling .loading-wrap .loading-list p span{
    font-size: 2.5rem ;
    top: 1.125rem ;
    /* left: -0.75rem ; */
  }

  .progress_bar .item_value{
    font-size: 1.625rem;
  }

  .blog-details-header {
    justify-content: center;
    margin-right: 0;
  }

  .blog-details-header .right-section input {
    width: 100%
  }

  .blog-details-top-section .heading {
    font-size: 1.5rem;
    line-height: normal;
}

  .blog-details-top-section .details-section {
    gap: 0 1.875rem;
    flex-wrap: wrap;
  }

  .blog-details-top-section .share-section {
    justify-content: center;
}

  .table-contents-section{
    width: 100%;
    position: unset;
  }

  .blog-details-top-section {
    margin-top: 0;
    padding: 0;
  }
  .blog-page{
    padding: 0 1rem;
  }
  .blog-page .page_header{
    flex-direction: column;
  }
  .blog-page .page_header .blog-search-container{
    width: 100%;
    margin-top: 1rem;
  }
  .blog-details-middle-section {
    flex-wrap: wrap;
    padding: 0;
  }
  .recent-blogs-section{
    padding: 0;
  }

  .blog-details-middle-section  .left-section{
    width: 100%;
  }

  .blog-details-middle-section  .right-section{
    width: 100%;
    max-width: 100%;
    position: unset;
  }
  .blog-container .right-section .relevant-blog-section .relevant-blogs{
    width: 100%;
  }

  .blog-details-middle-section .image-section {
    margin: 0;
  }

  .get-in-touch-section .touch-color-section.light-purple-color{
    top: 2.2rem;
    right: -1rem;
    width: 104%;
  }
  .get-in-touch-section .touch-color-section.dark-purple-color{
    left: 1rem;
    top: 1.3rem;
  }
  .get-in-touch-section .touch-color-section.purple-color{
    left: 2rem;
    top: 0rem;
  }
  .get-in-touch-section h1 {
    font-size: 2.25rem;
  }

  .get-in-touch-section .get-in-touch-img {
    display: none;
  }

  .recent-blogs-section .blogs-section {
    flex-wrap: wrap;
  }
  .recent-blogs-section .blogs {
    width: 100%;
  }

  .recent-blogs-section h1 {
    font-size: 2.25rem;
  }

  .page_header{
    padding: 0;
  }
  .page_header .blog-header{
    flex-direction: column;
    gap: 1.25rem;
  }
  .blog-right-section .input-section{
    width: 100%;
    margin-left: 0;
  }
  .blog-right-section .input-section .asl_w_container{
    width: 100%;
  }
  .banner-content{
    width: 100%;
  }
  .newsletter-banner {
    flex-direction: column;
    text-align: center;
  }

  .banner-subscribe {
      justify-content: center;
  }
  .blog-container{
    flex-direction: column;
    gap: 1.875rem;
  }
  .blog-card{
    width: 100%;
  }
  .post-content .post-header{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.25rem;
  }
  .get-in-touch-section .starts-title{
    padding: 1rem 0;
  }
  .written_section .witten-card{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .written_section .witten-card .right-section .user-name{
    text-align: center;
  }
  .written_section .witten-card .right-section .user-role{
    text-align: center;
  }
  .written_section .witten-card .right-section .border{
    margin: 0.625rem auto;
  }
}

@media screen and (min-height: 640px) and (max-height: 641px) {
  .slider-content {
    max-height: calc(100vh - 9.5rem);
  }
  .slider-content .slider {
    margin-right: 6rem;
    max-width: 16rem;
  }

  .hire-section .hire-content .left-section .header-title {
    padding-top: 5.3rem;
    margin-top: 3rem;
  }
  .hire-section .left-section .header-title .border-text {
    top: 1rem;
  }
  .hire-section .hire-content .left-section p {
    margin-top: 1rem;
  }
  .hire-section .hire-content .left-section .contact-info {
    margin: 1rem 0rem;
  }
  .hire-section .hire-content .left-section form {
    gap: 1.5rem;
  }
  .header-title span {
    /* font-size: 2.5rem; */
  }

  .join-section .join-content .image {
    height: calc(100% - 4rem);
  }
}
@media screen and (min-width : 200px) and (max-width: 380px) {
  .why-choose-us-section .why-choose-us-content .why-choose-left-section .why-choose-rating-section .rating-card{
    min-width: 6.7125rem;
    max-width: 6.7125rem;
  }
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/*  ------------------------------------------- responsive design css end ------------------------------------------- */

.error { color: Red; }
label {  
  width: 100%;
  /* display: inline-block;   */
  margin-top: 1.25rem;  
}  
label span {  
  font-size: 1rem;  
}  
label.error {  
    color: red;  
    font-size: 0.75rem;  
    /* display: block;   */
    margin-top: 0.3125rem;  
    margin-left: 1rem;
}  
label.error.input-filde { 
    margin-left: 2.5rem;
}  

/* #fileInput-error{
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translate(-50%);
  width: fit-content;
} */
input.error {  
    border: 0.0625rem dashed red;  
    font-weight: 300;  
    color: red;  
}  
[type="reset"], html [type="button"] {  
    margin-left: 0;  
    border-radius: 0;  
    background: black;  
    color: white;  
    border: none;  
    font-weight: 300;  
    padding: 0.625rem 0;  
    line-height: 1;  
}  
button {   
    margin-left: 0;  
    border-radius: 0;  
    background: #fff;  
    color: white;  
    border: none;  
    font-weight: 300;  
    padding: 0.625rem 0;  
    line-height: 1;  
}  
[type="submit"] {  
    display: inline-block;  
    padding: 0.35em 1.2em;  
    border: 0.1em solid #3494e6;  
    margin: 0 0.3em 0.3em 0;  
    border-radius: 0.12em;  
    box-sizing: border-box;  
    text-decoration: none;  
    font-size: 1rem;  
    text-align: center;  
    transition: all 0.2s;  
    }  
   .form-success{
      color: green !important;
      font-size: medium !important;
    }

    p.form-success {
      color: green !important;
      font-size: 1.25rem !important;
  }

  .project-details-container .image img{
    width: 100%;
    height: 100%;
    border-radius: 1.25rem;
  }

  .project-details-container .image{
    /* height: 70vh;
    width: 100%;
    max-width: 64rem;
    margin-right: 6.625rem; */
    /* height: 31.25rem;
    margin-right: 2.625rem;
    max-width: 64rem;
    width: 100%;
    border-radius: 1.25rem; */
    width: 775px;
    height: 475px;
    border-radius: 1.25rem;
    margin-right: 5rem;
    box-shadow: 0rem 0.3125rem 0.4375rem 0rem #0000004A;
  }
  .project-details-container .image:last-child{
    margin-right: 0;
  }
  .project-details-container .image.full-image{
    /* height: 100vh;
    max-width: unset;
    border-radius: 0; */
  }

  html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
  /* width: 1px; Width of vertical scrollbar */
}
.our-life a{
  outline: none;
}
  
@media screen and (min-width: 1600px) {
  .slider-content .slider .slider-img{
    width: 23rem;
  }
  .slider-content .slider .slider-img .project-name span {
    bottom: -0.5rem;
  }
  /* .slider-section .slider-header .title{
    font-size: 5rem;
  } */
  .slider-section .slider-header{
    padding: 1.25rem;
  }
  .blogs-section-content .home-blog-header{
    padding: 1.25rem 1.25rem 0 0;
  }
  /* .slider-section .slider-header .title{
    font-size: 5rem;
    line-height: 5rem;
  } */
  /* .slider-section .slider-header .title::after{
    margin-bottom: 0.8rem;
  } */

}
@media screen and (max-width: 1599px) {
  .slider-content .slider .slider-img{
    width: 19.0625rem;
    /* height: 21rem; */
  }
}
@media screen and (max-width: 1366px) {
  .slider-content .slider .slider-img{
    width: 15rem;
  }
  .project-details-container .project-details-content .project-details .header-title .border-text{
    top: -2rem;
  }
  .project-details-container .project-details-content .project-details .header-title span{
    font-size: 2.6rem;
  }
  .project-details-container .project-details-content .project-details .details-section{
    margin-top: 0;
  }
  .project-details-container .project-details-content .project-details .left-side{
    overflow: auto;
    max-height: calc(100vh - 25.625rem);
  }
  .project-details-container .project-details-content .project-details .technologies-section .technologies-content{
    margin-bottom: 0.5rem;
  }
  .project-details-container .project-details-content .project-details .right-side ul{
    margin: 0 0 0 1rem;
  }
  .project-details-container .project-details-content .project-details .technologies-section{
    margin: 1rem 0;
    padding: 0;
  }
  .project-details-container .image{
    width: 44.0625rem;
    height: 25.3125rem;
  }
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.response-block span.successmsg {
  color: green;
  font-weight: 600;
  font-size: 16px;
}
.response-block span.errorsmsg {
  color: red;
  font-weight: 600;
  font-size: 16px;
}

.button--loading:after {
  content: " ";
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
  border-radius: 50%;
  border: 3px solid #f7f7f7fa;
  border-color: #957FFB transparent #957FFB transparent;
  animation: loading-spinner-animation 1s linear infinite;
  display: inline-block;
  font-size: 30px;
  position: absolute;
  right: 0%;
  top: 15px;
}
.response-block {
  margin-top: 30px;
}
@keyframes loading-spinner-animation {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(360deg);
}
}

.join_us .join_page_body .response-block {
  padding: 1rem;
}
.join_us .join_page_body .response-block {
  margin-top: 0;
  text-align: center;
  margin-bottom: 10px;
}
.submit_btn_block {display: block;width: 100%;max-width: 18.125rem;margin: 0 auto;text-align: center;position: relative;margin: 3.125rem 0 2rem;}
.submit_btn_block.button--loading:after {
    right: 25%;
}
.errorsmsg pre {
  background: transparent;
  line-height: normal;
  padding: 0;
  margin-bottom: 0;
}


.pagination {
  text-align: center;
  margin-top: 1.25rem;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  margin: 0 0.3125rem;
  text-decoration: none;
  background:linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  color: white;
  border-radius: 0.1875rem;
}

.pagination .current {
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
  font-weight: bold;
}

.pagination a:hover {
  background: linear-gradient(180deg, #957FFB 0%, #BBACFE 100%);
}

/* Rahul CSS */

/* Blog CSS */


ul.custom-pagination {
  margin: 0px;
  list-style: none;
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
  padding: 50px 0px 30px 0px;
  align-items: center;
}

.custom-pagination li a:not(.prev):not(.next) {
  min-width: 34px;
  min-height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #aaaaaa;
  color: #000;
  border-radius: 2px;
}

.custom-pagination li span[aria-current] {
  border: 1px solid #4e6af1;
  color: #4e6af1;
  min-width: 34px;
  min-height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.load-container {
  min-height: 400px;
}
.load-container {
  min-height: 400px;
  align-items: center;
  display: flex;
}

.load-container p {
  font-size: 18px;
  color: #595959;
}

.search-inside input#blog_search {
  box-sizing: border-box;
  border: 0.0625rem solid #616161;
  font-size: 1rem;
  background-color: white;
  background-image: url(https://d36ndtd1xxc0x2.cloudfront.net/2025/04/fi-rr-search.png);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  padding: 0.9375rem 2.625rem 0.9375rem 0.8125rem;
  width: 21.375rem;
  max-height: 2.875rem;
  border-radius: 0.75rem;
  color: #BABABA;
}
.search-inside input#blog_search:focus-visible {
  outline: none;
}
input#blog_search::placeholder {
  color: #BABABA;
}

@media screen and (max-width: 767px) {
  .search-inside input#blog_search {
    width: 100%;
  }

  .blog .page_header .blog-header {
    margin: 0px;
  }

  .blog .page_header {
    margin: 20px 0px 15px 0px;
  }
}