:root {
  --text: 255, 255, 255;
  --component-bg: 255, 255, 255;
  --light: 255, 255, 255;
  --background: 255, 255, 255;
}

.lightBlack {
  color: rgba(var(--text), 1);
}

.lightBrown {
  color: rgba(var(--component-bg), 1);
}

.lightSand {
  color: rgba(var(--light), 1);
}

@font-face {
  font-family: "LemonMilkRegular";
  src: url(../fonts/LEMONMILK-Regular.otf);
  font-display: swap;
}
@font-face {
  font-family: "LemonMilkBold";
  src: url(../fonts/LEMONMILK-Medium.otf);
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
html body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: normal;
  font-family: Roboto, sans-serif, "Open Sans";
  color: rgba(var(--text), 1);
  overflow-x: hidden;
  position: relative;
  background-color: rgba(var(--background), 1);
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

p {
  margin: 0px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: unset;
}

.main {
  padding-bottom: 2.0833333333vw;
}

.btn,
.form-control {
  line-height: 1.2;
}
.btn:focus,
.form-control:focus {
  box-shadow: none;
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 0s 600000s, color 0s 600000s !important;
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

.modal-header .btn-close {
  background-color: rgba(var(--text), 0.4);
}

.heading62 {
  font-size: 3.2291666667vw;
  font-family: "LemonMilkBold";
  line-height: unset;
  letter-spacing: 0.0520833333vw;
}

.heading52 {
  font-size: 2.7083333333vw;
  font-family: "LemonMilkRegular";
  line-height: unset;
  letter-spacing: 0.0520833333vw;
}

.title42 {
  font-size: 2.1875vw;
  font-family: "LemonMilkRegular";
  line-height: unset;
  letter-spacing: 0.0520833333vw;
}

.title24 {
  font-size: 1.25vw;
  font-family: "LemonMilkRegular";
  line-height: unset;
  letter-spacing: 0.0520833333vw;
}

.title20 {
  font-size: 1.0416666667vw;
  font-family: "LemonMilkRegular";
  line-height: unset;
  letter-spacing: 0.0520833333vw;
}

.text24 {
  font-size: 1.25vw;
  font-family: Roboto, sans-serif, "Open Sans";
  line-height: 1.4;
  letter-spacing: 0.0520833333vw;
}

.text20 {
  font-size: 1.0416666667vw;
  font-family: Roboto, sans-serif, "Open Sans";
  line-height: 1.4;
  letter-spacing: 0.0520833333vw;
}

.text16 {
  font-size: 0.8333333333vw;
  font-family: Roboto, sans-serif, "Open Sans";
  line-height: 1.4;
  letter-spacing: 0.0520833333vw;
  font-weight: 500;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
  cursor: pointer;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-image: linear-gradient(transparent, rgba(var(--component-bg), 1));
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-image: linear-gradient(transparent, rgba(var(--text), 1));
}

.vericalalign {
  position: absolute;
  width: 0.15625vw;
  height: 100%;
  background-color: rgba(var(--component-bg), 1);
}

.topbtn {
  font-size: 2.2916666667vw;
  padding: 0.5208333333vw;
  line-height: 1;
  border-radius: 50%;
  color: rgba(var(--text), 0.7);
  background-color: rgba(var(--component-bg), 1);
  position: fixed;
  bottom: 1.5625vw;
  right: 1.8229166667vw;
  z-index: 19;
  box-shadow: 0vw 0vw 1.0416666667vw 0vw rgba(20, 14, 88, 0.2);
}
.topbtn:hover {
  color: rgba(var(--text), 1);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transform: scale(1.1);
}

.bg-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: -4;
  transition: ease-in 0.2s;
}

.overlay-open .bg-overlay {
  opacity: 1;
  z-index: 10;
}

.common-form {
  font-family: Roboto, sans-serif, "Open Sans";
}
.common-form .inputbox {
  position: relative;
  margin-bottom: 1.5625vw;
}
.common-form .inputbox .icon {
  position: absolute;
  top: 0.625vw;
  font-size: 1.6145833333vw;
  margin: 0;
  left: 0;
  color: rgba(var(--component-bg), 1);
}
.common-form .inputbox input,
.common-form .inputbox textarea {
  border: 0;
  border-radius: 0;
  padding: 0.8333333333vw 2.34375vw;
  background-color: transparent;
  border-bottom: 0.15625vw solid rgba(var(--component-bg), 1);
  color: rgba(var(--text), 1);
  font-size: 1.25vw;
}
.common-form .inputbox input:focus,
.common-form .inputbox textarea:focus {
  background-color: transparent;
  color: rgba(var(--text), 1);
}
.common-form .inputbox input::-moz-placeholder, .common-form .inputbox textarea::-moz-placeholder {
  color: rgba(var(--text), 0.4);
}
.common-form .inputbox input::placeholder,
.common-form .inputbox textarea::placeholder {
  color: rgba(var(--text), 0.4);
}

.geterror .inputicon,
.geterror label {
  color: #dc3545 !important;
  filter: drop-shadow(2px 4px 4px rgba(20, 14, 88, 0.4));
}
.geterror textarea,
.geterror input {
  color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.geterror textarea::-moz-placeholder, .geterror input::-moz-placeholder {
  color: #dc3545;
}
.geterror textarea::placeholder,
.geterror input::placeholder {
  color: #dc3545;
}
.geterror .f-error {
  color: #dc3545;
  position: absolute;
  bottom: 0px;
  right: 0vw;
  font-size: 2.2916666667vw;
  padding: 0.2604166667vw 0.5208333333vw;
  line-height: 1;
}
.geterror .f-error i {
  animation: shake 0.8s;
  animation-iteration-count: 1;
  filter: drop-shadow(2px 4px 4px rgba(20, 14, 88, 0.4));
}

.btns {
  font-size: 1.0416666667vw;
  font-family: "LemonMilkRegular";
  line-height: unset;
  letter-spacing: 0.0520833333vw;
  background: rgba(var(--text), 1);
  padding: 1.0416666667vw 1.5625vw;
  margin: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border: none;
  color: rgba(var(--background), 1);
}
.btns::after, .btns::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
}
.btns--calypso {
  overflow: hidden;
  border-radius: 0.4166666667vw;
}
.btns--calypso span {
  display: block;
  position: relative;
  z-index: 1;
}
.btns--calypso svg {
  margin-left: 8px;
  width: 1.5625vw;
  fill: rgba(var(--background), 1);
}
.btns--calypso:hover {
  color: rgba(var(--background), 1);
}
.btns--calypso:hover span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}
.btns--calypso:hover svg {
  fill: rgba(var(--background), 1);
}
.btns.icon {
  background-color: transparent;
  padding: 0.3125vw 0.4166666667vw;
  border-radius: 0.3125vw;
  color: rgba(var(--text), 1);
}
.btns.icon:hover {
  background-color: rgba(var(--component-bg), 1);
}

@keyframes MoveScaleUpInitial {
  100% {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}
@keyframes MoveScaleUpEnd {
  0% {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.data-table {
  font-family: Roboto, sans-serif, "Open Sans";
  font-weight: 500;
}
.data-table .dataTables_wrapper .dataTables_filter input {
  border-radius: 0.5208333333vw;
}
.data-table .dataTables_wrapper .dataTables_length {
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
}
.data-table .dataTables_wrapper .dataTables_length select {
  border: none;
  background-color: rgba(var(--light), 1);
  cursor: pointer;
}
.data-table .dataTables_wrapper .dataTables_length select:focus-visible {
  border: none;
  outline: none;
}
.data-table .dataTables_wrapper .dataTables_filter {
  float: left;
  position: relative;
}
.data-table .dataTables_wrapper .dataTables_filter .serachicon {
  float: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.78125vw;
  color: rgba(var(--component-bg), 1);
}
.data-table .dataTables_wrapper .dataTables_filter input {
  margin: 0;
  border: 1px solid rgba(var(--component-bg), 1);
  padding: 0.3125vw 0vw 0.3125vw 2.6041666667vw;
  font-weight: 500;
  color: rgba(var(--text), 1);
}
.data-table .dataTables_wrapper .dataTables_filter input:focus-visible {
  outline: none;
}
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  border: none;
  background-color: rgba(var(--light), 1);
  border-radius: 0.5208333333vw;
  padding: 0.3125vw 0.8333333333vw;
}
.data-table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: rgba(var(--component-bg), 1);
  border: none;
}
.data-table .dataTables_wrapper table {
  border-bottom: none !important;
  padding: 1.0416666667vw 0vw;
  color: rgba(var(--text), 0.7);
  width: 100%;
  min-width: 800px;
  overflow-x: auto;
}
.data-table .dataTables_wrapper table thead .copy_token,
.data-table .dataTables_wrapper table tbody .copy_token {
  cursor: pointer;
}
.data-table .dataTables_wrapper table thead td,
.data-table .dataTables_wrapper table thead th,
.data-table .dataTables_wrapper table tbody td,
.data-table .dataTables_wrapper table tbody th {
  padding: 1.0416666667vw 0.4166666667vw;
  border-bottom: 0.15625vw dashed rgba(var(--component-bg), 1);
  font-weight: 400;
  white-space: nowrap;
}
.data-table::-webkit-scrollbar {
  display: none;
}

.full-sec {
  padding: 10.4166666667vw 0vw;
  min-height: 100vh;
}

.btn-loader {
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  border-radius: 50%;
  display: block;
  position: relative;
  color: rgba(var(--text), 1);
  left: -1.5625vw;
  box-sizing: border-box;
  animation: shadowRolling 2s linear infinite !important;
}

.pageloader.fullpage {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.pageloader .photoloader {
  width: 120px;
  height: 120px;
  position: relative;
  background: rgba(var(--background), 1);
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid rgba(var(--text), 1);
  margin: 7.8125vw auto;
}
.pageloader .photoloader::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  transform: rotate(45deg) translate(30%, 40%);
  background: rgba(var(--text), 0.4);
  box-shadow: 40px -60px 0 5px rgba(var(--text), 1);
  animation: slide 3s infinite ease-in-out alternate;
  border-radius: 6px;
}
.pageloader .photoloader::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(var(--text), 1);
  transform: rotate(0deg);
  transform-origin: 35px 145px;
  animation: pageloaderrotate 3s infinite ease-in-out;
}

@keyframes slide {
  0%, 100% {
    bottom: -75px;
  }
  25%, 75% {
    bottom: -2px;
  }
  20%, 80% {
    bottom: 2px;
  }
}
@keyframes pageloaderrotate {
  0% {
    transform: rotate(-25deg);
  }
  25%, 75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shadowRolling {
  0% {
    box-shadow: 0px 0 rgba(var(--background), 0.6), 0px 0 rgba(var(--background), 0.6), 0px 0 rgba(var(--background), 0.6), 0px 0 rgba(var(--background), 0.6);
  }
  12% {
    box-shadow: 2.6041666667vw 0 rgba(var(--component-bg), 1), 0px 0 rgba(var(--background), 0.6), 0px 0 rgba(var(--background), 0.6), 0px 0 rgba(var(--background), 0.6);
  }
  25% {
    box-shadow: 3.125vw 0 rgba(var(--component-bg), 1), 2.6041666667vw 0 rgba(var(--component-bg), 1), 0px 0 rgba(var(--background), 0.6), 0px 0 rgba(var(--background), 0.6);
  }
  36% {
    box-shadow: 4.4270833333vw 0 rgba(var(--component-bg), 1), 3.125vw 0 rgba(var(--component-bg), 1), 2.6041666667vw 0 rgba(var(--component-bg), 1), 0px 0 rgba(var(--background), 0.6);
  }
  50% {
    box-shadow: 5.15625vw 0 rgba(var(--component-bg), 1), 4.4270833333vw 0 rgba(var(--component-bg), 1), 3.125vw 0 rgba(var(--component-bg), 1), 2.6041666667vw 0 rgba(var(--component-bg), 1);
  }
  62% {
    box-shadow: 7.8125vw 0 rgba(var(--background), 0.6), 5.15625vw 0 rgba(var(--component-bg), 1), 4.4270833333vw 0 rgba(var(--component-bg), 1), 3.125vw 0 rgba(var(--component-bg), 1);
  }
  75% {
    box-shadow: 7.8125vw 0 rgba(var(--background), 0.6), 7.8125vw 0 rgba(var(--background), 0.6), 5.15625vw 0 rgba(var(--component-bg), 1), 4.4270833333vw 0 rgba(var(--component-bg), 1);
  }
  87% {
    box-shadow: 7.8125vw 0 rgba(var(--background), 0.6), 7.8125vw 0 rgba(var(--background), 0.6), 7.8125vw 0 rgba(var(--background), 0.6), 5.15625vw 0 rgba(var(--component-bg), 1);
  }
  100% {
    box-shadow: 7.8125vw 0 rgba(var(--background), 0.6), 7.8125vw 0 rgba(var(--background), 0.6), 7.8125vw 0 rgba(var(--background), 0.6), 7.8125vw 0 rgba(255, 255, 255, 0);
  }
}
.login {
  background-color: rgba(var(--component-bg), 1);
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  position: relative;
  height: 100vh;
}
.login::before {
  content: "";
  position: absolute;
  background-image: url(../media/login-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 64%;
  transform: rotate(20deg);
  height: 100%;
  z-index: 0;
  left: -4.1666666667vw;
  animation: loginrotate 5s 1 ease-in-out;
}
.login .login-right {
  width: 60vw;
  border-left: 0.2083333333vw solid rgba(var(--light), 1);
  background-color: rgba(var(--background), 1);
  padding: 2.0833333333vw;
  position: relative;
  animation: slideltr 2s 1 ease-in-out;
}
.login .login-right::before {
  content: "";
  position: absolute;
  background-image: url(../media/goldspiral.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 80%;
  width: 80%;
  opacity: 0.6;
  bottom: -40%;
  right: -40%;
  transform: rotate(-23deg);
  filter: brightness(0.3) contrast(0.4);
}
.login .login-right .brand-logo {
  width: 9.375vw;
  display: block;
  margin-left: auto;
}
.login .login-right .login-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3.125vw;
}
.login .login-right .detail {
  margin-bottom: 2.6041666667vw;
}
.login .login-right .detail h1 {
  color: rgba(var(--text), 1);
  font-family: "LemonMilkRegular", sans-serif;
  font-size: 2.7083333333vw;
  line-height: 1.4;
  margin-bottom: 0.78125vw;
}
.login .login-right .detail p {
  color: rgba(var(--text), 1);
  font-size: 1.25vw;
}
.login .login-right .tab-content {
  width: 31.25vw;
  margin: auto;
}
.login .login-right .tab-content .iconinputs {
  margin-bottom: 1.0416666667vw;
}
.login .login-right .tab-content label {
  color: rgba(var(--text), 1);
  font-size: 1.25vw;
  font-weight: 500;
  margin-bottom: 0.2083333333vw;
  line-height: 1.4;
}
.login .login-right .tab-content input {
  color: rgba(var(--text), 1);
  border: none;
  background-color: transparent;
  border-bottom: 0.1041666667vw solid rgba(var(--text), 1);
  padding: 0.5208333333vw 2.2916666667vw;
  font-size: 1.25vw;
  position: relative;
  border-radius: 0vw;
  line-height: 1.4;
}
.login .login-right .tab-content .inputicon {
  font-size: 1.5625vw;
  position: absolute;
  bottom: 0.5208333333vw;
  line-height: 0;
  left: 0vw;
  color: rgba(var(--text), 1);
}
.login .login-right .tab-content .forget-pass {
  font-size: 1.1458333333vw;
  color: rgba(var(--text), 1);
  transition: ease-in 0.2s;
}
.login .login-right .tab-content .forget-pass a {
  font-weight: 600;
}
.login .login-right .tab-content .forget-pass a:hover {
  color: rgba(var(--text), 0.7);
}
.login .login-right .tab-content .login-btn {
  min-width: 7.8125vw;
  min-height: 3.125vw;
  margin-top: 1.5625vw;
}
.login .login-right .otp-input {
  display: flex;
  align-items: center;
}
.login .login-right .otp-input input {
  margin-right: 1.0416666667vw;
  padding: 0.8333333333vw 0.4166666667vw;
  width: 2.0833333333vw;
  text-align: center;
}

.login-option {
  color: rgba(var(--text), 1);
  font-size: 1.25vw;
  font-family: "LemonMilkRegular";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.6041666667vw;
}
.login-option span:nth-child(2) {
  margin-top: -10px;
}
.login-option ul {
  border-radius: 4.1666666667vw;
  border: 1px solid rgba(var(--component-bg), 1);
  position: relative;
}
.login-option ul button {
  font-size: inherit;
  border-radius: 4.1666666667vw;
  transition: 0.8s;
  padding: 0.5208333333vw 1.0416666667vw;
  color: rgba(var(--text), 1);
}
.login-option ul button:hover {
  color: rgba(var(--text), 0.7);
}
.login-option ul button.active {
  background-color: rgba(var(--component-bg), 1);
  color: rgba(var(--text), 0.7);
}

@keyframes loginrotate {
  0% {
    transform: translateX(20.8333333333vw) rotate(250deg) scale(0);
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0vw) rotate(20deg) scale(1);
  }
}
@keyframes slideltr {
  0% {
    transform: translateX(60vw);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.links-filter.filter-sticky {
  position: sticky;
  top: 4.6875vw;
  z-index: 2;
  background-color: rgba(var(--background), 1);
  transition: ease-in 0.2s;
}

.header-menu {
  position: relative;
}
.header-menu.header-sticky {
  position: sticky;
  top: 0px;
  z-index: 20;
  background-color: rgba(var(--background), 1);
  animation: 0.6s ease 0s normal forwards 1 running mainBar_on_scrollAnimatio;
}
.header-menu.header-sticky .brandlogo {
  margin: 1.0416666667vw 1.0416666667vw;
}
.header-menu.header-sticky .navmenu .menu-btn {
  margin: 1.0416666667vw 1.0416666667vw;
}
.header-menu .brandlogo {
  float: left;
  margin: 2.0833333333vw 2.0833333333vw;
  max-width: 15.625vw;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 11;
}
.header-menu .navmenu {
  z-index: 11;
  padding: 0vw 0vw;
}
.header-menu.header-items-fix .brandlogo {
  position: absolute;
  top: 0vw;
  left: 0vw;
}
.header-menu.header-items-fix .navmenu {
  position: absolute;
  top: 0vw;
  right: 0vw;
}

.navmenu .container-fluid {
  justify-content: end;
}
.navmenu .menu-btn {
  border-radius: 0.5208333333vw;
  background-color: rgba(var(--component-bg), 1);
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  padding: 0.625vw 1.25vw;
  cursor: pointer;
  margin: 2.0833333333vw 2.0833333333vw;
  z-index: 1;
  overflow: hidden;
}
.navmenu .menu-btn svg {
  width: 1.5625vw;
  margin-left: 1.0416666667vw;
  fill: rgba(var(--text), 1);
}
.navmenu .menu-btn:hover {
  color: rgba(var(--light), 1);
  background-color: rgba(var(--text), 1);
}
.navmenu .menu-btn:hover svg {
  fill: rgba(var(--light), 1);
}
.navmenu .menu-btn:hover strong {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}
.navmenu .navbar-collapse {
  top: 0vw;
  position: fixed;
  width: 36.4583333333vw;
  height: 100vh;
  overflow: auto;
  right: 0vw;
  padding: 5.2083333333vw 2.0833333333vw 1.0416666667vw;
  background-color: rgba(var(--light), 1);
  transition: ease-out 1s;
}
.navmenu .navbar-collapse::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.navmenu .navbar-collapse.collapse:not(.show) {
  display: block;
  right: -100%;
  transform: translateX(100%);
}
.navmenu.open .menu-btn span:nth-of-type(1) {
  width: 0.8333333333vw;
  transform-origin: bottom;
  transform: rotate(-45deg) translate(-0.1041666667vw, 0.15625vw);
}
.navmenu.open .menu-btn span:nth-of-type(2) {
  width: 1.5625vw;
  transform-origin: top;
  transform: rotatez(0deg);
}
.navmenu.open .menu-btn span:nth-of-type(3) {
  width: 0.8333333333vw;
  transform-origin: bottom;
  transform: rotate(45deg) translate(-0.2604166667vw, -0.1041666667vw);
}
.navmenu ul {
  font-size: 2.0833333333vw;
  font-family: "LemonMilkRegular";
  line-height: unset;
  letter-spacing: 0.0520833333vw;
}
.navmenu ul .nav-item {
  border-bottom: 0.1041666667vw solid rgba(var(--text), 0.4);
  transition: ease-in 0.2s;
}
.navmenu ul .nav-item .nav-link {
  overflow: hidden;
  padding: 1.5625vw 0vw;
  color: rgba(var(--text), 0.7);
}
.navmenu ul .nav-item .nav-link.active {
  color: rgba(var(--background), 1);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.navmenu ul .nav-item:hover .nav-link span {
  color: rgba(var(--text), 1);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  animation: MoveScaleUpInitial 0.4s forwards, MoveScaleUpEnd 0.4s forwards 0.4s;
}

.profileloginbtn {
  position: relative;
}
.profileloginbtn .login-btn {
  font-size: 1.25vw;
  font-family: "LemonMilkRegular";
  line-height: unset;
  letter-spacing: 0.0520833333vw;
  text-align: center;
  width: 100%;
  margin: 1.5625vw 0px 0vw;
}
.profileloginbtn .profile-icon {
  font-size: 1.6666666667vw;
  font-family: "LemonMilkRegular";
  line-height: unset;
  letter-spacing: 0.0520833333vw;
  display: flex;
  align-items: center;
  color: rgba(var(--text), 0.7);
  cursor: pointer;
  width: 100%;
  background-color: transparent;
  padding: 1.5625vw 0vw;
  transition: ease-in 0.2s;
}
.profileloginbtn .profile-icon .profilepic {
  border-radius: 50%;
  background-color: rgba(var(--text), 0.7);
  width: 3.3854166667vw;
  height: 3.3854166667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.8333333333vw;
  letter-spacing: -1px;
}
.profileloginbtn .profile-icon.show {
  border-bottom: 0.1041666667vw solid rgba(var(--text), 0.4);
}
.profileloginbtn .profile-icon:hover {
  background-color: rgba(var(--light), 1);
  color: rgba(var(--text), 1);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.profileloginbtn .profile-icon:hover .profilename {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}
.profileloginbtn .profile-icon:hover .profilepic {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.profileloginbtn .dropdown-menu {
  background-color: transparent;
  position: static;
  border: unset;
  padding: 0;
}
.profileloginbtn .dropdown-menu li {
  border-bottom: 0.1041666667vw solid rgba(var(--text), 0.4);
}
.profileloginbtn .dropdown-menu li .dropdown-item {
  overflow: hidden;
  padding: 1.5625vw 0vw;
  color: rgba(var(--text), 0.7);
  background: transparent;
}
.profileloginbtn .dropdown-menu li .dropdown-item.active {
  color: rgba(var(--background), 1);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.profileloginbtn .dropdown-menu li:hover .dropdown-item span {
  color: rgba(var(--text), 1);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: block;
  animation: MoveScaleUpInitial 0.4s forwards, MoveScaleUpEnd 0.4s forwards 0.4s;
}

@keyframes mainBar_on_scrollAnimatio {
  0% {
    top: -150px;
  }
  100% {
    top: 0;
  }
}
.landing-pg .event-heading {
  position: absolute;
  bottom: 0;
  opacity: 0.4;
  color: rgba(var(--component-bg), 1);
  line-height: 1;
  margin: 0;
}
.landing-pg .landing-left {
  position: relative;
  width: 25%;
}
.landing-pg .landing-right {
  width: 75%;
}
.landing-pg .landing-right img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-pg .owl-nav {
  position: relative;
  left: calc(25% - 5.46875vw);
  bottom: 5.7291666667vw;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  font-size: 1.25vw;
  font-family: "LemonMilkRegular";
}
.landing-pg .owl-nav button.owl-next {
  position: absolute;
  bottom: -2.0833333333vw;
  margin-left: 2.0833333333vw;
  background-color: rgba(var(--light), 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 0.2083333333vw 0.5208333333vw !important;
  border-radius: 0.2083333333vw;
}
.landing-pg .owl-nav button.owl-next::before {
  content: "";
  position: absolute;
  height: 2.0833333333vw;
  width: 1.0416666667vw;
  top: -1.0416666667vw;
  background-color: rgba(var(--component-bg), 1) !important;
  left: -1.0416666667vw;
  transform: translateX(-0.5208333333vw);
}
.landing-pg .owl-nav button.owl-next i {
  display: none;
}
.landing-pg .owl-nav button.owl-prev {
  background-color: rgba(var(--light), 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 0.2083333333vw 0.5208333333vw !important;
  border-radius: 0.2083333333vw;
}
.landing-pg .owl-nav button.owl-prev i {
  display: none;
}
.landing-pg .counter {
  position: absolute;
  top: 10.4166666667vw;
  left: calc(25% - 4.6875vw);
  font-size: 3.90625vw;
  font-family: "LemonMilkRegular";
  color: rgba(var(--component-bg), 1);
  background-color: rgba(var(--light), 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 0px 0.7291666667vw;
  border-radius: 0.8333333333vw;
}
.landing-pg .counter .number {
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: inline-block;
  color: rgba(var(--text), 1);
}
.landing-pg .verticaltext {
  opacity: 0;
  position: absolute;
  transform: translate(0%, -50%) rotate(-90deg);
  left: -10%;
  top: 60%;
  display: block;
  width: 26.0416666667vw;
}
.landing-pg .owl-item.active .verticaltext {
  opacity: 1;
}
.landing-pg .owl-item.active .verticaltext .heading62 {
  animation: verticaltext 1s ease-out;
}
.landing-pg .owl-item.active .verticaltext .text24 {
  animation: verticaltext 1s ease-out;
}
.landing-pg .owl-item.active .event-heading {
  animation: eventheading 1s ease-out;
}
.landing-pg .owl-item.active .lr-img {
  animation: leftimgpart 2s ease-out;
}

.vericalalign {
  position: absolute;
  width: 0.15625vw;
  height: 100%;
  background-color: rgba(var(--component-bg), 1);
}

@keyframes verticaltext {
  0% {
    transform: translateY(5.2083333333vw);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes eventheading {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 0.15;
  }
}
@keyframes leftimgpart {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.after-landing-section {
  width: 70%;
  margin: auto;
}

.aboutus {
  padding: 10.4166666667vw 0vw;
}
.aboutus .text24 {
  text-align: justify;
  line-height: 1.4;
  margin-top: 1.5625vw;
}

.outline-section {
  position: relative;
  width: 31.25vw;
  height: 33.3333333333vw;
  overflow: hidden;
  margin: auto;
}
.outline-section svg {
  fill: rgba(var(--background), 1);
}
.outline-section svg .linergradient {
  fill: rgba(var(--text), 1);
}
.outline-section .img-outline {
  position: absolute;
  height: 100%;
  width: 100%;
}
.outline-section .img-inside {
  width: 100%;
  height: 100%;
  padding: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.srvc-info {
  position: relative;
  margin: 3.125vw 0vw 4.6875vw;
}

.service-menu,
.portfolio-menu {
  border-radius: 2.0833333333vw;
  background: rgba(var(--component-bg), 1);
  box-shadow: 0px 0px 40px 0px rgba(20, 14, 88, 0.15);
  position: relative;
}
.service-menu .capturewomen,
.portfolio-menu .capturewomen {
  background-image: url(../media/captureWoman.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  bottom: 3.0208333333vw;
  width: 13.5416666667vw;
  height: 18.2291666667vw;
}
.service-menu .photoreel,
.portfolio-menu .photoreel {
  background-image: url(../media/photoReel.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8.3333333333vw;
  height: 9.375vw;
  position: absolute;
  top: -3.125vw;
  left: 2.0833333333vw;
  rotate: 10deg;
}
.service-menu .videoreel,
.portfolio-menu .videoreel {
  background-image: url(../media/videoReel.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.375vw;
  height: 6.7708333333vw;
  position: absolute;
  bottom: 2.0833333333vw;
  left: -0.5208333333vw;
}
.service-menu .content,
.portfolio-menu .content {
  padding: 2.0833333333vw 10.4166666667vw 2.0833333333vw;
}
.service-menu .srvc-menu-bg,
.portfolio-menu .srvc-menu-bg {
  background-color: rgba(var(--light), 1);
  padding: 0.8333333333vw 5.2083333333vw 0px;
  border-radius: 0px 0px 2.0833333333vw 2.0833333333vw;
}
.service-menu .srvc-menu-bg .service-items,
.service-menu .srvc-menu-bg .portfolio-items,
.portfolio-menu .srvc-menu-bg .service-items,
.portfolio-menu .srvc-menu-bg .portfolio-items {
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow: scroll hidden;
}
.service-menu .srvc-menu-bg .service-items::-webkit-scrollbar,
.service-menu .srvc-menu-bg .portfolio-items::-webkit-scrollbar,
.portfolio-menu .srvc-menu-bg .service-items::-webkit-scrollbar,
.portfolio-menu .srvc-menu-bg .portfolio-items::-webkit-scrollbar {
  display: none;
}
.service-menu .srvc-menu-bg .service-items.title20,
.service-menu .srvc-menu-bg .portfolio-items.title20,
.portfolio-menu .srvc-menu-bg .service-items.title20,
.portfolio-menu .srvc-menu-bg .portfolio-items.title20 {
  color: rgba(var(--text), 0.7);
}
.service-menu .srvc-menu-bg .service-items .items,
.service-menu .srvc-menu-bg .portfolio-items .items,
.portfolio-menu .srvc-menu-bg .service-items .items,
.portfolio-menu .srvc-menu-bg .portfolio-items .items {
  margin: 0px 0.5208333333vw;
  position: relative;
  padding-bottom: 0.8333333333vw;
}
.service-menu .srvc-menu-bg .service-items .items::before,
.service-menu .srvc-menu-bg .portfolio-items .items::before,
.portfolio-menu .srvc-menu-bg .service-items .items::before,
.portfolio-menu .srvc-menu-bg .portfolio-items .items::before {
  content: "";
  position: absolute;
  bottom: 0vw;
  width: 0%;
  height: 2px;
  border-radius: 1px 1px 0px 0px;
  background-color: rgba(var(--text), 1);
  transition: ease-out 0.2s;
}
.service-menu .srvc-menu-bg .service-items .items:hover, .service-menu .srvc-menu-bg .service-items .items.active,
.service-menu .srvc-menu-bg .portfolio-items .items:hover,
.service-menu .srvc-menu-bg .portfolio-items .items.active,
.portfolio-menu .srvc-menu-bg .service-items .items:hover,
.portfolio-menu .srvc-menu-bg .service-items .items.active,
.portfolio-menu .srvc-menu-bg .portfolio-items .items:hover,
.portfolio-menu .srvc-menu-bg .portfolio-items .items.active {
  color: rgba(var(--text), 1);
}
.service-menu .srvc-menu-bg .service-items .items:hover::before, .service-menu .srvc-menu-bg .service-items .items.active::before,
.service-menu .srvc-menu-bg .portfolio-items .items:hover::before,
.service-menu .srvc-menu-bg .portfolio-items .items.active::before,
.portfolio-menu .srvc-menu-bg .service-items .items:hover::before,
.portfolio-menu .srvc-menu-bg .service-items .items.active::before,
.portfolio-menu .srvc-menu-bg .portfolio-items .items:hover::before,
.portfolio-menu .srvc-menu-bg .portfolio-items .items.active::before {
  width: 100%;
}

hr.breakline {
  width: 80%;
  height: 0.1041666667vw;
  color: rgba(var(--background), 1);
  margin: 0.9375vw 0vw;
}

.srvc-card {
  background-color: rgba(var(--component-bg), 1);
  border-radius: 2.0833333333vw;
  padding: 2.0833333333vw;
  box-shadow: 0px 0px 40px 0px rgba(20, 14, 88, 0.15);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  width: 100%;
}
.srvc-card.hide {
  display: none;
}
.srvc-card.active {
  display: block;
}
.srvc-card .srvc-left {
  max-height: 26.0416666667vw;
  overflow-y: hidden;
  margin-bottom: 1.0416666667vw;
}
.srvc-card .srvc-left ul li {
  padding: 0.9375vw;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0.78125vw 0px;
  border-radius: 0.9375vw;
}
.srvc-card .srvc-right {
  overflow: unset;
}
.srvc-card .srvc-right.outline-section {
  width: 26.0416666667vw;
  height: 27.6041666667vw;
}
.srvc-card .srvc-right.outline-section svg {
  fill: rgba(var(--component-bg), 1);
}
.srvc-card .srvc-right .center {
  height: 100%;
}
.srvc-card .srvc-right .additional-img {
  position: absolute;
  border-radius: 0.8333333333vw;
  filter: drop-shadow(4px 4px 30px rgba(0, 0, 0, 0.2));
  -o-object-fit: cover;
     object-fit: cover;
}
.srvc-card .srvc-right .additional-img.top-right {
  width: 7.8125vw;
  height: 10.4166666667vw;
  right: -2.6041666667vw;
  top: 0;
}
.srvc-card .srvc-right .additional-img.bottom-left {
  bottom: 0;
  left: -4.1666666667vw;
  width: 11.4583333333vw;
  height: 9.375vw;
}
.srvc-card .srvc-right .additional-img.bottom-left.square {
  height: 2.6041666667vw;
  bottom: 11.4583333333vw;
}

.all-srvces {
  padding-top: 8.3333333333vw;
}
.all-srvces > h1 {
  text-align: center;
  margin-bottom: 3.125vw;
}
.all-srvces .backbtn {
  float: left;
  padding: 0.5208333333vw 1.0416666667vw;
  border-radius: 0.7291666667vw;
  background-color: rgba(var(--component-bg), 1);
  color: rgba(var(--text), 1);
  font-size: 1.6666666667vw;
  transition: ease-out 0.2s;
}
.all-srvces .backbtn:hover {
  background-color: rgba(var(--text), 1);
  color: rgba(var(--component-bg), 1);
}
.all-srvces .srvc-menu-item {
  width: 100%;
  height: 100%;
  padding: 20px 16px 80px;
  background-color: rgba(var(--component-bg), 1);
  border-radius: 10px;
  box-shadow: 0px 0px 40px 0px rgba(20, 14, 88, 0.15);
  transition: ease-in 0.4s;
  position: relative;
  cursor: pointer;
  color: rgba(var(--text), 1);
}
.all-srvces .srvc-menu-item h3 {
  display: inline-block;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  font-weight: 700;
  border-radius: 4px;
}
.all-srvces .srvc-menu-item .icon {
  position: absolute;
}
.all-srvces .srvc-menu-item .icon.img1 {
  background-image: url(../media/srvcbg0.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -10px;
  right: -10px;
  height: 90%;
  width: 90%;
  transform: scaleX(-1);
}
.all-srvces .srvc-menu-item .icon.img2 {
  background-image: url(../media/srvcbg3.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  bottom: -1px;
  right: -1px;
  height: 120%;
  width: 100%;
  transform: scaleX(-1);
}
.all-srvces .srvc-menu-item .icon.img3 {
  background-image: url(../media/srvcbg2.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -4px;
  right: -6px;
  height: 120%;
  width: 100%;
}
.all-srvces .srvc-menu-item .icon.img4 {
  background-image: url(../media/srvcbg11.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -2px;
  right: -8px;
  height: 110%;
  width: 100%;
}
.all-srvces .srvc-menu-item .icon.img5 {
  background-image: url(../media/srvcbg4.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0px;
  right: -6px;
  height: 110%;
  width: 100%;
}
.all-srvces .srvc-menu-item .icon.img6 {
  background-image: url(../media/srvcbg6.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -2px;
  right: -4px;
  height: 110%;
  width: 100%;
}
.all-srvces .srvc-menu-item .icon.img7 {
  background-image: url(../media/srvcbg7.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -12px;
  right: -6px;
  height: 120%;
  width: 100%;
}
.all-srvces .srvc-menu-item .icon.img8 {
  background-image: url(../media/srvcbg8.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -2px;
  right: -8px;
  height: 110%;
  width: 100%;
}
.all-srvces .srvc-menu-item .icon.img9 {
  background-image: url(../media/srvcbg5.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -2px;
  right: -8px;
  height: 110%;
  width: 100%;
}
.all-srvces .srvc-menu-item .icon.img10 {
  background-image: url(../media/srvcbg9.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  bottom: -2px;
  right: -8px;
  height: 110%;
  width: 100%;
  transform: scaleX(-1);
}
.all-srvces .srvc-menu-item .icon.img11 {
  background-image: url(../media/srvcbg10.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -2px;
  right: -8px;
  height: 110%;
  width: 100%;
}
.all-srvces .srvc-menu-item .icon.img12 {
  background-image: url(../media/srvcbg12.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -2px;
  right: -10px;
  height: 80%;
  width: 100%;
  transform: scaleX(-1);
}
.all-srvces .srvc-menu-item:hover {
  transform: scale(1.08);
  opacity: 0.95;
  color: rgba(var(--background), 1);
  background-color: rgba(var(--text), 1);
}
.all-srvces .srvc-card .srvc-left {
  overflow: unset;
  max-height: unset;
}

.feature-sec {
  padding: 2.6041666667vw 0vw 6.25vw;
  background-image: url(../media/flash.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.feature-sec h1 {
  margin: 2.6041666667vw auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: ease-in-out 0.8s;
}
.feature-sec .media-wrapper {
  height: 70vw;
  position: relative;
}
.feature-sec .feature {
  position: absolute;
  transition: ease-in-out 0.8s;
}
.feature-sec .feature .img-fea {
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(0px 0px 40px rgba(0, 0, 0, 0.2));
  border-radius: 0.8333333333vw;
}
.feature-sec .feature.top-left {
  top: 0vw;
  left: 0vw;
  z-index: 1;
}
.feature-sec .feature.top-left img {
  width: 18.2291666667vw;
  height: 13.0208333333vw;
}
.feature-sec .feature.top-right {
  top: 0vw;
  right: 0vw;
  z-index: 1;
}
.feature-sec .feature.top-right img {
  width: 12.5vw;
  height: 18.75vw;
}
.feature-sec .feature.center {
  position: relative;
  width: 26.0416666667vw;
  height: 41.6666666667vw;
  margin: auto;
  top: 10.4166666667vw;
}
.feature-sec .feature.center img {
  height: 100%;
}
.feature-sec .feature.bottom-left {
  left: 6.9791666667vw;
  bottom: 11.9791666667vw;
}
.feature-sec .feature.bottom-left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 16.6666666667vw;
  height: 16.6666666667vw;
}
.feature-sec .feature.bottom-right {
  right: 3.9583333333vw;
  bottom: 7.96875vw;
}
.feature-sec .feature.bottom-right img {
  width: 20.0520833333vw;
  height: 15.625vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.portfolio {
  margin: 5.2083333333vw 0px;
}
.portfolio.service {
  height: auto;
  overflow: unset;
}
.portfolio.service .service-menu {
  position: relative;
  margin-bottom: 3.125vw;
}

.portfolios {
  margin-top: 2.0833333333vw;
}

.porto-item {
  position: relative;
  overflow: hidden;
  border-radius: 1.5625vw;
  box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 1.25vw 0px;
  cursor: pointer;
}
.porto-item .object-height {
  width: 500px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.porto-item .review {
  padding: 0.7291666667vw;
  background: rgba(var(--background), 0.6);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  position: absolute;
  top: 0;
  opacity: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: ease-out 0.4s;
  width: 100%;
}
.porto-item:hover .review {
  opacity: 1;
  color: rgba(var(--text), 1);
}

.reviewer {
  display: flex;
  align-items: center;
  padding: 0.8333333333vw;
  background-color: rgba(var(--background), 0.6);
  border-radius: 2.6041666667vw;
  width: 100%;
}
.reviewer img {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(var(--component-bg), 1);
}
.reviewer .date {
  font-size: 0.8333333333vw;
}

.text-ellipsis {
  width: 100%;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.portfolio-popup {
  width: 72.9166666667vw;
  max-width: 100%;
}
.portfolio-popup .modal-content {
  background-color: rgba(var(--component-bg), 1);
  border-radius: 2.0833333333vw;
  overflow: hidden;
}
.portfolio-popup .modal-footer {
  border-top: 0.2083333333vw solid rgba(var(--background), 0.7);
  position: relative;
  justify-content: center;
  padding: 2.0833333333vw;
}
.portfolio-popup .modal-footer .end {
  font-size: 1.25vw;
  font-family: "LemonMilkBold";
  background-color: rgba(var(--component-bg), 1);
  position: absolute;
  bottom: 55%;
  transform: translateY(-50%);
  padding: 0px 1.0416666667vw;
}
.portfolio-popup .portfolios {
  background-color: rgba(var(--component-bg), 1);
  position: relative;
  padding: 4.1666666667vw 4.6875vw;
}
.portfolio-popup .popup-close {
  position: absolute;
  top: 1.1458333333vw;
  right: 1.5625vw;
  font-size: 1.25vw;
  filter: invert(1);
}
.portfolio-popup .popup-close:hover {
  opacity: 1;
}
.portfolio-popup .popup-close:focus {
  box-shadow: unset;
}
.portfolio-popup .popup-about {
  background-color: rgba(var(--background), 0.2);
  min-height: 18.2291666667vw;
}
.portfolio-popup .popup-about img {
  width: 33.8541666667vw;
  max-height: 18.2291666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  box-shadow: 0px 0px 40px 0px rgba(20, 14, 88, 0.15);
  border-radius: 2.0833333333vw;
  transform: rotate(17deg) translate(-5.2083333333vw, -5.2083333333vw) scale(1.2);
}
.portfolio-popup .popup-about .popup-content {
  padding: 2.0833333333vw 2.0833333333vw 6.25vw;
}
.portfolio-popup .popup-review .popup-review-left img {
  width: 33.8541666667vw;
  max-height: 26.0416666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  box-shadow: 0px 0px 40px 0px rgba(20, 14, 88, 0.15);
  border-radius: 2.0833333333vw;
}
.portfolio-popup .popup-review .popup-review-left img:nth-child(1) {
  transform: rotate(17deg) translate(6.25vw, 0px) scale(1.1);
}
.portfolio-popup .popup-review .popup-review-left img:nth-child(2) {
  transform: rotate(17deg) translate(4.1666666667vw, 5.2083333333vw) scale(1.2);
}
.portfolio-popup .popup-review .popup-content {
  padding: 2.0833333333vw 2.0833333333vw 4.1666666667vw;
}

.instafeed {
  position: relative;
  padding: 5.2083333333vw 0px;
  border-bottom: 1px solid rgba(var(--light), 0.6);
  border-top: 1px solid rgba(var(--light), 0.6);
}
.instafeed .insta-follow {
  background-color: rgba(var(--component-bg), 1);
  padding: 2.0833333333vw;
  text-align: center;
  font-family: Roboto, sans-serif, "Open Sans";
  border-radius: 2.0833333333vw;
  box-shadow: 0px 0px 40px 0px rgba(20, 14, 88, 0.15);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.0833333333vw;
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}
.instafeed .insta-follow h1 {
  margin: 0.5208333333vw 0px 0.5208333333vw;
}
.instafeed .posts {
  position: relative;
  height: 100%;
}
.instafeed .posts img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instafeed .posts::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: ease-out 0.4s;
}
.instafeed .posts .caption {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0px 0.5208333333vw;
  transform: translateY(-50%);
  color: rgba(var(--background), 1);
  font-size: 1.25vw;
  font-family: Roboto, sans-serif, "Open Sans";
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: ease-out 0.4s;
}
.instafeed .posts:hover::before {
  opacity: 1;
  z-index: 0;
}
.instafeed .posts:hover .caption {
  opacity: 1;
}

.contact {
  margin-top: 5.2083333333vw;
  font-family: Roboto, sans-serif, "Open Sans";
}
.contact .contact-content {
  position: relative;
}
.contact .contact-content img {
  width: 5.2083333333vw;
  margin-bottom: 1.0416666667vw;
}
.contact .vericalalign {
  top: 0;
  left: -2px;
}
.contact .contact-for li img {
  width: 1.5625vw;
  rotate: 30deg;
}

.contact-form {
  background-color: rgba(var(--component-bg), 1);
  border-radius: 2.0833333333vw;
  margin: 4.1666666667vw 0px;
  background-image: url(../media/wire.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0px 85%;
  box-shadow: 0px 0px 40px 0px rgba(20, 14, 88, 0.15);
}
.contact-form .cf-img {
  transform: scale(1.2) translateY(10px);
  margin-left: 3.2291666667vw;
}
.contact-form form {
  color: rgba(var(--text), 1);
}
.contact-form form .contact-input {
  position: relative;
  margin-bottom: 0.8333333333vw;
}
.contact-form form label {
  position: absolute;
  top: 0.625vw;
  font-size: 1.6145833333vw;
  margin: 0;
  left: 0;
}
.contact-form form input,
.contact-form form textarea {
  resize: none;
  border: 0;
  border-radius: 0;
  padding: 0.8333333333vw 2.34375vw;
  background-color: transparent;
  border-bottom: 0.15625vw solid rgba(var(--text), 0.7);
  color: rgba(var(--text), 1);
  font-size: 1.25vw;
}
.contact-form form input:focus,
.contact-form form textarea:focus {
  background-color: transparent;
  border-color: rgba(var(--text), 1);
  color: rgba(var(--text), 1);
}
.contact-form form input::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
  color: rgba(var(--text), 0.7);
}
.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: rgba(var(--text), 0.7);
}

footer {
  margin: 7.2916666667vw 0vw 2.0833333333vw;
  background-color: rgba(var(--component-bg), 1);
  border-radius: 2.0833333333vw;
  color: rgba(var(--text), 1);
  text-transform: capitalize;
  position: relative;
  box-shadow: 0px 0px 40px 0px rgba(20, 14, 88, 0.15);
}
footer .footer-content {
  padding: 3.125vw 7.2916666667vw;
}
footer .contact-for p {
  font-size: 1.25vw;
}
footer .contact-for .social {
  margin: 2.0833333333vw 0px;
}
footer .contact-for .social a {
  padding: 0.4166666667vw 0vw;
  font-family: "LemonMilkRegular";
  transition: ease-in 0.2s;
  cursor: pointer;
  color: rgba(var(--text), 1);
}
footer .contact-for .social a:hover {
  color: rgba(var(--text), 0.7);
}
footer .bottom {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
footer .bottom.right {
  z-index: 1;
  right: -1.5625vw;
  width: 9.375vw;
  bottom: 1.5625vw;
}
footer .bottom.center {
  left: 46%;
  transform: translateX(-50%);
  width: 10.4166666667vw;
}
footer .bottom.left {
  z-index: 1;
  left: -1.5625vw;
  width: 9.375vw;
  bottom: 1.5625vw;
}
footer .details {
  margin: 1.5625vw 0px;
}
footer .details li {
  display: flex;
  margin-bottom: 0.7291666667vw;
  cursor: pointer;
  transition: ease-in 0.2s;
  color: rgba(var(--text), 1);
}
footer .details li:hover {
  color: rgba(var(--text), 0.7);
}
footer .details li:hover img {
  filter: invert(1);
}
footer .details li:hover a {
  color: rgba(var(--text), 0.7);
}
footer .details li i {
  font-size: 1.4583333333vw;
  margin: 0.3125vw 0.5208333333vw 0.3125vw 0;
}
footer .copyright {
  background-color: rgba(var(--light), 1);
  position: relative;
  color: rgba(var(--text), 1);
  padding: 1.0416666667vw 7.2916666667vw;
  font-size: 0.8333333333vw;
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 2.0833333333vw 2.0833333333vw;
}

.tanent-sec {
  min-height: 100vh;
}

.tanent-profile {
  background-color: rgba(var(--component-bg), 1);
  border-radius: 2.0833333333vw;
  box-shadow: 0px 0px 40px 0px rgba(20, 14, 88, 0.15);
  background-image: url(../media/Photography.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  clear: both;
  margin-top: 2.0833333333vw;
}
.tanent-profile::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--component-bg), 0.6);
}

.profile {
  display: flex;
  color: rgba(var(--text), 1);
  padding: 2.0833333333vw 2.0833333333vw;
  position: relative;
}
.profile .clientimg label {
  font-size: 1.0416666667vw;
  position: absolute;
  right: -0.625vw;
  top: -0.5208333333vw;
  padding: 0.15625vw 0.15625vw 0.3125vw 0.4166666667vw;
  background-color: rgba(var(--text), 0.4);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-radius: 50%;
  cursor: pointer;
}
.profile .clientimg .client-dp {
  width: 10.4166666667vw;
  height: 11.4583333333vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 1.5625vw;
  border: 0.1041666667vw solid rgba(var(--background), 0.2);
  box-shadow: 0px 0px 40px 0px rgba(20, 14, 88, 0.15);
}
.profile .Profile-content {
  flex-grow: 1;
  margin-left: 1.5625vw;
}

.bio {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 1.5625vw 0px;
}
.bio .email i,
.bio .address i {
  color: rgba(var(--text), 1);
}
.bio .addcoverphoto label {
  position: relative;
  background-color: rgba(var(--component-bg), 1);
  padding: 0.3125vw 0.46875vw 0.5208333333vw 0.4166666667vw;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  cursor: pointer;
}
.bio .addcoverphoto svg {
  width: 2.0833333333vw;
}
.bio .addcoverphoto svg path {
  stroke: rgba(var(--text), 1);
}

.project-details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.project-details .detail-box {
  border: 2px dashed rgba(var(--background), 0.6);
  border-radius: 0.4166666667vw;
  margin: 0px 1.0416666667vw 0px 0px;
  padding: 0.625vw 0.8333333333vw;
  min-width: 6.25vw;
  text-align: center;
  font-weight: 600;
}
.project-details .detail-box:last-child {
  margin: 0px;
}

.navigate-tabs {
  display: flex;
  position: relative;
  background-color: rgba(var(--component-bg), 0.6);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 0px 2.6041666667vw;
}
.navigate-tabs li {
  margin: 0px 1.0416666667vw 0px 0px;
}
.navigate-tabs a {
  padding: 0.78125vw 0px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  color: rgba(var(--text), 0.7);
  display: block;
}
.navigate-tabs a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  border-radius: 0.2083333333vw;
  background-color: rgba(var(--text), 1);
}
.navigate-tabs a:hover, .navigate-tabs a.active {
  transition: 0.4s;
  color: rgba(var(--text), 1);
}
.navigate-tabs a:hover::before, .navigate-tabs a.active::before {
  transition: 0.4s;
  left: 0%;
  border-radius: 1.0416666667vw;
}
.navigate-tabs::-webkit-scrollbar {
  display: none;
}

.custom-modal .modal-content {
  background-color: rgba(var(--component-bg), 1);
  border-radius: 1.5625vw;
}
.custom-modal .img-cropper {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.bredcrmb .links {
  display: flex;
  align-items: center;
}
.bredcrmb .links .linknames {
  font-family: "LemonMilkRegular";
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 0.8333333333vw;
  position: relative;
  color: rgba(var(--text), 0.7);
  margin: 0px 0px 0px 1.5625vw;
  cursor: pointer;
}
.bredcrmb .links .linknames::before {
  content: "";
  position: absolute;
  top: 48%;
  left: -0.8333333333vw;
  transform: translateY(-50%);
  width: 0.5208333333vw;
  height: 0.1041666667vw;
  background-color: rgba(var(--text), 0.7);
  border-radius: 0.2083333333vw;
}
.bredcrmb .links li a:hover {
  color: rgba(var(--component-bg), 1);
}
.bredcrmb .links li a:hover::before {
  background-color: rgba(var(--component-bg), 1);
}

.links-filter {
  margin: 2.6041666667vw 0px 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links-filter .filters .filter-btn {
  color: rgba(var(--text), 1);
  background-color: rgba(var(--background), 1);
  border-radius: 0.5208333333vw;
  box-shadow: 0px 0px 20px 0px rgba(20, 14, 88, 0.1);
  padding: 0.625vw 1.5625vw;
  border: 2px solid rgba(var(--light), 0.6);
  line-height: 1.4;
}
.links-filter .filters .filter-btn:hover {
  background-color: rgba(var(--component-bg), 0.6);
}

.tanent_images .links-filter,
.face-recognition .links-filter {
  padding: 0vw 15%;
}
.tanent_images .links-filter.filter-sticky,
.face-recognition .links-filter.filter-sticky {
  margin: 0;
  padding: 1.0416666667vw 20% 1.5625vw;
  gap: 2.0833333333vw 3.125vw;
  flex-wrap: wrap;
  justify-content: center;
}

.folder {
  text-align: center;
  border-radius: 1.3020833333vw;
  padding: 1.0416666667vw;
  display: block;
  transition: 0.6s;
  background-color: rgba(var(--component-bg), 1);
  color: rgba(var(--text), 1);
}
.folder .thumbnail {
  position: relative;
  margin-bottom: 1.5625vw;
}
.folder .thumbnail img {
  width: 100%;
  height: 10.4166666667vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.6510416667vw;
}
.folder:hover, .folder.active {
  color: rgba(var(--component-bg), 1);
  background-color: rgba(var(--text), 1);
}
.folder:hover h4,
.folder:hover p, .folder.active h4,
.folder.active p {
  transition: ease-out 0.3s;
  transform: scale(1.4);
}
.folder:hover .thumbnail, .folder.active .thumbnail {
  transition: ease-out 0.3s;
}

.sharebtn {
  background-color: rgba(var(--component-bg), 1);
  color: rgba(var(--text), 1);
}
.sharebtn:hover {
  color: rgba(var(--text), 0.7);
}
.sharebtn:hover img {
  opacity: 100%;
}

.img-share {
  width: 1.7708333333vw;
  opacity: 70%;
  cursor: pointer;
  margin: 0vw 0vw 0vw 0.5208333333vw;
}
.img-share:hover {
  opacity: 100%;
}

.new-event-card {
  background-image: url(../media/Photography.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 1.1458333333vw;
  padding: 0.625vw 0.8333333333vw;
  color: rgba(var(--background), 1);
  width: 100%;
  margin: 2.6041666667vw 0px 0px 0px;
  box-shadow: 0px 2px 40px 0px rgba(163, 163, 163, 0.2);
  position: relative;
  border: 0.1041666667vw solid rgba(var(--component-bg), 1);
}
.new-event-card::before {
  content: "";
  background-color: rgba(var(--text), 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 1.1458333333vw;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 0;
}
.new-event-card .card-header {
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  background-color: transparent;
  align-items: center;
  padding: 0;
  margin: -2.6041666667vw -1.5625vw 0.625vw 0vw;
  position: relative;
}
.new-event-card .card-header .event-img {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0.1041666667vw solid rgba(var(--component-bg), 1);
}
.new-event-card .card-header .shareicon {
  border-radius: 50%;
  padding: 0.0833333333vw;
  line-height: 1;
  position: relative;
  z-index: 2;
  font-size: 2.0833333333vw;
  transition: ease-out 0.4s;
}
.new-event-card .card-header .shareicon i {
  vertical-align: top;
}
.new-event-card .card-header .shareicon:hover {
  transition: linear 0.2s;
  color: rgba(var(--text), 1);
  background-color: rgba(var(--background), 1);
}
.new-event-card .card-content {
  position: relative;
  display: block;
  color: rgba(var(--background), 0.7);
}
.new-event-card .project-dtls {
  display: flex;
  justify-content: space-between;
}
.new-event-card:hover {
  transition: 0.4s;
  transform: scale(1.02);
}
.new-event-card:hover::before {
  background-color: rgba(var(--text), 0.4);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}
.new-event-card:hover .card-content {
  color: rgba(var(--background), 1);
}

.eventsharemodal {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
.eventsharemodal .modal-content {
  border-radius: 2.0833333333vw;
  background-color: rgba(var(--light), 1);
}
.eventsharemodal .modal-header {
  border-bottom: none;
  font-family: "LemonMilkRegular";
}
.eventsharemodal .modal-header h5 {
  width: 100%;
  text-align: center;
}
.eventsharemodal .modal-header img {
  width: 2.0833333333vw;
  margin: 0vw 0.625vw 0.5208333333vw;
}
.eventsharemodal .modal-body {
  padding: 1.0416666667vw 3.125vw 2.0833333333vw;
  text-align: center;
}
.eventsharemodal .public-tab .dropdown-container,
.eventsharemodal .private-tab .dropdown-container {
  margin: 1.5625vw 0vw 2.6041666667vw;
  border-radius: 0.5208333333vw;
  box-shadow: 0px 0px 20px 0px rgba(20, 14, 88, 0.1);
  border: 0px;
  text-align: left;
}
.eventsharemodal .public-tab .dropdown-container:focus-within,
.eventsharemodal .private-tab .dropdown-container:focus-within {
  box-shadow: 0px 0px 40px 0px rgba(20, 14, 88, 0.15);
  border-color: unset;
}

.event-imgs {
  position: relative;
}
.event-imgs.active .porto-item {
  border: 0.15625vw solid rgba(var(--component-bg), 1);
}
.event-imgs.active .porto-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(var(--text), 0.4);
  z-index: 1;
}
.event-imgs:hover .porto-item img {
  transform: scale(1.2);
  transition: ease-in 0.5s !important;
}
.event-imgs .imgselect {
  position: absolute;
  z-index: 1;
  top: 0.7291666667vw;
  right: 1.0416666667vw;
  padding: 0.5208333333vw 0.5208333333vw 0.2083333333vw 0.5208333333vw;
  border-radius: 50%;
  cursor: pointer;
}
.event-imgs .imgselect input {
  border-color: rgba(var(--light), 1);
  background-color: rgba(var(--component-bg), 1);
  margin-top: 0px;
  cursor: pointer;
  padding: 0.7291666667vw;
}

.guest {
  padding-top: 8.3333333333vw;
}
.guest .tanent-profile::before {
  background-color: rgba(var(--component-bg), 0.6);
}
.guest .profile {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0px;
}
.guest .profile p {
  margin-right: 1.0416666667vw;
}
.guest .profile p i {
  margin-right: 0.4166666667vw;
}
.guest .folders {
  margin-top: 1.0416666667vw;
  position: relative;
}
.guest .folders h1 {
  color: rgba(var(--text), 1);
  margin-bottom: 0;
  padding: 1.0416666667vw 1.0416666667vw 0vw 1.0416666667vw;
}
.guest .guest_events {
  padding: 1.0416666667vw;
  border-radius: 1.0416666667vw;
  background: unset;
  -webkit-backdrop-filter: unset;
          backdrop-filter: unset;
  display: flex;
  flex-wrap: wrap;
  gap: 1.0416666667vw;
}
.guest .guest_events a {
  padding: 0vw 1.0416666667vw 1.0416666667vw;
  cursor: pointer;
}
.guest .guest_events a:hover {
  color: rgba(var(--component-bg), 1);
  background-color: rgba(var(--text), 1);
}

.face-recognition .history {
  height: 80vh;
  overflow: auto;
  position: sticky;
  top: 10.4166666667vw;
  padding: 0vw 1.0416666667vw 1.0416666667vw 1.0416666667vw;
}
.face-recognition .history .card {
  margin-bottom: 1.5625vw;
  border-radius: 0.625vw;
  background-color: rgba(var(--component-bg), 0.6);
  border: 0px;
  overflow: hidden;
  cursor: pointer;
  transition: ease-out 0.2s;
}
.face-recognition .history .card button P {
  padding: 0px 0.5208333333vw;
}
.face-recognition .history .card button:hover img {
  opacity: 0.8;
}
.face-recognition .history .card button:hover p {
  color: rgba(var(--text), 0.7);
}
.face-recognition .history h1 {
  margin-bottom: 1.0416666667vw;
  padding: 1.0416666667vw;
  background-color: rgba(var(--background), 1);
  position: sticky;
  top: 0;
  z-index: 1;
}
.face-recognition .event-imgs {
  position: relative;
  border-radius: 1.5625vw;
  overflow: hidden;
  margin: 0.8333333333vw 0vw;
  transition: ease-in 2s;
}
.face-recognition .event-imgs .confirmation {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%) scale(1);
  padding: 0.625vw;
  color: rgba(var(--background), 0.7);
  text-align: center;
  opacity: 0;
  z-index: 0;
  background-color: rgba(var(--text), 0.7);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  transition: ease-out 0.2s;
}
.face-recognition .event-imgs .confirmation:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.face-recognition .event-imgs .confirmation button {
  color: rgba(var(--background), 0.7);
}
.face-recognition .event-imgs .confirmation button:hover {
  color: rgba(var(--background), 1);
}
.face-recognition .event-imgs .porto-item {
  margin: 0;
}
.face-recognition .event-imgs:hover .confirmation {
  opacity: 1;
  z-index: 1;
}

.face_image_form .drop-container {
  position: relative;
  display: flex;
  gap: 0.8333333333vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.0416666667vw;
  border-radius: 0.625vw;
  border: 2px dashed rgba(var(--component-bg), 1);
  color: rgba(var(--text), 1);
}
.face_image_form .choose_file {
  color: rgba(var(--text), 1);
  background-color: rgba(var(--background), 1);
  border-radius: 0.5208333333vw;
  box-shadow: 0px 0px 20px 0px rgba(20, 14, 88, 0.1);
  padding: 0.625vw 1.5625vw;
  border: 2px solid rgba(var(--light), 0.6);
  line-height: 1.4;
  padding: 0.4166666667vw;
  border-radius: 0.8333333333vw;
  font-weight: 600;
  font-family: Roboto, sans-serif, "Open Sans";
  max-width: 100%;
}
.face_image_form .choose_file::file-selector-button {
  margin-right: 1.0416666667vw;
  border: none;
  background: rgba(var(--component-bg), 1);
  padding: 0.5208333333vw 1.0416666667vw;
  border-radius: 0.5208333333vw;
  color: rgba(var(--text), 1);
  cursor: pointer;
  transition: ease-in-out 0.2s;
}
.face_image_form .choose_file::file-selector-button:hover {
  background-color: rgba(var(--component-bg), 0.6);
}
.face_image_form .choose_file.btns--calypso {
  color: rgba(var(--text), 1);
  background-color: rgba(var(--background), 1);
  border-radius: 0.5208333333vw;
  box-shadow: 0px 0px 20px 0px rgba(20, 14, 88, 0.1);
  padding: 0.625vw 1.5625vw;
  border: 2px solid rgba(var(--light), 0.6);
  line-height: 1.4;
  background: rgba(var(--component-bg), 1);
  width: 100%;
  margin-top: 1.0416666667vw;
  border-radius: 0.625vw;
}
.face_image_form .choose_file.btns--calypso:hover {
  background-color: rgba(var(--component-bg), 0.6);
}
.face_image_form .camera_btn {
  color: rgba(var(--text), 1);
  background-color: rgba(var(--background), 1);
  border-radius: 0.5208333333vw;
  box-shadow: 0px 0px 20px 0px rgba(20, 14, 88, 0.1);
  padding: 0.625vw 1.5625vw;
  border: 2px solid rgba(var(--light), 0.6);
  line-height: 1.4;
  font-weight: 600;
  background-color: rgba(var(--component-bg), 1);
  border-radius: 0.8333333333vw;
}
.face_image_form .camera_btn:hover {
  background-color: rgba(var(--component-bg), 0.6);
}

.page_404 {
  padding: 40px 0;
  background: #fff;
  font-family: "Arvo", serif;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
  height: 450px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.four_zero_four_bg h1 {
  font-size: 80px;
  color: rgba(var(--text), 1);
}

.four_zero_four_bg h3 {
  font-size: 80px;
}

.link_404 {
  color: rgba(var(--background), 1);
  padding: 10px 20px;
  background: rgba(var(--text), 1);
  margin: 20px 0;
  display: inline-block;
  border-radius: 6px;
}
.link_404:hover {
  background-color: rgba(var(--component-bg), 1);
  color: rgba(var(--text), 1);
  font-weight: 600;
}

.contant_box_404 {
  margin-top: -50px;
  font-family: Roboto, sans-serif, "Open Sans";
  color: rgba(var(--text), 1);
}

@media only screen and (max-width: 1420px) {
  .after-landing-section {
    width: 65%;
    margin: auto;
  }
  /* width */
  ::-webkit-scrollbar {
    width: 5px;
  }
  .heading62 {
    font-size: 2.7083333333vw;
  }
  .heading52 {
    font-size: 2.1875vw;
    letter-spacing: 0;
  }
  .title42 {
    font-size: 1.6666666667vw;
    letter-spacing: 0;
  }
  .title20 {
    letter-spacing: 0;
  }
  .text24 {
    font-size: 1.3541666667vw;
    letter-spacing: 0;
  }
  .text20 {
    letter-spacing: 0;
  }
  .text16 {
    letter-spacing: 0;
  }
  .landing-pg .counter {
    position: absolute;
    top: 10.4166666667vw;
    left: calc(25% - 3.125vw);
    font-size: 2.7083333333vw;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    padding: 0px 0.7291666667vw;
    border-radius: 0.8333333333vw;
  }
  .landing-pg .owl-nav {
    left: calc(25% - 5.7291666667vw);
  }
  .landing-pg .verticaltext {
    width: 23.4375vw;
  }
  .service-menu .capturewomen,
  .portfolio-menu .capturewomen {
    width: 10.4166666667vw;
    height: 14.0625vw;
  }
  .service-menu .photoreel,
  .portfolio-menu .photoreel {
    width: 6.25vw;
    height: 7.2916666667vw;
  }
  .service-menu .videoreel,
  .portfolio-menu .videoreel {
    width: 6.7708333333vw;
    height: 5.2083333333vw;
  }
  .service-menu .content,
  .portfolio-menu .content {
    padding: 1.0416666667vw 8.3333333333vw;
  }
  .srvc-card {
    padding: 1.8229166667vw;
  }
  .srvc-card .srvc-left {
    max-height: 20.8333333333vw;
  }
  .srvc-card .srvc-right .additional-img {
    border-radius: 0.625vw;
  }
  .srvc-card .srvc-right .additional-img.top-right {
    width: 6.25vw;
    height: 7.8125vw;
    right: -2.0833333333vw;
    top: 0.5208333333vw;
  }
  .srvc-card .srvc-right .additional-img.bottom-left {
    bottom: 0;
    left: -2.0833333333vw;
    width: 7.2916666667vw;
    height: 7.2916666667vw;
  }
  .srvc-card .srvc-right .additional-img.bottom-left.square {
    height: 2.0833333333vw;
    bottom: 10.4166666667vw;
  }
  .insta-feed .insta-follow p {
    padding: 0.78125vw 2.0833333333vw;
  }
  .insta-feed .insta-follow h1 {
    margin: 2.0833333333vw 0vw;
  }
  .insta-feed .insta-follow .btn-border {
    border: 0.1041666667vw solid rgba(var(--text), 1);
    border-radius: 0.1041666667vw;
  }
  .insta-feed .insta-post.bottom {
    bottom: -2%;
  }
  .bredcrmb .links .linknames {
    font-size: 0.9375vw;
  }
  .tanent_images .links-filter,
  .face-recognition .links-filter {
    padding: 0vw 18%;
  }
}
@media only screen and (max-width: 1200px) {
  .title20 {
    font-size: 1.3020833333vw;
  }
  .after-landing-section {
    width: 75%;
  }
  .btns {
    font-size: 1.3541666667vw;
  }
  .login .login-right {
    border-left-width: 0.3125vw;
  }
  .login .login-right .detail p {
    font-size: 1.7708333333vw;
  }
  .login .login-right .login-sec {
    margin-top: 4.1666666667vw;
  }
  .login .login-right .tab-content {
    width: 39.0625vw;
  }
  .login .login-right .tab-content input,
  .login .login-right .tab-content label,
  .login .login-right .tab-content .forget-pass,
  .login .login-right .tab-content .login-btn {
    font-size: 1.5625vw;
  }
  .login .login-right .tab-content input {
    padding-left: 3.125vw;
  }
  .login .login-right .tab-content .inputicon {
    font-size: 2.0833333333vw;
    margin-bottom: 0.3125vw;
  }
  .login-option {
    font-size: 1.5625vw;
    margin-bottom: 3.6458333333vw;
  }
  .geterror .f-error {
    font-size: 3.125vw;
  }
  .landing-pg .owl-nav {
    left: calc(25% - 6.5104166667vw);
  }
  .login-option span:nth-child(2) {
    margin-top: -5px;
  }
  .bredcrmb .links .linknames {
    font-size: 1.0416666667vw;
  }
  .tanent_images .links-filter,
  .face-recognition .links-filter {
    padding: 0vw 13%;
  }
  .new-event-card .card-header .event-img {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
  .new-event-card .card-header .shareicon {
    font-size: 3.125vw;
    padding: 0.2083333333vw;
  }
  .common-form .inputbox .icon {
    font-size: 1.3020833333vw;
  }
  .common-form .inputbox input,
  .common-form .inputbox textarea {
    font-size: 1.3020833333vw;
  }
}
@media only screen and (max-width: 991px) {
  .heading52 {
    font-size: 2.7083333333vw;
  }
  .title42 {
    font-size: 2.1875vw;
  }
  .title24 {
    font-size: 1.875vw;
  }
  .title20 {
    font-size: 1.5625vw;
  }
  .text24 {
    font-size: 1.875vw;
  }
  .text20 {
    font-size: 1.5625vw;
  }
  .text16 {
    font-size: 1.5625vw;
  }
  footer .copyright {
    font-size: 1.1458333333vw;
  }
  .data-table .dataTables_wrapper .dataTables_filter input {
    padding: 0.7291666667vw 0vw 0.7291666667vw 4.1666666667vw;
    border-radius: 1.0416666667vw;
  }
  .after-landing-section {
    width: 75%;
  }
  .profileloginbtn .login-btn,
  .profileloginbtn .profile-icon {
    font-size: 1.5625vw;
  }
  .profileloginbtn .login-btn svg,
  .profileloginbtn .profile-icon svg {
    width: 1.5625vw;
  }
  .profileloginbtn .login-btn .profilepic,
  .profileloginbtn .profile-icon .profilepic {
    width: 4.1666666667vw;
    height: 4.0625vw;
  }
  .srvc-card .srvc-right.outline-section {
    width: 31.25vw;
    height: 32.8125vw;
  }
  .srvc-card .srvc-right .additional-img.top-right {
    width: 9.375vw;
    height: 11.9791666667vw;
    right: -2.6041666667vw;
    top: 0;
  }
  .srvc-card .srvc-right .additional-img.bottom-left {
    bottom: 0;
    left: -4.6875vw;
    width: 13.0208333333vw;
    height: 10.9375vw;
  }
  .srvc-card .srvc-right .additional-img.bottom-left.square {
    height: 3.6458333333vw;
    bottom: 13.0208333333vw;
  }
  .service-menu .capturewomen,
  .portfolio-menu .capturewomen {
    width: 12.5vw;
    height: 17.96875vw;
  }
  .service-menu .photoreel,
  .portfolio-menu .photoreel {
    width: 8.3333333333vw;
    height: 9.375vw;
  }
  .service-menu .videoreel,
  .portfolio-menu .videoreel {
    width: 9.375vw;
    height: 6.7708333333vw;
  }
  .service-menu .content,
  .portfolio-menu .content {
    padding: 1.0416666667vw 8.3333333333vw;
  }
  .feature-sec {
    padding: 2.6041666667vw 0vw 8.3333333333vw;
  }
  .feature-sec .feature.bottom-left {
    bottom: 12.5vw;
    left: 4.1666666667vw;
  }
  .feature-sec .feature.bottom-left img {
    width: 19.7916666667vw;
    height: 18.75vw;
  }
  .feature-sec .feature.bottom-right {
    bottom: 10.4166666667vw;
    right: 4.1666666667vw;
  }
  .feature-sec .feature.bottom-right img {
    width: 22.1354166667vw;
    height: 18.2291666667vw;
  }
  .portfolio-popup {
    width: 90%;
    margin: 4.1666666667vw auto;
  }
  .portfolio-popup .popup-close {
    font-size: 2.6041666667vw;
  }
  .portfolio-popup .popup-about img {
    width: 38.5416666667vw;
    max-height: 21.875vw;
  }
  .portfolio-popup .popup-review .popup-review-left img:nth-child(1) {
    transform: rotate(17deg) translate(7.8125vw, 0px) scale(1.15);
  }
  .portfolio-popup .modal-footer .end {
    font-size: 2.0833333333vw;
    bottom: 25%;
  }
  .reviewer {
    padding: 1.1458333333vw;
    border-radius: 10.4166666667vw;
    width: 100%;
  }
  .reviewer img {
    width: 6.25vw;
    height: 6.25vw;
  }
  .instafeed .insta-follow {
    padding: 2.0833333333vw 5.2083333333vw;
  }
  .instafeed .insta-follow i {
    font-size: 3.90625vw;
  }
  .instafeed .insta-follow h1 {
    margin: 1.0416666667vw 0px 1.0416666667vw;
  }
  .instafeed .insta-follow .btn-border {
    border: 0.15625vw solid rgba(var(--text), 1);
    border-radius: 0.625vw;
    font-size: 2.0833333333vw;
    padding: 0.4166666667vw 1.3020833333vw;
  }
  .instafeed .posts {
    margin-bottom: 3.125vw;
  }
  .links-filter {
    margin: 3.125vw 0vw 2.34375vw;
    gap: 2.0833333333vw;
    flex-wrap: wrap;
  }
  .tanent_images .links-filter,
  .face-recognition .links-filter {
    top: 5.2083333333vw;
    margin: 5.2083333333vw 0vw 3.125vw;
    padding: 0vw 14%;
    justify-content: center;
  }
  .bredcrmb .links .linknames {
    font-size: 1.3541666667vw;
  }
  .profile .clientimg label {
    font-size: 1.5625vw;
    right: -1.0416666667vw;
    top: -1.0416666667vw;
  }
  .profile .Profile-content {
    margin-left: 2.0833333333vw;
  }
  .navigate-tabs a {
    padding: 1.3020833333vw 0px 0.8333333333vw;
  }
  .bio .addcoverphoto svg {
    width: 2.6041666667vw;
  }
  .eventsharemodal .modal-header {
    font-size: 2.0833333333vw;
  }
  .eventsharemodal .modal-header h5 {
    font-size: 2.0833333333vw;
  }
  .eventsharemodal .modal-header img {
    width: 3.125vw;
  }
  .eventsharemodal .img-share {
    width: 2.3958333333vw;
  }
  .common-form .inputbox .icon {
    font-size: 1.71875vw;
  }
  .common-form .inputbox input,
  .common-form .inputbox textarea {
    font-size: 1.71875vw;
  }
}
@media only screen and (max-width: 768px) {
  .heading62,
  .heading52 {
    font-size: 4.375vw;
  }
  .title42,
  .title24 {
    font-size: 3.125vw;
  }
  .title20,
  .text24 {
    font-size: 2.6041666667vw;
  }
  .text20,
  .text16 {
    font-size: 2.0833333333vw;
  }
  .topbtn {
    font-size: 3.6458333333vw;
    padding: 1.0416666667vw;
  }
  hr.breakline {
    margin: 1.0416666667vw auto;
  }
  .btns {
    font-size: 2.0833333333vw;
    border-radius: 1.0416666667vw;
    padding: 1.1458333333vw 3.125vw;
  }
  .data-table .dataTables_wrapper table thead td,
  .data-table .dataTables_wrapper table thead th {
    padding: 1.0416666667vw;
  }
  .data-table .dataTables_wrapper table tbody td,
  .data-table .dataTables_wrapper table tbody th {
    padding: 2.0833333333vw;
  }
  .header-menu.header-sticky {
    position: static;
  }
  .header-menu.header-sticky .navmenu .menu-btn {
    margin: 3.125vw;
  }
  .header-menu.header-sticky .brandlogo {
    margin: 3.125vw;
  }
  .header-menu .brandlogo {
    max-width: 28.6458333333vw;
  }
  .navmenu .navbar-collapse {
    width: 52.0833333333vw;
  }
  .navmenu .menu-btn {
    padding: 0.78125vw 1.5625vw;
    top: 2.0833333333vw;
  }
  .navmenu .menu-btn svg {
    width: 2.6041666667vw;
  }
  .navmenu ul {
    font-size: 3.6458333333vw;
    margin-bottom: 0px;
  }
  .profileloginbtn .login-btn,
  .profileloginbtn .profile-icon {
    font-size: 2.34375vw;
  }
  .profileloginbtn .login-btn svg,
  .profileloginbtn .profile-icon svg {
    width: 2.34375vw;
  }
  .profileloginbtn .login-btn .profilepic,
  .profileloginbtn .profile-icon .profilepic {
    width: 6.3541666667vw;
    height: 6.1458333333vw;
    margin-right: 2.0833333333vw;
  }
  .profile .login-btn {
    font-size: 1.9791666667vw;
  }
  .profile .login-btn svg {
    width: 1.9791666667vw;
  }
  .after-landing-section {
    width: 94%;
  }
  .data-table .dataTables_wrapper .dataTables_paginate {
    text-align: right;
  }
  .login .login-right {
    border-left-width: 0.5208333333vw;
  }
  .login .login-right .detail h1 {
    font-size: 2.8645833333vw;
  }
  .login .login-right .detail p {
    font-size: 2.0833333333vw;
  }
  .login .login-right .tab-content {
    width: auto;
    padding: 0px 2.0833333333vw;
  }
  .login .login-right .tab-content .iconinputs {
    margin-bottom: 2.0833333333vw;
  }
  .login .login-right .tab-content input,
  .login .login-right .tab-content label,
  .login .login-right .tab-content .forget-pass,
  .login .login-right .tab-content .inputicon,
  .login .login-right .tab-content .login-btn {
    font-size: 2.0833333333vw;
  }
  .login .login-right .tab-content input {
    padding: 1.0416666667vw 4.1666666667vw;
  }
  .login .login-right .tab-content .inputicon {
    font-size: 2.5vw;
    margin-bottom: 0.5208333333vw;
  }
  .login .login-right .tab-content .login-btn {
    min-width: 9.8958333333vw;
    min-height: 4.6875vw;
    border-radius: 1.0416666667vw;
  }
  .login-option {
    font-size: 2.2916666667vw;
    margin-bottom: 3.6458333333vw;
  }
  .landing-pg .event-heading {
    display: none;
  }
  .landing-pg .verticaltext {
    all: revert;
    transform: translateY(100%);
    transition: ease-in-out 1s;
    opacity: 0;
  }
  .landing-pg .landing-right {
    width: 100%;
  }
  .landing-pg .landing-left {
    all: revert;
    background-color: rgba(var(--light), 0.6);
    position: absolute;
    bottom: 4.1666666667vw;
    right: 6.25vw;
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border-radius: 1.25vw;
    width: 50%;
    padding: 1.25vw 1.8229166667vw 3.125vw;
    min-height: 3.6458333333vw;
  }
  .landing-pg .counter {
    top: 10.4166666667vw;
    right: 2.0833333333vw;
    left: unset;
    font-size: 4.1666666667vw;
    padding: 0.3125vw 1.5625vw;
    border-radius: 0.5208333333vw;
  }
  .landing-pg .owl-nav {
    left: unset;
    width: 100%;
    bottom: 7.8125vw;
    text-align: right;
    right: 7.5520833333vw;
  }
  .landing-pg .owl-nav button.owl-next, .landing-pg .owl-nav button.owl-prev {
    all: revert;
    background-color: transparent;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    border: 1px solid transparent;
  }
  .landing-pg .owl-nav button.owl-next::before, .landing-pg .owl-nav button.owl-prev::before {
    display: none;
  }
  .landing-pg .owl-nav button.owl-next i, .landing-pg .owl-nav button.owl-prev i {
    display: block;
    transform: scale(1.1);
    opacity: 0.6;
    color: rgba(var(--text), 1);
    cursor: pointer;
  }
  .landing-pg .owl-nav button.owl-next i:hover, .landing-pg .owl-nav button.owl-prev i:hover {
    opacity: 1;
    transform: scale(1.3);
  }
  .landing-pg .owl-nav button.owl-next .owl-pre,
  .landing-pg .owl-nav button.owl-next .owl-nex, .landing-pg .owl-nav button.owl-prev .owl-pre,
  .landing-pg .owl-nav button.owl-prev .owl-nex {
    display: none;
  }
  .landing-pg .owl-item.active .verticaltext {
    transform: translateY(0);
  }
  .landing-pg .owl-item.active .verticaltext .heading62 {
    animation: none;
  }
  .landing-pg .owl-item.active .verticaltext .text24 {
    animation: none;
  }
  .landing-pg .owl-item.active .event-heading {
    animation: none;
  }
  .landing-pg .owl-item.active .lr-img {
    animation: none;
  }
  .aboutus {
    text-align: center;
    padding: 5.2083333333vw 0vw 10.4166666667vw;
  }
  .aboutus .text24 {
    text-align: center;
  }
  .aboutus .outline-section {
    margin-top: 1.0416666667vw;
    width: 47.9166666667vw;
    height: 48.9583333333vw;
    max-width: 100%;
  }
  .srvc-info {
    margin: 7.2916666667vw 0vw 9.375vw;
  }
  .portfolios {
    margin-top: 5.2083333333vw;
  }
  .service-menu,
  .portfolio-menu {
    text-align: center;
    border-radius: 3.125vw;
  }
  .service-menu .capturewomen,
  .portfolio-menu .capturewomen {
    width: 22.9166666667vw;
    height: 29.1666666667vw;
    top: -29.1666666667vw;
    bottom: unset;
    display: none;
  }
  .service-menu .photoreel,
  .portfolio-menu .photoreel {
    width: 14.5833333333vw;
    height: 17.7083333333vw;
    top: -7.03125vw;
  }
  .service-menu .videoreel,
  .portfolio-menu .videoreel {
    width: 18.2291666667vw;
    height: 14.5833333333vw;
    left: unset;
    bottom: unset;
    top: -7.03125vw;
    right: 2.0833333333vw;
    transform: scaleX(-1);
  }
  .service-menu .content,
  .portfolio-menu .content {
    padding: 4.1666666667vw;
  }
  .service-menu .srvc-menu-bg,
  .portfolio-menu .srvc-menu-bg {
    border-radius: 0px 0px 3.125vw 3.125vw;
  }
  .service-menu .srvc-menu-bg .service-items .items,
  .service-menu .srvc-menu-bg .portfolio-items .items,
  .portfolio-menu .srvc-menu-bg .service-items .items,
  .portfolio-menu .srvc-menu-bg .portfolio-items .items {
    margin: 0px 3.125vw 0px 0px;
  }
  .srvc-card {
    padding: 2.6041666667vw;
    text-align: center;
    border-radius: 3.125vw;
  }
  .srvc-card .srvc-left {
    max-height: 34.375vw;
  }
  .srvc-card .srvc-right.outline-section {
    width: 47.9166666667vw;
    height: 48.9583333333vw;
  }
  .srvc-card .srvc-right .additional-img {
    border-radius: 1.4583333333vw;
  }
  .srvc-card .srvc-right .additional-img.top-right {
    width: 18.2291666667vw;
    height: 15.625vw;
    right: -6.25vw;
    top: 0;
  }
  .srvc-card .srvc-right .additional-img.bottom-left {
    bottom: 0;
    left: -8.3333333333vw;
    width: 18.2291666667vw;
    height: 12.5vw;
  }
  .srvc-card .srvc-right .additional-img.bottom-left.square {
    height: 5.2083333333vw;
    bottom: 14.5833333333vw;
  }
  .all-srvces {
    padding: 13.0208333333vw 0px 3.125vw;
  }
  .all-srvces .srvc-card {
    overflow: hidden;
  }
  .all-srvces .srvc-menu-item h3 {
    font-weight: unset;
  }
  .feature-sec h1 {
    margin: 2.6041666667vw auto 0vw;
  }
  .feature-sec .feature .img-fea {
    border-radius: 1.0416666667vw;
  }
  .feature-sec .feature.top-left {
    top: 4.1666666667vw;
  }
  .feature-sec .feature.top-left img {
    width: 22.3958333333vw;
    height: 14.5833333333vw;
  }
  .feature-sec .feature.top-right {
    top: 2.0833333333vw;
  }
  .feature-sec .feature.top-right img {
    width: 16.6666666667vw;
    height: 22.9166666667vw;
  }
  .feature-sec .feature.center {
    width: 35.4166666667vw;
    height: 52.0833333333vw;
  }
  .feature-sec .feature.bottom-left {
    left: 9.8958333333vw;
  }
  .feature-sec .feature.bottom-left img {
    width: 20.8333333333vw;
    height: 20.8333333333vw;
  }
  .feature-sec .feature.bottom-right {
    right: 9.8958333333vw;
  }
  .feature-sec .feature.bottom-right img {
    width: 21.875vw;
    height: 17.7083333333vw;
  }
  .porto-item {
    height: 35.4166666667vw;
  }
  .instafeed .insta-follow {
    border-radius: 3.125vw;
  }
  .contact .contact-content {
    text-align: center;
  }
  .contact .contact-for {
    text-align: center;
  }
  .contact .contact-for ul {
    justify-content: center;
  }
  .contact .contact-for li img {
    width: 2.2916666667vw;
  }
  .contact-form {
    position: relative;
    margin: 5.2083333333vw 0vw 7.8125vw;
    border-radius: 3.125vw;
  }
  .contact-form .cf-img {
    transform: scale(1.1) translate(0px);
    margin-left: unset;
  }
  .contact-form form {
    position: absolute;
    width: 94% !important;
    bottom: 4%;
    left: 3%;
    background-color: rgba(var(--light), 0.6);
    padding: 2.0833333333vw;
    border-radius: 2.0833333333vw;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    text-align: center;
  }
  .contact-form form label {
    font-size: 2.6041666667vw;
  }
  .contact-form form input,
  .contact-form form textarea {
    font-size: 2.6041666667vw;
    border-bottom: 0.3125vw solid rgba(var(--background), 0.7);
    padding-left: 5.2083333333vw;
  }
  .common-form .inputbox .icon {
    font-size: 2.6041666667vw;
  }
  .common-form .inputbox input,
  .common-form .inputbox textarea {
    font-size: 2.2395833333vw;
    padding-left: 3.6458333333vw;
  }
  footer {
    margin: 10.4166666667vw 0vw 2.0833333333vw;
    border-radius: 3.125vw;
  }
  footer .footer-content {
    padding: 4.1666666667vw 5.7291666667vw 2.0833333333vw;
  }
  footer .bottom.left {
    width: 15.625vw;
    bottom: 6.7708333333vw;
  }
  footer .bottom.center {
    display: none;
  }
  footer .bottom.right {
    width: 15.625vw;
  }
  footer .contact-for {
    text-align: center;
  }
  footer .contact-for p {
    font-size: 3.125vw;
    border-bottom: 0.2604166667vw solid rgba(var(--light), 0.6);
    padding-bottom: 0.78125vw;
  }
  footer .contact-for .social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 4.1666666667vw;
         column-gap: 4.1666666667vw;
    row-gap: 1.0416666667vw;
    margin: 1.0416666667vw 0px 2.0833333333vw;
  }
  footer .contact-content {
    text-align: center;
  }
  footer .details li {
    justify-content: center;
  }
  footer .details li i {
    font-size: 3.125vw;
    margin: 0.3125vw 1.1979166667vw 0.3125vw 0;
  }
  footer .copyright {
    font-size: 2.34375vw;
    padding: 2.0833333333vw 5.2083333333vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 1.0416666667vw;
    border-radius: 0px 0px 3.125vw 3.125vw;
  }
  .bredcrmb {
    margin: 6.25vw 0px 4.6875vw;
  }
  .bredcrmb .links .linknames {
    font-size: 2.0833333333vw;
    margin: 0px 0px 0px 2.6041666667vw;
  }
  .bredcrmb .links .linknames::before {
    left: -1.8229166667vw;
    width: 1.4583333333vw;
    height: 0.3125vw;
  }
  .links-filter .bredcrmb {
    margin: 0px;
  }
  .links-filter .filters .filter-btn {
    padding: 0.8333333333vw 2.0833333333vw;
    border-radius: 1.0416666667vw;
  }
  .tanent_images .links-filter.filter-sticky,
  .face-recognition .links-filter.filter-sticky {
    padding: 3.125vw 3% 3.125vw;
    top: 0vw;
  }
  .tanent-profile {
    border-radius: 2.6041666667vw;
    margin-top: 6.25vw;
  }
  .navigate-tabs li {
    margin: 0vw 2.0833333333vw 0vw 0vw;
  }
  .project-details .detail-box {
    margin: 0px 0.7291666667vw 0px 0px;
    padding: 0.5208333333vw;
  }
  .folder {
    padding: 1.5625vw;
  }
  .folder .thumbnail img {
    height: 15.625vw;
  }
  .new-event-card {
    padding: 1.0416666667vw 1.5625vw;
    margin: 4.1666666667vw 0vw 0vw 0vw;
  }
  .new-event-card .card-header {
    margin: -4.1666666667vw -3.125vw 1.0416666667vw 0vw;
  }
  .new-event-card .card-header .event-img {
    width: 7.5vw;
    height: 7.5vw;
  }
  .new-event-card .card-header .shareicon {
    font-size: 4.6875vw;
    padding: 0.15625vw;
  }
  .eventsharemodal .img-share {
    width: 3.6458333333vw;
  }
  .face-recognition .history {
    height: auto;
    overflow: unset;
    margin-bottom: 2.0833333333vw;
  }
  .face-recognition .history h1 {
    margin-bottom: 2.0833333333vw;
  }
  .face-recognition .history .card-list {
    overflow: auto hidden;
    display: flex;
  }
  .face-recognition .history .card-list::-webkit-scrollbar {
    display: none;
  }
  .face-recognition .history .card-list .card {
    margin-right: 3.125vw;
    flex: 1 0 150px;
    padding-bottom: 1.0416666667vw;
  }
  .face-recognition .history .card-list .card button P {
    padding: 0vw 2.0833333333vw;
  }
  .face_image_form {
    margin-bottom: 3.125vw;
  }
  .face_image_form .drop-container {
    border-radius: 1.5625vw;
    padding: 2.0833333333vw 2.0833333333vw 3.125vw;
    gap: 1.5625vw;
  }
}
@media only screen and (max-width: 578px) {
  .heading62,
  .heading52 {
    font-size: 5.7291666667vw;
  }
  .title42,
  .title24 {
    font-size: 4.1666666667vw;
  }
  .title20 {
    font-size: 3.125vw;
  }
  .text24 {
    font-size: 3.6458333333vw;
    font-weight: 500;
  }
  .text20 {
    font-size: 3.125vw;
  }
  .text16 {
    font-size: 2.6041666667vw;
  }
  .btns {
    font-size: 3.125vw;
    border-radius: 1.8229166667vw;
    padding: 1.9791666667vw 4.1666666667vw;
  }
  .after-landing-section {
    width: 92%;
  }
  .data-table .dataTables_wrapper .dataTables_filter .serachicon {
    left: 1.8229166667vw;
  }
  .data-table .dataTables_wrapper .dataTables_filter input {
    padding: 1.3020833333vw 0vw 1.3020833333vw 7.2916666667vw;
    border-radius: 1.5625vw;
  }
  .login {
    background-color: rgba(var(--background), 1);
  }
  .login::before {
    width: 70%;
    right: -10%;
    left: unset;
    background-position: bottom;
    bottom: -8.3333333333vw;
  }
  .login .login-right {
    width: 100vw;
    background-color: transparent;
  }
  .login .login-right::before {
    display: none;
  }
  .login .login-right .detail h1 {
    font-size: 4.1666666667vw;
    margin-bottom: 2.6041666667vw;
  }
  .login .login-right .detail p {
    font-size: 3.6458333333vw;
  }
  .login .login-right .tab-content {
    width: 88.5416666667vw;
  }
  .login .login-right .tab-content input,
  .login .login-right .tab-content label,
  .login .login-right .tab-content .forget-pass,
  .login .login-right .tab-content .inputicon,
  .login .login-right .tab-content .login-btn {
    font-size: 3.6458333333vw;
  }
  .login .login-right .tab-content input {
    padding: 1.0416666667vw 5.9895833333vw;
  }
  .login .login-right .tab-content .inputicon {
    margin-bottom: 0.9375vw;
  }
  .login .login-right .tab-content .login-btn {
    margin-top: 3.125vw;
    padding: 1.0416666667vw 3.125vw;
    border-radius: 1.1458333333vw;
    min-width: 17.1875vw;
    min-height: 7.8125vw;
  }
  .login-option {
    font-size: 3.6458333333vw;
    margin-bottom: 4.1666666667vw;
  }
  .login-option ul button {
    padding: 1.0416666667vw 3.6458333333vw;
  }
  .header-menu .brandlogo {
    margin: 4.1666666667vw;
    max-width: 33.3333333333vw;
  }
  .navmenu {
    border-radius: 1.5625vw;
  }
  .navmenu.open {
    padding-bottom: 2.1875vw;
    border-radius: 3.125vw;
  }
  .navmenu .navbar-collapse {
    width: 80%;
    padding: 10.4166666667vw 4.1666666667vw 2.0833333333vw;
  }
  .navmenu .menu-btn {
    margin: 4.1666666667vw;
    border-radius: 1.0416666667vw;
  }
  .navmenu .menu-btn svg {
    width: 4.1666666667vw;
  }
  .navmenu ul .nav-item .nav-link {
    padding: 3.125vw 0px;
  }
  .profileloginbtn .login-btn,
  .profileloginbtn .profile-icon {
    font-size: 2.6041666667vw;
    padding: 3.125vw 0vw;
  }
  .profileloginbtn .login-btn svg,
  .profileloginbtn .profile-icon svg {
    width: 2.6041666667vw;
  }
  .profileloginbtn .dropdown-menu li .dropdown-item {
    padding: 3.125vw 0vw;
  }
  .landing-pg .landing-left {
    width: 75%;
    bottom: 8.0729166667vw;
    padding: 2.0833333333vw 2.0833333333vw 5.2083333333vw;
  }
  .landing-pg .counter {
    font-size: 7.8125vw;
    padding: 0vw 2.0833333333vw;
    border-radius: 1.1458333333vw;
    top: 15.625vw;
    right: 4.1666666667vw;
  }
  .landing-pg .owl-nav {
    bottom: 15.1041666667vw;
  }
  .landing-pg .owl-nav button.owl-next, .landing-pg .owl-nav button.owl-prev {
    font-size: 4.1666666667vw;
    padding: 1.0416666667vw !important;
  }
  .aboutus .outline-section {
    margin-top: 2.0833333333vw;
    width: 84.375vw;
    height: 85.4166666667vw;
  }
  .srvc-card .srvc-right.outline-section {
    margin: 2.0833333333vw auto;
    width: 67.7083333333vw;
    height: 67.7083333333vw;
  }
  .srvc-card .srvc-right .additional-img {
    border-radius: 1.8229166667vw;
  }
  .srvc-card .srvc-right .additional-img.top-right {
    width: 23.9583333333vw;
    height: 17.96875vw;
  }
  .srvc-card .srvc-right .additional-img.bottom-left {
    left: -9.375vw;
    width: 25.5208333333vw;
    height: 15.625vw;
  }
  .srvc-card .srvc-right .additional-img.bottom-left.square {
    width: 25.5208333333vw;
    height: 6.25vw;
    bottom: 17.96875vw;
  }
  .all-srvces {
    padding: 19.7916666667vw 0px 3.125vw;
  }
  .all-srvces .backbtn {
    padding: 0.5208333333vw 2.0833333333vw;
    border-radius: 1.4583333333vw;
    font-size: 4.1666666667vw;
  }
  .all-srvces .srvc-menu-item .icon.img1 {
    height: 86%;
    width: 74%;
  }
  .all-srvces .srvc-menu-item .icon.img12 {
    bottom: -4px;
    right: -10px;
    height: 80%;
    width: 60%;
  }
  .porto-item {
    height: 45.5729166667vw;
    border-radius: 3.125vw;
  }
  .feature-sec .media-wrapper {
    height: 100vw;
  }
  .feature-sec .feature.top-left img {
    width: 32.2916666667vw;
    height: 20.8333333333vw;
  }
  .feature-sec .feature.top-right {
    top: gwt-vw(120px);
    right: gwt-vw(80px);
  }
  .feature-sec .feature.top-right img {
    width: 22.3958333333vw;
    height: 28.90625vw;
  }
  .feature-sec .feature.center {
    width: 42.7083333333vw;
    height: 66.1458333333vw;
    top: 16.1458333333vw;
  }
  .feature-sec .feature.bottom-left img {
    width: 28.90625vw;
    height: 28.90625vw;
  }
  .feature-sec .feature.bottom-right {
    right: 5.2083333333vw;
    bottom: 8.3333333333vw;
  }
  .feature-sec .feature.bottom-right img {
    width: 31.25vw;
    height: 20.8333333333vw;
  }
  .portfolio-popup .text24 {
    font-size: 2.6041666667vw;
  }
  .portfolio-popup .heading52 {
    font-size: 3.125vw;
  }
  .portfolio-popup .modal-content {
    border-radius: 4.1666666667vw;
  }
  .portfolio-popup .modal-footer {
    border-top: 0.5208333333vw solid rgba(var(--background), 0.7);
    margin: 3.125vw;
  }
  .portfolio-popup .modal-footer .end {
    font-size: 2.8645833333vw;
    bottom: -0.625vw;
  }
  .reviewer img {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  .instafeed .insta-follow {
    width: 70%;
    padding: 3.6458333333vw 5.2083333333vw;
  }
  .instafeed .insta-follow .btn-border {
    font-size: 3.6458333333vw;
    padding: 0.78125vw 3.6458333333vw;
  }
  .instafeed .posts {
    margin-bottom: 4.1666666667vw;
  }
  .contact-form form .contact-input {
    margin-bottom: 1.0416666667vw;
  }
  .contact-form form label,
  .contact-form form input,
  .contact-form form textarea {
    font-size: 3.6458333333vw;
  }
  footer .details li i {
    margin: 1.0416666667vw 1.1979166667vw;
  }
  footer .copyright {
    font-size: 3.125vw;
  }
  .bredcrmb .links .linknames {
    font-size: 2.7083333333vw;
  }
  .links-filter .filters button {
    font-size: 3.125vw;
  }
  .tanent_images .links-filter,
  .face-recognition .links-filter {
    padding: 0vw 3%;
    gap: 4.1666666667vw;
    margin: 7.8125vw 0vw 5.2083333333vw;
  }
  .tanent-profile {
    position: relative;
    display: block;
  }
  .profile {
    padding: 3.125vw 4.1666666667vw;
  }
  .profile .Profile-content {
    flex-grow: 1;
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 3.125vw;
  }
  .profile .Profile-content .clientimg label {
    font-size: 2.6041666667vw;
    right: get-ve(30px);
    top: 0;
    border-radius: 0.5208333333vw;
    padding: 0.3125vw 0.4166666667vw 0.5208333333vw 0.7291666667vw;
    color: rgba(var(--background), 1);
  }
  .profile .Profile-content .clientimg .client-dp {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  .profile .project-details {
    justify-content: space-between;
  }
  .profile .project-details .detail-box {
    border: unset;
    border-radius: unset;
    text-align: center;
    margin: 0px 3.125vw 0px 0px;
  }
  .bio {
    margin: 0px 0px 0px 3.125vw;
  }
  .bio .addcoverphoto {
    display: none;
  }
  .navigate-tabs {
    padding: 0.625vw 2.6041666667vw 0vw;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: scroll hidden;
  }
  .navigate-tabs li {
    margin: 0vw 2.6041666667vw 0vw 0vw;
  }
  .navigate-tabs a {
    padding: 1.5625vw 0px;
  }
  .navigate-tabs a::before {
    height: 0.7291666667vw;
    border-radius: 1.0416666667vw;
  }
  .links-filter {
    margin: 5.2083333333vw 0vw 3.125vw;
  }
  .folder {
    padding: 2.0833333333vw;
    border-radius: 2.6041666667vw;
  }
  .folder .thumbnail img {
    height: auto;
    border-radius: 1.5625vw;
  }
  .eventsharemodal .modal-header {
    font-size: 3.5416666667vw;
  }
  .eventsharemodal .modal-header h5 {
    font-size: 3.5416666667vw;
  }
  .eventsharemodal .modal-header img {
    width: 4.2708333333vw;
  }
  .eventsharemodal .modal-content {
    border-radius: 3.6458333333vw;
  }
  .eventsharemodal .img-share {
    width: 4.2708333333vw;
  }
  .new-event-card {
    padding: 1.0416666667vw 2.0833333333vw;
    margin: 8.0729166667vw 0vw 0vw 0vw;
    border-radius: 3.125vw;
  }
  .new-event-card::before {
    border-radius: 3.125vw;
  }
  .new-event-card .card-header {
    margin: -7.0833333333vw -3.125vw 1.5625vw 0vw;
  }
  .new-event-card .card-header .event-img {
    width: 12.2395833333vw;
    height: 12.2395833333vw;
  }
  .new-event-card .card-header .shareicon {
    font-size: 6.5104166667vw;
    padding: 0.453125vw;
  }
  .tab-content .multi-select {
    margin: 5.2083333333vw 0vw;
  }
  .common-form .inputbox {
    margin-bottom: 2.0833333333vw;
  }
  .common-form .inputbox .icon {
    font-size: 3.6458333333vw;
  }
  .common-form .inputbox input,
  .common-form .inputbox textarea {
    font-size: 3.6458333333vw;
    padding-left: 5.2083333333vw;
  }
}
@media only screen and (max-width: 375px) {
  .heading62,
  .heading52 {
    font-size: 6.25vw;
  }
  .title42,
  .title24 {
    font-size: 5.2083333333vw;
  }
  .title20 {
    font-size: 4.0625vw;
  }
  .text24 {
    font-size: 4.5833333333vw;
    font-weight: 500;
  }
  .text20 {
    font-size: 4.0625vw;
  }
  .text16 {
    font-size: 3.6458333333vw;
  }
  .topbtn {
    font-size: 6.7708333333vw;
  }
  .btns {
    font-size: 3.6458333333vw;
  }
  .login::before {
    width: 80%;
  }
  .login .login-right .login-sec {
    margin-top: 6.7708333333vw;
  }
  .login .login-right .detail h1 {
    font-size: 5.46875vw;
    margin-bottom: 3.125vw;
  }
  .login .login-right .detail p {
    font-size: 4.2708333333vw;
  }
  .login .login-right .tab-content input,
  .login .login-right .tab-content label,
  .login .login-right .tab-content .forget-pass,
  .login .login-right .tab-content .inputicon,
  .login .login-right .tab-content .login-btn {
    font-size: 4.2708333333vw;
  }
  .login .login-right .tab-content .login-btn {
    margin-top: 4.0625vw;
    padding: 2.0833333333vw 4.1666666667vw;
    border-radius: 1.6666666667vw;
    min-width: 20.3125vw;
    min-height: 9.8958333333vw;
  }
  .login-option {
    font-size: 4.2708333333vw;
    margin-bottom: 5.2083333333vw;
  }
  .navmenu ul {
    font-size: 5.7291666667vw;
  }
  .profileloginbtn .login-btn,
  .profileloginbtn .profile-icon {
    font-size: 4.1666666667vw;
  }
  .profileloginbtn .login-btn svg,
  .profileloginbtn .profile-icon svg {
    width: 4.1666666667vw;
  }
  .profileloginbtn .login-btn .profilepic,
  .profileloginbtn .profile-icon .profilepic {
    width: 10.4166666667vw;
    height: 9.8958333333vw;
  }
  .service-menu .srvc-menu-bg,
  .portfolio-menu .srvc-menu-bg {
    padding: 2.0833333333vw 5.2083333333vw 0vw;
  }
  .service-menu .photoreel,
  .portfolio-menu .photoreel {
    width: 20.8333333333vw;
    height: 22.9166666667vw;
    bottom: 10.4166666667vw;
  }
  .service-menu .videoreel,
  .portfolio-menu .videoreel {
    width: 24.21875vw;
    height: 18.2291666667vw;
  }
  .portfolio-popup .text24 {
    font-size: 3.2291666667vw;
  }
  .portfolio-popup .heading52 {
    font-size: 4.1666666667vw;
  }
  .portfolio-popup .popup-about {
    min-height: 28.6458333333vw;
  }
  .portfolio-popup .popup-about img {
    width: 44.2708333333vw;
    max-height: 28.6458333333vw;
    transform: rotate(17deg) translate(-5.2083333333vw, -3.125vw) scale(1.2);
    border-radius: 3.125vw;
  }
  .portfolio-popup .popup-review .popup-review-left img:nth-child(1) {
    transform: rotate(17deg) translate(7.8125vw, 0px) scale(1.25);
  }
  .portfolio-popup .popup-review .popup-review-left img:nth-child(2) {
    transform: rotate(17deg) translate(6.25vw, 8.3333333333vw) scale(1.5);
  }
  .portfolio-popup .modal-footer {
    border-top: 0.5208333333vw solid rgba(var(--background), 0.7);
    margin: 3.125vw;
  }
  .reviewer img {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
  .contact-form form label,
  .contact-form form input,
  .contact-form form textarea {
    font-size: 4.1666666667vw;
  }
  .contact-form form input,
  .contact-form form textarea {
    padding-left: 6.25vw;
  }
  .bredcrmb {
    margin: 6.7708333333vw 0vw 4.6875vw;
  }
  .bredcrmb .links .linknames {
    font-size: 3.3333333333vw;
  }
  .links-filter {
    margin: 6.7708333333vw 0vw 4.6875vw;
  }
  .profile .project-details .detail-box {
    margin: 0px 3.125vw 3.125vw 0px;
  }
  .new-event-card .card-header {
    margin: -7.0833333333vw -3.125vw 1.5625vw 0vw;
  }
  .new-event-card .card-header .event-img {
    width: 15.1041666667vw;
    height: 15.1041666667vw;
  }
  .new-event-card .card-header .shareicon {
    font-size: 8.3333333333vw;
  }
  .tab-content .multi-select {
    font-size: 4.6875vw;
    margin: 6.25vw 0vw;
  }
  .common-form .inputbox {
    margin-bottom: 4.1666666667vw;
  }
  .common-form .inputbox .icon {
    font-size: 4.6875vw;
  }
  .common-form .inputbox input,
  .common-form .inputbox textarea {
    font-size: 4.6875vw;
    padding-left: 6.25vw;
  }
  .face-recognition .history {
    margin-bottom: 4.1666666667vw;
  }
  .face-recognition .history .card-list .card {
    margin-right: 4.1666666667vw;
    flex: 1 0 130px;
    padding-bottom: 2.0833333333vw;
  }
  .face_image_form {
    margin-bottom: 5.2083333333vw;
  }
  .face_image_form .drop-container {
    border-radius: 2.6041666667vw;
    padding: 2.0833333333vw 3.125vw 4.1666666667vw;
    gap: 2.6041666667vw;
  }
  .face_image_form .camera_btn {
    margin-right: 3.125vw;
    padding: 1.0416666667vw 2.6041666667vw;
    border-radius: 1.3020833333vw;
  }
  .face_image_form .choose_file {
    border-radius: 1.5625vw;
    padding: 1.0416666667vw;
  }
  .face_image_form .choose_file::file-selector-button {
    margin-right: 3.125vw;
    padding: 1.0416666667vw 2.6041666667vw;
    border-radius: 1.3020833333vw;
  }
}/*# sourceMappingURL=style.css.map */