@font-face {
  font-family: "Azonix";
  src: url("../fonts/Azonix.woff2") format("woff2"),
    url("../fonts/Azonix.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Azonix", sans-serif;
  background: #000;
  overflow-x: hidden;
}

header {
  position: absolute;
  width: 100%;
  padding: 30px 0;
}

nav a.nav-link {
  color: #fff;
  font-size: 14px;
}
nav a.nav-link:hover,
nav a.nav-link:active,
nav a.nav-link.active,
nav a.nav-link:focus {
  color: #ff6600 !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ff6405;
}

.txt_primary {
  color: #ab56e4;
}
.navbar-nav .dropdown-menu {
  background: rgba(217, 217, 217, 0.1);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
}

.offcanvas-header .btn-close {
  opacity: 1;
  filter: invert();
}
.navbar-nav .dropdown-menu a {
  color: #fff;
}

.navbar-nav .dropdown-menu a:hover,
.navbar-nav .dropdown-menu a.active,
.navbar-nav .dropdown-menu a:active,
.navbar-nav .dropdown-menu a:focus {
  color: #fe6601;
  background: #000;
}

nav ul.navbar-nav {
  gap: 25px;
}
.brief_btn {
  border: none;
  font-size: 18px !important;
  letter-spacing: 3px;
  padding: 10px 40px !important;
}
a.btn_dflt,
.brief_btn {
  /* background: linear-gradient(124.99deg, #ab56e4 -25.21%, #361c68 100%); */
  position: relative;
  overflow: hidden;
  z-index: 0;

  background: linear-gradient(124.99deg, #ab56e4 -25.21%, #361c68 100%);
  border-radius: 50px;
  padding: 10px 25px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
a.btn_dflt::before,
.brief_btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    124.99deg,
    #ff6600 100%,
    #ab56e4 -25.21%,
    #361c68 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

a.btn_dflt:hover::before,
.brief_btn:hover::before {
  opacity: 1;
}
a.btn_dflt:hover,
.brief_btn:hover {
  background: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

section.hero {
  padding: 200px 0 0;
  background: url(../images/banner.webp) no-repeat center center / cover;
}
.hero img.hero_img {
  width: 80%;
}

.hero h1 {
  color: #fff;
  font-size: 45px;
}

.hero h1 span {
  color: #ab56e4;
}

.hero .desc {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
button.navbar-toggler {
  background: #ab56e4;
}

section.counter {
  padding: 40px 0;
  background: #000;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.count_bx {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.count_bx h5 {
  color: #f15729;
  font-size: 38px;
  display: flex;
}

.count_bx h5 span {
  color: #fff;
  font-size: 45px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  padding: 0 5px 0 0;
}

.count_bx p {
  font-size: 15px;
  font-weight: 300;
}

section.services {
  padding: 100px 0;
  background: url(../images/services.webp) no-repeat center center / cover;
  overflow: hidden;
}

.title {
  display: flex;
  gap: 20px;
  color: #fff;
  align-items: center;
  font-size: 35px;
  margin: 0 0 40px;
}

.title h2 {
  font-size: 35px;
  color: #fff;
  line-height: 45px;
  margin: 0 !important;
}
.title h2 span {
  color: #ab56e4;
}

.slide_bxx {
  height: 250px;
  width: 100%;
}

.slide_bxx .crd_bx.flipped {
  -webkit-transform: rotatey(-180deg);
  transform: rotatey(-180deg);
}

.slide_bxx .crd_bx {
  -webkit-transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  transform-style: preserve-3d;
  transition: 0.5s;
  width: 100%;
}
.slide_bxx .crd_bx .face {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}

.slide_bxx .crd_bx .front {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.slide_bxx .crd_bx .back {
  -webkit-transform: rotatey(-180deg);
  transform: rotatey(-180deg);
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.slide_bx {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 15px;
  background: #d9d9d91a;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.slide_bx h5 {
  color: #fff;
  align-self: self-start;
  font-size: 20px;
  margin-top: 10px;
}

.slide_bx .txt {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

.slide_bx .txt img {
  width: 45px;
}

.serv_slider .item {
  padding: 5px;
}
.serv_slider .slick-list {
  overflow: visible;
}

ul.slick-dots button:before,
ul.slick-dots li.slick-active button:before {
  background: #8756e4;
  opacity: 1;
  content: "";
  height: 7px;
  width: 7px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

ul.slick-dots li.slick-active button,
ul.slick-dots li:hover button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  border: 1px solid #ff6600;
  border-radius: 50%;
}

.serv_slider .slick-slide {
  transition: transform 0.4s ease;
  transform-origin: center bottom;
}
.serv_slider .slick-track {
  padding: 50px 0;
}
.serv_slider ul.slick-dots {
  margin: 0 0 80px;
}

section.services p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.slide_bx .txt p {
  font-size: 12px;
}

section.recent_projects {
  padding: 100px 0;
  background: url(../images/recent-project-bg.webp) no-repeat center center /
    cover;
  overflow: hidden;
}

section.packages {
  padding: 100px 0;
  background: url(../images/pkgs-bg.webp) no-repeat center center / cover;
}

ul#myTab {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 15px;
  border: none;
}

ul#myTab button.nav-link {
  padding: 15px 15px;
  border-radius: 0;
  color: #fff;
  font-weight: 300;
  position: relative;
  border: none;
}

ul#myTab button.nav-link:before {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  background: linear-gradient(124.99deg, #ab56e4 -25.21%, #361c68 100%);
  bottom: 0;
  left: 0;
  transition: 0.4s all ease-in-out;
  z-index: -1;
}

ul#myTab button.nav-link.active,
ul#myTab button.nav-link:hover {
  background: none;
  border: none;
}
ul#myTab button.nav-link.active:before,
ul#myTab button.nav-link:hover:before {
  height: 105%;
  top: -2px;
}

.tabs_head {
  margin: 20px 0 100px;
}

.pkg_box {
  background: rgba(217, 217, 217, 0.1);
  -webkit-backdrop-filter: blur(17.5px);
  backdrop-filter: blur(17.5px);
  border-radius: 20px;
  border: 1px solid #5a5a5a;
  padding: 30px;
}

.pkg_box ul {
  height: 300px;
  overflow: auto;
  padding: 25px;
  line-height: 30px;

  scrollbar-color: linear-gradient(191.21deg, #ab56e4 15.75%, #361c68 78.06%)
    rgba(0, 0, 0, 0.3);
}

/* WebKit Browsers */
.pkg_box ul::-webkit-scrollbar {
  width: 8px;
}

.pkg_box ul::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50px;
}

.pkg_box ul::-webkit-scrollbar-thumb {
  background: linear-gradient(191.21deg, #ab56e4 15.75%, #361c68 78.06%);
  border-radius: 50px;
}

.pkg_box ul li {
  font-family: "Poppins", sans-serif;
  color: #e8e8e8;
  font-weight: 200;
  font-size: 16px;
}

.pkg_box h4 {
  font-size: 35px;
  color: #fff;
  margin: 10px 0;
}

.pkg_box h3 {
  font-size: 22px;
  padding: 20px 0;
  text-align: center;
  border-radius: 15px;
  margin-top: -65px;
  margin-bottom: 30px;
}

.pkg_head1 {
  background: url(../images/pkg1.webp) no-repeat center center / cover;
  color: #222222;
}
.pkg_head2 {
  background: url(../images/pkg2.webp) no-repeat center center / cover;
  color: #222222;
}
.pkg_head3 {
  background: url(../images/pkg3.webp) no-repeat center center / cover;
  color: #fff;
}

a.pkg_btn {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 27.5px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 300;
  padding: 10px 30px;
  border: 1px solid #361c68a1;
  transition: 0.4s all ease-in-out;
  &:hover {
    background: linear-gradient(124.99deg, #ab56e4 -25.21%, #361c68 100%);
  }
}

a.pkg_arrow {
  transition: 0.4s all ease-in-out;
  text-decoration: none;
  transform: rotate(-360deg);
}

a.pkg_arrow:hover {
  transform: rotate(45deg);
}

section.grp_sect {
  background: url(../images/faq_rev-bg.webp) no-repeat top left / auto;
  padding: 60px 0;
  position: relative;
}

.cta_box:before {
  content: "";
  position: absolute;
  background: rgba(217, 217, 217, 0.1);
  -webkit-backdrop-filter: blur(17.5px);
  backdrop-filter: blur(17.5px);
  border-radius: 20px;
  border: 1px solid #361c68a1;
  width: 130%;
  height: 100%;
  top: 0;
  z-index: 0;
  left: 0;
}
.cta_box {
  padding: 20px;
  position: relative;
}
.cta_box * {
  position: relative;
}

.cta_sect img {
  position: relative;
}

.cta_box h2 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 10px;
}

.cta_box h2 span {
  color: #ab56e4;
}

.cta_box p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  font-family: "Poppins";
}

.subtitle {
  color: #fff;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 15px;
  width: 50%;
  line-height: 22px;
}

.rev_box {
  padding: 40px;
  background: rgba(217, 217, 217, 0.1);
  -webkit-backdrop-filter: blur(22.5px);
  backdrop-filter: blur(22.5px);
  border-radius: 20px;
  border: 1px solid #361c68a1;
  margin: 0 20px;
}

.rev_title {
  padding: 0px 0 20px;
  border-bottom: 1px dashed #040404;
  margin: 0 0 20px;
}

.rev_title h4 {
  color: #fff;
  font-size: 18px;
}

.rev_title p {
  color: #fff;
  font-family: "Outfit";
  font-weight: 300;
  margin: 10px 0;
}

.rating i {
  color: #ab56e4;
}

.rating {
  display: flex;
  gap: 4px;
}

.rev_box p {
  font-family: "Poppins";
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.faq_sect {
  margin: 90px 0 30px;
}

.faq_bx {
  margin: 40px 0 0;
}

.faq_bx button.accordion-button {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1px solid #ab56e470;
  box-shadow: none;
  font-family: "Poppins";
  font-size: 16px;
}

.faq_bx .accordion .accordion-item {
  background: transparent;
  border: none;
  margin: 15px 0;
}

.faq_bx .accordion-collapse .accordion-body {
  border: 1px solid #ab56e470;
}

.faq_bx button.accordion-button.collapsed {
  border: none;
}

.faq_bx .accordion-collapse .accordion-body p {
  font-size: 15px;
  font-family: "Poppins";
  color: #fff;
  font-weight: 300;
}

.form_bx {
  background: rgba(217, 217, 217, 0.1);
  -webkit-backdrop-filter: blur(17.5px);
  backdrop-filter: blur(17.5px);
  border-radius: 20px;
  padding: 55px;
}

.form_bx h3 {
  font-size: 30px;
  color: #ab56e4;
  text-align: center;
  margin-bottom: 25px;
}

.form_bx input,
.form_bx textarea {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  color: #fff !important;
  font-family: "Poppins";
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 300;
  padding: 15px;
  /* border: none; */
  resize: none;
}
.form_bx input::placeholder,
.form_bx textarea::placeholder {
  color: #ffffff61;
}

.form_bx input:active,
.form_bx textarea:active,
.form_bx input:focus,
.form_bx textarea:focus {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: none;
  border-color: #fff;
}

.form_bx form button {
  background: linear-gradient(124.99deg, #ab56e4 -25.21%, #361c68 100%);
  opacity: 0.9;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  width: 100%;
  border: none;
  padding: 15px 0;
}
.faq_bx button.accordion-button:after {
  filter: invert(1);
}

footer {
  background: url(../images/footer.webp) no-repeat center center / cover;
  padding: 50px 0 0;
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 300;
}

footer .copy_right {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #ab56e4;
  margin: 30px 0 0;
}

.socials a {
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ab56e4;
  border: 1px solid;
  border-radius: 50%;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s all ease-in-out;
  &:hover {
    color: #361c68;
    background: #fff;
  }
}

footer h3 {
  font-size: 24px;
  font-family: "Azonix";
  color: #ab56e4;
  margin: 0 0 25px;
}

footer img.foot_logo {
  width: 180px;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  gap: 10px;
}

footer ul li {
  margin-bottom: 10px;
}

.socials {
  margin: 30px 0;
}
footer ul a i {
  margin-top: 3px;
}

footer input.form-control {
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.2;
  border-radius: 27px;
  color: #fff;
  padding: 10px 10px 10px 20px;
}
footer input.form-control::placeholder {
  color: #fff;
}

footer .form-group {
  position: relative;
}

footer .form-group button {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 0;
  color: #ab56e4;
  transition: 0.3s all ease-in-out;
  &:hover {
    background: #ab56e4;
    color: #fff;
  }
}

footer form label {
  margin: 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.serv_about {
  padding: 100px 0;
  background: url(../images/recent-project-bg.webp) no-repeat center center /
    cover;
  overflow: hidden;
}

h2 span {
  color: #ab56e4;
}
section.serv_about h2 {
  color: #fff;
  font-size: 35px;
  margin: 0 0 30px;
}

section.serv_about p {
  color: #fff;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 15px;
  margin: 10px 0;
}
/* 
.portfolio_sect{
      background: url("../images/recent-project-bg.webp") center center / cover no-repeat;
    padding: 70px 0;
} */

.portfolio_sect {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
.portfolio_sect .col {
  text-align: center;
}

.portfolio_sect::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/recent-project-bg.webp");
  background-size: cover;
  background-position: center;
  transform: scaleX(-1);
  z-index: -1;
}

/* .portfolio-box img {
    height: 230px;
    aspect-ratio: 1;
} */
.portfolio-box a {
  text-decoration: none;
}

.portfolio-box a:focus,
.portfolio-box a:active {
  box-shadow: none;
}

.portfolio_sect p {
  color: #fff;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 15px;
  margin: 10px 0 30px;
  width: 50%;
}

section.portfolio_sect .tabs_head {
  margin: 20px 0;
}

div#logo-design .tabs_head {
  margin: 0 0 30px;
}
.portfolio-nav a.nav-link:before,
.sub-pricing-tabs a.nav-link:before {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  background: linear-gradient(124.99deg, #ab56e4 -25.21%, #361c68 100%);
  bottom: 0;
  left: 0;
  transition: 0.4s all ease-in-out;
  z-index: -1;
}
.sub-pricing-tabs a.nav-link:before {
  background: #fff !important;
}
.portfolio-nav a.nav-link,
.sub-pricing-tabs a.nav-link {
  padding: 15px 15px;
  border-radius: 0;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  border: none;
}

.portfolio-nav a.nav-link.active,
.portfolio-nav a.nav-link:hover {
  background: none;
  border: none;
  color: #fff;
}
.sub-pricing-tabs a.nav-link.active,
.sub-pricing-tabs a.nav-link:hover {
  background: none;
  border: none;
  color: #000;
}
.portfolio-nav a.nav-link.active:before,
.portfolio-nav a.nav-link:hover:before,
.sub-pricing-tabs a.nav-link.active:before,
.sub-pricing-tabs a.nav-link:hover:before {
  height: 105%;
  top: -2px;
}

.cont_info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cont_info a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(124.99deg, #ab56e4 -25.21%, #361c68 100%);
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Poppins";
  text-align: center;
}

.cont_info a i {
  font-size: 27px;
}

section.contact_sect {
  background: url(../images/services.webp) no-repeat center center / cover;
  padding: 90px 0;
}

.seal_sect img {
  width: 120px;
}

.reviews {
  overflow-x: hidden;
}

.review_slider {
  display: flex;
  flex-wrap: no-wrap;
  width: 500%;
  align-items: center;
  height: 80vh;
  overflow-x: hidden;
}

.review_slider .rev_item {
  width: 450px;
}

h2.rev_header {
  position: absolute;
  top: 50%;
  z-index: 0;
  color: #fff;
  font-size: 140px;
}

.ban_form {
  border-radius: 15px;
  background: #d9d9d91a;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 15px;
  margin-top: 15px;
}

.ban_form h2 {
  color: #fff;
  font-size: 30px;
  line-height: 55px;
}

.ban_form input::placeholder {
  color: #ccc;
}
.ban_form input {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  font-family: "Poppins";
  font-size: 14px;
}

.ban_form button {
  background: linear-gradient(124.99deg, #ab56e4 -25.21%, #361c68 100%);
  border: 1px solid;
  color: #fff;
  &:hover {
    background: #361c68;
  }
}

.cta_sect {
  padding: 100px 0;
}

.cta_sect .col-lg-5 {
  position: relative;
}

.cta_img {
  position: absolute;
  left: 0;
  top: -200px;
  animation: float 9s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translatey(0);
  }

  50% {
    transform: translatey(50px);
  }

  100% {
    transform: translatey(0);
  }
}

section.brief-form label {
  color: #fff;
  font-family: "Outfit";
  font-size: 18px;
  margin: 10px 0;
}

section.brief-form label span {
  color: #ff0000;
}

section.brief-form input,
section.brief-form textarea,
section.brief-form input:focus,
section.brief-form textarea:focus {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
  padding: 10px 15px;
}

section.brief-form input::placeholder,
section.brief-form textarea::placeholder {
  color: #fff;
}

section.brief-form input[type="radio"] {
  color: #fff;
  font-family: "Poppins";
  font-size: 16px;
}

section.brief-form small {
  color: #fff;
  font-family: "Poppins";
  font-size: 12px;
  display: block;
  margin: 10px 0 0;
}

section.brief-form .form-group span {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  font-family: "Poppins";
}

section.brief-form .form-group {
  display: flex;
  gap: 40px;
}

.styled-radio {
  display: flex;
  gap: 15px;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 6px;
  border: 2px solid #f2f2f2;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.radio-option input[type="radio"] {
  display: none;
}

.radio-option {
  opacity: 1;
}

.radio-option input[type="radio"]:checked[value="yes"] ~ .icon {
  color: green;
}

.radio-option input[type="radio"]:checked[value="no"] ~ .icon {
  color: red;
}

.radio-option:has(input[type="radio"]:checked[value="yes"]) {
  background-color: #fff;
  color: #000;
}

.radio-option:has(input[type="radio"]:checked[value="no"]) {
  background-color: #fff;
  color: #000;
}

section.brief-form {
  padding: 50px 0;
  background: url(../images/faq_rev-bg.webp) no-repeat center center / cover;
}

section.brief-form form {
  padding: 30px;
}

.floating_wrap,
.floating_wrap .btns_wrap {
  position: fixed;
  right: 0;
}

.floating_wrap .btns_wrap .call_wrap,
.floating_wrap .btns_wrap .chat_wrap {
  position: absolute;
  right: -225px;
  width: 275px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  border-radius: 50px 0 0 50px;
  background: #fff;
}
.floating_wrap {
  top: 171px;
  z-index: 1000;
}

.floating_wrap .btns_wrap a:hover {
  text-decoration: none !important;
  right: 0;
}

.floating_wrap .btns_wrap .call_wrap {
  top: 60px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.floating_wrap .btns_wrap .call_wrap span {
  color: #ab56e4;
  font-size: 14px;
  vertical-align: middle;
  background: #fff;
  padding: 0 5px;
}

.floating_wrap .btns_wrap .chat_wrap {
  display: block;
  text-decoration: none;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.floating_wrap .btns_wrap .call_wrap span.icoo,
.floating_wrap .btns_wrap .chat_wrap span.icoo {
  color: #fff;
  background: linear-gradient(45deg, #ab56e4, #361c68);
  font-size: 20px;
  line-height: 1;
  padding: 14px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50px 0 0 50px;
}

.floating_wrap .btns_wrap .chat_wrap span {
  color: #ab56e4;
  font-size: 14px;
  vertical-align: middle;
  background: #fff;
  padding: 0 5px 0 5px;
}

div#contactModal .modal-content {
  background: none;
}

button.btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  filter: invert(1);
  z-index: 1;
  opacity: 1;
}

/* .image-check label {
  cursor: pointer;
  text-align: center;
  display: block;
  border: 2px solid transparent;
  padding: 5px;
  border-radius: 8px;
  transition: 0.3s ease;
}

.image-check input:checked + label {
  border-color: #ab56e4;
  background-color: rgba(0, 123, 255, 0.1);
}

.image-check img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 5px;
} */

.image-check {
  position: relative;
}

.image-check label {
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.image-check img {
  display: block;
  width: 100%;
  border-radius: 6px;
}

.image-check strong {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #fff;
}

/* Tick icon position */
.tick-icon {
  position: absolute;
  top: 6px;
  left: 6px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff !important;
  font-size: 14px;
  padding: 2px 5px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Active state styling */
.image-check input:checked + label {
  border-color: #ab56e4;
}

.image-check input:checked + label .tick-icon {
  opacity: 1;
}
.privacy h2
{
    margin:20px 0 !important;
    font-size:27px !important;
}
.privacy ul li
{
    color:#fff;
}
.privacy a
{
    text-decoration:none;
    color:#fff;
}
