@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v47-latin-regular.eot");
  src: url("../fonts/roboto-v47-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v47-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v47-latin-regular.woff") format("woff"), url("../fonts/roboto-v47-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v47-latin-regular.svg#Roboto") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v47-latin-700.eot");
  src: url("../fonts/roboto-v47-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v47-latin-700.woff2") format("woff2"), url("../fonts/roboto-v47-latin-700.woff") format("woff"), url("../fonts/roboto-v47-latin-700.ttf") format("truetype"), url("../fonts/roboto-v47-latin-700.svg#Roboto") format("svg");
}
:root {
  --fonttext74: 74px;
  --fonttext64: 64px;
  --fonttext54: 54px;
  --fonttext32: 32px;
  --fonttext28: 28px;
  --fonttext24: 24px;
  --fonttext22: 22px;
  --fonttext20: 20px;
  --fonttext18: 18px;
  --fonttext16: 16px;
  --fonttext14: 14px;
  --primary: #7536E2;
  --secondary: #E8307D;
  --whitecolor: #ffffff;
  --spacing85: 85px;
  --spacing60: 60px;
  --spacing40: 40px;
  --spacing36: 36px;
  --spacing30: 30px;
  --spacing20: 20px;
  --spacing15: 15px;
  --spacing10: 10px;
}

@media (max-width: 1800px) {
  :root {
    --fonttext74: 70px;
    --fonttext22: 20px;
  }
}
/* 1600px and down */
@media (max-width: 1600px) {
  :root {
    --fonttext74: 68px;
    --fonttext64: 60px;
    --fonttext54: 50px;
    --fonttext32: 30px;
    --fonttext28: 26px;
    --fonttext24: 24px;
    --fonttext22: 20px;
    --fonttext20: 19px;
    --fonttext18: 18px;
    --fonttext16: 16px;
    --fonttext14: 14px;
    --spacing85: 50px;
    --spacing60: 55px;
    --spacing40: 35px;
    --spacing36: 32px;
    --spacing30: 28px;
    --spacing20: 20px;
    --spacing15: 15px;
    --spacing10: 10px;
  }
}
@media (max-width: 1440px) {
  :root {
    --fonttext74: 64px;
    --fonttext22: 18px;
  }
}
@media (max-width: 1280px) {
  :root {
    --fonttext74: 60px;
    --fonttext22: 16px;
  }
}
/* 1200px and down */
@media (max-width: 1200px) {
  :root {
    --fonttext74: 58px;
    --fonttext64: 56px;
    --fonttext54: 46px;
    --fonttext32: 28px;
    --fonttext28: 26px;
    --fonttext24: 24px;
    --fonttext22: 16px;
    --fonttext20: 20px;
    --fonttext18: 18px;
    --fonttext16: 16px;
    --fonttext14: 14px;
    --spacing85: 50px;
    --spacing60: 50px;
    --spacing40: 35px;
    --spacing36: 32px;
    --spacing30: 28px;
    --spacing20: 20px;
    --spacing15: 15px;
    --spacing10: 10px;
  }
}
/* 991px and down (tablet landscape) */
@media (max-width: 991px) {
  :root {
    --fonttext74: 52px;
    --fonttext64: 48px;
    --fonttext54: 40px;
    --fonttext32: 28px;
    --fonttext28: 22px;
    --fonttext24: 21px;
    --fonttext22: 16px;
    --fonttext20: 20px;
    --fonttext18: 18px;
    --fonttext16: 16px;
    --fonttext14: 14px;
    --spacing85: 40px;
    --spacing60: 40px;
    --spacing40: 30px;
    --spacing36: 30px;
    --spacing30: 26px;
    --spacing20: 20px;
    --spacing15: 15px;
    --spacing10: 10px;
  }
}
/* 768px and down (tablet portrait) */
@media (max-width: 767px) {
  :root {
    --fonttext74: 40px;
    --fonttext64: 36px;
    --fonttext54: 40px;
    --fonttext32: 28px;
    --fonttext28: 22px;
    --fonttext24: 21px;
    --fonttext22: 16px;
    --fonttext20: 17px;
    --fonttext18: 16px;
    --fonttext16: 14px;
    --fonttext14: 13px;
    --spacing85: 40px;
    --spacing60: 36px;
    --spacing40: 30px;
    --spacing36: 30px;
    --spacing30: 26px;
    --spacing20: 20px;
    --spacing15: 15px;
    --spacing10: 10px;
  }
}
/* 575px and down (mobile) */
@media (max-width: 480px) {
  :root {
    --fonttext74: 36px;
    --fonttext64: 24px;
    --fonttext54: 30px;
    --fonttext32: 24px;
    --fonttext28: 20px;
    --fonttext24: 20px;
    --fonttext22: 16px;
    --fonttext20: 16px;
    --fonttext18: 15px;
    --fonttext16: 14px;
    --fonttext14: 13px;
    --spacing85: 40px;
    --spacing60: 30px;
    --spacing40: 24px;
    --spacing36: 22px;
    --spacing30: 20px;
    --spacing20: 15px;
    --spacing15: 12px;
    --spacing10: 10px;
  }
}
/* scrollbar */
* {
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background: rgb(26, 67, 78);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(26, 67, 78);
}

::-webkit-scrollbar-track {
  background: rgb(235, 249, 239);
}

::-webkit-scrollbar-corner {
  background: rgb(235, 249, 239);
}

::-webkit-resizer {
  background: rgb(235, 249, 239);
}

/* scrollbar */
html,
body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  font-size: var(--fonttext16);
  background-color: #231043;
  color: var(--whitecolor);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  outline: none;
}
img:focus {
  outline: none;
}

p,
label {
  padding: 0;
  margin: 0;
}

input:hover,
select:hover,
textarea:hover,
button:hover,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a {
  color: var(--whitecolor);
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  line-height: normal;
  line-height: 1.5;
  color: var(--whitecolor);
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul li {
  list-style-type: none;
  color: #666666;
}

p:empty {
  margin: 0;
  padding: 0;
  height: 0;
}

section {
  scroll-margin-top: 86px;
}

figure {
  margin: 0;
}

.mb-40 {
  margin-bottom: var(--spacing40);
}

.mb-30 {
  margin-bottom: var(--spacing30);
}

.mb-20 {
  margin-bottom: var(--spacing20);
}

.mb-10 {
  margin-bottom: var(--spacing10);
}

.highlight-title {
  font-size: var(--fonttext74);
  font-weight: bold;
  color: var(--whitecolor);
}

.main-title {
  font-size: var(--fonttext64);
  font-weight: bold;
  line-height: 100%;
  color: var(--whitecolor);
}

.sub-title {
  font-size: var(--fonttext54);
  font-weight: bold;
  color: var(--whitecolor);
}

.sub-title-para {
  font-size: var(--fonttext22);
  font-weight: bold;
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text !important;
  position: relative;
  font-weight: 500;
  background: linear-gradient(107.15deg, #E8307D 3.51%, #7536E2 82.8%);
  text-transform: uppercase;
}

.paragrafh {
  font-size: var(--fonttext22);
  font-weight: 300;
  color: var(--whitecolor);
}
.paragrafh .hightlight-text {
  background: linear-gradient(108.21deg, #7536E2 9.72%, #E8307D 65.13%);
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
  font-weight: 500;
}

.sub-para-title {
  font-size: var(--fonttext20);
  font-weight: 400;
  color: var(--whitecolor);
}

.primary-btn {
  background-color: var(--primary);
  padding: 14px 20px;
  border-radius: 60px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1699.99px) {
  .primary-btn {
    padding: 10px 14px;
  }
}
@media (max-width: 767.99px) {
  .primary-btn {
    padding: 8px 12px;
  }
}
@media (max-width: 480.99px) {
  .primary-btn {
    padding: 5px 10px;
  }
}
.primary-btn:hover {
  background: linear-gradient(107.15deg, #E8307D 3.51%, #7536E2 82.8%);
  -webkit-box-shadow: 0 10px 20px rgba(117, 54, 226, 0.3);
          box-shadow: 0 10px 20px rgba(117, 54, 226, 0.3);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.primary-btn a {
  font-size: var(--fonttext16);
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--whitecolor);
  text-decoration: none;
  line-height: 100%;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 575.99px) {
  .primary-btn a {
    letter-spacing: 1px;
    font-size: 12px;
  }
}

textarea {
  resize: none;
}

.slick-dotted.slick-slider {
  margin: 0 !important;
}

body .slick-dots li {
  width: auto;
  height: auto;
}

body .slick-dots .slick-active button {
  width: 20px;
  height: 20px;
}

body .slick-dots li.slick-active button:before {
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 575.99px) {
  body .slick-dots li.slick-active button:before {
    width: 10px;
    height: 10px;
  }
}

.vector-shape {
  width: 100%;
}
.vector-shape .right-vec {
  position: absolute;
  right: 0;
  top: 50px;
  width: 124px;
  height: 166px;
}
@media (max-width: 1600px) {
  .vector-shape .right-vec {
    width: 62px;
    height: auto;
  }
}
@media (max-width: 1199.99px) {
  .vector-shape .right-vec {
    width: 40px;
  }
}
@media (max-width: 767.99px) {
  .vector-shape .right-vec {
    display: none;
  }
}
.vector-shape .left-vec {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 124px;
  height: 166px;
}
@media (max-width: 1600px) {
  .vector-shape .left-vec {
    width: 62px;
    height: auto;
  }
}
@media (max-width: 1199.99px) {
  .vector-shape .left-vec {
    width: 40px;
  }
}
@media (max-width: 767.99px) {
  .vector-shape .left-vec {
    display: none;
  }
}

#backToTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99999;
  background-color: var(--primary);
  color: white;
  border: none;
  outline: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  -webkit-animation: pulse-blue 1.6s infinite;
          animation: pulse-blue 1.6s infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480.99px) {
  #backToTop {
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 35px;
  }
}

@-webkit-keyframes pulse-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 183, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 183, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
            box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
            box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}

@keyframes pulse-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 183, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 183, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
            box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
            box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
#backToTop.show {
  opacity: 1;
  pointer-events: auto;
}

.btn-whatsapp-pulse {
  position: fixed;
  bottom: 100px;
  /* Slightly above the back-to-top button */
  right: 30px;
  z-index: 998;
  background-color: #25D366;
  color: white;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-animation: pulse 1.6s infinite;
          animation: pulse 1.6s infinite;
}
@media (max-width: 480.99px) {
  .btn-whatsapp-pulse {
    bottom: 90px;
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 35px;
  }
}

.btn-whatsapp-pulse i {
  line-height: inherit;
}

.btn-whatsapp-pulse:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
            box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.btn-phone-call {
  position: fixed;
  bottom: 180px;
  /* Above WhatsApp button */
  right: 30px;
  z-index: 997;
  background-color: #007BFF;
  color: white;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-animation: pulse-blue 1.6s infinite;
          animation: pulse-blue 1.6s infinite;
}
@media (max-width: 480.99px) {
  .btn-phone-call {
    bottom: 145px;
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 35px;
  }
}

.btn-phone-call i {
  line-height: inherit;
}

.btn-phone-call:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* Blue pulse animation for phone */
@keyframes pulse-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
            box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
            box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
@media (max-width: 575.99px) {
  .ext-btn-fixed {
    right: 15px !important;
  }
}
[data-aos] {
  will-change: transform, opacity;
}

html {
  scroll-behavior: smooth;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:active ~ label {
  display: none;
}

.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  opacity: 1;
  transform: none !important;
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 1;
  transform: none !important;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 1;
  -webkit-transform: none !important;
          transform: none !important;
}

/* For Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.main-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #361969;
  border-bottom: 1px solid rgba(26, 67, 78, 0.2);
}
.main-header .navbar .navbar-brand {
  position: relative;
}
.main-header .navbar .navbar-brand img {
  display: block;
  height: 60px;
}
@media (max-width: 1199.99px) {
  .main-header .navbar .navbar-brand img {
    height: 50px;
  }
}
.main-header .navbar .navbar-toggler {
  background-color: #673AB7;
  border-color: transparent;
}
.main-header .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url(../../images/bars-solid.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-filter: brightness(1) invert(1);
          filter: brightness(1) invert(1);
}
.main-header .navbar .navbar-nav .nav-item .nav-link {
  font-size: var(--fonttext18);
  padding: 1rem;
  color: var(--whitecolor);
  font-weight: 400;
}
@media (max-width: 991px) {
  .main-header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 0;
    padding: 10px 0;
  }
}
@media (max-width: 575.99px) {
  .main-header .navbar .navbar-nav .nav-item .nav-link {
    padding-left: 0;
    padding: 6px 0;
  }
}
.main-header .navbar .navbar-nav .nav-item .nav-link:hover, .main-header .navbar .navbar-nav .nav-item .nav-link:focus {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary)), to(var(--secondary)));
  background-image: linear-gradient(to right, var(--primary), var(--secondary));
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}
.main-header .navbar .navbar-nav .nav-item .active {
  font-weight: 400;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary)), to(var(--secondary)));
  background-image: linear-gradient(to right, var(--primary), var(--secondary));
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}
@media (max-width: 991px) {
  .main-header .navbar .navbar-nav .primary-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.header-icon {
  margin-right: 20px;
}

.scrolled {
  top: -106px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.scrolled-up {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #361969;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1699.99px) {
  .scrolled-up {
    margin: 0 20px 0 0px;
  }
}

.navbar-expand-lg .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.menu-list {
  margin-left: auto;
  margin-right: auto;
}

.mobile-dots {
  display: none;
}
@media (max-width: 991px) {
  .mobile-dots {
    display: none;
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  .web-dots {
    display: none;
  }
}

.nav-open .main-banner {
  margin-top: 0;
  padding-top: var(--spacing85);
}

.main-banner {
  position: relative;
  margin-top: 0;
  padding-bottom: var(--spacing85);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1199.99px) {
  .main-banner {
    padding-top: 25px;
  }
}
@media (min-width: 1200px) {
  .main-banner {
    height: calc(100vh - 87px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-banner .banner-img .banner-img-box {
  position: relative;
  width: 594px;
  height: 58.008vh;
  margin-left: auto;
  border-radius: 20px;
}
@media (max-width: 1024.99px) {
  .main-banner .banner-img .banner-img-box {
    height: auto;
  }
}
@media (max-width: 1499.99px) {
  .main-banner .banner-img .banner-img-box {
    width: 100%;
  }
}
.main-banner .banner-img .banner-img-box figure {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 20px;
}
.main-banner .banner-img .banner-img-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.main-banner .banner-img .banner-img-box .banner-img-title {
  position: absolute;
  bottom: var(--spacing20);
  left: var(--spacing20);
  text-align: center;
  font-size: var(--fonttext24);
  font-weight: 500;
  z-index: 11;
  text-transform: capitalize;
}
.main-banner .banner-img .banner-img-box .banner-img-title h5 {
  position: relative;
  z-index: 11;
}
.main-banner .banner-slider {
  margin: 0;
  height: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.main-banner .banner-slider figure {
  position: relative;
}
.main-banner .banner-slider figure:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(35, 16, 67, 0.09)), to(rgba(35, 16, 67, 0.9)));
  background: linear-gradient(180deg, rgba(35, 16, 67, 0.09) 65%, rgba(35, 16, 67, 0.9) 100%);
  border-radius: 20px;
  bottom: 0;
  right: 0;
}
.main-banner .slick-list {
  height: 100%;
}
.main-banner .slick-track {
  height: 100%;
}
.main-banner .slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: right;
  right: 0;
  z-index: 1;
  padding-right: 20px;
}
@media (max-width: 575.99px) {
  .main-banner .slick-dots {
    padding-right: 10px;
    bottom: auto;
    top: 10px;
  }
}
.main-banner .slick-dots li button {
  border: 0;
  border-radius: 50%;
  background: #fff;
}
.main-banner .slick-dots li button:before {
  background: #231043;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: transparent;
}
.main-banner .slick-dots .slick-active button {
  border: 0;
  border-radius: 50%;
  background: linear-gradient(107.15deg, #E8307D 3.51%, #7536E2 82.8%);
}
.main-banner .slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent;
}

@media (max-width: 1024.99px) {
  body .banner-box-div {
    width: 100%;
  }
}
body .banner-box-div h1 span {
  display: inline-block !important;
}

.banner-box-div button.baner-btn {
  margin-top: 30px;
}

.progress-sec {
  background: -webkit-gradient(linear, left top, right top, from(#7536E2), to(#E8307D));
  background: linear-gradient(90deg, #7536E2 0%, #E8307D 100%);
  padding-top: var(--spacing30);
  padding-bottom: var(--spacing30);
}
.progress-sec .stat {
  text-align: center;
}
.progress-sec .stat .highlight-title {
  position: relative;
}
.progress-sec .stat .highlight-title:after {
  content: "+";
  font-size: 34px;
  position: absolute;
}
.progress-sec .stat p {
  font-size: var(--fonttext20);
}
@media (max-width: 991px) {
  .progress-sec .stat p {
    font-size: 21px;
    line-height: normal;
  }
}
@media (max-width: 767.99px) {
  .progress-sec .stat p {
    font-size: 18px;
  }
}
@media (max-width: 480.99px) {
  .progress-sec .stat p {
    font-size: 14px;
  }
}

@media (max-width: 480.99px) {
  .row.counter-section {
    gap: 45px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-right: 10px;
  }
}
@media (max-width: 375.99px) {
  .row.counter-section {
    gap: 20px;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

.about {
  padding-top: var(--spacing85);
  padding-bottom: var(--spacing85);
  position: relative;
}
.about .mike-vec {
  position: absolute;
  right: 0;
  bottom: 100px;
}
@media (max-width: 1600px) {
  .about .mike-vec {
    width: 80px;
  }
}
@media (max-width: 767.99px) {
  .about .mike-vec {
    display: none;
  }
}
.about .about-content-l figure {
  margin: 0;
  height: 100%;
}
.about .about-content-l figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .about-content {
  padding-left: var(--spacing36);
  position: relative;
}
@media (max-width: 1199.99px) {
  .about .about-content {
    padding-left: 0;
  }
}
.about .about-content .sub-title span {
  font-size: var(--fonttext74);
}
.about .about-content h6 {
  font-size: var(--fonttext28);
  font-weight: 500;
  line-height: 1.6;
}
.about .about-content .abo-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 480.99px) {
  .about .about-content .abo-btn-list {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.about .about-content .abo-btn-list .phone-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.about .about-content .abo-btn-list .phone-call span {
  font-size: var(--fonttext22);
  letter-spacing: 2px;
}
.about .about-content .right-ve {
  position: absolute;
  right: 0;
  bottom: -20px;
}
@media (max-width: 767.99px) {
  .about .about-content .right-ve {
    display: none;
  }
}
.about .phone-call a:hover {
  -webkit-background-clip: text !important;
          background-clip: text !important;
  position: relative;
  background: linear-gradient(107.15deg, #e8307d 3.51%, #7536e2 82.8%);
  color: rgba(0, 0, 0, 0);
}
.about .about-slider {
  margin: 0;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 20px;
  overflow: hidden;
}
.about .slick-list {
  height: 100%;
}
.about .slick-track {
  height: 100%;
}
.about .slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  right: auto;
  left: auto;
  margin: 0 auto;
}
.about .slick-dots li button {
  border: 0;
  border-radius: 50%;
  background: #fff;
}
.about .slick-dots li button:before {
  background: #231043;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: transparent;
}
.about .slick-dots .slick-active button {
  border: 0;
  border-radius: 50%;
  background: linear-gradient(107.15deg, #e8307d 3.51%, #7536e2 82.8%);
}
.about .slick-dots li.slick-active button:before {
  opacity: 1;
  color: transparent;
}

@media (max-width: 1199.99px) {
  .row-gap-space {
    margin-top: 20px;
  }
}

.app-service {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 54, 226, 0.1)), to(rgba(64, 30, 124, 0)));
  background: linear-gradient(180deg, rgba(117, 54, 226, 0.1) 0%, rgba(64, 30, 124, 0) 100%);
  position: relative;
  padding-top: var(--spacing85);
  padding-bottom: var(--spacing85);
}
.app-service .row .ser-box {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .app-service .row .ser-box {
    margin-bottom: 20px;
  }
}
.app-service .row .ser-box .feature {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(117, 54, 226, 0.2);
  padding: var(--spacing30);
  height: 100%;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  gap: var(--spacing20);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .app-service .row .ser-box .feature {
    gap: 0.5rem;
  }
}
.app-service .row .ser-box .feature h3 {
  font-size: var(--fonttext28);
  font-weight: 700;
  color: var(--whitecolor);
  margin: 0;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
.app-service .row .ser-box .feature p {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
@media (max-width: 991px) {
  .app-service .row .ser-box .feature p {
    font-size: 16px;
  }
}
.app-service .row .ser-box .feature svg path {
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}
.app-service .row .ser-box .feature::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(107.15deg, #E8307D 3.51%, #7536E2 82.8%);
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  z-index: 0;
  border-radius: 20px;
}
.app-service .row .ser-box .feature > * {
  position: relative;
  z-index: 1;
}
.app-service .row .ser-box .feature:hover::before {
  height: 100%;
}
.app-service .row .ser-box .feature:hover h3,
.app-service .row .ser-box .feature:hover p {
  color: #fff;
}
.app-service .row .ser-box .feature:hover svg path {
  fill: #fff;
}

svg path {
  fill: var(--whitecolor);
}

.app-event {
  padding-top: var(--spacing85);
  padding-bottom: calc(var(--spacing85));
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(232, 48, 125, 0.1)), to(rgba(232, 48, 125, 0.01)));
  background: linear-gradient(180deg, rgba(232, 48, 125, 0.1) 0%, rgba(232, 48, 125, 0.01) 100%);
}
@media (min-width: 992px) {
  .app-event {
    padding-bottom: calc(var(--spacing85) - 24px);
  }
}
.app-event .event-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .app-event .event-btn button {
    margin-top: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
  }
}
.app-event .event-box {
  background: rgba(117, 54, 226, 0.2);
  padding: var(--spacing15);
  border-radius: 20px;
  margin-bottom: 24px;
}
.app-event .event-box h4 {
  font-size: var(--fonttext24);
  font-weight: bold;
  margin: 15px 0 10px 0;
}
.app-event .event-box h5 {
  font-size: var(--fonttext18);
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text !important;
  position: relative;
  font-weight: 500;
  background: linear-gradient(107.15deg, #E8307D 3.51%, #7536E2 82.8%);
}
.app-event .event-box p {
  font-size: var(--fonttext16);
  font-weight: 300;
}
.app-event .event-box .btn-list {
  margin-top: 15px;
}
.app-event .event-box .btn-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 300;
  font-size: var(--fonttext16);
  text-transform: uppercase;
  color: var(--whitecolor);
  text-decoration: none;
  letter-spacing: 1px;
}

.event-box:hover {
  background: linear-gradient(107.15deg, #E8307D 3.51%, #7536E2 82.8%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.event-box:hover figure {
  overflow: hidden;
  border-radius: 20px;
}
.event-box:hover figure img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.event-box:hover h5 {
  color: #fff;
}
.event-box:hover h4 {
  color: #fff;
}

@media (max-width: 991px) {
  .web-btn {
    display: none;
  }
}

.mobile-btn {
  display: none;
}
@media (max-width: 991px) {
  .mobile-btn {
    display: block;
  }
}

.app-gallery {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 54, 226, 0.1)), to(rgba(64, 30, 124, 0)));
  background: linear-gradient(180deg, rgba(117, 54, 226, 0.1) 0%, rgba(64, 30, 124, 0) 100%);
  padding-top: var(--spacing85);
  padding-bottom: var(--spacing85);
  position: relative;
  padding-left: var(--spacing30);
  padding-right: var(--spacing30);
}
@media (max-width: 575.99px) {
  .app-gallery {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.tab {
  background-color: var(--primary);
  padding: 12px 20px;
  border-radius: 30px;
  border: none;
  color: white;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-size: var(--fonttext18);
}
@media (max-width: 575.99px) {
  .tab {
    padding: 5px 10px;
    border-radius: 16px;
    font-size: 12px;
  }
}
.tab.active {
  background: linear-gradient(107.15deg, #E8307D 3.51%, #7536E2 82.8%);
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.gallery .item {
  background: #25084d;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  aspect-ratio: 1;
  width: calc(16.6666666667% - 2px);
}
@media (max-width: 1199.99px) {
  .gallery .item {
    width: calc(25% - 2px);
  }
}
@media (max-width: 480.99px) {
  .gallery .item {
    width: calc(33.3333333333% - 2px);
  }
}
.gallery .item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.gallery .item:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  overflow: hidden;
}

.app-testi {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 54, 226, 0.1)), to(rgba(117, 54, 226, 0)));
  background: linear-gradient(180deg, rgba(117, 54, 226, 0.1) 0%, rgba(117, 54, 226, 0) 100%);
  padding-top: var(--spacing85);
  padding-bottom: var(--spacing85);
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
}
@media (max-width: 991px) {
  .app-testi {
    padding-bottom: calc(var(--spacing85) + 44px);
  }
}
.app-testi .testimonial-slider {
  max-width: 100%;
}
.app-testi .testimonial-card {
  background: #7935ef;
  color: white;
  padding: var(--spacing30);
  border-radius: 12px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.app-testi .stars {
  color: gold;
  font-size: 1.2rem;
}
.app-testi .testimonial-text {
  font-size: var(--fonttext18);
  line-height: 1.5;
  margin: var(--spacing20) 0;
  font-weight: 300;
}
.app-testi .testimonial-author {
  font-size: var(--fonttext18);
  line-height: 1.5;
  font-weight: 500;
}
.app-testi .slick-prev,
.app-testi .slick-next {
  width: 44px;
  height: 44px;
  background: var(--BG, rgb(35, 16, 67));
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -70px;
}
@media (max-width: 1600px) {
  .app-testi .slick-prev,
  .app-testi .slick-next {
    top: -60px;
  }
}
@media (max-width: 991px) {
  .app-testi .slick-prev,
  .app-testi .slick-next {
    top: auto;
    bottom: -60px;
  }
}
.app-testi .slick-prev {
  right: 382px;
  left: auto;
}
@media (max-width: 1600px) {
  .app-testi .slick-prev {
    right: 62px;
  }
}
@media (max-width: 991px) {
  .app-testi .slick-prev {
    right: auto;
    left: calc(50% - 20px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.app-testi .slick-prev:before {
  content: "";
  background-image: url("http://202.131.107.107/jm/nainastudio/images/left-arrow-bg.svg");
  width: 24px;
  height: 21px;
  background-repeat: no-repeat;
}
.app-testi .slick-next {
  right: 330px;
}
@media (max-width: 1600px) {
  .app-testi .slick-next {
    right: 12px;
  }
}
@media (max-width: 991px) {
  .app-testi .slick-next {
    right: calc(50% - 70px);
    left: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.app-testi .slick-next:before {
  content: "";
  background-image: url("http://202.131.107.107/jm/nainastudio/images/right-arrow-bg.svg");
  width: 24px;
  height: 21px;
  background-repeat: no-repeat;
}
.app-testi .slick-prev:hover,
.app-testi .slick-prev:focus,
.app-testi .slick-next:hover,
.app-testi .slick-next:focus {
  color: transparent;
  outline: none;
  background: var(--Primary, rgb(117, 54, 226));
}

.contact-us {
  padding-top: var(--spacing85);
  padding-bottom: var(--spacing85);
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden;
  background-repeat: no-repeat;
}
.contact-us .registration {
  position: relative;
}
.contact-us .registration .form-control {
  background: rgba(117, 54, 226, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: var(--spacing20);
}
.contact-us .registration .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #fff;
}
.contact-us .registration .g-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-us .registration label {
  font-size: var(--fonttext18);
  color: rgba(255, 255, 255, 0.5);
}
.contact-us .registration label sup {
  color: #dc3545;
}
.contact-us .registration button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: var(--spacing40) auto 0;
  color: #fff;
}

.form-floating > label {
  left: 20px;
  line-height: normal;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: auto;
}

.contact-us .registration .form-control {
  color: #fff !important;
  font-size: var(--fonttext18);
}
@media (max-width: 480.99px) {
  .contact-us .registration .form-control {
    padding-left: 20px;
  }
}

.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  opacity: 1;
  transform: none;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  top: -10px;
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 1;
  transform: none;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  top: -10px;
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  color: #fff;
  font-weight: 400;
  font-size: 11px;
  top: -10px;
}

select.form-control {
  color: rgba(255, 255, 255, 0.5) !important;
}

body select {
  background-color: #573d84 !important;
}
body select option {
  color: #fff !important;
}
body select option sup {
  color: #dc3545 !important;
}

.contact-us .registration label.error {
  position: static;
  color: red;
  font-size: 14px;
  padding-top: 5px;
  height: auto;
}

.selcte-btn label {
  padding-top: 5px !important;
  font-size: 14px !important;
}

div#g-recaptcha-response-error {
  text-align: center;
}

.selcte-btn {
  position: relative;
}

.form-floating.mb-30.col-12.selcte-btn svg {
  position: absolute;
  right: 30px;
  top: 23px;
  font-size: 18px;
  color: #fff;
  width: 20px;
  height: 20px;
}
@media (max-width: 480.99px) {
  .form-floating.mb-30.col-12.selcte-btn svg {
    top: 18px;
  }
}

.form-floating.mb-30.col-12.selcte-btn svg path {
  stroke: #fff;
}

footer {
  background: var(--BG, rgb(35, 16, 67));
  color: var(--whitecolor);
}
footer .footer-top {
  padding-top: var(--spacing60);
  padding-bottom: var(--spacing60);
}
footer .foot-left {
  padding-right: var(--spacing40);
}
footer a {
  font-size: var(--fonttext16);
  color: var(--whitecolor);
}
footer a:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary)), to(var(--secondary)));
  background-image: linear-gradient(to right, var(--primary), var(--secondary));
  color: rgba(0, 0, 0, 0);
  -webkit-background-clip: text;
  background-clip: text;
  position: relative;
}
footer p {
  font-size: var(--fonttext16);
  line-height: 1.5;
  font-weight: 300;
}
footer p span {
  font-weight: 500;
}
footer h5 {
  font-size: var(--fonttext22);
  font-weight: 700;
  margin-bottom: var(--spacing20);
}
@media (max-width: 575.99px) {
  footer h5 {
    font-size: 20px;
  }
}
footer ul {
  padding: 0;
  list-style: none;
}
footer ul li {
  margin-bottom: var(--spacing10);
}
footer .foo-cont p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
footer .copy-right {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: var(--spacing20);
  padding-bottom: var(--spacing20);
}
footer .copy-right p {
  font-size: var(--fonttext14);
  font-weight: 300;
}
footer .copy-right .copy-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 575.99px) {
  footer .copy-right .copy-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    gap: 10px;
  }
}
footer .copy-right .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--spacing15);
}
footer .copy-right .social-icons .fab {
  font-size: var(--fonttext20);
}
footer .copy-right .social-icons .social-circle {
  background-color: var(--whitecolor);
  color: rgb(35, 16, 67);
  width: 36px;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 1.125rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .copy-right .social-icons .social-circle:hover {
  background-color: var(--secondary);
  color: var(--whitecolor);
}/*# sourceMappingURL=main.css.map */