.howit-worksection {
  position: relative;
  overflow: hidden;
}
.howit-worksection::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 484px;
  background: #F3CB5F;
  filter: blur(350px);
  width: 490px;
  height: 490px;
}

.work-wrapper1 {
  position: relative;
  padding-top: 80px;
}
.work-wrapper1::before {
  position: absolute;
  width: 100%;
  height: 360px;
  content: "";
  top: 0;
  left: 0;
  background: var(--base);
  z-index: 0;
  border-radius: 60px;
}
@media (max-width: 1399px) {
  .work-wrapper1 {
    padding-top: 60px;
  }
  .work-wrapper1::before {
    height: 290px;
  }
}
@media (max-width: 1199px) {
  .work-wrapper1 {
    padding-top: 20px;
  }
  .work-wrapper1::before {
    height: 230px;
  }
}

.work-thumb {
  position: relative;
  width: 100%;
  max-width: 613px;
  margin: 0 auto;
}
.work-thumb img {
  width: 100%;
  border-radius: 60px;
}
@media (max-width: 1199px) {
  .work-thumb {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .work-thumb {
    padding-right: 20px;
  }
}

.howwork-content {
  position: relative;
}
.howwork-content .cmn-section-title {
  margin-bottom: 90px;
}
.howwork-content .cmn-section-title p {
  color: rgba(255, 255, 255, 0.75) !important;
}
.howwork-content .howit-work-info .howit-item h3 {
  margin-bottom: 12px;
}
.howwork-content .howit-work-info .howit-item:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .howwork-content .cmn-section-title {
    margin-bottom: 60px;
  }
  .howwork-content .cmn-section-title h2 {
    margin-bottom: 14px;
  }
  .howwork-content .howit-work-info .howit-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .howwork-content .cmn-section-title {
    margin-bottom: 50px;
  }
  .howwork-content .cmn-section-title h2 {
    margin-bottom: 14px;
  }
  .howwork-content .howit-work-info .howit-item:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .howwork-content {
    text-align: center;
    margin: 0 auto;
  }
  .howwork-content .howit-work-info {
    text-align: center;
    margin: 0 auto;
  }
  .howwork-content .howit-work-info .howit-item:not(:last-child) {
    margin-bottom: 22px;
  }
  .howwork-content .howit-work-info .howit-item h3 {
    justify-content: center;
    display: grid !important;
  }
  .howwork-content .cmn-section-title {
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .howwork-content .cmn-section-title .cmn-alt1 {
    background: var(--subtitle);
  }
  .howwork-content .cmn-section-title .cmn-alt1 span {
    color: #000;
  }
  .howwork-content .cmn-section-title h2 {
    margin-bottom: 14px;
    color: var(--title) !important;
  }
  .howwork-content .cmn-section-title p {
    color: var(--pra) !important;
  }
}

.options {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  max-width: 100%;
  height: 550px;
}
.options .option {
  position: relative;
  overflow: hidden;
  min-width: 200px;
  margin: 10px;
  background-size: auto 120%;
  background-position: center;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.options .option:nth-child(1) {
  --defaultBackground:#FF8000;
}
.options .option.active {
  flex-grow: 10000;
  transform: scale(1);
  border-radius: 5px;
  background-size: auto 100%;
}
.options .option.active .shadow {
  box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}
.options .option.active .label {
  bottom: 20px;
  left: 20px;
}
.options .option.active .label .info > div {
  left: 0px;
  opacity: 1;
}
.options .option:not(.active) {
  flex-grow: 1;
  border-radius: 5px;
}
.options .option:not(.active) .shadow {
  bottom: -40px;
  box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}
.options .option:not(.active) .label {
  bottom: 10px;
  left: 10px;
}
.options .option:not(.active) .label .info > div {
  left: 20px;
  opacity: 0;
}
.options .option:not(.active) .label .icon-custom {
  display: flex !important;
}
.options .option:not(.active) .label .info {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}
.options .option .shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 120px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.options .option .label {
  display: flex;
  align-items: flex-end;
  position: absolute;
  right: 0px;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.options .option .label .icon-custom {
  display: none;
  justify-content: center;
  align-items: center;
  min-width: 87px;
  max-width: 87px;
  height: 250px;
  border-radius: 0px 10px;
  background: #F0F8FF;
}
.options .option .label .icon-custom h3 {
  transform: rotate(-90deg);
  color: var(--title);
  min-width: 187px;
}
.options .option .label .info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  color: white;
  gap: 30px;
  background: var(--base);
  border-radius: 5px;
  padding: 35px 35px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
  height: 116px;
}
.options .option .label .info i {
  font-size: 24px;
  color: var(--subtitle);
}
.options .option .label .info .main {
  font-weight: bold;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.options .option .label .info .sub {
  transition-delay: 0.1s;
  font-size: 16px;
  font-weight: 400;
  color: var(--subtitle);
}
@media (max-width: 1199px) {
  .options {
    display: flex;
    height: 450px;
  }
  .options .option {
    min-width: 80px;
    margin: 10px;
  }
  .options .option.active .label {
    bottom: 10px;
    left: 10px;
  }
  .options .option.active .label .info > div {
    left: 0px;
    opacity: 1;
  }
  .options .option:not(.active) .label {
    bottom: 10px;
    left: 10px;
  }
  .options .option:not(.active) .label .info > div {
    left: 20px;
    opacity: 0;
  }
  .options .option:not(.active) .label .icon-custom {
    display: flex !important;
  }
  .options .option:not(.active) .label .info {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .options .option .shadow {
    height: 120px;
  }
  .options .option .label .icon-custom {
    min-width: 30px;
    max-width: 30px;
    height: 170px;
  }
  .options .option .label .icon-custom h3 {
    min-width: 140px;
    font-size: 16px;
  }
  .options .option .label .info {
    display: grid;
    justify-content: center;
    gap: 8px;
    padding: 18px 20px;
    height: 116px;
  }
  .options .option .label .info i {
    font-size: 18px;
  }
  .options .option .label .info .main {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2px;
  }
  .options .option .label .info .sub {
    transition-delay: 0.1s;
    font-size: 14px;
    font-weight: 400;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  .options .option:nth-child(1) {
    display: none;
  }
}
@media (max-width: 575px) {
  .options {
    display: grid;
    flex-wrap: wrap;
    height: 1300px;
  }
  .options .option {
    min-height: 400px;
  }
}

.follower-tung {
  position: absolute;
  bottom: 0;
  right: -40px;
}
@media (max-width: 1399px) {
  .follower-tung {
    display: none;
  }
}


.project-made-section {
  background: #F0F8FF;
}

.project-made-item .info {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  gap: 30px;
  background: var(--base);
  border-radius: 5px;
  padding: 35px 35px;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s;
  height: 116px;
}
.project-made-item .info i {
  font-size: 24px;
  color: var(--subtitle);
}
.project-made-item .info .main {
  font-weight: bold;
  font-size: 24px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}
.project-made-item .info .sub {
  transition-delay: 0.1s;
  font-size: 16px;
  font-weight: 400;
  color: var(--subtitle);
}

.custom-project-slidewrap .swiper-slide {
  transition: all 0.4s;
  width: 100%;
}
.custom-project-slidewrap .swiper-slide .info {
  opacity: 0;
}
.custom-project-slidewrap .swiper-slide img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 462px;
  object-fit: cover;
}
.custom-project-slidewrap .swiper-slide-duplicate-active img,
.custom-project-slidewrap .swiper-slide.swiper-slide-active img {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .custom-project-slidewrap .swiper-slide-duplicate-active,
  .custom-project-slidewrap .swiper-slide.swiper-slide-active {
    width: 638px !important;
  }
}
.custom-project-slidewrap .swiper-slide-duplicate-active .info,
.custom-project-slidewrap .swiper-slide.swiper-slide-active .info {
  opacity: 1;
}

.project-custom-madewrap .project-made-item {
  overflow: hidden;
  border-radius: 10px;
}
.project-custom-madewrap .project-made-item .info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: #F0F9FC;
}
.project-custom-madewrap .project-made-item .info i {
  color: var(--title) !important;
}
.project-custom-madewrap .project-made-item .info .cont .main {
  color: var(--title) !important;
}
.project-custom-madewrap .project-made-item .info .cont .sub {
  color: var(--base) !important;
}
@media (max-width: 1199px) {
  .project-custom-madewrap .project-made-item .info {
    padding: 10px 16px;
  }
  .project-custom-madewrap .project-made-item .info .cont .main {
    font-size: 18px;
  }
}
.project-custom-madewrap .custom-left-right2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.project-custom-madewrap .custom-left-right2 .mcustom__next2 {
  margin-left: -20px;
}
.project-custom-madewrap .custom-left-right2 .mcustom__next2:hover {
  cursor: pointer;
}
.project-custom-madewrap .custom-left-right2 .mcustom__prev2 {
  margin-right: -20px;
}
.project-custom-madewrap .custom-left-right2:hover {
  cursor: pointer;
}
@media (max-width: 1399px) {
  .project-custom-madewrap .custom-left-right2 .mcustom__next2 {
    margin-left: 5px;
  }
  .project-custom-madewrap .custom-left-right2 .mcustom__next2:hover {
    cursor: pointer;
  }
  .project-custom-madewrap .custom-left-right2 .mcustom__prev2 {
    margin-right: 5px;
  }
}


.main-project-madeitem {
  position: relative;
}
.main-project-madeitem .thumb {
  width: 100%;
}
.main-project-madeitem .thumb img {
  width: 100%;
  border-radius: 5px;
}
.main-project-madeitem .info {
  max-width: 364px;
  background: var(--white);
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.main-project-madeitem .info .cont .main {
  font-size: 18px;
  color: var(--title);
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.main-project-madeitem .info .cont .sub {
  color: var(--base);
}
.main-project-madeitem .info i {
  color: var(--title);
}
.main-project-madeitem:hover .info {
  bottom: 30px;
  left: 30px;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1399px) {
  .main-project-madeitem .info {
    padding: 10px 10px;
  }
  .main-project-madeitem .info .cont .main {
    font-size: 18px;
  }
  .main-project-madeitem:hover .info {
    bottom: 10px;
    left: 10px;
    visibility: visible;
    opacity: 1;
  }
}

.made-smallitem .info {
  max-width: 290px;
  padding: 35px 24px;
}
.made-smallitem .info .cont .main {
  font-size: 18px;
}
.made-smallitem:hover .info {
  left: 10px;
  bottom: 10px;
}
@media (max-width: 1399px) {
  .made-smallitem .info {
    padding: 18px 18px;
  }
}
@media (max-width: 1199px) {
  .made-smallitem .info {
    max-width: 200px !important;
  }
}

.project-big {
  width: 100%;
  margin-bottom: 40px;
}
.project-big img {
  width: 100%;
  border-radius: 60px;
}
@media (max-width: 1399px) {
  .project-big {
    margin-bottom: 20px;
  }
}

.project-details-info .cmn-box-cont1 {
  margin-top: 0;
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}

.project-details-vidwrap {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-top: 39px;
  margin-bottom: 39px;
}
.project-details-vidwrap .thumb {
  border-radius: 60px;
}
.project-details-vidwrap .thumb img {
  border-radius: 60px;
}
.project-details-vidwrap .thumb .provid {
  width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--subtitle);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-details-vidwrap .thumb .provid i {
  font-size: 36px;
  color: var(--title);
}
.project-details-vidwrap .content h3 {
  margin-bottom: 10px;
}
.project-details-vidwrap .content .por-cont-list {
  margin-top: 20px;
}
.project-details-vidwrap .content .por-cont-list li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: var(--pra);
}
.project-details-vidwrap .content .por-cont-list li:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .project-details-vidwrap {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 28px;
  }
  .project-details-vidwrap .content h3 {
    margin-bottom: 10px;
  }
  .project-details-vidwrap .content .por-cont-list li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.cmn-padding {
  padding: 45px 45px;
  border-radius: 10px;
  background: #F0F8FF;
}
@media (max-width: 1399px) {
  .cmn-padding {
    padding: 24px 20px;
  }
}
.callbox .call-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.callbox .call-item .icon {
  background: var(--subtitle);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  transition: all 0.4s;
}
.callbox .call-item .icon svg {
  width: 24px;
  height: 24px;
}
.callbox .call-item .icon i {
  color: var(--title);
  transition: all 0.4s;
  font-size: 24px;
}
.callbox .call-item .cont .callsub {
  font-size: 16px;
  color: var(--pra);
  display: block;
  margin-bottom: 5px;
}
.callbox .call-item .cont span,
.callbox .call-item .cont a {
  font-size: 24px;
  color: var(--title);
  font-weight: 700;
  transition: all 0.4s;
}
.callbox .call-item:hover .icon {
  background: var(--base);
}
.callbox .call-item:hover .icon svg {
  fill: var(--white);
}
.callbox .call-item:hover .icon i {
  color: var(--white);
}
@media (max-width: 1199px) {
  .callbox .call-item {
    gap: 14px;
  }
  .callbox .call-item .icon {
    width: 48px;
    height: 48px;
  }
  .callbox .call-item .icon svg {
    width: 20px;
    height: 20px;
  }
  .callbox .call-item .icon i {
    font-size: 20px;
  }
  .callbox .call-item .cont a {
    font-size: 18px;
  }
}
.se-boxlist2 li {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding-bottom: 20px;
}
.se-boxlist2 li .bold {
  font-size: 16px;
  font-weight: 700;
  color: var(--title);
}
.se-boxlist2 li .bold-m {
  font-size: 16px;
  font-weight: 400;
  color: var(--pra);
}
.se-boxlist2 li:not(:first-child) {
  padding-top: 20px;
}
.se-boxlist2 li:hover a {
  color: var(--base);
}
.cmn-padding {
  padding: 45px 45px;
  border-radius: 10px;
  background: #F0F8FF;
}
@media (max-width: 1399px) {
  .cmn-padding {
    padding: 24px 20px;
  }
}
.pt-cust23 {
  padding-top: 23px;
}
.project-social li a {
  background: rgba(2, 54, 166, 0.1);
  border: unset;
}
.project-social li a svg {
  width: 20px;
}
.project-social li a svg path {
  stroke: rgba(2, 54, 166, 0.5803921569);
  opacity: 58%;
}
.project-social li a:hover {
  background: var(--base);
}
.project-social li a:hover svg path {
  stroke: var(--white);
  opacity: 100%;
}
.details-pages .thumb {
  width: 100%;
  border-radius: 60px;
}
.details-pages .thumb img {
  width: 100%;
  border-radius: 60px;
}

.cmn-box-cont1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding-bottom: 70px;
  margin-bottom: 34px;
  margin-top: 40px;
}
.cmn-box-cont1 h2 {
  margin-bottom: 20px;
}
.cmn-box-cont1 .text1 {
  margin-bottom: 34px;
}
.cmn-box-cont1 .text2 {
  margin-bottom: 25px;
}
.cmn-box-cont1 .con-checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.cmn-box-cont1 .con-checkbox li {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 15px 0px;
  width: 33.3333333333%;
}
.cmn-box-cont1 .con-checkbox li span {
  font-size: 18px;
  font-weight: 500;
  color: var(--title);
}
.cmn-box-cont1 .text3 {
  margin-top: 25px;
}
@media (max-width: 1399px) {
  .cmn-box-cont1 {
    padding-bottom: 30px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .cmn-box-cont1 h2 {
    margin-bottom: 14px;
  }
  .cmn-box-cont1 .text1 {
    margin-bottom: 14px;
  }
  .cmn-box-cont1 .text2 {
    margin-bottom: 16px;
  }
  .cmn-box-cont1 .text3 {
    margin-top: 14px;
  }
}
@media (max-width: 1199px) {
  .cmn-box-cont1 {
    margin-top: 24px;
    padding-bottom: 24px;
  }
  .cmn-box-cont1 .con-checkbox {
    margin-bottom: 10px;
  }
  .cmn-box-cont1 .con-checkbox li {
    padding: 5px 0px;
    width: 50%;
  }
  .cmn-box-cont1 .con-checkbox li span {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 500px) {
  .cmn-box-cont1 {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .cmn-box-cont1 .con-checkbox {
    margin-bottom: 0px;
  }
  .cmn-box-cont1 .con-checkbox li {
    padding: 5px 0px;
    width: 100%;
  }
}
.cmn-box-cont2 h3 {
  margin-bottom: 16px;
}
.cmn-box-cont2 .fasi-text {
  margin-bottom: 22px;
}

.details-fasterwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 50px;
}
.details-fasterwrap .faster-item img {
  width: 34px;
}
.details-fasterwrap .faster-item p {
  font-size: 16px;
  color: var(--pra);
  line-height: 28px;
  margin-top: 16px;
  max-width: 231px;
}
@media (max-width: 1199px) {
  .details-fasterwrap {
    gap: 24px 0px;
  }
  .details-fasterwrap .faster-item {
    padding-left: 10px;
    width: 50%;
  }
  .details-fasterwrap .faster-item p {
    margin-top: 10px;
  }
}
@media screen and (max-width: 400px) {
  .details-fasterwrap .faster-item {
    padding-left: 10px;
    width: 100%;
  }
  .details-fasterwrap .faster-item p {
    margin-top: 10px;
  }
}
.wman-thumb {
  width: 100%;
}
.wman-thumb img {
  width: 100%;
  border-radius: 8px;
}