@import url(https://fonts.googleapis.com/css2?family=Belleza&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap);
h1,
h2 {
  font-family: Ubuntu, sans-serif;
}
a,
button {
  text-transform: capitalize;
}
.btn_hover1::before,
.btn_hover1:hover::before {
  background: linear-gradient(42deg, #7436bb 0.01%, var(--theme-color) 100%);
}
.btn_hover1,
.btn_hover2 {
  display: inline-block;
  letter-spacing: 0.8px;
  cursor: pointer;
}
.btn_hover1,
.btn_hover2,
.dropdown-menu li {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn_hover2::before,
.dropdown-menu .dropdown-item::before {
  content: '';
  transition: 0.3s ease-in;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
}

::-webkit-scrollbar {
  display: block !important;
  background: rgb(26, 27, 73) !important;
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgb(111, 21, 119);
  border-radius: 10px;
}

aside ul,
ol,
ul {
  list-style: none;
}
aside li a,
nav li a {
  color: #d3c9c1 !important;
}
aside li a.active,
aside li a:hover,
nav li a.active,
nav li a:hover {
  color: var(--theme-color) !important;
}
#backToTopBtn,
#search-bar form button,
a,
footer form button {
  transition: 0.3s;
}
.right-sidbar ul a,
nav a {
  padding: 0 !important;
}
.gallary img,
.logoipsum img,
.logoipsum-slider img {
  object-fit: contain;
}
.ex-card:hover,
.service-card:hover {
  transform: scale(1.05) !important;
  transition: 0.4s !important;
}
#search-bar form button,
.ab-count p,
.blog h5,
.experience h5,
.feature h4,
.footer-hr h6,
.gallary-hr h6,
.logoipsum h3,
.portfolio-1 h5,
.pricing-hr h6,
.service-1 h5,
.team h5,
.team-btn,
footer form button {
  text-transform: uppercase;
}
.service-card,
.service-page .col-lg-4 div {
  box-shadow: 8px 18px 30px 0 rgba(0, 0, 0, 0.2);
}
.blog-card,
.btn_hover1,
.btn_hover2,
.overlay,
.ribbon-content,
.tab {
  overflow: hidden;
}
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}
:root {
  --theme-color: #b520a3;
  --secondary-theme-color: #492471;
  --gradiant-hover-color: linear-gradient(180deg, #7b2286 0%, #ef337e 100%);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
}
button:focus {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
select::-ms-expand {
  display: none;
}
label {
  font-weight: 400;
}
.coming-soon img,
.ex-card div:last-child,
iframe {
  width: 100%;
}
h1 {
  font-size: 75px;
  font-weight: 800;
  line-height: 85px;
}
h2 {
  font-size: 45px;
  font-weight: 500;
  line-height: 51px;
}
h3,
h4,
h5 {
  font-family: Montserrat, sans-serif;
}
h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}
.nav-right .fa-bars,
.navbar-toggler span {
  font-size: 22px;
  color: #fff;
}
h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}
h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  font-family: Montserrat, sans-serif;
}
a,
button,
p {
  font-size: 16px;
  line-height: 22px;
  font-family: Montserrat, sans-serif;
}
p {
  font-weight: 400;
}
a,
aside .pages,
button {
  font-weight: 500;
}
button {
  padding: 16px 38px;
}
a {
  padding: 16px 30px !important;
  text-decoration: none !important;
}
.btn_hover1 {
  border-radius: 50px;
  border: 1.5px solid #d12bec;
  color: #fff;
  background: var(--gradiant-hover-color);
}
#backToTopBtn:hover,
.ab-fa-hr,
.about h2,
.about p,
.blog h2,
.btn_hover1:hover,
.copyright a,
.ex-card:hover h4,
.ex-card:hover p,
.experience h2,
.faq h5,
.hero h3,
.portfolio-1 h2,
.service-1 h2 {
  color: #fff;
}
.btn_hover1::before {
  border-radius: 50px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in;
  z-index: -1;
  top: 0;
  right: 0;
}
.btn_hover1:hover::before {
  width: 0;
}
.btn_hover2::before,
.btn_hover2:hover::before {
  background: var(--gradiant-hover-color);
  border-radius: 50px;
}
.btn_hover2 {
  border-radius: 50px;
  border: 1.5px solid #d12bec;
  color: #fff;
}
.btn_hover2::before {
  width: 0;
  z-index: -1;
}
.btn_hover2:hover::before {
  width: 100%;
}
@keyframes icon {
  0%,
  100% {
    top: 0;
  }
  50% {
    top: 10px;
  }
}
#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  border: none;
  padding: 17px 20px;
  border-radius: 10px;
  color: #d12bec;
}
#backToTopBtn i {
}
.h2_margin {
  margin: 20px 0;
}
header {
  padding: 20px 0;
}
.header-index {
  background-image: url('../images/bg/hero_bg.webp');
  background-position: center center;
  background-size: cover;
}
.right-sidbar img,
nav img {
  width: 200px;
}
.navbar-nav {
  margin-left: 0px;
}
.dropdown-item:active {
  background-color: inherit !important;
}
.navbar .nav-item .dropdown-menu {
  display: none;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  width: 220px;
  padding: 15px 0;
  border-radius: 10px;
  background-color: #3d0f41;
  margin-left: -52px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: inherit;
}
.dropdown-toggle::after {
  vertical-align: middle;
  content: '+';
  border: none;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff !important;
  background-color: inherit;
}
.dropdown-menu li {
  display: block;
  color: #fff !important;
  padding: 10px 20px;
}
.dropdown-menu .dropdown-item::before {
  width: 0;
  background: var(--theme-color);
  z-index: -1;
}
.dropdown-menu .dropdown-item:hover::before {
  width: 100%;
  background: var(--theme-color);
}
.experience p,
.nav-right P:first-child {
  color: #d3c9c1;
}
.nav-right span {
  color: var(--theme-color);
}
.nav-right .fa-magnifying-glass {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
.nav-right .fa-bars {
  background-color: #150803;
  padding: 7px 8px;
  border-radius: 50%;
  cursor: pointer;
}
.navbar-toggler {
  border: 1px solid #7436bb;
  background: linear-gradient(42deg, #7436bb 0.01%, var(--theme-color) 100%);
  padding: 10px 20px;
}
#search-bar div:first-child:hover,
.navbar-toggler:hover,
.sidebar button:hover {
  background: inherit;
}
aside {
  background-color: #3d0f41;
  z-index: 10;
}
.sidebar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
.sidebar img {
  width: 100px;
}
#search-bar div:first-child,
.right-sidbar button,
.sidebar button {
  width: 44px;
  height: 44px;
  background: linear-gradient(42deg, #7436bb 0.01%, var(--theme-color) 100%);
}
.sidebar button {
  padding: 10px 12px;
  margin-bottom: -15px;
  border-radius: 0.25em;
  border: 1.5px solid var(--theme-color);
  color: #fff;
}
aside ul {
  padding: 0;
  display: flex;
  flex-direction: column;
}
aside ul li {
  margin: 5px 0;
}
aside li a {
  transition: 0.5s;
  padding: 10px 0 !important;
}
aside li a:hover {
  transition: 0.5s;
}
.collapse_btn {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.collapse_btn i {
  border: 1px solid #d3c9c1;
  padding: 7px 8px;
  border-radius: 40px;
}
.collapse_btn i:hover,
.experience .btn_hover2,
.portfolio-1 .btn_hover2,
.service-1 .btn_hover2 {
  border: 1px solid var(--theme-color);
}
.plus_collapse {
  margin: -52px 0 0;
  height: 45px;
}
.right-sidbar,
.sidepanel {
  height: 100vh;
  overflow-x: hidden;
  transition: 0.5s;
  top: 0;
  position: fixed;
}
aside .pages {
  color: #d3c9c1;
  margin: 11px 0 7px;
}
.sidepanel {
  width: 320px;
  left: -320px;
  padding: 40px 20px 20px;
}
.sidepanel::-webkit-scrollbar {
  width: 10px;
}
.sidepanel::-webkit-scrollbar-thumb {
  /* background: linear-gradient(42deg, #7436bb 0.01%, var(--theme-color) 100%); */
  border-radius: 10px;
}
#search-bar {
  background-color: #000000a6;
  width: 100%;
  height: 0;
  bottom: 0;
  z-index: 2;
  transition: 0.5s;
  position: fixed;
}
#search-bar form {
  border-radius: 50px;
  border: 1px solid #6d2f8a;
  background: #381a46;
  width: 50%;
  margin: auto;
}
#search-bar form input,
footer form {
  border-radius: 50px;
  background: #381a46;
}
#search-bar form input {
  border: none;
  outline: 0;
  padding: 10px 20px;
  color: #fff;
  width: 100%;
}
#search-bar div:first-child {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25em;
  border: 1.5px solid var(--theme-color);
  color: #fff;
  margin: 30px;
  cursor: pointer;
}
.right-sidbar {
  width: 355px;
  right: -355px;
  padding: 60px 20px 20px 25px;
  z-index: 3;
  background: #d3c9c1;
}
.ab-count,
.about-hr,
.gallary span,
.hero-social-icon {
  position: absolute;
}
.bullet-point {
  margin-top: 10px;
}
.bullet-parent {
  display: flex;
  align-items: center;
}
.bullet-point::before {
  content: url('../images/bullet-point.webp');
  padding-right: 5px;
  height: 100%;
}
.logoipsum .hr1,
.logoipsum .hr2 {
  opacity: 1;
  height: 2px;
  background: rgba(255, 255, 255, 0.75);
  rotate: 90deg;
}
.hero-icons {
  opacity: 0.8;
  transition: 0.1s ease-in;
}
.hero-icons:hover {
  opacity: 1;
}
.right-sidbar button {
  padding: 7px 12px 10px;
  border-radius: 0.25em;
  border: 1.5px solid var(--theme-color);
  color: #fff;
}
.right-sidbar button:hover {
  background: var(--gradiant-hover-color);
}
.right-sidbar p {
  color: #231f20;
  margin: 25px 0;
}
.right-sidbar h4 {
  margin: 25px 0;
}
.right-sidbar hr {
  margin: 28px 0 0;
  border: 1px solid;
  opacity: 1;
  color: #000;
}
.footer-menu .col-lg-4 li,
.right-sidbar ul li {
  display: flex;
  gap: 20px;
}
.right-sidbar ul a {
  color: #231f20;
}
.footer-menu i,
.right-sidbar i {
  font-size: 20px;
  background: linear-gradient(0deg, #5d1b63 0.5%, #ed337d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-menu i:hover,
.right-sidbar i:hover {
  background: linear-gradient(0deg, #ed337d 0.5%, #ed337d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero {
  background-image: url('../images/bg/hero.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 172px 0 279px;
}
.hero h1 {
  color: #fff;
  letter-spacing: 3.75px;
  font-size: 50px;
  line-height: 1.2;
}

.hero1 {
  /* background-image: url('../images/bg/hero02.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  /* padding: 0 0 20px; */
  min-height: 100vh;
  display: flex;
}
.hero1 h1 {
  color: #fff;
  line-height: 35px;
  font-size: 26px;
}

.hero-social-icon {
  left: 0;
  top: 0;
  margin-top: -100px;
}
.feature,
.logoipsum {
  background-color: #150725;
  margin-top: -1px;
}
.hero-social-icon hr {
  margin-top: 68px;
  opacity: 1;
  color: #fff;
  width: 110px;
  rotate: 90deg;
}
.feature .container .col-lg-3 {
  margin-top: -145px;
  display: flex;
}
.feature .container .col-lg-3 div {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border-radius: 20px;
  background: linear-gradient(0deg, #471133 0, #140921 100%);
  color: #fff;
  padding: 40px 30px;
  transition: 0.4s;
}

.feature .container .col-lg-6 div {
  display: flex;
  border-radius: 20px;
  color: #fff;
}
.feature .container .col-lg-6 div:hover,
.feature .container .col-lg-3 div:hover,
.service-page .col-lg-4 div:hover {
  transform: scale(1.05);
  transition: 0.4s;
}
.feature .feature-img1 {
  width: 53px;
}
.feature img {
  width: 60px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.feature h4 {
  font-size: 20px;
  text-align: center;
  width: 100%;
  margin: 20px 0 16px;
}
.ab-feature {
  padding: 15px 0 90px;
}
.ab-fa-hr h6,
.about-hr h6,
.experience-hr h6,
.testimonial_hr h6,
.work-hr h6 {
  letter-spacing: 3.72px;
  text-transform: uppercase;
}
.ab-fa-hr hr,
.about-hr hr,
.footer-hr hr,
.testimonial_hr hr,
.work-hr hr {
  opacity: 1.25;
  height: 1px;
  color: #ffffffbf;
  width: 60px;
  border: 1px solid;
}
.ab-feature .container .col-lg-3 {
  margin-top: 0;
}
.logo-white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.logo-white:hover {
  -webkit-filter: none;
  filter: none;
}
.logoipsum {
  padding: 70px 0 50px;
}
.logoipsum-slider {
  margin-top: 24px;
}
.logoipsum h3 {
  letter-spacing: 1.25px;
  color: #fff;
}
.logoipsum img {
  width: 160px;
  height: 60px;
  margin: 0 auto;
}
.logoipsum .hr1 {
  width: 60px;
  margin: 0 auto 50px;
}
.logoipsum .hr2 {
  width: 60px;
  margin: 50px auto 0;
}
.about-hr,
.experience-hr,
.footer-hr .d-flex,
.pricing-hr,
.work-hr {
  rotate: -90deg;
}
.about {
  background: #3d0f41;
  padding: 100px 0;
}
.about h5 {
  color: #fff;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}
.about hr,
.blog .blog-hr1,
.experience .experience-hr1,
.faq .faq-hr1,
.portfolio-1 .gallary-hr1,
.service-1 .service-hr1,
.team .team-hr1 {
  opacity: 1.25;
  height: 1px;
  color: var(--theme-color);
  width: 60px;
  border: 1px solid;
}
.about .position-relative {
  background-image: url('../images/bg/about-bg.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.about-mask figure {
  background: linear-gradient(42deg, #7436bb 0.01%, var(--theme-color) 100%);
  width: fit-content;
  clip-path: circle(45% at 50% 50%);
  transition: 0.8s;
}
.about-mask figure:hover,
.experience_mask figure:hover {
  transform: scale(1.05);
  transition: 0.8s;
}
.about-mask img {
  width: 85%;
  display: block;
  margin: auto;
  clip-path: circle(48% at 50% 50%);
}
.about-hr {
  color: #fff;
  right: -150px;
  bottom: 95px;
}
.ab-count {
  background: var(--gradiant-hover-color);
  color: #fff;
  bottom: -18px;
  left: 118px;
  z-index: 11;
  border-radius: 50%;
  width: 175px;
  height: 175px;
}
.experience .col-lg-6,
.faq,
.gallary,
.pricing {
  z-index: 1;
}
.ab-count p {
  letter-spacing: 1px;
  font-weight: 600;
}
.portfolio-1 {
  background: #150725;
  padding: 120px 0;
  margin-top: -1px;
}
.blog h5,
.experience h5,
.portfolio-1 h5,
.service-1 h5,
.team h5 {
  color: #fff;
  letter-spacing: 1px;
}
.portfolio-1 p {
  color: #d3c9c1;
  padding-right: 145px;
}
.portfolio-1 hr,
.service-1 hr {
  opacity: 1.25;
  height: 1px;
  color: #461f72;
  border: 1px solid;
}
.tab {
  display: flex;
  flex-wrap: wrap;
}
.tab button {
  float: left;
  border: none;
  outline: 0;
  cursor: pointer;
  transition: 0.3s;
  background-color: inherit;
  color: #fff;
  border-radius: 10px;
}
.ga-bg,
.gallary span {
  background-color: #150725;
}
.tab button.active {
  background: linear-gradient(11deg, #7436bb 0.01%, var(--theme-color) 100%);
}
.tabcontent {
  display: none;
  padding: 6px 12px;
}
.gallary {
  background-image: url('../images/bg/gallary-bg.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 120px;
  position: relative;
}
.ga-bg {
  height: 300px;
}
.gallary span {
  opacity: 0.8;
  width: 100% !important;
  height: 100%;
  top: 0;
  z-index: -1;
}
.gallary .container {
  margin-top: -390px;
  z-index: 1;
  position: relative;
}
.gallary .mt {
  margin-top: -245px;
}
.gallary img {
  width: 100%;
  border: 2px solid var(--secondary-theme-color);
}
.gallary img[alt='sm_img'] {
  height: 200px;
}
.gallary-hr h6 {
  letter-spacing: 3.72px;
  color: #fff;
}
.gallary-hr hr {
  opacity: 1;
  color: #fff;
  height: 2px;
  width: 60px;
}
.service-1 {
  background: #3d0f41;
  padding: 120px 0;
}
.experience .col-lg-8 p,
.service-1 .col-lg-8 p {
  padding: 0 221px 0 0;
}
.service-1 p,
.service-page p {
  color: #d3c9c1;
  position: relative;
  margin-bottom: 15px;
}
.service-card {
  border: 1px solid var(--theme-color);
  background: linear-gradient(11deg, #7436bb 0.01%, var(--theme-color) 100%);
  padding: 30px 10px 20px;
  width: 100%;
  border-radius: 30px;
}
.experience,
.experience::before {
  background-position: center center;
}
.service-card a,
.service-page .col-lg-4 div a {
  color: #d3c9c1;
  display: flex;
  align-items: center;
  gap: 5px;
}
.service-card a:hover,
.service-page .col-lg-4 div a:hover {
  font-weight: 700;
  color: #fff;
  gap: 8px;
}
.service-card h3,
.service-page .col-lg-4 div h3 {
  margin: 20px 0;
  color: #fff;
  letter-spacing: 1.25px;
}
.service-card img,
.service-page .col-lg-4 div img {
  object-fit: cover;
  margin: auto;
  display: block;
}
.service-card figure {
  background: #fff;
  box-shadow: 10px 17px 28px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 12px;
  width: 124px;
  height: 85px;
  display: flex;
}
.service-card img[alt='slider1'],
.service-page .col-lg-4 div img[alt='slider1'] {
  width: 105px;
}
.service-card img[alt='slider2'],
.service-page .col-lg-4 div img[alt='slider2'] {
  width: 75px;
}
.service-card img[alt='slider3'],
.service-page .col-lg-4 div img[alt='slider3'] {
  width: 60px;
}
.font-set-feature {
  font-size: 18px;
}
.experience {
  background-image: url('../images/bg/experience_bg.webp');
  background-size: cover;
  padding: 120px 0;
  position: relative;
  margin-top: -1px;
}
.experience::before {
  position: absolute;
  content: '';
  top: 26rem;
  background-image: url('../images/bg/experience_cercle.webp');
  background-size: contain;
  background-repeat: no-repeat;
  width: 30%;
  height: 39%;
  left: 32%;
}
.experience hr {
  opacity: 1.25;
  height: 1px;
  color: #461f72;
  border: 1px solid;
  margin: 35px 0;
}
.experience_mask figure {
  width: fit-content;
  clip-path: circle(47% at 50% 50%);
  padding: 6px;
  background: linear-gradient(11deg, #7436bb 0.01%, var(--theme-color) 100%);
  transition: 0.8s;
}
.experience_mask img {
  width: 100%;
  clip-path: circle(47% at 50% 50%);
}
.agency hr,
.experience-hr hr {
  opacity: 1.25;
  height: 1px;
  width: 60px;
}
.experience-hr {
  color: #fff;
  position: absolute;
  left: -28px;
  bottom: 25px;
}
.experience-hr hr {
  color: #ffffffbf;
  border: 1px solid;
  margin: 0;
}
.ex-card .d-flex,
.work-line div {
  border-radius: 50%;
  background: linear-gradient(11deg, #7436bb 0.01%, var(--theme-color) 100%);
}
.ex-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 23px 30px 0 rgba(0, 0, 0, 0.15);
  padding: 20px;
}
.ex-card:hover {
  background: linear-gradient(11deg, #7436bb 0.01%, var(--theme-color) 100%);
}
.ex-card .d-flex {
  color: #fff;
  padding: 15px;
}
.ex-card:hover.ex-card .d-flex {
  background: #fff;
}
.ex-card:hover.ex-card .d-flex img {
  filter: brightness(1) invert(1);
}
.ex-card:hover.ex-card h3 {
  color: #7436bb !important;
}
.ex-card h4 {
  color: #231f20;
}
.ex-card p {
  color: #767676;
  margin-top: 10px;
}
.ex-card-mobile {
  margin-top: 60px;
  padding-top: 60px;
}
.mobile-icon-align {
  top: -45%;
  left: 50%;
  transform: translate(-50%, -45%);
}
.ab-experience {
  background-image: url('../Images/bg/ab_experience_bg.png') !important;
  background-size: cover !important;
  background-position: center !important;
  margin-top: -2px;
}
.title-set-work {
  font-size: 20px;
}
.margin-set-work {
  margin-left: -14px;
}
.work {
  background-image: url('../images/bg/work-bg.webp');
  background-size: cover;
  background-position: center center;
  padding: 120px 0;
  margin-top: -2px;
}
.work h5 {
  letter-spacing: 1px;
}
.work-para {
  color: #fff;
  padding: 0 290px;
}
#team,
.testimonial {
  padding: 120px 0;
}
.work-line {
  background-image: url('../images/bg/work-line.png');
  background-size: 100% 100%;
  background-position: center;
  min-height: 242px;
  background-repeat: no-repeat;
  margin: 146px 25px;
}
.work-line div {
  position: absolute;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 18px 0 32px;
}
.work-line div:first-child {
  top: -66px;
  left: -30px;
  width: 180px;
  min-height: 180px;
}
.work-line div:nth-child(2) {
  bottom: -70px;
  left: 260px;
  width: 200px;
  min-height: 200px;
}
.work-line div:nth-child(3) {
  right: 260px;
  top: -66px;
  width: 200px;
  min-height: 200px;
}
.work-line div:last-child {
  right: -49px;
  bottom: -70px;
  width: 230px;
  min-height: 230px;
}
.blog .row a,
.team a,
.work a {
  border: 1.5px solid var(--theme-color);
}
.work-hr {
  color: #fff;
  position: absolute;
  right: 0;
  top: 100px;
}
.testimonial {
  background: #150725;
  color: #fff;
}
.testimonial_hr {
  color: #fff;
  position: absolute;
  rotate: -90deg;
}
.testimonial .position-relative h3 {
  margin-top: 147px;
}
.testimonial_slider {
  background-image: url('../images/bg/testimonial_bg.png');
  background-repeat: no-repeat;
  background-size: 17% 77%;
  padding: 16px 0 0;
  background-position-x: center;
}
#team,
.team {
  background-image: url('../images/bg/experience_bg.webp');
  background-size: cover;
  background-position: center center;
}
.testimonial_page p,
.testimonial_slider p {
  color: #d3c9c1;
  padding: 0 235px;
  margin-bottom: 27px;
}
.testimonial_slider h6 {
  color: var(--theme-color);
  margin-top: 5px;
  letter-spacing: 5px;
  font-family: Montserrat, sans-serif;
}
.testimonial_page h5,
.testimonial_slider h5 {
  letter-spacing: 3px;
}
.agency hr {
  color: #ffffffbf;
  border: 1px solid;
  rotate: 90deg;
}
.agency .agency-hr1 {
  margin: 120px auto 0;
}
.agency .agency-hr2 {
  margin: 60px auto 0;
}
.star-slider {
  display: flex;
  justify-content: center;
}
.star-slider h3 {
  text-wrap: nowrap;
}
.agency i {
  color: #fabf28;
  margin-left: 75px;
}
.team {
  padding: 120px 0 0;
}
.team h2 {
  color: #fff;
  padding: 0 212px 0 0;
}
.team p {
  color: #d3c9c1;
  padding: 0 184px 0 0;
}
.team-img {
  width: 100%;
  object-fit: cover;
  position: relative;
}
.faq span,
.overlay,
.overlay_text,
.pricing span,
.pricing-hr,
.ribbon,
.ribbon-content {
  position: absolute;
}
.team-img img {
  width: 100%;
  object-fit: cover;
}
.overlay {
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #7436bb66 28%, #b520a378 68%);
  width: 100%;
  height: 0;
  transition: 0.5s;
}
#footer-message,
.overlay_text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.gmap_iframe,
.mapouter {
  height: 470px;
}
.team-img:hover .overlay {
  height: 100%;
}
.overlay_text {
  width: 100%;
  color: #fff;
}
.overlay_text h4 {
  margin: 6px 0 15px;
}
.overlay_text i {
  color: #fff;
  font-size: 20px;
}
.overlay_text a {
  border: 1px solid #fff;
  border-radius: 50%;
}
.overlay_text a:hover {
  background-color: #fff;
}
.overlay_text a:hover i {
  color: #150725;
}
.overlay_text .d-flex a:first-child {
  padding: 8px 13px !important;
}
.overlay_text .d-flex a:nth-child(2) {
  padding: 9px 12px !important;
}
.overlay_text .d-flex a:last-child {
  padding: 8px 10px !important;
}
.team-btn {
  background: linear-gradient(0deg, #471133 0, #140921 100%);
  color: #d3c9c1;
  padding: 40px 20px;
}
.pricing,
.pricing-hr {
  color: #fff;
  font-family: Roboto, sans-serif;
}
#faq,
#footer-message,
#testimonial,
.faq,
.pricing {
  padding: 120px 0;
}
.pricing {
  background-image: url('../images/bg/pricing-bg.webp');
  background-size: cover;
  background-position: center center;
}
#pricing,
.service-page {
  background: #150725;
  padding: 120px 0;
}
.pricing span {
  background-color: #150725;
  opacity: 0.9;
  width: 100% !important;
  height: 100%;
  top: 0;
  z-index: -1;
  font-family: Roboto, sans-serif;
}
.pricing-hr {
  right: 0;
}
.pricing-hr h6 {
  letter-spacing: 3.72px;
  font-family: Roboto, sans-serif;
}
.pricing-hr hr {
  opacity: 1.25;
  height: 1px;
  color: #ffffffbf;
  width: 60px;
  border: 1px solid;
  font-family: Roboto, sans-serif;
}
.pricing p {
  padding: 0 330px;
  font-family: Roboto, sans-serif;
}
.pricing-card .pricing-container {
  background: #3d0f41;
  color: #fff;
  padding: 0 0 40px;
  transition: 0.4s;
  font-family: Roboto, sans-serif;
  transform: scale(1);
}
.pricing-package {
  width: 100%;
  background-color: #220c31;
}
.pricing-top {
  background-color: #b777ff;
  transition: 0.4s;
  width: 100%;
  font-family: Roboto, sans-serif;
  border: none;
}
.pricing-top-2 {
  background-color: #8640d5;
  transition: 0.4s;
  width: 100%;
  font-family: Roboto, sans-serif;
  border: none;
}
.mid-pr {
  background-color: #30095a;
}
.last-pr {
  background-color: #b520a3;
}
.last-pr-4 {
  background-color: #8a20b5;
}
.pricing-card .pricing-container:hover {
  transform: scale(1.07) !important;
  transition: 0.4s !important;
  z-index: 3;
  font-family: Roboto, sans-serif;
}
.pricing-card .pricing-container:nth-child(2) {
  transform: scale(1.09);
  z-index: 2;
  font-family: Roboto, sans-serif;
}
.pricing-card .pricing-container:nth-child(2):hover {
  transform: scale(1.05);
  z-index: 2;
  font-family: Roboto, sans-serif;
}
.pricing-card h3 {
  color: #fff;
  padding: 20px 70px;
  font-family: Roboto, sans-serif;
}
.pricing-card h2 {
  display: flex;
  padding: 40px;
  justify-content: center;
  font-family: Roboto, sans-serif;
}
.small-dollar {
  font-size: 30px;
  font-family: Roboto, sans-serif;
}
.pricing-card .pricing-container:nth-child(2) a {
  background-color: #fff;
  font-family: Roboto, sans-serif;
}
.pricing-card .pricing-container:nth-child(2) a:hover {
  color: #fff;
  background-color: transparent;
  font-family: Roboto, sans-serif;
}
.pricing-container h6 {
  font-size: 13px !important;
  font-weight: 100 !important;
}
.pricing-card a {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
}
.faq {
  background-image: url('../images/Have-Questions-in-Mind.webp');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.blog,
footer {
  background: #150725;
}
.faq span {
  background-color: #000;
  opacity: 0.6;
  width: 100% !important;
  height: 100%;
  top: 0;
  z-index: -1;
}
.faq .text-center h2 {
  color: #fff;
  padding: 0 55px 0 0;
}
.faq .text-center p {
  color: #fff;
  padding: 0 123px 0 0;
}
.accordion p {
  color: #767676;
}
.accordion button {
  border-radius: 10px !important;
  color: #231f20;
  font-weight: 700 !important;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: #7436bb69;
  color: #000;
}
.accordion-button:not(.collapsed)::after {
  background-image: url('../images/icon/menus.webp');
  background-position: center center;
}
.accordion-button::after {
  background-image: url('../images/icon/plus.webp');
}
.accordion-item:first-of-type,
.accordion-item:not(:first-of-type) {
  border-radius: 10px;
}
.accordion-item:last-of-type {
  border-radius: 10px;
}
.blog {
  padding: 120px 0 10px;
}
.blog p {
  color: #d3c9c1;
  text-align: center;
  padding-bottom: 30px;
  padding-left: 60px;
  padding-right: 60px;
}
.blog-card {
  flex: 0 0 33.33%;
  padding-bottom: 20px;
}
.blog-card img {
  width: 100%;
  transition: 0.4s;
}
.blog-card:hover img {
  transform: scale(1.05);
  opacity: 0.8;
  transition: 0.4s;
}
.blog-card h4 {
  color: #d3c9c1;
  margin: 18px 0;
  padding: 0 30px 0 0;
}
.blog-card a {
  padding: 0 0 11px !important;
  border-bottom: 2px solid var(--theme-color);
  letter-spacing: 2px;
  background: linear-gradient(66.75deg, #af46ff 0.87%, #e11dc0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer {
  padding: 1px 0 0;
}
.footer-hr h6 {
  color: #fff;
  letter-spacing: 3.72px;
}
.footer-hr h3 {
  margin-top: 125px;
  color: #fff;
  letter-spacing: 1px;
}
.footer-hr p {
  color: #fff;
  padding: 0 300px;
  margin: 20px 0 30px;
}
footer form {
  border: 1px solid #6d2f8a;
  width: 76%;
  margin: auto;
}
footer form input {
  border-radius: 50px;
  background: #381a46;
  border: none;
  outline: 0;
  padding: 10px 20px;
  color: #fff;
  width: 68%;
}
footer form button:hover {
  color: #7436bb;
}
#footer-message {
  display: none;
  background: linear-gradient(42deg, #7436bb 0.01%, var(--theme-color) 100%);
  color: #fff;
  width: 90%;
  height: 42%;
  font-size: 20px;
  position: fixed;
  z-index: 10;
  border-radius: 10px;
}
.footer-menu {
  background: linear-gradient(0deg, #471133 0, #140921 100%);
  color: #fff;
  padding: 50px 0;
  margin-top: 77px;
}
.footer-menu img {
  width: 200px;
  filter: brightness(0) invert(1);
}
.footer-menu h4 {
  color: var(--theme-color);
  margin-bottom: 26px;
}
.footer-menu a {
  color: #fff;
  padding: 0 !important;
}
.footer-menu p {
  padding: 0 78px 0 0;
}
.copyright {
  background: #150725;
  color: #fff;
  padding: 20px 0;
}
.header-about {
  padding-bottom: 130px;
  background: linear-gradient(0deg, #471133 0, #0b0314 100%);
}
.header-about h2 {
  color: #fff;
  text-align: center;
  margin-top: 142px;
}
.ab-page,
.about_img {
  background: #150725;
}
.about_img img {
  border-radius: 20px;
  width: 90%;
  margin-top: -109px;
}
.header-service {
  padding-bottom: 68px;
  background: linear-gradient(0deg, #471133 0, #0b0314 100%);
}
.header-service h2 {
  color: #fff;
  text-align: center;
  margin-top: 50px;
}
.serv-hero a {
  color: #fff;
  padding: 22px !important;
}
.serv-hero span {
  color: var(--theme-color);
  font-size: 20px;
}
.service-page .col-lg-4 {
  margin-bottom: 25px;
}
.service-page .col-lg-4 div {
  border: 1px solid var(--theme-color);
  background: linear-gradient(11deg, #7436bb 0.01%, var(--theme-color) 100%);
  padding: 40px 40px 30px;
  transition: 0.4s;
}
.service-page .col-lg-4 div figure {
  background: #fff;
  border-radius: 10px;
  padding: 12px;
  width: 124px;
  height: 85px;
  display: flex;
}
.service-page .col-lg-4 div img[alt='slider4'] {
  width: 90px;
}
.service-page .col-lg-4 div img[alt='slider5'] {
  width: 42px;
}
.service-page .col-lg-4 div img[alt='slider6'] {
  width: 35px;
}
.service-page .col-lg-4 div img[alt='slider7'] {
  width: 55px;
}
.service-page .col-lg-4 div img[alt='slider8'] {
  width: 73px;
}
.service-page .col-lg-4 div img[alt='slider9'] {
  width: 66px;
}
.contact {
  background: #150725;
  padding: 0 0 41px;
}
.contact form {
  border-radius: 20px;
  background: #26123c;
  padding: 50px 64px;
  margin: -155px auto 0;
  width: 80%;
}
.contact input,
.contact textarea {
  padding: 17px 0;
  outline: 0;
  background-color: inherit;
  color: #fff;
}
.contact input,
.contact textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #fff;
}
.contact form input::placeholder {
  color: #fff;
}
.contact form textarea::placeholder {
  color: #fff;
}
.contact-address a {
  color: #fff;
}
.contact-address i {
  color: #fff;
  background: linear-gradient(0deg, var(--theme-color) 0.5%, #fa982f 100%);
  padding: 18px;
  border-radius: 50%;
  font-size: 19px;
}
.contact-address i:hover {
  color: var(--theme-color);
  background: #fff;
}
.contact-address hr {
  color: #878787;
  opacity: 1.25;
  rotate: 90deg;
  width: 76px;
}
.contact-address {
  margin-top: 90px;
}
.contact h2 {
  color: #fff;
  text-align: center;
  margin-top: 95px;
}
.mapouter {
  width: 100%;
}
#testimonial {
  background: #150725;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.testimonial_page {
  background-image: url('../Images/bg/testimonial_bg.png');
  background-repeat: no-repeat;
  background-size: 17% 77%;
  padding: 16px 0 0;
  background-position-x: center;
}
.testimonial_page h6 {
  color: var(--theme-color);
  margin-top: 5px;
  font-family: Montserrat, sans-serif;
  letter-spacing: 5px;
}
.coming-soon {
  background: linear-gradient(0deg, #471133 0, #0b0314 100%);
  color: #fff;
  min-height: 100vh;
}
.coming-soon h2 {
  color: #ffc300;
  margin-top: -55px;
}
.coming-soon p {
  padding: 0 348px;
}
.modal-body {
  color: var(--secondary-theme-color);
}
.ribbon-content {
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
}
.ribbon {
  display: inline-block;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  background: linear-gradient(to right, #4298fa 0, #8fcdff 100%);
  color: #fff;
  text-shadow: 0 2px 2px #56a1f3;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.ribbon::after,
.ribbon::before {
  position: absolute;
  content: '';
  border-top: 4px solid #3672b6;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}
.ribbon::before {
  left: 14px;
}
.ribbon::after {
  right: 18px;
}



.wrapper-1{
  height: initial;
    max-width: 620px;
    margin: 0 auto;
    background: #eddeff;
    margin-top: 50px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    border-radius: 20px;
    color: #150725 !important;
}
.wrapper-2{
  padding :30px;
  text-align:center;
}
.wrapper-2 h1{
      font-size:4em;
  color:rgb(21, 7, 37); ;
  margin:0;
/*  margin-bottom:20px;*/
    line-height: initial;
}
.wrapper-2 p{
  margin: 0 20px 20px 20px;
  font-size:1.3em;
  color:#886ea7;
  font-family: 'Source Sans Pro', sans-serif;
}
.go-home {
    background: #150725;
    border: none;
    margin: 30px 0;
    border-radius: 30px;
    text-transform: capitalize;
    box-shadow: 0 10px 16px 1px rgb(21 7 37 / 36%);
}
.footer-like{
  margin-top: auto; 
  background:#D7E6FE;
  padding:6px;
  text-align:center;
}
.footer-like p{
  margin:0;
  padding:4px;
  color:#5892FF;
  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing:1px;
}
.footer-like p a{
  text-decoration:none;
  color:#5892FF;
  font-weight:600;
}

@media (min-width:360px){
  h1{
    font-size:4.5em;
  }
  .go-home{
    margin-bottom:20px;
  }
}

@media (min-width:600px){
  .content{
  max-width:1000px;
  margin:0 auto;
}
  .wrapper-1{
  height: initial;
    max-width: 620px;
    margin: 0 auto;
    background: #eddeff;
    margin-top: 50px;
    box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
    border-radius: 20px;
    color: #150725 !important;
}
  .privacy * {
    color: #150725;
    padding: 20px 0;
}
}
    
.text-white{color: #fff;}
    
    
    
    .button {
/*    margin: 10%;*/
  /* Centralize text */
    text-align: center;
}

.btn-hover.color {
  /* Button gradient color. The gradient have four different main colors, with a gradient between these. Only 2 of these colors will be visible on the button at any point. Upon hover, the background moves to show the other 2 colors  */
        background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a , #FBB03B);
  /* Gives the button a shadow for a neon-like glow */
    box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
    padding: 15px 20px !important;
}

.btn-hover {
  /* Button size */
  height: 55px;
/*    width: 200px;*/
  /* Text size and boldness*/
    font-size: 14px;
    font-weight: 600;
  /* Text color */
    color: #fff;
  /* Cursor pointer */
    cursor: pointer;
  /* Margin around button */
    margin: 20px;
  /* Removes default border around buttons */
    border: none;
  /* This affects the gradient background size. By putting a background width to be 300% (above 100%), only the beginning portion of this background will be shown. When hovered, the background will shift towards the end, giving the illustion of a moving gradient*/
    background-size: 300% 100%;
/* Curves the button */
    border-radius: 50px;
  
  /* Transition duration and style */
    moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-hover:hover {
  /* Changes the start position of the gradient background upon hover, giving the illusion of motion. Feel free to play around with this percentage value to see how it works */
    background-position: 100% 0;
  /* Duration of gradient transition */
    moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


