@charset "UTF-8";
* {
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Autography";
  src: url("../autography/Autography.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Questrial", sans-serif !important;
  background-color: #747474 !important;
}

.Roboto {
  font-family: "Roboto", sans-serif !important;
}

.font_autography {
  font-family: "Autography", sans-serif !important;
}

p {
  transition: transform 0.3s ease-in-out;
}
p:hover {
  transform: scale(1.01) !important;
}

.custome_Comman_btn {
  background-color: transparent;
  padding: 4px 24px;
  border: 2px solid #F7EB19;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.custome_Comman_btn span {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  transition: color 0.4s ease-in-out;
}
.custome_Comman_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFF, #FFF);
  transition: left 0.4s ease-in-out;
}
.custome_Comman_btn:hover {
  border-color: #F7EB19;
}
.custome_Comman_btn:hover span {
  color: #000;
}
.custome_Comman_btn:hover::before {
  left: 0;
}

.custome_Comman_blue_btn {
  background-color: transparent;
  padding: 4px 24px;
  border: 2px solid #F7EB19;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.custome_Comman_blue_btn span {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  transition: color 0.4s ease-in-out;
}
.custome_Comman_blue_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFF, #FFF);
  transition: left 0.4s ease-in-out;
}
.custome_Comman_blue_btn:hover {
  border-color: #F7EB19;
}
.custome_Comman_blue_btn:hover span {
  color: #000;
}
.custome_Comman_blue_btn:hover::before {
  left: 0;
}

a {
  text-decoration: none !important;
}

.sec_title h2 {
  color: #FFF;
  font-size: 52px;
}
.sec_title h3 {
  color: #FFF;
  font-size: 52px;
  margin-left: 130px;
  margin-top: -15px;
  font-weight: 700;
}

.Yellow_f {
  color: #F7EB19 !important;
}

.Blue_f {
  color: #28ADE4 !important;
}

.Active_Menu {
  color: #747474 !important;
  font-weight: 600 !important;
}

.up_arrow {
  position: fixed;
  right: 3%;
  bottom: 5%;
  z-index: 5;
}
.up_arrow img {
  height: 35px;
  width: 35px;
  transition: transform 0.3s ease-in-out;
}
.up_arrow img:hover {
  transform: scale(1.2);
}

.custome_navbar {
  position: relative;
  z-index: 5;
  background: #FFF;
  width: 100%;
}
.custome_navbar::after {
  position: absolute;
  content: "";
  width: 90.3%;
  height: 1px;
  background-color: #FFF;
  bottom: 0;
  right: 0;
}
.custome_navbar a .header_logo {
  position: absolute;
  top: 10px;
  left: 8%;
}
.custome_navbar .custome_border {
  position: relative;
  padding: 15px 0px;
}
.custome_navbar ul li span {
  color: #000;
}
.custome_navbar ul li:hover span {
  color: #E90B8A;
}

.Mobile_custome_navbar {
  position: relative;
  z-index: 5;
  background: #FFF;
  border-bottom: 2px solid #FFF;
  width: 100%;
}
.Mobile_custome_navbar a .header_logo {
  position: relative;
  width: 88px;
}
.Mobile_custome_navbar .custome_border {
  position: relative;
  padding: 15px 0px;
}
.Mobile_custome_navbar ul li span {
  color: #000;
}
.Mobile_custome_navbar .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.Mobile_custome_navbar .navbar-toggler {
  border: none;
  outline: none;
  background: transparent;
  padding: 10px;
}

.Mobile_custome_navbar .navbar-toggler-icon {
  width: 30px;
  height: 3px;
  background-color: #000; /* Default color */
  display: block;
  transition: all 0.3s ease-in-out;
  position: relative;
  background-position: top;
}

.Mobile_custome_navbar .navbar-toggler-icon::before,
.Mobile_custome_navbar .navbar-toggler-icon::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.Mobile_custome_navbar .navbar-toggler-icon::before {
  top: -8px;
}

.Mobile_custome_navbar .navbar-toggler-icon::after {
  top: 8px;
}

/* When navbar is open */
.Mobile_custome_navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-color: transparent;
}

.Mobile_custome_navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
  transform: rotate(45deg);
  top: 0;
}

.Mobile_custome_navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  transform: rotate(-45deg);
  top: 0;
}

.Main_Banner_Section .Main_banner_color_image {
  position: absolute;
  width: 15%;
  right: 0%;
}
.Main_Banner_Section .banner_Content {
  padding: 170px 0px;
}
.Main_Banner_Section .banner_Content h1 {
  font-size: 63px;
  color: #FFF;
}
.Main_Banner_Section .banner_Content p {
  font-size: 20px;
  color: #FFF;
  width: 50%;
}

.About_Banner_Section .Main_banner_color_image {
  position: absolute;
  width: 40%;
  right: 0%;
  top: 40%;
}
.About_Banner_Section .banner_Content {
  padding: 170px 0px;
}
.About_Banner_Section .banner_Content h1 {
  font-size: 63px;
  color: #FFF;
}
.About_Banner_Section .banner_Content p {
  font-size: 20px;
  color: #FFF;
  width: 50%;
}

.Trend_section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 100px;
}
.Trend_section .tred_left_main_img {
  position: absolute;
  left: 0%;
  top: 15%;
  width: 38%;
}
.Trend_section .tred_left_main_img_bg {
  position: absolute;
  left: 0%;
  top: 15%;
  width: 18%;
}
.Trend_section p {
  font-size: 20px;
}
.Trend_section .missin_vission {
  position: relative;
}
.Trend_section .missin_vission h4 {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
}
.Trend_section .missin_vission p {
  color: #FFF;
  font-size: 16px;
}
.Trend_section .missin_vission::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 3px;
  height: 100%;
  border-radius: 5px;
  background-image: linear-gradient(#F7EB19, #E90B8A, #28ADE4);
  transform: translateY(-50%);
}

.Wall_Application {
  position: relative;
  padding-bottom: 50px;
}
.Wall_Application .Application_card {
  position: relative;
  height: 100%;
}
.Wall_Application .Application_card h4 {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
}
.Wall_Application .Application_card p {
  color: #FFF;
  font-size: 16px;
}
.Wall_Application .Application_card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 3px;
  height: 100%;
  border-radius: 5px;
  background-image: linear-gradient(#F7EB19, #E90B8A, #28ADE4);
  transform: translateY(-50%);
}

.Our_Gallery {
  position: relative;
  padding: 50px 0px;
}
.Our_Gallery .lefy_bg_color_sedo {
  position: absolute;
  left: 0%;
  width: 30%;
}

.Choose_Theme {
  position: relative;
  padding: 50px 0px;
}
.Choose_Theme p {
  font-size: 20px;
}
.Choose_Theme .right_bg_color_sedo {
  position: absolute;
  right: 0%;
  width: 30%;
}
.Choose_Theme .Themr_Part {
  position: relative;
}
.Choose_Theme .Themr_Part .Custome_Theme_card img:hover {
  transform: scale(1.2);
}
.Choose_Theme .Themr_Part .Custome_Theme_card h3 {
  font-size: 24px;
}
.Choose_Theme .Themr_Part .Custome_Theme_card p {
  font-size: 18px;
}
.Choose_Theme .Themr_Part::after {
  position: absolute;
  content: url("../img/culring_line.svg");
  height: 100%;
  left: 50%;
  top: 57%;
  transform: translate(-50%, -50%);
}
.Choose_Theme .FramedArt {
  display: none;
}
.Choose_Theme .FramedArt .border_frem {
  position: relative;
  padding: 30px;
  background: #747474;
  background-clip: padding-box; /* !importanté */
  border: solid 2px transparent; /* !importanté */
  border-radius: 5px;
  height: 100%;
}
.Choose_Theme .FramedArt .border_frem:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: #747474;
  background: linear-gradient(to right, #F7EB19, #E90B8A, #28ADE4);
}
.Choose_Theme .FramedArt h3 {
  color: #FFF;
  font-size: 45px;
  font-weight: 700;
}
.Choose_Theme .FramedArt p {
  color: #FFF;
  font-size: 18px;
}
.Choose_Theme .FramedArt h4 {
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
}
.Choose_Theme .FramedArt .icon_bg {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-color: #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.Choose_Theme .FramedArt .icon_bg img {
  width: 100%;
}
.Choose_Theme .FramedArt2 {
  display: none;
}
.Choose_Theme .FramedArt2 .border_frem {
  position: relative;
  padding: 30px;
  background: #747474;
  background-clip: padding-box; /* !importanté */
  border: solid 2px transparent; /* !importanté */
  border-radius: 5px;
  height: 100%;
}
.Choose_Theme .FramedArt2 .border_frem:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: #747474;
  background: linear-gradient(to right, #F7EB19, #E90B8A, #28ADE4);
}
.Choose_Theme .FramedArt2 h3 {
  color: #FFF;
  font-size: 45px;
  font-weight: 700;
}
.Choose_Theme .FramedArt2 p {
  color: #FFF;
  font-size: 18px;
}
.Choose_Theme .FramedArt2 h4 {
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
}
.Choose_Theme .FramedArt2 .icon_bg {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-color: #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.Choose_Theme .FramedArt2 .icon_bg img {
  width: 100%;
}

.Mobile_Choose_Theme {
  position: relative;
  padding: 50px 0px;
}
.Mobile_Choose_Theme p {
  font-size: 20px;
}
.Mobile_Choose_Theme .right_bg_color_sedo {
  position: absolute;
  right: 0%;
  width: 30%;
}
.Mobile_Choose_Theme .Themr_Part {
  position: relative;
}
.Mobile_Choose_Theme .Themr_Part .border_frem {
  position: relative;
  padding: 30px 5px;
  background: #747474;
  background-clip: padding-box; /* !importanté */
  border: solid 2px transparent; /* !importanté */
  border-radius: 5px;
  height: 100%;
}
.Mobile_Choose_Theme .Themr_Part .border_frem:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: #747474;
  background: linear-gradient(to right, #F7EB19, #E90B8A, #28ADE4);
}
.Mobile_Choose_Theme .Themr_Part .Custome_Theme_card img:hover {
  transform: scale(1.2);
}
.Mobile_Choose_Theme .Themr_Part .Custome_Theme_card h3 {
  font-size: 24px;
}
.Mobile_Choose_Theme .Themr_Part .Custome_Theme_card p {
  font-size: 18px;
}
.Mobile_Choose_Theme .Themr_Part::after {
  position: absolute;
  content: url("../img/culring_line.svg");
  height: 100%;
  left: 50%;
  top: 57%;
  transform: translate(-50%, -50%);
}
.Mobile_Choose_Theme .FramedArt {
  display: none;
}
.Mobile_Choose_Theme .FramedArt .border_frem {
  position: relative;
  padding: 30px;
  background: #747474;
  background-clip: padding-box; /* !importanté */
  border: solid 2px transparent; /* !importanté */
  border-radius: 5px;
  height: 100%;
}
.Mobile_Choose_Theme .FramedArt .border_frem:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: #747474;
  background: linear-gradient(to right, #F7EB19, #E90B8A, #28ADE4);
}
.Mobile_Choose_Theme .FramedArt h3 {
  color: #FFF;
  font-size: 45px;
  font-weight: 700;
}
.Mobile_Choose_Theme .FramedArt p {
  color: #FFF;
  font-size: 18px;
}
.Mobile_Choose_Theme .FramedArt h4 {
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
}
.Mobile_Choose_Theme .FramedArt .icon_bg {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-color: #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 5px;
}
.Mobile_Choose_Theme .FramedArt .icon_bg img {
  width: 100%;
}
.Mobile_Choose_Theme .FramedArt2 {
  display: none;
}
.Mobile_Choose_Theme .FramedArt2 .border_frem {
  position: relative;
  padding: 30px;
  background: #747474;
  background-clip: padding-box; /* !importanté */
  border: solid 2px transparent; /* !importanté */
  border-radius: 5px;
  height: 100%;
}
.Mobile_Choose_Theme .FramedArt2 .border_frem:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: #747474;
  background: linear-gradient(to right, #F7EB19, #E90B8A, #28ADE4);
}
.Mobile_Choose_Theme .FramedArt2 h3 {
  color: #FFF;
  font-size: 45px;
  font-weight: 700;
}
.Mobile_Choose_Theme .FramedArt2 p {
  color: #FFF;
  font-size: 18px;
}
.Mobile_Choose_Theme .FramedArt2 h4 {
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
}
.Mobile_Choose_Theme .FramedArt2 .icon_bg {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-color: #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 5px;
}
.Mobile_Choose_Theme .FramedArt2 .icon_bg img {
  width: 100%;
}

.Why_Us {
  position: relative;
  padding: 50px 0px;
}
.Why_Us .Application_card {
  position: relative;
  padding: 30% 2em;
  background: #747474;
  background-clip: padding-box; /* !importanté */
  border: solid 2px transparent; /* !importanté */
  border-radius: 5px;
  height: 100%;
}
.Why_Us .Application_card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px; /* !importanté */
  border-radius: inherit; /* !importanté */
  background: linear-gradient(to right, #F7EB19, #E90B8A, #28ADE4);
}
.Why_Us .Application_card h4 {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
}
.Why_Us .Application_card p {
  color: #FFF;
  font-size: 16px;
}

footer {
  background-color: #FFF;
}
footer .footer_detail {
  position: relative;
}
footer .footer_detail h2 {
  font-size: 60px;
  margin-bottom: 52px;
}
footer .footer_detail::after {
  position: absolute;
  content: "";
  width: 93%;
  top: 52%;
  height: 2.5px;
  left: 7.5%;
  background-color: #000;
}
footer .footer_detail .footer_menu {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 30%;
}
footer .footer_detail .footer_menu a span {
  color: #FFF;
  font-size: 18px;
}
footer a p {
  font-size: 16px;
  color: #000;
}
footer .footer_bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
}
footer .footer_bottom p {
  font-size: 16px;
  color: #000;
}
footer .footer_bottom::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 0%;
  background-color: #FFF;
}

.typewriter h1 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  white-space: nowrap; /* Keeps the content on a single line */
  animation: typing 4s steps(40, end), blink-caret 0.1s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}
.Gallery_Page_Teb {
  position: relative;
  padding: 100px 0px;
}
.Gallery_Page_Teb h1 {
  font-size: 70px;
}
.Gallery_Page_Teb .Gallery_Tab li {
  background-image: linear-gradient(to right, #F7EB19, #E90B8A, #28ADE4);
  padding: 1px;
  border-radius: 40px;
  overflow: hidden;
}
.Gallery_Page_Teb .Gallery_Tab li button {
  color: #FFF;
  border-radius: 38px;
  font-size: 20px;
  padding: 4px 25px;
  background: #747474;
}
.Gallery_Page_Teb .Custome_image_Card {
  position: relative;
  overflow: hidden;
}
.Gallery_Page_Teb .Custome_image_Card .overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
}
.Gallery_Page_Teb .Custome_image_Card .overlay .over_text {
  position: absolute;
  text-align: start;
  bottom: 4%;
  right: 10%;
  padding-left: 15px;
}
.Gallery_Page_Teb .Custome_image_Card .overlay .over_text h3 {
  font-size: 22px;
  color: #FFF;
}
.Gallery_Page_Teb .Custome_image_Card .overlay .over_text p {
  font-size: 16px;
}
.Gallery_Page_Teb .Custome_image_Card .overlay .over_text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 3px;
  height: 100%;
  border-radius: 5px;
  background-image: linear-gradient(#F7EB19, #E90B8A, #28ADE4);
  transform: translateY(-50%);
}
.Gallery_Page_Teb .Custome_image_Card:hover .overlay {
  opacity: 1;
}

.nav-pills {
  --bs-nav-pills-link-active-color: #000 !important;
  --bs-nav-pills-link-active-bg: #FFF !important;
  font-weight: 500;
}

.About_Why_Us .right_part {
  background-color: #717171;
}
.About_Why_Us .right_part .Custome_Whyus_detail {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.About_Why_Us .right_part .Custome_Whyus_detail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 3px;
  height: 100%;
  border-radius: 5px;
  background-image: linear-gradient(#F7EB19, #E90B8A, #28ADE4);
  transform: translateY(-50%);
}
.About_Why_Us .right_part .Custome_Whyus_detail h4 {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
}
.About_Why_Us .right_part .Custome_Whyus_detail p {
  color: #FFF;
  font-size: 16px;
}

.About_Our_Art {
  position: relative;
  padding: 50px 0px;
}
.About_Our_Art p {
  font-size: 20px;
}
.About_Our_Art .Application_card {
  position: relative;
  padding: 30% 2em;
  padding-top: 50px !important;
  background: #747474;
  background-clip: padding-box; /* !importanté */
  border: 2px solid transparent; /* !importanté */
  border-radius: 5px;
  height: 100%;
  text-align: center;
}
.About_Our_Art .Application_card .icon_border {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #747474;
  background: linear-gradient(to right, #F7EB19, #E90B8A, #28ADE4);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 2px;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50px);
}
.About_Our_Art .Application_card .icon_border .icon_bg {
  background: #747474;
  height: 99%;
  width: 99%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.About_Our_Art .Application_card:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit; /* !importanté */
  background: linear-gradient(to right, #F7EB19, #E90B8A, #28ADE4);
}
.About_Our_Art .Application_card h4 {
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
}
.About_Our_Art .Application_card ul {
  padding-left: 15px;
}
.About_Our_Art .Application_card ul li {
  color: #FFF;
  font-size: 16px;
  text-align: start;
}

.ContactSection {
  position: relative;
  padding-bottom: 100px;
}
.ContactSection .contact_banner_bg_image {
  position: absolute;
  width: 40%;
  right: 0%;
  top: 30%;
}
.ContactSection .banner_Content {
  padding: 170px 0px 100px 0px;
  position: relative;
}
.ContactSection .banner_Content h1 {
  font-size: 63px;
  color: #FFF;
}
.ContactSection .banner_Content p {
  font-size: 20px;
  color: #FFF;
  width: 50%;
}
.ContactSection .left_part h3 {
  color: #28ADE4;
  font-size: 24px;
  font-weight: 700;
}
.ContactSection .left_part p {
  color: #FFF;
  font-size: 22px;
}
.ContactSection .right_part {
  position: relative;
  border-radius: 25px;
  padding: 30px;
  background-color: #555555;
}
.ContactSection .right_part form label {
  color: #EDEDED;
  font-size: 16px;
}
.ContactSection .right_part form .input_field {
  background-color: transparent;
  outline: none;
  border-bottom: 1px solid #FFF;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #FFF;
}

.PricingPage {
  position: relative;
  padding-bottom: 100px;
}
.PricingPage .contact_banner_bg_image {
  position: absolute;
  width: 40%;
  right: 0%;
  top: 30%;
}
.PricingPage .banner_Content {
  padding: 170px 0px 100px 0px;
  position: relative;
}
.PricingPage .banner_Content h1 {
  font-size: 63px;
  color: #FFF;
}
.PricingPage .banner_Content p {
  font-size: 20px;
  color: #FFF;
  width: 50%;
}
.PricingPage .left_part .semi_title {
  position: relative;
  padding: 13px 5px 10px 20px;
  margin: 33px 0px;
}
.PricingPage .left_part .semi_title img {
  width: 42px;
}
.PricingPage .left_part .semi_title h3 {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
}
.PricingPage .left_part .semi_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  width: 3px;
  height: 100%;
  border-radius: 5px;
  background-image: linear-gradient(#F7EB19, #E90B8A, #28ADE4);
  transform: translateY(-50%);
}
.PricingPage .Price_card {
  position: relative;
}
.PricingPage .Price_card .card_title {
  text-align: center;
  background-color: #555555;
  width: 85%;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 20px;
}
.PricingPage .Price_card .card_title h4 {
  color: #E90B8A;
  font-size: 28px;
  font-weight: 700;
}
.PricingPage .Price_card .card_title h5 {
  color: #FFF;
  font-size: 19px;
  font-weight: 700;
}
.PricingPage .Price_card .card_detail {
  border: 1px solid transparent;
  background-color: #555555;
  border-radius: 25px;
  padding: 0px 20px;
  transition: background-image 0.4s ease-in-out, border 0.4s ease-in-out;
}
.PricingPage .Price_card .card_detail .detail_box {
  margin: 10px 0px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.PricingPage .Price_card .card_detail .detail_box p {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px;
}
.PricingPage .Price_card .card_detail .detail_box_2 {
  margin: 10px 0px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.PricingPage .Price_card .card_detail .detail_box_2 p {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px;
}
.PricingPage .Price_card .card_detail .detail_box_1 {
  margin: 10px 0px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.PricingPage .Price_card .card_detail .detail_box_1 p {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 19px;
}
.PricingPage .Price_card .card_detail .detail_box_1 h6 {
  color: #FFF;
  font-size: 10px;
}
.PricingPage .Price_card .card_detail .detail_box_1 .icon_i {
  height: 50px;
  width: 50px;
}
.PricingPage .Price_card .card_detail .detail_box_1 .arrow_i {
  height: 22px;
  width: 22px;
  fill: #FFF;
  color: #FFF;
  margin-bottom: 20px;
}
.PricingPage .Price_card .card_detail .custome_hr {
  width: 100%;
  height: 2px;
  background-color: #FFF;
  border-radius: 5px;
}
.PricingPage .Price_card .card_detail:hover {
  border: 1px solid #fff;
}
.PricingPage .Price_card_mobile {
  position: relative;
}
.PricingPage .Price_card_mobile .card_title {
  text-align: center;
  background-color: #555555;
  width: 85%;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 20px;
}
.PricingPage .Price_card_mobile .card_title h4 {
  color: #E90B8A;
  font-size: 28px;
  font-weight: 700;
}
.PricingPage .Price_card_mobile .card_title h5 {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
}
.PricingPage .Price_card_mobile .card_detail {
  border: 1px solid transparent;
  background-color: #555555;
  border-radius: 25px;
  padding: 0px 20px;
  transition: background-image 0.4s ease-in-out, border 0.4s ease-in-out;
}
.PricingPage .Price_card_mobile .card_detail .detail_box {
  margin: 10px 0px;
  display: flex;
  align-items: center;
}
.PricingPage .Price_card_mobile .card_detail .detail_box h3 {
  font-size: 16px;
  color: #EDEDED;
  font-weight: 700;
}
.PricingPage .Price_card_mobile .card_detail .detail_box p {
  text-align: center;
  color: #EDEDED;
  font-size: 14px;
}
.PricingPage .Price_card_mobile .card_detail .detail_box_mobile {
  margin: 10px 0px;
  display: flex;
  align-items: center;
}
.PricingPage .Price_card_mobile .card_detail .detail_box_mobile h3 {
  font-size: 16px;
  color: #EDEDED;
  font-weight: 700;
}
.PricingPage .Price_card_mobile .card_detail .detail_box_mobile p {
  text-align: center;
  color: #EDEDED;
  font-size: 14px;
}
.PricingPage .Price_card_mobile .card_detail .detail_box_mobile h6 {
  color: #FFF;
  font-size: 10px;
}
.PricingPage .Price_card_mobile .card_detail .detail_box_mobile .icon_i {
  height: 50px;
  width: 50px;
}
.PricingPage .Price_card_mobile .card_detail .detail_box_mobile .arrow_i {
  height: 22px;
  width: 22px;
  fill: #FFF;
  color: #FFF;
  margin-bottom: 20px;
}
.PricingPage .Price_card_mobile .card_detail .custome_hr {
  width: 100%;
  height: 2px;
  background-color: #A9A9A9;
  border-radius: 5px;
}
.PricingPage .Price_card_mobile .card_detail:hover {
  border: 1px solid #fff;
}/*# sourceMappingURL=style.css.map */