/*---------------------------------------------"
// Template Name: Teach Me
// Description:  Teach Me Html Template
// Version: 1.0.0

===============================================   
STYLE SHEET INDEXING
|
|___ Fonts
|___ Variables
|___ Responsive
|___ Reset Styles
|___ Spacing
|___ Helper Classes
|___ Buttons
|___ Headings
|___ Layout Styles
|___ END STYLE SHEET INDEXING

--------------------------------------------*/
/*-------------------------
    Fonts
-------------------------*/
@import url("css2.css");
@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/arial.ttf) format("ttf");
  /* .ttf ka sahi format */
}
/*-------------------------
    Variables
-------------------------*/
/* Fonts */
/* Colors */
/* Transitions */
/* Border-Radius */
/* Gap */
/*-------------------------
    Responsive Styles
-------------------------*/
/*-------------------------
    Reset Styles
-------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  padding: 0;
}

ul.list-style li::marker,
ol.list-style li::marker {
  color: #7A77C6;
}

.unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.container-fluid {
  padding-right: calc(var(--bs-gutter-x) * 0.75);
  padding-left: calc(var(--bs-gutter-x) * 0.75);
}
@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 5vw;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .container-fluid {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

.page-content {
  margin: clamp(15px, 1.198vw, 40px) 0;
}

/*-------------------------
  Typography
-------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #45474F;
  background-color: #FAFAFA;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: clamp(17px, 0.938vw, 22px);
  font-weight: 400;
  line-height: 140%;
  height: 100%;
  overflow-x: hidden;
}
@media (max-width: 490px) {
  body {
    font-size: clamp(14px, 0.729vw, 28px);
  }
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #F6F5F5;
}

a {
  display: inline-block;
  text-decoration: none;
  color: unset;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0;
}

h1,
.h1 {
  font-family: "Arial", sans-serif;
  font-size: clamp(49px, 3.594vw, 99px);
  /* 69px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 96px */
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: clamp(36px, 3.073vw, 69px);
    /* 59px */
  }
}
@media (max-width: 820px) {
  h1,
  .h1 {
    font-size: clamp(31px, 2.188vw, 58px);
    /* 42px */
  }
}
@media (max-width: 576px) {
  h1,
  .h1 {
    font-size: clamp(36px, 2.188vw, 58px);
    /* 36px */
  }
}

h2,
.h2 {
  font-family: "Arial", sans-serif;
  font-size: clamp(39px, 2.865vw, 60px);
  /* 55px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 66px */
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: clamp(30px, 2.24vw, 52px);
    /* 43px */
  }
}
@media (max-width: 820px) {
  h2,
  .h2 {
    font-size: clamp(27px, 1.979vw, 48px);
    /* 38px */
  }
}

h3,
.h3 {
  font-family: "Arial", sans-serif;
  font-size: clamp(36px, 2.292vw, 125px);
  /* 44px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.8px;
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: clamp(30px, 1.823vw, 48px);
    /* 35px */
  }
}
@media (max-width: 820px) {
  h3,
  .h3 {
    font-size: clamp(26px, 1.563vw, 38px);
    /* 30px */
  }
}

h4,
.h4 {
  font-family: "Arial", sans-serif;
  font-size: clamp(30px, 1.823vw, 48px);
  /* 35px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 42px */
}
@media (max-width: 1199px) {
  h4,
  .h4 {
    font-size: clamp(22px, 1.51vw, 39px);
    /* 29px */
  }
}
@media (max-width: 820px) {
  h4,
  .h4 {
    font-size: clamp(24px, 1.875vw, 58px);
    /* 38px */
  }
}
@media (max-width: 576px) {
  h4,
  .h4 {
    font-size: clamp(22px, 1.25vw, 68px);
    /* 24px */
  }
}

h5,
.h5 {
  font-family: "Arial", sans-serif;
  font-size: clamp(18px, 1.458vw, 62px);
  /* 28px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 33.6px */
}
@media (max-width: 1199px) {
  h5,
  .h5 {
    font-size: clamp(22px, 1.25vw, 68px);
    /* 24px */
  }
}
@media (max-width: 820px) {
  h5,
  .h5 {
    font-size: clamp(20px, 1.146vw, 24px);
    /* 22px */
  }
}

h6,
.h6 {
  font-family: "Arial", sans-serif;
  font-size: clamp(24px, 1.354vw, 40px);
  /* 26px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 27.6px */
}
@media (max-width: 1199px) {
  h6,
  .h6 {
    font-size: clamp(22px, 1.25vw, 24px);
    /* 24px */
  }
}
@media (max-width: 820px) {
  h6,
  .h6 {
    font-size: clamp(20px, 1.146vw, 32px);
    /* 22px */
  }
}
@media (max-width: 576px) {
  h6,
  .h6 {
    font-size: clamp(19px, 1.042vw, 26px);
    /* 24px */
  }
}

.lead-p {
  font-family: "Inter", sans-serif;
  font-size: clamp(17px, 1.042vw, 38px);
  /* 20px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21.6px */
}
@media (max-width: 786px) {
  .lead-p {
    font-size: clamp(16px, 0.938vw, 36px);
    /* 18px */
  }
}

.text-18,
p {
  color: #45474F;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 0.938vw, 36px);
  /* 18px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}
@media (max-width: 399px) {
  .text-18,
  p {
    font-size: clamp(14px, 0.729vw, 28px);
    /* 14px */
  }
}

.eyebrow {
  color: #F6F5F5;
  text-transform: uppercase;
  font-size: clamp(14px, 0.938vw, 36px);
  /* 18px */
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 120%;
  /* 24px */
}
@media (max-width: 1199px) {
  .eyebrow {
    font-size: clamp(13px, 0.677vw, 32px);
    /* 15px */
  }
}

.subtitle {
  font-size: clamp(13px, 0.833vw, 24px);
  /* 16px */
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1499px) {
  .subtitle {
    font-size: 16px;
  }
}

.caption {
  font-size: clamp(13px, 0.729vw, 28px);
  /* 14px */
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1499px) {
  .caption {
    font-size: 12px;
  }
}

span {
  display: inline-block;
}

b,
strong {
  font-family: "Inter", sans-serif;
}

.hr-line {
  width: 100%;
  height: 1px;
  background: #1E1F20;
}

/*-------------------------
Helpers
-------------------------*/
.color-primary {
  color: #7A77C6 !important;
}

.color-sec {
  color: #2C297B !important;
}

.color-ter {
  color: #F6F5F5 !important;
}

.black {
  color: #0C0C0D !important;
}

.medium-black {
  color: #1E1F20 !important;
}

.light-black {
  color: #141516 !important;
}

.dark-gray {
  color: #45474F !important;
}

.lightest-gray {
  color: #EAEAEC !important;
}

.medium-gray {
  color: #92949F !important;
}

.medium-gray-2 {
  color: #D5D5D8 !important;
}

.white {
  color: #FFFFFF;
}

.bg-primary {
  background: #7A77C6 !important;
}

.bg-sec {
  background: #2C297B !important;
}

.bg-ter {
  background: #F6F5F5 !important;
}

.bg-black {
  background: #0C0C0D !important;
}

.bg-medium-black {
  background: #1E1F20 !important;
}

.bg-light-black {
  background: #141516 !important;
}

.bg-dark-gray {
  background: #45474F !important;
}

.bg-lightest-gray {
  background: #EAEAEC !important;
}

.bg-white {
  background: #FFFFFF !important;
}

.bg-white-bordered {
  background: #FFFFFF;
  border: 1px solid #EAEAEC;
  border-radius: clamp(8px, 0.625vw, 24px);
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.font-primary {
  font-family: "Inter", sans-serif;
}

.font-sec {
  font-family: "Arial", sans-serif;
}

.br-4 {
  border-radius: 4px;
}

.br-6 {
  border-radius: clamp(4px, 0.313vw, 7px);
}

.br-8 {
  border-radius: clamp(4px, 0.417vw, 16px);
}

.br-10 {
  border-radius: clamp(5px, 0.521vw, 20px);
}

.br-12 {
  border-radius: clamp(8px, 0.625vw, 24px);
}

.br-14 {
  border-radius: clamp(10px, 0.729vw, 28px);
}

.br-16 {
  border-radius: clamp(12px, 0.833vw, 32px);
}

.br-18 {
  border-radius: clamp(14px, 0.938vw, 36px);
}

.br-20 {
  border-radius: clamp(16px, 1.042vw, 40px);
}

.br-24 {
  border-radius: clamp(18px, 1.25vw, 48px);
}

.br-32 {
  border-radius: clamp(24px, 1.667vw, 64px);
}

.br-34 {
  border-radius: clamp(26px, 1.771vw, 66px);
}

.gap-6 {
  gap: clamp(3px, 0.313vw, 7px);
}

/*----------------------------------------*/
/*  SPACE CSS START
/*----------------------------------------*/
.my-80 {
  margin: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .my-80 {
    margin: 40px 0;
  }
}

.mt-80 {
  margin-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.mb-96 {
  margin-bottom: clamp(52px, 5vw, 170px);
}
@media (max-width: 575px) {
  .mb-96 {
    margin-bottom: 44px;
  }
}

.mb-80 {
  margin-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-64 {
  margin-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mb-64 {
    margin-bottom: 26px;
  }
}

.mt-64 {
  margin-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .mt-64 {
    margin-top: 26px;
  }
}

.my-64 {
  margin: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .my-64 {
    margin: 26px 0;
  }
}

.mt-48 {
  margin-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mt-48 {
    margin-top: 20px;
  }
}

.mb-48 {
  margin-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .mb-48 {
    margin-bottom: 20px;
  }
}

.mb-36 {
  margin-bottom: clamp(28px, 1.875vw, 76px);
}
@media (max-width: 767px) {
  .mb-36 {
    margin-bottom: 24px;
  }
}

.mb-40 {
  margin-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 1599px) {
  .mt-32 {
    margin-top: 29px;
  }
}
@media (max-width: 1399px) {
  .mt-32 {
    margin-top: 27px;
  }
}
@media (max-width: 1199px) {
  .mt-32 {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .mt-32 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-32 {
    margin-top: 20px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1599px) {
  .mb-32 {
    margin-bottom: 29px;
  }
}
@media (max-width: 1399px) {
  .mb-32 {
    margin-bottom: 27px;
  }
}
@media (max-width: 1199px) {
  .mb-32 {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .mb-32 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-32 {
    margin-bottom: 20px;
  }
}

.mt-24 {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 991px) {
  .mt-24 {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .mt-24 {
    margin-top: 20px;
  }
}

.mb-120 {
  margin-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .mb-120 {
    margin-bottom: 48px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .mb-24 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .mb-20 {
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .mb-20 {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .mb-20 {
    margin-bottom: 14px;
  }
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .mt-16 {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .mt-16 {
    margin-top: 14px;
  }
}
@media (max-width: 767px) {
  .mt-16 {
    margin-top: 10px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .mb-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mb-16 {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  .mb-12 {
    margin-bottom: 11px;
  }
}
@media (max-width: 991px) {
  .mb-12 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .mb-12 {
    margin-bottom: 8px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .mb-8 {
    margin-bottom: 4px;
  }
}

.mb-6 {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .mb-6 {
    margin-bottom: 3px;
  }
}

.mb-4 {
  margin-bottom: 4px !important;
}
@media (max-width: 767px) {
  .mb-4 {
    margin-bottom: 2px;
  }
}

.py-160 {
  padding: clamp(96px, 8.32vw, 320px) 0;
}
@media (max-width: 575px) {
  .py-160 {
    padding: 80px 0;
  }
}

.pt-160 {
  padding-top: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pt-160 {
    padding-top: 80px;
  }
}

.pb-160 {
  padding-bottom: clamp(96px, 8.32vw, 320px);
}
@media (max-width: 575px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

.py-80 {
  padding: clamp(48px, 4.167vw, 160px) 0;
}
@media (max-width: 575px) {
  .py-80 {
    padding: 40px 0;
  }
}

.pt-80 {
  padding-top: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pt-80 {
    padding-top: 40px;
  }
}

.pt-120 {
  padding-top: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pt-120 {
    padding-top: 48px;
  }
}

.pb-120 {
  padding-bottom: clamp(60px, 6.25vw, 320px);
}
@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 48px;
  }
}

.pb-80 {
  padding-bottom: clamp(48px, 4.167vw, 160px);
}
@media (max-width: 575px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

.py-64 {
  padding: clamp(32px, 3.33vw, 128px) 0;
}
@media (max-width: 767px) {
  .py-64 {
    padding: 26px 0;
  }
}

.pt-64 {
  padding-top: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pt-64 {
    padding-top: 26px;
  }
}

.pb-64 {
  padding-bottom: clamp(32px, 3.33vw, 128px);
}
@media (max-width: 767px) {
  .pb-64 {
    padding-bottom: 26px;
  }
}

.pb-48 {
  padding-bottom: 26px;
}

.py-48 {
  padding: clamp(24px, 2.5vw, 96px) 0;
}
@media (max-width: 767px) {
  .py-48 {
    padding: 20px 0;
  }
}

.pb-48 {
  padding-bottom: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pb-48 {
    padding-bottom: 20px;
  }
}

.pt-48 {
  padding-top: clamp(24px, 2.5vw, 96px);
}
@media (max-width: 767px) {
  .pt-48 {
    padding-top: 20px;
  }
}

.py-40 {
  padding: clamp(24px, 2.083vw, 80px) 0;
}
@media (max-width: 575px) {
  .py-40 {
    padding: 20px 0;
  }
}

.pt-40 {
  padding-top: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pt-40 {
    padding-top: 20px;
  }
}

.pb-40 {
  padding-bottom: clamp(24px, 2.083vw, 80px);
}
@media (max-width: 575px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

.py-32 {
  padding: 32px 0;
}
@media (max-width: 1599px) {
  .py-32 {
    padding: 29px 0;
  }
}
@media (max-width: 1399px) {
  .py-32 {
    padding: 27px 0;
  }
}
@media (max-width: 1199px) {
  .py-32 {
    padding: 25px 0;
  }
}
@media (max-width: 991px) {
  .py-32 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-32 {
    padding: 20px 0;
  }
}

.p-32 {
  padding: 32px;
}
@media (max-width: 1599px) {
  .p-32 {
    padding: 29px;
  }
}
@media (max-width: 1399px) {
  .p-32 {
    padding: 27px;
  }
}
@media (max-width: 1199px) {
  .p-32 {
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .p-32 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-32 {
    padding: 20px;
  }
}

.py-24 {
  padding: 24px 0;
}
@media (max-width: 1199px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 991px) {
  .py-24 {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .py-24 {
    padding: 20px 0;
  }
}

.py-12 {
  padding: 12px 0;
}
@media (max-width: 1199px) {
  .py-12 {
    padding: 8px 0;
  }
}
@media (max-width: 991px) {
  .py-12 {
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  .py-12 {
    padding: 4px 0;
  }
}

.pl-24 {
  padding-left: 24px;
}
@media (max-width: 1199px) {
  .pl-24 {
    padding-left: 22px;
  }
}
@media (max-width: 991px) {
  .pl-24 {
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  .pl-24 {
    padding-left: 20px;
  }
}

.pr-24 {
  padding-right: 24px;
}
@media (max-width: 1199px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 991px) {
  .pr-24 {
    padding-right: 22px;
  }
}
@media (max-width: 767px) {
  .pr-24 {
    padding-right: 20px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 1199px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .pb-24 {
    padding-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .pb-24 {
    padding-bottom: 20px;
  }
}

.pt-24 {
  padding-top: 24px;
}
@media (max-width: 1199px) {
  .pt-24 {
    padding-top: 22px;
  }
}
@media (max-width: 991px) {
  .pt-24 {
    padding-top: 22px;
  }
}
@media (max-width: 767px) {
  .pt-24 {
    padding-top: 20px;
  }
}

.p-24 {
  padding: 24px;
}
@media (max-width: 1199px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 991px) {
  .p-24 {
    padding: 22px;
  }
}
@media (max-width: 767px) {
  .p-24 {
    padding: 20px;
  }
}

.py-16 {
  padding: 16px 0;
}
@media (max-width: 1199px) {
  .py-16 {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .py-16 {
    padding: 14px 0;
  }
}
@media (max-width: 767px) {
  .py-16 {
    padding: 10px 0;
  }
}

.p-16 {
  padding: 16px;
}
@media (max-width: 1199px) {
  .p-16 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .p-16 {
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .p-16 {
    padding: 10px;
  }
}

.p-12 {
  padding: 12px;
}
@media (max-width: 1199px) {
  .p-12 {
    padding: 11px;
  }
}
@media (max-width: 991px) {
  .p-12 {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .p-12 {
    padding: 8px;
  }
}

.gap-4 {
  gap: clamp(2px, 0.208vw, 8px);
}

.gap-8 {
  gap: clamp(4px, 0.417vw, 16px);
}

.gap-10 {
  gap: clamp(5px, 0.521vw, 20px);
}

.gap-12 {
  gap: clamp(8px, 0.625vw, 24px);
}

.gap-14 {
  gap: clamp(10px, 0.729vw, 28px);
}

.gap-16 {
  gap: clamp(12px, 0.833vw, 32px);
}

.gap-18 {
  gap: clamp(14px, 0.938vw, 36px);
}

.gap-20 {
  gap: clamp(16px, 1.042vw, 40px);
}

.gap-24 {
  gap: clamp(18px, 1.25vw, 48px);
}

.gap-32 {
  gap: clamp(24px, 1.667vw, 64px);
}

.gap-38 {
  gap: clamp(28px, 1.979vw, 76px);
}

.gap-48 {
  gap: clamp(10px, 2.5vw, 28px);
}

.gap-64 {
  gap: clamp(48px, 3.333vw, 128px);
}

/*-------------------------
Elements
-------------------------*/
.input-group > .intl-tel-input.allow-dropdown {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
}

.input-group > .intl-tel-input.allow-dropdown > .flag-container {
  z-index: 4;
}

.iti-flag {
  background-image: url("../image/flags.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../image/flags@2x.png");
  }
}
/*----------------------------------------*/
/*  Button CSS START
/*----------------------------------------*/
/* From Uiverse.io by mrhyddenn */
.cus-btn {
  background: #7A77C6;
  color: #FFFFFF;
  border-radius: clamp(38px, 3.33vw, 84px);
  border: none;
  display: inline-block;
  font-size: clamp(14px, 0.938vw, 36px);
  font-weight: 600;
  line-height: 120%;
  padding: 12px 26px;
  cursor: pointer;
  transform: skew(0);
}
.cus-btn span {
  display: inline-block;
  transform: skew(0);
}
.cus-btn::before {
  content: "";
  border-radius: clamp(38px, 3.33vw, 84px);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  left: 0;
  background: #45474F;
  color: #FFFFFF;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
}
.cus-btn:hover {
  color: #FFFFFF !important;
}
.cus-btn:hover::before {
  left: 0;
  right: 0;
  opacity: 1;
}

.cus-btn:hover {
  transition: all 0.3s ease-in-out;
  color: #FFFFFF;
}

/*----------------------------------------*/
/* scroll to top
/*----------------------------------------*/
.scrollToTopBtn {
  background-color: #2C297B;
  border: none;
  border-radius: clamp(4px, 0.417vw, 16px);
  color: #FFFFFF;
  cursor: pointer;
  font-size: clamp(18px, 1.25vw, 48px);
  line-height: 48px;
  display: grid;
  align-items: center;
  justify-content: center;
  width: clamp(40px, 2.5vw, 64px);
  height: clamp(40px, 2.5vw, 64px);
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
.scrollToTopBtn:hover {
  background: #7A77C6;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}

.slider-arrows {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
}
.slider-arrows .arrow-btn {
  width: clamp(32px, 2.5vw, 64px);
  height: clamp(32px, 2.5vw, 64px);
  border-radius: 4px;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EAEAEC;
}
.slider-arrows .arrow-btn svg {
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(25px, 1.719vw, 64px);
  transition: all 0.3s ease-in-out;
}
.slider-arrows .arrow-btn svg path {
  stroke: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.slider-arrows .arrow-btn:hover {
  transition: all 0.3s ease-in-out;
  background-color: #7A77C6;
}
.slider-arrows .arrow-btn:hover path {
  padding: clamp(12px, 0.833vw, 32px);
  stroke: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.625vw, 20px);
}
@media (max-width: 490px) {
  .social-icons {
    gap: clamp(12px, 0.833vw, 32px);
  }
}
.social-icons.icon-v2 {
  gap: clamp(16px, 1.042vw, 40px) !important;
}
.social-icons li a {
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.social-icons li a svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(18px, 1.25vw, 48px);
}
.social-icons li a svg path {
  transition: all 0.3s ease-in-out;
}
.social-icons li a:hover svg path {
  fill: #1E1F20;
  transition: all 0.3s ease-in-out;
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  display: flex;
}
.pagination #border-pagination {
  display: flex;
  gap: clamp(4px, 0.417vw, 16px);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.pagination #border-pagination li {
  display: inline;
}
.pagination #border-pagination li span {
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #7A77C6;
  width: clamp(27px, 1.875vw, 64px);
  height: clamp(27px, 1.875vw, 64px);
  border-radius: 50%;
  background: #FFFFFF;
  float: left;
  transition: all 0.3s ease-in-out;
  font-family: "Arial", sans-serif;
  font-size: clamp(16px, 1.042vw, 40px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
  /* 21.6px */
}
@media (max-width: 399px) {
  .pagination #border-pagination li a {
    font-size: clamp(12px, 0.729vw, 28px);
  }
}
.pagination #border-pagination li a svg path {
  stroke: #7A77C6;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a.active {
  background-color: #7A77C6;
  color: #FFFFFF;
}
.pagination #border-pagination li a.active svg path {
  stroke: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li a:hover {
  transition: all 0.3s ease-in-out;
  background-color: #7A77C6;
  color: #FFFFFF;
}
.pagination #border-pagination li a:hover svg path {
  stroke: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.pagination #border-pagination li:hover span {
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}

/*-------------------------
  Form Styling
-------------------------*/
@media (max-width: 578px) {
  textarea.form-control {
    min-height: 180px;
    max-height: 80px;
  }
}

.form-control {
  padding-left: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #45474F;
  padding-bottom: 8px;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.833vw, 32px);
  /* 18px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  color: #141516;
  box-shadow: none;
}
.form-control::placeholder {
  font-weight: 400;
  color: #141516;
}
@media (max-width: 430px) {
  .form-control {
    padding-right: 54px;
  }
}
.form-control.form-control-2 {
  padding: clamp(12px, 0.833vw, 32px);
}
.form-control:focus {
  border-bottom: 1px solid #7A77C6;
  box-shadow: none;
  outline: 0;
  color: #141516 !important;
  background: transparent;
}
.form-control:hover {
  color: #0C0C0D !important;
}
.form-control::placeholder {
  color: #141516;
  opacity: 1;
}
.form-control svg {
  position: absolute;
  top: 20px;
}

.form-control-2 {
  width: 100%;
  padding: 16px 16px;
  padding-left: 44px;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: 1px solid #92949F;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  /* 14px */
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
  color: #0C0C0D;
  box-shadow: none;
}
@media (max-width: 430px) {
  .form-control-2 {
    padding-right: 54px;
  }
}
.form-control-2:focus {
  box-shadow: none;
  outline: 0;
  color: #0C0C0D !important;
  background: transparent;
}
.form-control-2:hover {
  color: #0C0C0D !important;
}
.form-control-2::placeholder {
  color: #45474F;
  opacity: 1;
}
.form-control-2 svg {
  position: absolute;
  top: 20px;
  left: 18px;
}

.input-block {
  position: relative;
}
.input-block svg,
.input-block i {
  position: absolute;
  top: 18px;
  left: 16px;
}

.input-block {
  position: relative;
}
.input-block svg,
.input-block i {
  transform: translate(0%, 0%);
  position: absolute;
  top: 18px;
  right: 16px;
}

input[type=file] {
  display: none;
}

label.error {
  color: #ff0000;
}

.cus-checkBox input {
  display: none;
}
.cus-checkBox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.cus-checkBox label::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  color: #1E1F20;
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 300;
}
.cus-checkBox input[type=checkbox]:checked + label::before {
  content: "\f14a";
  color: #F6F5F5;
  font-weight: 600;
}

.cus-checkBox input {
  display: none;
}
.cus-checkBox label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.cus-checkBox label::before {
  content: "\f0c8";
  font-family: "Font Awesome 6 Pro";
  color: #1E1F20;
  font-size: clamp(16px, 1.042vw, 20px);
  font-weight: 300;
}
.cus-checkBox input[type=checkbox]:checked + label::before {
  content: "\f14a";
  color: #7A77C6;
  font-weight: 600;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  z-index: 9999;
}
#preloader .loader {
  position: relative;
}
#preloader .load {
  display: inline-block;
  height: calc(var(--i) * 15);
  width: calc(var(--i) * 15);
  background-color: transparent;
  position: absolute;
  border-top: 5px #2C297B solid;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: turn 2s infinite linear;
}
#preloader .load:nth-child(odd) {
  animation: turn 2s infinite linear reverse;
}
@keyframes turn {
  100% {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
}

.video-link {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: white;
  background-color: #f03;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.5);
}

.player {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.65) 0%, rgb(0, 0, 0) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.player__video {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 65%;
  height: 77%;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.95);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .player__video {
    height: 30%;
  }
}
@media (max-width: 490px) {
  .player__video {
    max-width: 78%;
  }
}

.js--show-video {
  opacity: 1;
}

.video-filler {
  display: block;
  width: 100%;
}

.video-close {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -30px;
  padding: 5px 10px;
  border: none;
  outline: none;
  border-radius: 0 50% 50% 0;
  cursor: pointer;
  font-size: 24px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}

.video-iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
}

/*-------------------------
  layouts
-------------------------*/
.header {
  width: 100%;
  color: #1E1F20;
  font-weight: 500;
  background-color: #FAFAFA;
}
@media (max-width: 580px) {
  .header {
    padding: clamp(2px, 0.833vw, 32px) 0;
    /*16px */
  }
}
.header.header-2 {
  text-transform: uppercase;
  position: unset;
  background: #7A77C6;
}
.header .navigation {
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .header .navigation .header-logo {
    width: 80%;
  }
}
@media (max-width: 580px) {
  .header .navigation .header-logo {
    width: 100%;
  }
}
.header .navigation .menu-button-right {
  text-transform: capitalize;
  padding-top: 5px;
  display: flex;
  align-items: center;
  gap: clamp(24px, 3.333vw, 72px);
}
.header .navigation .menu-button-right .main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list,
.header .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list,
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list ul,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list ul {
    display: flex;
    gap: clamp(20px, 1.667vw, 40px);
  }
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li {
  padding-top: 0.417vw;
  padding-bottom: 0.417vw;
  position: relative;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a {
  font-size: clamp(15px, 0.938vw, 22px);
  font-weight: 500;
  line-height: 150%;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.32px;
  color: #45474F;
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
  position: relative;
  transition: all all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a {
    font-size: clamp(17px, 1.251vw, 18px);
  }
}
@media (max-width: 575px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a {
    font-size: clamp(16px, 2.261vw, 14px);
  }
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a::after,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a::after {
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #2C297B;
  transition: all 0.3s ease-in-out;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a:hover, .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a.active,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a:hover,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a.active {
  transition: all 0.3s ease-in-out;
  color: #2C297B;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a:hover::after, .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li > a.active::after,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a:hover::after,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li > a.active::after {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li .header-arrow,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li .header-arrow {
  font-weight: 300;
  margin-left: -16px;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li:first-child a::before,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li:first-child a::before {
  display: none;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list > li.current, .header .navigation .menu-button-right .main-menu__nav .main-menu__list > li:hover,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li.current,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list > li:hover {
  color: #2C297B;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul {
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  backface-visibility: hidden;
  transition: opacity all 0.3s ease-in-out, visibility all 0.3s ease-in-out, transform 700ms ease;
  z-index: 99;
  background: #FFFFFF;
  padding: 0;
  border-radius: 0;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > a {
  font-size: clamp(14px, 0.833vw, 20px);
  line-height: 26px;
  color: #0C0C0D;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: flex;
  padding: 7px 20px;
  transition: 400ms;
  border-radius: 0px;
  text-transform: capitalize;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li.current > a, .header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li:hover > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li.current > a,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li:hover > a {
  background-color: #2C297B;
  color: #FFFFFF;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul.right-align,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li ul li > ul ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li ul li > ul ul {
  display: flex;
}
.header .navigation .menu-button-right .main-menu__nav .main-menu__list li:hover > ul,
.header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  gap: 0;
  transform: scaleY(1) translateZ(0px);
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(1) ul li > ul, .header .navigation .menu-button-right .main-menu__nav .main-menu__list li:nth-last-child(2) ul li > ul,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(1) ul li > ul,
  .header .navigation .menu-button-right .main-menu__nav .stricky-header .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
.header .navigation .main-menu__right {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
.header .navigation .main-menu__right .main-menu-link-btn {
  position: relative;
}
.header .navigation .main-menu__right .main-menu-link-btn svg .icon {
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right .main-menu-link-btn:hover svg .icon {
  fill: #7A77C6;
  transition: all 0.3s ease-in-out;
}
.header .navigation .main-menu__right .search-toggler {
  margin-top: 10px;
}
.header .navigation .main-menu__right .cart-text {
  line-height: 0;
}

.mobile-nav__toggler {
  font-size: 24px;
  font-weight: 200;
  color: #45474F;
  cursor: pointer;
  transition: 500ms;
  display: none;
}
@media (max-width: 1099px) {
  .mobile-nav__toggler {
    display: flex;
    filter: hue-rotate(50deg);
  }
}
.mobile-nav__toggler:hover {
  color: #2C297B;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}
.mobile-nav__wrapper .mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0C0C0D;
  opacity: 0.3;
}
.mobile-nav__wrapper .mobile-nav__content {
  width: 300px;
  background-color: #FFFFFF;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
@media (max-width: 490px) {
  .mobile-nav__wrapper .mobile-nav__content {
    width: clamp(250px, 55.102vw, 450px);
  }
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}
.mobile-nav__wrapper .mobile-nav__content .logo-box img {
  width: clamp(120px, 15.625vw, 320px);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list,
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list ul li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(255, 255, 255, 0.1);
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #0C0C0D;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  letter-spacing: 0.8px;
  align-items: center;
  transition: 500ms;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a.expanded {
  color: #7A77C6;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: #7A77C6;
  border: none;
  outline: none;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__wrapper .mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #2C297B;
  color: #FFFFFF;
}
.mobile-nav__wrapper .mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: #0C0C0D;
  cursor: pointer;
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: #0C0C0D;
  transition: 500ms;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: #7A77C6;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: #0C0C0D;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: #7A77C6;
}
.mobile-nav__contact li i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #7A77C6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  color: #FFFFFF;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

.nav-bar .nav-link li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.nav-bar .nav-link li::before {
  width: clamp(4px, 0.417vw, 16px);
  height: clamp(4px, 0.417vw, 16px);
  border: 1px solid #7A77C6;
  border-radius: clamp(4px, 0.417vw, 16px);
}
.nav-bar .nav-link li.active::before {
  display: none;
}

.hero-banner {
  background-color: #FFFFFF;
  background-image: url("../image/hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(14px, 1.25vw, 48px) 0 clamp(28px, 2.5vw, 68px) 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 786px) {
  .hero-banner {
    padding-top: 64px;
  }
}
.hero-banner .hero-sec-content {
  display: flex;
  align-items: end;
}
@media (max-width: 786px) {
  .hero-banner .hero-text h1 br {
    display: none;
  }
}
@media (max-width: 992px) {
  .hero-banner .hero-text p br {
    display: none;
  }
}
@media (max-width: 576px) {
  .hero-banner .hero-text p br {
    display: none;
  }
}
.hero-banner .header-group-img {
  margin-top: -8px;
  width: clamp(80px, 5.625vw, 164px);
  height: clamp(40px, 3.125vw, 64px);
}
.hero-banner .vectors-bg {
  width: 39.219vw;
  height: 17.24vw;
  position: absolute;
  top: clamp(444px, 23.698vw, 578px);
  right: clamp(280px, 17.083vw, 478px);
  z-index: -2;
}
@media (max-width: 1599px) {
  .hero-banner .vectors-bg {
    right: 176px;
    top: 460px;
  }
}
@media (max-width: 1199px) {
  .hero-banner .vectors-bg {
    right: 176px;
    top: 410px;
  }
}
@media (max-width: 1024px) {
  .hero-banner .vectors-bg {
    top: 420px;
  }
}
@media (max-width: 992px) {
  .hero-banner .vectors-bg {
    top: 300px;
  }
}
@media (max-width: 786px) {
  .hero-banner .vectors-bg {
    display: none;
  }
}
.hero-banner .hero-images {
  position: relative;
  padding-top: clamp(20px, 3.542vw, 78px);
}
@media (max-width: 786px) {
  .hero-banner .hero-images {
    padding-top: 0;
  }
}
.hero-banner .productivity-img {
  width: clamp(130px, 10.208vw, 230px);
  height: clamp(130px, 10.208vw, 230px);
  border-radius: clamp(18px, 1.25vw, 48px);
  position: absolute;
  top: 4px;
  right: 0%;
}
@media (max-width: 1699px) {
  .hero-banner .productivity-img {
    right: 65px;
  }
}
@media (max-width: 1399px) {
  .hero-banner .productivity-img {
    right: -32px;
  }
}
@media (max-width: 992px) {
  .hero-banner .productivity-img {
    right: -65px;
  }
}
@media (max-width: 992px) {
  .hero-banner .productivity-img {
    top: 18px;
    right: -32px;
  }
}
@media (max-width: 782px) {
  .hero-banner .productivity-img {
    width: 150px;
    height: 150px;
    top: -32px;
    right: 0px;
  }
}
.hero-banner .hero-right-area {
  padding-left: clamp(40px, 3.021vw, 64px);
}
@media (max-width: 786px) {
  .hero-banner .hero-right-area {
    padding-left: 0;
  }
}
.hero-banner .hero-card-1 {
  background-color: #FFFFFF;
  border-radius: clamp(12px, 0.833vw, 32px);
  padding: clamp(28px, 1.875vw, 76px) clamp(18px, 1.25vw, 48px);
}
.hero-banner .hero-card-1 .card-content {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 0.833vw, 32px);
}
.hero-banner .hero-card-1 .card-content .hero-icon {
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EAEAEC;
  width: clamp(40px, 2.5vw, 54px);
  height: clamp(40px, 2.5vw, 54px);
  flex-shrink: 0;
}
.hero-banner .hero-card-1 .card-content .hero-icon svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(14px, 0.938vw, 36px);
  transition: all 0.3s ease-in-out;
}
.hero-banner .hero-card-1 .card-content .hero-icon:hover {
  transition: all 0.3s ease-in-out;
  background-color: #7A77C6;
}
.hero-banner .hero-card-1 .card-content .hero-icon:hover svg {
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}
.hero-banner .hero-card-1 .card-content .hero-icon-2:hover {
  background-color: #FFFFFF;
}
.hero-banner .hero-card-1 .card-content .hero-icon-3:hover {
  background-color: #AFAEED;
}
.hero-banner .hero-card-1 .user-actives {
  display: flex;
  align-items: center;
  gap: clamp(12px, 0.833vw, 32px);
  width: fit-content;
  padding: clamp(2px, 0.208vw, 8px) clamp(18px, 1.25vw, 48px) clamp(2px, 0.208vw, 8px) clamp(2px, 0.208vw, 8px);
  border: 1px solid #92949F;
  border-radius: 50px;
  background-color: #EAEAEC;
}
.hero-banner .hero-card-1 .user-actives .icon-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1E1F20;
  border-radius: 50%;
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
}
.hero-banner .card-info {
  font-size: clamp(12px, 0.729vw, 28px);
}
.hero-banner .hero-card-2 {
  background-color: #AFAEED;
}
.hero-banner .hero-card-3 {
  background-color: #C1B2B2;
}

.footer {
  background-color: #FFFFFF;
}
.footer .footer-logo {
  text-align: left;
}
@media (max-width: 992px) {
  .footer .footer-logo {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .footer p br {
    display: none;
  }
}
.footer .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(40px, 2.5vw, 54px);
  transition: all 0.3s ease-in-out;
}
.footer .footer-links a:hover {
  transition: all 0.3s ease-in-out;
  color: #7A77C6 !important;
}
@media (max-width: 992px) {
  .footer .footer-links {
    justify-content: center;
    text-align: left;
  }
}
@media (max-width: 520px) {
  .footer .footer-links {
    justify-content: center;
    text-align: center;
  }
  .footer .footer-links a {
    padding: 0 12px 0 0;
  }
}
.footer .footer-social-icon {
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: clamp(18px, 1.25vw, 48px) !important;
}
@media (max-width: 992px) {
  .footer .footer-social-icon {
    justify-content: center;
    text-align: center;
  }
}
.footer .menu-link-1 {
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #1E1F20;
  width: clamp(29px, 1.875vw, 77px);
  height: clamp(29px, 1.875vw, 77px);
}
.footer .menu-link-1 svg {
  width: clamp(14px, 0.938vw, 36px);
  height: clamp(14px, 0.938vw, 36px);
  transition: all 0.3s ease-in-out;
}
.footer .menu-link-1:hover {
  transition: all 0.3s ease-in-out;
  background-color: #7A77C6;
  border: 1px solid #7A77C6;
}
.footer .menu-link-1:hover svg path {
  transition: all 0.3s ease-in-out;
  fill: #FFFFFF !important;
}
.footer .footer-copyright {
  text-align: left;
}
@media (max-width: 766px) {
  .footer .footer-copyright {
    text-align: center;
  }
}
.footer .footer-terms-condition {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: clamp(8px, 0.625vw, 24px);
}
@media (max-width: 766px) {
  .footer .footer-terms-condition {
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .blog-sec .blog-wrapper {
    width: 100%;
  }
}
.blog-sec .drop-container {
  border: 1px solid #7A77C6;
  background-color: #FFFFFF;
  padding: clamp(5px, 0.521vw, 20px) clamp(4px, 0.417vw, 16px);
  border-radius: clamp(8px, 0.625vw, 24px);
}
.blog-sec .wrapper-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: fit-content;
  width: 100%;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blog-sec .wrapper-dropdown .selected-display {
  font-weight: 400;
  line-height: 150%;
}
.blog-sec .wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.blog-sec .wrapper-dropdown .topbar-dropdown {
  box-shadow: 0px 3px 6px 0px #7A77C6;
  background: #FFFFFF;
  color: #45474F !important;
  transition: 0.3s;
  position: absolute;
  top: 167%;
  right: 0;
  left: -5px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 99;
  border-radius: 5px;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
}
.blog-sec .wrapper-dropdown .topbar-dropdown li {
  color: #1E1F20 !important;
  font-weight: 500;
  padding: 0 15px;
  line-height: 45px;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.blog-sec .wrapper-dropdown .topbar-dropdown li:last-child {
  border-bottom: none;
}
.blog-sec .wrapper-dropdown .topbar-dropdown li:hover {
  transition: all 0.3s ease-in-out;
  background-color: #2C297B;
  color: #FFFFFF !important;
}
.blog-sec .wrapper-dropdown.active .topbar-dropdown {
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
}
.blog-sec .wrapper-dropdown .scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}
.blog-sec .wrapper-dropdown .arrow {
  float: right;
  rotate: 180deg;
}
.blog-sec .wrapper-dropdown svg {
  transition: all 0.3s;
}
.blog-sec .wrapper-dropdown .rotated {
  transform: rotate(-180deg);
}

.blog-content-area-2 {
  padding: clamp(18px, 1.25vw, 48px);
  background-color: #FFFFFF;
  border-radius: clamp(12px, 0.833vw, 32px);
}

.title-banner .banner-wrapper {
  background: url("../image/title-banner.jpg") no-repeat;
  border-radius: clamp(12px, 0.833vw, 32px);
  background-position: center;
  background-size: cover;
  padding: clamp(60px, 3.776vw, 64px) clamp(10px, 15.625vw, 350px);
}
.title-banner .title-content {
  color: #FAFAFA;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.about-us .our-course {
  position: relative;
}
.about-us .our-course img {
  width: 100%;
  height: 642px;
  object-fit: cover;
}
@media (max-width: 1799px) {
  .about-us .our-course img {
    height: 33.438vw;
  }
}
@media (max-width: 1499px) {
  .about-us .our-course img {
    height: clamp(514px, 33.438vw, 24px);
  }
}
.about-us .our-course .our-course-detail {
  padding-right: 10px;
  position: absolute;
  left: 24px;
  top: 36px;
}
.about-us .our-course .our-course-detail .project-detail {
  padding: clamp(8px, 0.625vw, 24px) clamp(18px, 1.25vw, 48px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(26px, 1.771vw, 66px);
  background-color: #FFFFFF;
}

.content-writer {
  display: flex;
  gap: clamp(24px, 1.667vw, 64px);
  padding: clamp(18px, 1.25vw, 48px) 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #EAEAEC;
  border-top: 1px solid #EAEAEC;
}
.content-writer .content-writer-img {
  border-radius: 50%;
}

.review-card {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 1.25vw, 32px);
}
.review-card .review-img {
  display: flex;
  flex-shrink: 0;
}
.review-card .text-block {
  width: 100%;
}
.review-card .text-block span {
  font-size: 12px;
}
.review-card .review-img img {
  border-radius: 50%;
}

.review-card-2 {
  display: flex;
  align-items: flex-start;
  gap: clamp(12px, 1.25vw, 32px);
  padding-left: clamp(32px, 4.583vw, 120px);
}
.review-card-2 .img {
  display: flex;
  flex-shrink: 0;
}
.review-card-2 .review-img img {
  border-radius: 50%;
}
.review-card-2 .text-block {
  width: 100%;
}
.review-card-2 .text-block span {
  font-size: 12px;
}

.contact-us .contact-wrapper {
  background-color: #FFFFFF;
  border-radius: clamp(18px, 1.25vw, 48px);
  padding: clamp(24px, 1.667vw, 64px);
}
@media (max-width: 1200px) {
  .contact-us .contact-wrapper h6 br {
    display: none;
  }
}
@media (max-width: 766px) {
  .contact-us .contact-wrapper h6 br {
    display: block;
  }
}
.contact-us .map .map-wrapper iframe {
  width: 100%;
  height: 496px;
}

.blog-sec .blog-content-area .blog-img {
  overflow: hidden;
  border-top-left-radius: clamp(12px, 0.833vw, 32px);
  border-top-right-radius: clamp(12px, 0.833vw, 32px);
}
.blog-sec .blog-content-area .blog-img img {
  transition: all 0.3s ease-in-out;
  border-top-left-radius: clamp(12px, 0.833vw, 32px);
  border-top-right-radius: clamp(12px, 0.833vw, 32px);
}
.blog-sec .blog-content-area .blog-text-area {
  border-bottom-left-radius: clamp(12px, 0.833vw, 32px);
  border-bottom-right-radius: clamp(12px, 0.833vw, 32px);
  padding: clamp(18px, 1.25vw, 48px) clamp(12px, 0.833vw, 32px);
  background-color: #FFFFFF;
}
.blog-sec .blog-content-area .blog-text-area .blog-user-img {
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
}
.blog-sec .blog-content-area .blog-text-area .blog-user-img-2 {
  width: clamp(16px, 1.042vw, 40px);
  height: clamp(16px, 1.042vw, 40px);
}
.blog-sec .blog-content-area .blog-text-area .blog-hover-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s ease-in-out;
}
.blog-sec .blog-content-area .blog-text-area .blog-hover-content:hover {
  transition: all 0.3s ease-in-out;
  color: #7A77C6 !important;
}
.blog-sec .blog-content-area .blog-smaller-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-sec .blog-content-area:hover .content-img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.services-sec .services-bg {
  background: url("../image/services-vector.png");
  background-size: auto;
  background-position: center;
}
@media (max-width: 1199px) {
  .services-sec .services-bg {
    background-size: 165%;
    background-position: 50% 64%;
  }
}
@media (max-width: 992px) {
  .services-sec .services-bg {
    background: #FAFAFA;
  }
}
.services-sec .service-card {
  padding: clamp(28px, 1.875vw, 76px) clamp(18px, 1.25vw, 48px);
  background-color: #7A77C6;
  border-radius: clamp(12px, 0.833vw, 32px);
}
.services-sec .service-card .service-card-icon {
  width: clamp(38px, 3.33vw, 84px);
  height: clamp(38px, 3.33vw, 84px);
}
.services-sec .service-card .service-btn {
  color: #7A77C6;
  background-color: #FFFFFF;
}
.services-sec .service-card .service-btn:hover {
  color: #FFFFFF;
}
.services-sec .service-card-2 {
  background-color: #FFFFFF;
}

.services .hover-content {
  transition: all 0.3s ease-in-out;
}
.services .service-card,
.services .service-card-2 {
  transition: all 0.3s ease-in-out;
}
.services .service-card svg path,
.services .service-card-2 svg path {
  fill: #7A77C6;
}
.services .service-card:hover,
.services .service-card-2:hover {
  color: #FFFFFF !important;
  transition: all 0.3s ease-in-out;
  background-color: #7A77C6;
}
.services .service-card:hover .hover-content,
.services .service-card-2:hover .hover-content {
  color: #FFFFFF !important;
  transition: all 0.3s ease-in-out;
}
.services .service-card:hover svg path,
.services .service-card-2:hover svg path {
  transition: all 0.3s ease-in-out;
  fill: #FFFFFF;
}
.services .service-card:hover .cus-btn,
.services .service-card-2:hover .cus-btn {
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF;
  color: #7A77C6;
}
.services .service-card:hover .cus-btn:hover,
.services .service-card-2:hover .cus-btn:hover {
  color: #FFFFFF;
}

.video-sec .banner-video {
  border-radius: clamp(12px, 0.833vw, 32px);
  width: 100%;
  height: clamp(380px, 25.833vw, 520px);
  /*496*/
  object-fit: cover;
}

.why-choose .why-choose-card-1 {
  border-radius: clamp(18px, 1.25vw, 48px);
  background-color: #FFFFFF;
  padding: clamp(18px, 1.25vw, 48px) clamp(18px, 1.25vw, 48px) clamp(18px, 1.25vw, 48px) clamp(12px, 0.833vw, 32px);
  transition: all 0.3s ease-in-out;
}
.why-choose .why-choose-card-1 .icon-1 {
  transition: all 0.3s ease-in-out;
  border: 1px solid #7A77C6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(38px, 3.33vw, 84px);
  height: clamp(38px, 3.33vw, 84px);
}
.why-choose .why-choose-card-1 .icon-1 .block-icon {
  width: clamp(24px, 1.667vw, 64px);
  height: clamp(24px, 1.667vw, 64px);
}
.why-choose .why-choose-card-1:hover {
  background-color: #7A77C6;
  transition: all 0.3s ease-in-out;
  color: #FFFFFF;
}
.why-choose .why-choose-card-1:hover .hover-content {
  color: #FFFFFF !important;
  transition: all 0.3s ease-in-out;
}
.why-choose .why-choose-card-1:hover .icon-1 {
  background-color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.why-choose .why-choose-card-1:hover .cus-btn {
  transition: all 0.3s ease-in-out;
  color: #7A77C6;
  background-color: #FFFFFF;
}
.why-choose .why-choose-card-1:hover .cus-btn:hover {
  border: none;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.why-choose .why-choose-card-1:hover svg {
  transition: all 0.3s ease-in-out;
}
.why-choose .why-choose-card-1:hover svg path {
  transition: all 0.3s ease-in-out;
  fill: #FFFFFF;
}

.success-storie-sec .story-content {
  padding: clamp(18px, 1.25vw, 48px) clamp(12px, 0.833vw, 32px);
  background-color: #7A77C6;
  border-radius: clamp(12px, 0.833vw, 32px);
}
.success-storie-sec .story-content .cus-btn:hover {
  color: #FFFFFF !important;
  border: none;
  transition: all 0.3s ease-in-out;
}
.success-storie-sec .project-study {
  position: relative;
}
.success-storie-sec .project-study .project-detail {
  bottom: clamp(24px, 1.667vw, 64px);
  left: clamp(28px, 2.5vw, 68px);
  position: absolute;
  padding: clamp(8px, 0.625vw, 24px) clamp(18px, 1.25vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(26px, 1.771vw, 66px);
  background-color: #2C297B;
}
.success-storie-sec .success-percent {
  position: relative;
}
.success-storie-sec .success-percent .success-percent-detail {
  position: absolute;
  top: clamp(4px, 0.417vw, 16px);
  left: clamp(12px, 0.833vw, 32px);
}
.success-storie-sec .success-percent .success-percent-detail .hero-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EAEAEC;
  width: clamp(40px, 2.5vw, 54px);
  height: clamp(40px, 2.5vw, 54px);
  flex-shrink: 0;
}
.success-storie-sec .success-percent .success-percent-detail .hero-icon svg {
  width: clamp(18px, 1.25vw, 48px);
  height: clamp(14px, 0.938vw, 36px);
  transition: all 0.3s ease-in-out;
}
.success-storie-sec .success-percent .success-percent-detail .hero-icon:hover {
  transition: all 0.3s ease-in-out;
  background-color: #7A77C6;
}
.success-storie-sec .success-percent .success-percent-detail .hero-icon:hover svg {
  transition: all 0.3s ease-in-out;
  transform: rotate(45deg);
}
.success-storie-sec .your-business-plan {
  position: relative;
}
@media (max-width: 992px) {
  .success-storie-sec .your-business-plan .business-img {
    height: 250px;
  }
}
.success-storie-sec .your-business-plan .business-content {
  padding: clamp(30px, 1.667vw, 64px) clamp(28px, 2.5vw, 68px);
  text-align: center;
  position: absolute;
  top: calc(10% - 10px);
  left: calc(22% - 100px);
}
@media (max-width: 992px) {
  .success-storie-sec .your-business-plan .business-content {
    left: calc(11% - 46px);
  }
}
.success-storie-sec .your-business-plan .project-detail {
  left: calc(50% - 100px);
  position: absolute;
  padding: clamp(8px, 0.625vw, 24px) clamp(18px, 1.25vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: clamp(26px, 1.771vw, 66px);
  background-color: #2C297B;
}

.pricing-sec {
  background: url("../image/pricing-bg.png") no-repeat;
  background-position: center;
  background-size: contain;
}
.pricing-sec .nav-tabs {
  gap: clamp(12px, 0.833vw, 32px);
  border-bottom: none;
  align-items: center;
}
@media (max-width: 570px) {
  .pricing-sec .nav-tabs {
    justify-content: center;
  }
}
@media (max-width: 570px) {
  .pricing-sec .heading {
    text-align: center;
    padding-bottom: 20px;
  }
}
.pricing-sec .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: clamp(26px, 1.771vw, 66px);
  color: #92949F;
  border: 1px solid #92949F;
}
.pricing-sec .nav-link.active {
  border: 1px solid #7A77C6;
  color: #FFFFFF;
  background-color: #7A77C6;
}
.pricing-sec .nav-link:hover {
  transition: all 0.3s ease-in-out;
  color: #FFFFFF;
  background-color: #7A77C6;
}
.pricing-sec .discription-2 {
  transition: all 0.3s ease-in-out;
  border-radius: clamp(26px, 1.771vw, 66px);
  color: #92949F;
  background-color: #7A77C6;
}
.pricing-sec .reviews-2 {
  transition: all 0.3s ease-in-out;
  border-radius: clamp(26px, 1.771vw, 66px);
  color: #92949F;
  background-color: #7A77C6;
}
.pricing-sec .free-consult {
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF;
  border: 1px solid #7A77C6;
  color: #7A77C6;
}
.pricing-sec .free-consult:hover {
  transition: all 0.3s ease-in-out;
  color: #FFFFFF;
}
.pricing-sec .price-box-1 {
  transition: all 0.3s ease-in-out;
  border-radius: clamp(12px, 0.833vw, 32px);
  background-color: #FFFFFF;
  padding: clamp(26px, 1.875vw, 66px) clamp(18px, 1.25vw, 48px);
}
.pricing-sec .price-box-1 .pricing-check {
  transition: all 0.3s ease-in-out;
  width: clamp(14px, 0.938vw, 36px);
  height: clamp(9px, 0.677vw, 24px);
}
.pricing-sec .price-box-1:hover {
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  background-color: #7A77C6;
}
.pricing-sec .price-box-1:hover .hover-content {
  color: #FFFFFF !important;
  transition: all 0.3s ease-in-out;
}
.pricing-sec .price-box-1:hover .link-hover {
  color: #0C0C0D;
  transition: all 0.3s ease-in-out;
  background-color: #FFFFFF;
}
.pricing-sec .price-box-1:hover .link-hover:hover {
  color: #FFFFFF;
}

.project-case-sec .project-bg {
  background: url("../image/projec-case-bg.jpg") no-repeat;
  background-size: cover;
  padding: clamp(24px, 1.667vw, 64px) clamp(28px, 2.5vw, 68px);
  border-radius: clamp(18px, 1.25vw, 48px);
}
@media (max-width: 766px) {
  .project-case-sec .project-bg h4 br {
    display: none;
  }
}

.our-client-say {
  position: relative;
}
.our-client-say .bg-vector-1 {
  position: absolute;
  top: clamp(276px, 18.802vw, 414px);
  /*361*/
  left: clamp(200px, 13.021vw, 284px);
  /*250*/
}
@media (max-width: 1599px) {
  .our-client-say .bg-vector-1 {
    left: 4.479vw;
  }
}
@media (max-width: 1024px) {
  .our-client-say .bg-vector-1 {
    left: 15px;
    top: 250px;
  }
}
.our-client-say .bg-vector-2 {
  position: absolute;
  top: 122px;
  right: 250px;
}
@media (max-width: 1599px) {
  .our-client-say .bg-vector-2 {
    right: 4.479vw;
  }
}
@media (max-width: 1024px) {
  .our-client-say .bg-vector-2 {
    right: 10px;
    top: 85px;
  }
}
.our-client-say .our-client {
  margin: 0 -12px;
}
.our-client-say .our-client .client-1 {
  background-color: #FFFFFF;
  border-radius: clamp(12px, 0.833vw, 32px);
  margin: 0 12px;
  padding: clamp(40px, 2.5vw, 54px) clamp(24px, 1.667vw, 64px);
}
.our-client-say .our-client .client-1 .client-img {
  width: clamp(28px, 2.5vw, 68px);
  height: clamp(28px, 2.5vw, 68px);
}
.our-client-say .our-client .client-1 .stars-group .stars {
  color: #E98F07;
}

.case-study-pdf {
  width: clamp(52px, 5vw, 128px);
  height: clamp(52px, 5vw, 128px);
}

.side-bar-bg {
  background-color: #FFFFFF;
  border: 1px solid #EAEAEC;
  border-radius: clamp(18px, 1.25vw, 48px);
  padding: clamp(18px, 1.25vw, 48px);
}
.side-bar-bg .hover-text-1 {
  color: #141516;
  transition: all 0.3s ease-in-out;
}
.side-bar-bg .hover-text-1:hover {
  transition: all 0.3s ease-in-out;
  color: #7A77C6 !important;
}
.side-bar-bg .side-bar-tags {
  width: 100%;
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.417vw, 16px);
  flex-wrap: wrap;
  row-gap: clamp(4px, 0.417vw, 16px);
  transition: all 0.3s ease-in-out;
}
.side-bar-bg .side-bar-tags .tags {
  margin-bottom: clamp(4px, 0.417vw, 16px);
  padding: clamp(4px, 0.417vw, 16px) clamp(8px, 0.625vw, 24px);
  background-color: #EAEAEC;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.side-bar-bg .side-bar-tags .tags:hover {
  transition: all 0.3s ease-in-out;
  background-color: #7A77C6;
  color: #FFFFFF;
}

.categories-bg {
  width: 100%;
  background-color: #FAFAFA;
  border-radius: clamp(4px, 0.417vw, 16px);
  border: 1px solid #7A77C6;
  padding: clamp(12px, 0.833vw, 32px);
  transition: all 0.3s ease-in-out;
}
.categories-bg .hover-text {
  transition: all 0.3s ease-in-out;
}
.categories-bg svg {
  transition: all 0.3s ease-in-out;
}
.categories-bg:hover {
  transition: all 0.3s ease-in-out;
  background-color: #7A77C6;
}
.categories-bg:hover .hover-text {
  transition: all 0.3s ease-in-out;
  color: #FFFFFF;
}
.categories-bg:hover svg {
  transition: all 0.3s ease-in-out;
}
.categories-bg:hover svg path {
  transition: all 0.3s ease-in-out;
  stroke: #FFFFFF;
}

.input-search {
  position: relative;
}
.input-search .input-block {
  width: 100%;
  padding: clamp(5px, 0.521vw, 20px) clamp(12px, 0.833vw, 32px);
  border: 1px solid #7A77C6;
  outline: none;
  border-radius: clamp(8px, 0.625vw, 24px);
}
.input-search .input-block:focus {
  outline: none;
}
.input-search .search-icon {
  color: #7A77C6;
  position: absolute;
  top: calc(52% - 10px);
  right: clamp(16px, 1.042vw, 40px);
}
@media (max-width: 500px) {
  .input-search .search-icon {
    top: calc(58% - 10px);
  }
}
.input-search input[type=search]::-webkit-search-decoration,
.input-search input[type=search]::-webkit-search-cancel-button,
.input-search input[type=search]::-webkit-search-results-button,
.input-search input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/*# sourceMappingURL=app.css.map */
