/*
  Theme Name: FutureAi - OpenAI Content, Image, Chat, Code Generator as SaaS
  Theme URL: https://futureai.mediacity.co.in/
  Author: Media City
  Author URI: https://mediacity.co.in/
  Creation Date: 29 Dec 2023
  Description: A default stylesheet for FutureAi - OpenAI Content, Image, Chat, Code Generator as SaaS
  Version: 1.6.0
*/

/*=======================================================================
              [Table of Contents]
=========================================================================

01. Typography 
02. General
03. Slider
04. Evolution
05. Features
06. Template
07. Pricing
08. How Work 
09. Testimonials
10. Faq
11. Call To Action 
12. Footer
13. Login Page
14. Register Page
15. Forgot Pwd Page
16. Scroll To Top 
17. Faq
18. About
19. Terms And Condition
20. Preloder


/* =============== Colors Used =====================

  Voilet       : #B680FD; 
  Voilet Dark  : #2B193F;
  Purpal Light : #B680FD;

 ===================================================*/

/* ================================= */
		/*===== Typography =====*/
/* ================================= */
body {  
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: var(--text_white);
  font-size: 16px;
  background-color: var(--bg_black);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 { 
  font-family: 'Poppins', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 600;
  color: var(--text_white);
}
h1 {
  font-size: 64px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 36px;
}
h5 {
  font-size: 32px;
}
h6 {
  font-size: 20px;
}
a {  
  color: var(--text_white);
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, 
a:focus {
  color: #2B193F ;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
p {
  font-size: 14px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}

/* ================================= */
    /*===== General =====*/
/* ================================= */
.container-fluid {
    padding: 0 50px;
}
.overlay-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);   
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;      
}
.parallax {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;      
}
.btn {
  font-size: 14px;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.btn-primary {
  background: var(--linear_gradient_primary);
  background-size:600px 80px;
  color: var(--text_white);     
  border: 1px solid var(--border_violet);
  padding: 15px 83px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;    
}
.btn-primary:hover {
  border: 1px solid var(--border_greyblack);
  background-position: 300px 0;     
}
.btn-link {
  font-weight: 600;
  padding: 9px 27px;
  font-size: 20px;
  color: var(--text_black);
  text-decoration: none;
}
.btn-link:hover {
  color: var(--text_dark_grey);
  background-color: var(--bg_greyblack);
  border-radius: 10px;
}
.section {
  margin-bottom: 80px;
}
.section-heading {
  color: var(--text_white);
  margin-bottom: 30px;
}
.section-heading span {
  color: var(--text_purple);
}
.section-dtls {
  color: var(--text_white);
} 
.nav-pills .nav-link {
  color: var(--text_white); 
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  border-radius: 5px;
  padding: 10px 35px;  
  margin-right: 30px;
  margin-bottom: 30px;
  width: 170px;
  background: var(--linear_gradient_nav_link);
}
.nav-pills .nav-link.active {
  border-radius: 5px;
  background: var(--bg_greyblack);
}
.nav-pills .nav-link:hover {
  background: var(--linear_gradient_nav_link_hover);  
}
.vertical-center {
  margin: 0;
  position: relative;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-check-input:checked {
  background-color: var(--bg_violet);
  border-color: var(--text_purple);
}
.form-control:focus {
  box-shadow: 0 0 0 0.20rem rgba(137, 101, 183, 0.5);
}

/* ================================= */
    /*===== Bredcrumb =====*/
/* ================================= */
.breadcrumb-main-block {
  width: 100%;
  height: 294px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.breadcrumb-main-block .overlay-bg {
  background: rgba(43, 25, 63, 0.8);
}
.breadcrumb-block {
  position: relative;
  text-align: center;
  padding: 96px 0;
}
.breadcrumb-title {
  margin-bottom: 30px;
}
.breadcrumb {
  justify-content: center;
  margin-bottom: 0;
}
.breadcrumb-item {
  color: var(--text_white);
}
.breadcrumb-item a:hover {
  color: var(--text_white);
}
.breadcrumb-item.active {
  color: var(--text_white);
}
.breadcrumb-item+.breadcrumb-item::before {
  color: var(--text_white);
}

/* ================================= */
    /*===== Topbar =====*/
/* ================================= */
.logo {
  margin-top: 15px;
}
.menu {
  text-align: center;
}
.menu ul li {
  display: inline-block;
  padding: 23px 5px 5px 5px;
  font-size: 16px;
  font-weight: 500;    
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.menu ul li a {
  padding: 8px 15px;     
  background: transparent;
  border-radius: 5px;
  border: 1px solid transparent;  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.menu ul li a:hover{
  color: var(--text_white);
  background: var(--linear_gradient_nav_link);
  border: 1px solid #60378A;  
}
.menu ul li a.active{
  color: var(--text_white);
  padding: 8px 15px;
  background: var(--linear_gradient_nav_link);
  border: 1px solid #60378A;
  border-radius: 5px;
}
.menu .navbar-nav {
  flex-direction: row;
  justify-content: center;
}
.login-btn {
  padding: 23px 0;
  text-align: right;
}
.login-btn a {
  color: var(--text_white);
  padding: 8px 15px;
  background: linear-gradient(247.2deg, var(--bg_violet) 10.82%, rgba(43, 25, 63, 0) 116.58%);
  border: 1px solid #60378A;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
.login-btn a:hover {  
  background: linear-gradient(90.2deg, var(--bg_violet) 10.82%, rgba(43, 25, 63, 0) 116.58%);  
}

/* ================================= */
    /*===== Slider =====*/
/* ================================= */
.slider-main-block {
  background: radial-gradient(50% 50% at 50% 50%, var(--bg_violet) 43.23%, var(--bg_black) 100%), #C4C4C4;
}
.slider-block {
  width: 100%;
  height: 1194px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.slider-main-block .slick-slider {
  opacity: 1 !important;
}
.slider-block .slick-slide img {
  margin: 0 auto;
  border-radius: 10px;
  border: 2px solid transparent;
  background: linear-gradient(60deg,#A787C8,#250E3D) border-box;
}
.slider-section {
  text-align: center;
  margin-bottom: 70px;
  margin-top: 150px;
}
.slider-block .slider-heading {
  font-size: 40px;
  margin-bottom: 20px;
}
.slider-block .slider-sub-heading {
  font-size: 14px;
  font-weight: 400;
}
.navigation {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation.fix-bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: var(--linear_gradient_dropdown);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-img {
  position: relative;
}
.slider-template-name {
  position: absolute;
  right: 70px;
  top: 82px;
  border-radius: 10px;
  border: 1px solid #392052;
  background: var(--bg_white);
  padding: 15px;
}
.slider-tem-img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.slider-block .slick-slide .slider-tem-img img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: inherit;
}
.slider-tem-title {
  font-size: 24px;
  color: #0E0D0C;
  margin-bottom: 5px;
}
.slider-tem-dtl p {
  font-size: 14px;
  font-weight: 400;
  color: #0E0D0C;
  margin-bottom: 0;
}
.slider-tem-dtl {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.slider-template-detail-block {
  position: absolute;
  bottom: 141px;
  left: 70px;
  border-radius: 10px;
  background: var(--bg_white);
  padding: 15px;
}
.slider-tem-dtl-title {
  font-size: 24px;
  color: #0E0D0C;
  margin-bottom: 5px;
}
.slider-template-detail-block p {
  font-size: 14px;
  font-weight: 400;
  color: #0E0D0C;
  margin-bottom: 0;
}
.slider-template-name {
  transition: transform 0.5s ease-in-out;
}
.slider-template-name:hover {
  animation: moveDownUp 2s infinite;
}
@keyframes moveDownUp {
  0%, 100% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0);
  }
}
.slider-template-detail-block {
  transition: transform 0.5s ease-in-out;
}
.slider-template-detail-block:hover {
  animation: moveUpDown 2s infinite;
}
@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.slider-img {
  transition: transform 0.5s ease-in-out;
}
.slider-img:hover .slider-template-detail-block {
  animation: moveUpDown 2s infinite;
}
.slider-img:hover .slider-template-name {
  animation: moveDownUp 2s infinite;
}
@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes moveDownUp {
  0%, 100% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0);
  }
}

#sky {
  height: 100%;
}
.star {
  box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.4);
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background-color: var(--bg_white);
}
.slider-borders {
  position: relative;
}
.slider-borders .border {
  border: 1px solid rgba(198, 107, 255, 0.1) !important;
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.slider-borders .border-1 {
  width: 662.4px;
  height: 662.4px;
  top: 50%;
  -ms-transform: translateY(43%);
  transform: translateY(43%);
}
.slider-borders .border-2 {
  width: 772.8px;
  height: 772.8px;
  top: 50%;
  -ms-transform: translateY(30%);
  transform: translateY(30%);
}
.slider-borders .border-3 {
  width: 883.2px;
  height: 882.2px;
  top: 50%;
  -ms-transform: translateY(19.5%);
  transform: translateY(19.5%);
}
.slider-borders .border-4 {
  width: 993.6px;
  height: 993.6px;
  -ms-transform: translateY(11%);
  transform: translateY(11%);
}
.slider-borders .border-5 {
  width: 1104px;
  height: 1104px;
  -ms-transform: translateY(4.5%);
  transform: translateY(4.5%);
}

@media(max-width:992px) { 
  .menu {
    display: none;
  }
  .slider-block .slider-heading {
    font-size: 36px;
  }
  .login-btn a {   
    padding: 5px;
    font-size: 14px;
    margin-bottom: 0;
  }
}

@media(min-width:992px) and (max-width: 1199px) {
  .logo {
    margin-top: 5px;
  }
  .menu ul li {    
    padding: 35px 5px;
    font-size: 14px;
  }  
  .menu ul li a {    
    padding: 5px;
  }
  .menu ul li a.active {    
    padding: 5px;
  }
  .login-btn a {   
    padding: 5px;
    font-size: 14px;
  }
}
@media(max-width:768px) { 
  .logo {
    text-align: center;
  } 
  .slider-block .slider-heading {
    font-size: 36px;
  }
  .slider-template-name {
    top: 0;
    right: 0;
    padding: 10px;
  }
  .slider-tem-img {
    margin-right: 5px;
  }
  .slider-block .slick-slide .slider-tem-img img {
    width: 30px;
    height: 30px;
  }
  .slider-tem-title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .slider-tem-dtl p {
    font-size: 12px;
  }
  .slider-template-detail-block {
    bottom: 0;
    left: 0;
    padding: 10px;
  }
  .slider-tem-dtl-title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .slider-template-detail-block p {
    font-size: 12px;
  }
  .slider-section {
    margin-top: 65px;
  }
  .slider-block {
    height: 700px;
    background-size: cover;
  }
}

@media(min-width: 768px) and (max-width: 992px) { 
  .slider-block .slider-heading {
    font-size: 36px;
  }
  .slider-template-name {
    top: 0;
    right: 0;
    padding: 15px;
  }
  .slider-tem-img {
    margin-right: 5px;
  }
  .slider-block .slick-slide .slider-tem-img img {
    width: 50px;
    height: 50px;
  }
  .slider-tem-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .slider-tem-dtl p {
    font-size: 14px;
  }
  .slider-template-detail-block {
    bottom: 0;
    left: 0;
    padding: 15px;
  }
  .slider-tem-dtl-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .slider-template-detail-block p {
    font-size: 14px;
  }
  .slider-section {
    margin-top: 65px;
  }
  .slider-block {
    height: 900px;
    background-size: cover;
  }
  #star {
    display: none;
  }
  .slider-borders {
    display: none;
  }
  .login-btn {
    padding: 30px 0 0;
  }
}

@media(max-width:576px) { 
  .slider-block .slider-heading {
    font-size: 36px;
  }
  .login-btn {
    text-align: center;
  }
  #star {
    display: none;
  }
  .slider-borders {
    display: none;
  }
}

@media (min-width: 1100px) and (max-width: 1280px) {
  .slider-template-name {
    right: 0;
  }
  .slider-template-detail-block {
    left: 0;
  }
}

@media (min-width: 1280px) and (max-width: 1400px) {
  .slider-template-name {
    right: 0;
  }
  .slider-template-detail-block {
    left: 0;
  }
}

/* ================================= 
    /*===== Evolution =====*/
/* ================================= */
.evolution-main-block {
  background-size: cover;
  padding: 100px 0;
  background-color: var(--bg_black);
}
.evolution-main-block .login-bg-img {
  width: 100%;
  background: round;
}
.evolution-main-block .section .section-dtls {
  width: 500px;
  margin: 0 auto;
  left: 0;
  rotate: 0;
}
.evolution-block {
  background: var(--bg_greyblack);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px; 
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.evolution-block:hover {
  background: var(--linear_gradient_evolution);
  margin-top: -5px;  
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}
.evolution-icon {
  display: inline-block;
  font-size: 30px;
  margin-right: 24px;
}
.evolution-block-heading {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 0;
}
.evolution-top-section img {
  width: 30px;
  height: 30px;
  margin-right: 24px;
  display: inline-block;
}
.evolution-top-section p {
  margin-top: 23px;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .evolution-main-block .section .section-dtls {
    width: inherit;
  }
  .evolution-main-block {
    padding: 160px 0;
  }
  .evolution-top-section img {
    margin-right: 18px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .evolution-main-block .login-bg-img {
    background-repeat: no-repeat;
  }
}

/* ================================= */
    /*===== Features =====*/
/* ================================= */
.features-main-block {
  background-color: var(--bg_black);
  background-size: cover;
  padding: 100px 0;
}
.features-content .features-content-heading {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 25px;
}
.features-content p {
  margin-bottom: 154px;
  font-size: 13px;
}
.features-img {
  float: right;
}

@media (max-width: 767px) {
  .features-block .nav-pills .nav-link {
    margin-right: 15px;
    width: 150px;
  }
  .features-img {
    float: left;
  }
}
@media(max-width:1200px) {
  .features-content p {
    margin-bottom: 54px;
  }
}
@media(max-width:1200px) {
  .features-tap {
    margin-bottom: 60px;
  }
}
/* ================================= */
    /*===== Template =====*/
/* ================================= */
.template-main-block { 
  padding: 100px 0;
  background-color: var(--bg_black);
}
.template-main-block .section .section-heading {
  font-weight: 600;
  color: var(--text_white);
  font-size: 40px;
}
.template-main-block .section {
  margin-bottom: 48px;
}
.template-main-block .section .section-dtls {   
  width:600px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.template-block ul {
  background-color: var(--bg_dark_grey);
  padding: 6px 10px;
  border-radius: 5px; 
  margin-bottom: 28px;
}
.template-block .nav-pills .nav-item {
  margin-right: 20px;
}
.template-block .nav-pills .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: var(--text_black);
  padding: 12px 27px;
  text-align: center;
  width: inherit;
  margin-bottom: 0;
  margin-right: 0;
  background: inherit;
  border-radius: 5px;
}
.template-block .nav-pills .nav-link.active {
  color: var(--text_dark_grey);
  border-radius: 5px;
  background: var(--bg_greyblack);
}
.template-tabs-block {
  background: var(--bg_dark_grey);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 30px;
  color: var(--text_black);
  height: 190px;  
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.template-tabs-block .template-tabs-block-heading a {
  color: var(--text_black);  
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.template-tabs-block:hover {
  background: var(--linear_gradient_dropdown);  
  color: var(--text_dark_grey);  
  margin-top: -5px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.template-tabs-block:hover .template-tabs-block-heading a {  
  color: var(--text_dark_grey);  
}
.template-tabs-icon {
  display: inline-block;
  font-size: 30px;
  margin-right: 24px;
}
.template-tabs-block-heading {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 25px;
  vertical-align: middle;
}
.template-tabs-top-section p a {
  color: var(--text_black);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.template-tabs-block:hover .template-tabs-top-section p a {
  color: var(--text_dark_grey);
}
.template-block .nav-pills {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .template-main-block .section .section-dtls {
    width: inherit;
  }
  .template-block .nav-pills .nav-link {
    padding: 8px 18px;
  }
  .template-block .nav-pills .nav-item {
    margin-right: 5px;
  }
}

/* ================================= */
    /*===== Pricing =====*/
/* ================================= */
.pricing-main-block {  
  padding: 100px 0;
  background: var(--bg_black); 
}
.pricing-main-block .section {
  margin-bottom: 48px;
}
.pricing-block {
  margin: 0 15px;
  height: 380px;
  border-radius: 5px;
  border: 1px solid var(--border_purple);
  background: var(--linear_gradient_dropdown);
  padding: 15px 25px;
  color: var(--text_white);  
  -webkit-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.pricing-block:hover {
  background: var(--bg_dark_grey);
}
.pricing-block .price {
  font-weight: 600;
  font-size: 60px;
}
.pricing-block .pricing-dtl {
  color: var(--text_purple);
  margin-bottom: 33px;
}
.pricing-block .btn-primary {
  width: 100%;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 2px;
}
.pricing-block.popular {
  background: var(--bg_dark_grey);
  border: 1px solid var(--border_purple);  
  padding: 27px 40px;
  color: var(--text_black); 
}
.pricing-block .pricing-plan {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pricing-block:hover .pricing-plan {  
  color: var(--text_black); 
}
.pricing-block .price {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pricing-block:hover .price {  
  color: var(--text_black); 
}
.pricing-details {
  display: inline-block;
  margin-bottom: 20px;
}
.pricing-details.scrollbar {
  height: 180px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.pricing-details.scrollbar::-webkit-scrollbar {
  width: 0;
}
.pricing-block ul.pricing-details li {
  display: flex;
  color: var(--text_white); 
  margin-bottom: 10px;
  font-size: 12px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pricing-block:hover ul.pricing-details li {
  color: var(--text_black);
}
.pricing-block ul.pricing-details li i {
  margin-right: 10px;
  vertical-align: sub;
}
.price-icon {
  font-size: 18px;
  margin-right: 5px;
}
.pricing-plan {
  font-size: 26px;
}
.pricing-block .price {
  font-size: 30px;
  margin-bottom: 15px;
}
.pricing-plan-free {
  height: 84px;
}
.pricing-main-btn {
  text-align: left;
  margin-top: 30px;
}

@media(max-width:1200px) {
  .pricing-main-block .section {
    margin-bottom: 69px;
  }
}
@media(max-width:992px) {
  .pricing-block, .pricing-block.popular {   
    padding: 27px 10px;
  }
  .pricing-main-btn {
    text-align: left;
  }
}
@media(max-width:768px) {
  .pricing-block.vertical-center {
    margin-bottom: 60px;
  }
  .pricing-block .btn-primary {
    background-size: 700px 80px;
  }
  .pricing-block .btn-primary:hover {
    background-position: 340px 80px;
  }
  .pricing-main-btn {
    text-align: left;
    margin-bottom: 30px;
  }  
  .pricing-block {
    margin-bottom: 30px;
    height: inherit;
  }
}
/* ================================= */
    /*===== How Work =====*/
/* ================================= */
.how-work-main-block {  
  padding: 100px 0;
  background: radial-gradient(64.61% 7.24% at 2.01% 47.88%, var(--bg_black) 0%, var(--bg_black) 100%);
}
.how-work-main-block .section-heading {
  font-size: 40px;
  margin-bottom: 95px;
}
.how-work-block {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.how-work-dtls {
  border-radius: 5px;
  background: var(--linear_gradient_work);
  padding: 75px 60px 35px 60px;
  color: var(--text_white);    
}
.how-work-no {
  font-size: 34px;
  font-weight: 600;
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--bg_dark_grey);
  border-radius: 50%;
  color: #141414;
  padding: 25px 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -50px;  
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; 
}
.how-work-block:hover .how-work-no, .how-work-no.active {
  background: var(--linear_gradient_dropdown);  
  color: var(--text_white);    
  width: 120px;
  height: 120px;
  top: -65px;  
  padding: 35px 0 40px; 
}
.how-work-heading {
  margin-bottom: 28px;
  font-size: 26px;
  font-weight: 500;
}
.how-work-dtls p {
  font-size: 13px;
  font-weight: 300;
}

@media(max-width:768px) {
  .how-work-block {    
    margin-block: 60px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px)  {
  .how-work-dtls {
    padding: 75px 30px 35px 30px;
  }
}

/* ================================= */
    /*===== Testimonials =====*/
/* ================================= */
.testimonials-main-block {
  background: var(--bg_violet);
  padding: 100px 0;
}
.template-ratings {
  margin-bottom: 33px;
}
.template-ratings i {
  font-size: 20px;
  margin-right: 5px;
}
.testimonials-client .slick-list {
  border-radius: 5px;
  padding: 0 !important;
}
.testimonials-client-img.slick-slide img  {
  width: 130px;
  -webkit-filter: grayscale(100%); 
  -moz-filter: grayscale(100%); 
  -ms-filter: grayscale(100%); 
  -o-filter: grayscale(100%); 
  filter: grayscale(100%);
}
.testimonials-client-img.slick-slide.slick-current.slick-center img {
  -webkit-filter: grayscale(0); 
  -moz-filter: grayscale(0); 
  -ms-filter: grayscale(0); 
  -o-filter: grayscale(0); 
  filter: grayscale(0);
}
.testimonials-main-block .section-heading {
  margin-bottom: 5px;
}
.testimonials-dtls {
  font-size: 13px;
  width: 500px;
}

/* ================================= */
    /*===== Faq  =====*/
/* ================================= */
.faq-main-block {
  background: var(--bg_black);  
  padding: 100px 0;
}
.faq-main-block .section {
  margin-bottom: 0;
}
.faq-main-block .section .section-dtls {
  margin-bottom: 48px;
}
.faq-block .accordion-button {
  color: var(--text_white);
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;  
  background: linear-gradient(80deg, var(--bg_violet) 0%, var(--bg_greyblack) 100%);  
  box-shadow: none;
  padding: 16px 25px;
}
.faq-block .accordion-button:not(.collapsed) {
  background: inherit;
  border-radius: 5px 5px 0 0;
}
.faq-block .faq-dtls {
  color: var(--text_white);
  font-size: 12px;
  border: none;
}
.accordion-item, .accordion-item:first-of-type {
  border: inherit;
  border-radius: 5px;
  background: var(--linear_gradient_work);
  margin-bottom: 15px;
}
.accordion-button:not(.collapsed)::after {
  border-radius: 40px;
  background-color: var(--bg_violet);
  background-image: url("../icons/+.svg");
  background-size: auto;
  background-position: center;
  width: 40px;
  height: 40px;
}
.accordion-button::after {
  border-radius: 40px;
  background-color: var(--bg_violet);
  background-image: url("../icons/+.svg");
  background-size: auto;
  background-position: center;
  width: 40px;
  height: 40px;
}
.accordion-button:not(.collapsed)::after {
  border-radius: 40px;
  background-color: var(--bg_greyblack);
  background-image: url("../icons/-.svg");
  background-size: auto;
  background-position: center;
  width: 40px;
  height: 40px;
}
.faq-main-block .section-heading {
  font-size: 41px;
}
.faq-block .accordion-body {
  padding: 0 25px 20px;
}
.faq-main-block .btn-primary {
  border-radius: 5px;
}
.faq-page-main-block {
  height: 100vh;
  padding: 200px 0;
}

@media (max-width: 767px) {
  .faq-main-block .section {
    margin-bottom: 30px;
  }
}

/* ================================= */
    /*===== Call To Action  =====*/
/* ================================= */
.call-to-action-main-block {
  background-color: var(--bg_black);
  padding: 100px 0;
  position: relative;
}
.call-to-action-bg {
  border-radius: 5px;
  background: var(--bg_purple);
  padding: 54px 25px;  
}
.call-to-action-main-block .section {
  margin-bottom: 0;
}
.call-to-action-main-block .section .section-heading {
  margin-bottom: 38px;
}
.call-to-action-main-block .section .section-dtls {
  color: var(--text_violet);
  text-align: right;
  font-size: 16px;
  font-weight: 500;
}
.call-to-action-img {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 25px;
  width: 435px;
  overflow: hidden;
}
.call-to-action-main-block .btn-primary {
  border-radius: 5px;
  background: var(--linear_gradient_action);
}

@media (max-width: 767px) {
  .call-to-action-main-block .section .section-dtls {
    text-align: left;
  }
}
@media(max-width:992px) {
  .call-to-action-img {    
    display: none;
  }
  .call-to-action-main-block .section {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
/* ================================= */
    /*===== Footer  =====*/
/* ================================= */
.footer-main-block {
  background: radial-gradient(64.61% 7.24% at 2.01% 47.88%, var(--bg_black) 0%, var(--bg_black) 100%);
  color: var(--text_white);
  padding: 57px 0;
}
.footer-social {
  margin-bottom: 30px;
}
.footer-social ul li {
  display: inline-block;
  padding: 0 22px;
  font-size: 23px;
}
.footer-social ul li a:hover {
  color: var(--text_purple);
}
.footer-menu {
  text-align: center;
}
.foote-copyright {
  margin-bottom: 30px;
}
.footer-menu ul li {
  display: inline-block;
}
.footer-menu ul li a:hover {
  color: var(--text_purple);
}
.footer-menu li:after {
  content: "";
  width: 1px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #FFF;
  margin-right: 10px;
  padding-right: 10px;
}
.footer-menu li:last-child:after {
  content: inherit;
}

/* ================================= */
    /*===== Login Page  =====*/
/* ================================= */
.login-image {
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}
.login-form-bg {
  padding: 40px 0;
  height: 100vh;
  position: relative;
  background: var(--linear_gradient_dropdown);
}
.login-form-block {
  border: 1px solid var(--border_purple);
  padding: 40px;
  margin: 0 100px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
.login-logo-img img {
  margin-bottom: 25px;
}
.login-content {
  margin-bottom: 25px;
}
.login-content span{
  color: var(--text_purple);
}
.login-form .form-control {
  color: var(--text_white);
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid var(--border_purple);
  background: linear-gradient(90deg, var(--bg_violet) 0%, var(--bg_black) 100%);
  margin-bottom: 10px;
  font-size: 13px;
}
.login-form .form-control::placeholder {
  font-size: 13px;
  font-weight: 300;
  color: var(--text_white);
}
.login-form .form-check.iagree {
  text-align: left;
  margin-bottom: 7px;
  font-size: 13px;
}
.login-form .forgot-pwd {
  text-align: right;
  margin-bottom: 10px;
  font-size: 13px;
}
.login-form .forgot-pwd a:hover {
  color: var(--text_white);
  opacity: 0.6;
}
.login-form .btn-primary {
  background:-webkit-linear-gradient(0deg,#FFF 100%, var(--bg_greyblack) 50%);
  color: #010008;
  border-radius: 10px;
  border: 1px solid var(--border_purple);
  width: 100%;
  text-align: center;  
  padding: 10px 0;
  font-size: 18px;
}
.login-form .btn-primary:hover {
  background:-webkit-linear-gradient(0deg, transparent 100%, var(--bg_greyblack) 50%);
  color: var(--text_white);  
  border: 1px solid var(--border_white);  
}
.login-form-heading {
  font-size: 18px;
  text-align: center;
}
.login-link {
  margin-top: 20px;
  font-size: 13px;
}
.form-group {
  position: relative;
}
.field_icon {
  position: absolute;
  right: 15px;
  top: 13px;
  color: #CACBCC;
  font-size: 16px;
}
.or-line {
  font-size: 14px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #B680FD;
  line-height: 0.1em;
  margin: 20px 0;
}
.or-line span {
  padding: 0 15px;
  background-color: #16111a;
}
.login-options .social-link a {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border-radius: 10px;
  text-align: center;
  border: 1px solid transparent;
  background-color: var(--bg_white);
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.login-options .social-link:hover a {
  background: var(--linear_gradient_transparent) !important;
  color: #FFF !important;
  border: 1px solid var(--border_white);
}
.login-options .social-link a {
  color: #000;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.login-options .social-link:hover a {
  color: var(--text_white);
}
.login-options .social-link img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;  
}
.login-bg-img {
  background-size: contain;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}
.login-link a:hover {
  color: rgba(255, 255, 255, 0.5);
}

@media(max-width: 767px) {
  .login-image {
    display: none;
  }
  .login-form-block {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .login-form-block {
    padding: 20px 30px;
  }
}


/* ================================= */
    /*===== Register Page  =====*/
/* ================================= */
.register-main-block {
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.register-block {
  width: 670px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 90px 77px ;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(43, 25, 63, 0.90) 0%, rgba(1, 0, 8, 0.90) 100%);
}
.register-logo-img img {
  margin-bottom: 77px;
}
.register-content {
  margin-bottom: 56px;
}
.register-content span{
  color: var(--text_purple);
}
.register-form .form-control {
  color: var(--text_white);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--border_purple);
  background: linear-gradient(90deg, var(--bg_violet) 0%, #010008 100%);
  margin-bottom: 20px;
}
.register-form .form-control::placeholder {
  font-size: 20px;
  font-weight: 300;
  color: var(--text_white);
}
.register-form .login-link {
  margin-bottom: 67px;
}
.register-form .login-link a:hover {
  color: var(--text_white);
  opacity: 0.6;
}
.register-form .btn-primary {
  background:-webkit-linear-gradient(0deg,var(--bg_white) 100%, var(--bg_greyblack) 50%);
  color: #010008;
  border-radius: 40px;
  border: 1px solid var(--border_purple);
  width: 100%;
  text-align: center;  
}
.register-form .btn-primary:hover {
  background:-webkit-linear-gradient(0deg, transparent 100%, var(--bg_greyblack) 50%);
  color: var(--text_white);  
  border: 1px solid var(--border_white);  
}
@media(max-width:670px) {
  .register-block {
    width: 100%;    
    padding: 90px 25px;   
  }
}

/* ================================= */
    /*===== Forgot Pwd Page  =====*/
/* ================================= */
.forgot-pwd-main-block {
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.forgot-pwd-block {
  width: 670px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 90px 77px ;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(43, 25, 63, 0.90) 0%, rgba(1, 0, 8, 0.90) 100%);
}
.forgot-pwd-logo-img img {
  margin-bottom: 77px;
}
.forgot-pwd-content {
  margin-bottom: 56px;
}
.forgot-pwd-content span{
  color: var(--text_purple);
}
.forgot-pwd-form .form-control {
  color: var(--text_white);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--border_purple);
  background: linear-gradient(90deg, var(--bg_violet) 0%, #010008 100%);
  margin-bottom: 20px;
}
.forgot-pwd-form .form-control::placeholder {
  font-size: 20px;
  font-weight: 300;
  color: var(--text_white);
}
.forgot-pwd-form .btn-primary {
  background:-webkit-linear-gradient(0deg,#FFF 100%, var(--bg_greyblack) 50%);
  color: #010008;
  border-radius: 40px;
  border: 1px solid var(--border_purple);
  width: 100%;
  text-align: center;  
}
.forgot-pwd-form .btn-primary:hover {
  background:-webkit-linear-gradient(0deg, transparent 100%, var(--bg_greyblack) 50%);
  color: var(--text_white);  
  border: 1px solid var(--border_white);  
}
@media(max-width:670px) {
  .forgot-pwd-block {
    width: 100%;    
  }
}
/* ================================= */
    /*===== Scroll To Top  =====*/
/* ================================= */
.toTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 998;
  background: var(--bg_purple);
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
}
/* ================================= */
    /*===== Faq  =====*/
/* ================================= */
.faq-main-block .faq {
  margin:40px;
 }
/* ================================= */
    /*===== About  =====*/
/* ================================= */
.about-main-block {
  background: radial-gradient(64.61% 7.24% at 2.01% 47.88%, var(--bg_black) 0%, var(--bg_black) 100%);
  padding: 120px;
  font-size: 15px;
  line-height: normal;
}
.about-main-block .about {
  margin-bottom: 30px;
}
.about-main-block .about-dtls {
  text-align: justify;
  padding: 10px 100px;
  font-weight: 500;
 }
/* ================================= */
    /*===== Terms And Condition  =====*/
/* ================================= */
.terms-main-block {
  padding: 100px 0;
  position: relative;
}
.terms-block {
  border: 1px solid rgba(217, 217, 217, 0.5);
  padding: 50px;
  margin-top: -13%;
  background-color: var(--bg_dark_grey);
  border-radius: 5px;
}
.terms-block p {
  color: var(--text_black);
}

@media (max-width: 767px) {
  .terms-block {
    margin-top: -60%;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .terms-block {
    margin-top: -25%;
  }
}

.dropdown-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.dropdown {
  color: var(--text_white);
  background-color: linear-gradient(247.2deg, #2B193F 10.82%, rgba(43, 25, 63, 0) 116.58%);
  border-radius: 16px;
  border: 1px solid #60378A;
  margin-top: 23px;
}
.dropdown-btn .dropdown img {
  width: 40%;
  height: 40%;
}
.dropdown-toggle::after {
  margin-left: 18px;
  vertical-align: middle;
}
.dropdown .btn {
  --bs-btn-color: none;
  --bs-btn-border-width: none;
}
.dropdown-menu {
  background: var(--linear_gradient_dropdown);
  padding: 0;
  width: 265px;
  margin-left: -200px;
  margin-top: 5px;
}
.dropdown-menu a {
  font-size: 14px;
}

.dropdown-menu .user-name {
  padding: 15px 10px 0;
}
.dropdown-menu .user-name img {
  width: 55px;
  height: 40px;
  padding: 5px 10px 0;
}
.dropdown-menu hr {
  color: var(--text_white);
  margin: 5px 0;
}


.user-img img {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.user-dtl {
  display: inline-block;
}
.user-dtl p {
  color: var(--text_white);
}
.user-menu li a {
  color: var(--text_white);
}
.user-menu li {
  padding: 10px 25px;
}
.user-menu li a {
  font-size: 18px;
}
.user-menu li a i {
  font-size: 20px;
  margin-right: 15px;
  vertical-align: middle;
}
.login-form .login-options ul li {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.login-form .login-options .social-link-google a {
  color:#000;
  background: var(--bg_white);
  border-radius: 24px;
  padding: 12px 16px;
}
.login-form .login-options .social-link-facebook a {
  color:#000;
  background: var(--bg_white);
  border-radius: 24px;
  padding: 12px 18px;
  margin-left: 5px;
}
.login-options ul li a {
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.login-options ul li:hover a {
  background: var(--linear_gradient_transparent) !important;
  color: #FFF !important;
  border: 1px solid var(--border_white);
}
.user-img {
  display: inline-block;
}
.navigation-dropdown li {
  display: inline-block;
  margin-right: 30px;
}
.navigation-dropdown li:last-child {
  margin-right: 0;
}
.dropdown-toggle::after {
  display: none;
}
.navigation-dropdown .dropdown {
  border: inherit;
  padding: 12px 0;
}
.navigation-dropdown li ul li {
  display: block;
  margin-right: 0;
}
.navigation-dropdown li ul li a {
  color: var(--text_white);
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation-dropdown li ul li a:hover {
  background-color: var(--bg_white);
  color: var(--text_black);
}
.navigation-dropdown li ul li a i {
  margin-right: 10px;
}
.navigation-dropdown li .language {
  text-transform: capitalize;
}
.navigation-dropdown li:hover .language {
  color: var(--text_white);
}
.navigation .dropdown-btn .dropdown-menu li:first-child {
  padding: 15px 10px 0;
}
.navigation .dropdown-btn .dropdown-menu li {
  padding: 10px 20px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation .dropdown-btn .dropdown-menu li:first-child:hover {
  background-color: inherit;
}
.navigation .dropdown-btn .dropdown-menu li:hover {
  background-color: var(--bg_dark_grey);
}
.navigation .dropdown-btn .dropdown-menu li a {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation .dropdown-btn .dropdown-menu li:hover a {
  color: var(--text_black);
}
.navigation .dropdown-btn .dropdown-menu li i {
  margin-right: 10px;
}
.navigation .dropdown-btn .dropdown {
  padding: 6px 12px;
}
.navigation .dropdown-btn .dropdown .dropdown-toggle {
  text-align: center;
}
.navigation .dropdown-btn .dropdown .dropdown-toggle::after {
  display: inline-block;
}
.navigation .dropdown-btn .dropdown:hover .dropdown-toggle::after {
  color: var(--text_white);
}

@media (max-width: 767px) {
  .navigation-dropdown li .language i {
    font-size: 26px;
  }
  .navigation-dropdown {
    text-align: center;
  }
  .dropdown-btn .dropdown img {
    width: 30%;
    height: 30%;
  }
  .dropdown-menu .user-name img {
    width: 55px;
    height: 40px;
    padding: 5px 10px 0;
  }
}

@media (min-width: 1200px) and  (max-width: 1400px) {
  .dropdown-btn .dropdown img {
    width: 40%;
    height: 40%;
  }
  .user-name .heading {
    font-size: 16px;
  }
  .user-name .sub-heading {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .dropdown-menu .user-name img {
    width: 48px;
    height: 33px;
  }
  .user-menu li a {
    font-size: 15px;
  } 
  .user-menu li a i {
    font-size: 16px;
    margin-right: 15px;
    vertical-align: text-top;
  }
  .login-btn {
    padding: 23px 0 0;
  }
  .login-btn a {
    font-size: 13px;
    padding: 6px 12px;
    margin-right: 5px;
  }
  .features-block .nav-pills .nav-link {
    font-size: 14px;
    width: 148px;
  }
  .navigation.fix-bg {
    padding-bottom: 20px;
  }
}

/* ================================= */
  /*===== Preloder  =====*/
/* ================================= */
.preloader {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  background-color: #161819;
}
.preloader .ring {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.preloader .ring img {
  width: 150px;
  height: 60px;
}
.preloader .ring::before {
  content: '';
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  animation: ring 3s linear infinite;
}
@keyframes ring {
  0%{
      transform: rotate(0deg);
      box-shadow: 0px 5px 5px #2B193F;
  }
  25%{
      transform: rotate(90deg);
      box-shadow: 0px 5px 5px #E9A53F;
  }
  50%{
      transform: rotate(180deg);
      box-shadow: 0px 5px 5px #FB4B4B;
  }
  75% {
      transform: rotate(270deg);
      box-shadow: 0px 5px 5px #38AAD2;
  }
  100% {
      transform: rotate(360deg);
      box-shadow: 0px 5px 5px #6F9D5F;
  }
}

.fixed-top {
  z-index: 9;
}

/* ================================= */
  /*===== Contact  =====*/
/* ================================= */
.contact-main-block {
  padding: 100px 0;
}
.contact-block .btn-primary {
  width: 100%;
  background-size: 1500px 80px;
  margin-top: 10px;
  font-size: 16px;
}
.contact-block .btn-primary:hover {
  background-position: 750px 0;
}
.map-location iframe {
  border-radius: 24px;
  width: 100%; 
  height: 530px;
}
.contact-block .form-group {
  margin-bottom: 30px;
}
.contact-block .form-control {
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid var(--border_white);
  background: #F1E6FE;  
  font-size: 14px;
  color: var(--text_black);
}
.contact-block .form-control::placeholder {
  color: var(--text_black);
}

@media (max-width: 767px) {
  .map-location {
    margin-bottom: 50px;
  }
}
 
/* ================================= */
  /*===== Blog  =====*/
/* ================================= */
.blog-main-block {
  padding: 100px 0;
}
.blog-block {
  margin-bottom: 30px;
}
.blog-img {
  margin-bottom: 30px;
}
.blog-img img {
  width: 100%;
  border-radius: 5px;
}
.blog-dtl {
  margin-bottom: 30px;
}
.blog-title {
  margin-bottom: 20px;
}
.blog-title a {
  font-size: 24px;
}
.blog-title a:hover {
  color: var(--text_purple);
}
.blog-dtl p {
  margin-bottom: 20px;
}
.blog-date-time ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
}
.blog-date-time ul li i {
  margin-right: 5px;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}
.blog-btn .btn-primary {
  width: 100%;
  background-size: 1000px 80px;
}
.blog-btn .btn-primary:hover {
  background-position: 500px 0;
}

/* ================================= */
  /*===== Blog Detail =====*/
/* ================================= */
.blog-detail-main-block {
  padding: 100px 0 0;
}
.blog-detail-img img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 5px;
}
.blog-detail-block .blog-date-time {
  margin-bottom: 30px;
}
.blog-detail-block .blog-title {
  margin-bottom: 40px;
}
.search-block label {
  width: 360px;
}
.search-block {
  margin-bottom: 50px;
}
.search-block .form-control {
  padding: 15px 20px;
  border-radius: 5px 0 0 5px;
  border: 1px solid var(--border_white);
  background-color: var(--bg_dark_grey);  
  font-size: 14px;
  color: var(--text_black);
  width: 375px;
  line-height: 17px;
}
.search-block .search-submit {
  background: var(--bg_violet);
  padding: 15px 0;
  text-align: center;
  color: var(--text_white);
  width: 160px;
  border-radius: 0px 5px 5px 0px;
  font-size: 14px;
  display: inline-block;
  border: 1px solid transparent;
  line-height: 18px;
}
.search-block .search-submit:focus {
  box-shadow: 0 0 0 0.2rem rgba(137, 101, 183, 0.5);
}
.follow-block {
  margin-bottom: 50px;
}
.follow-block .follow-title {
  margin-bottom: 30px;
  font-size: 24px;
}
.follow-block .footer-social {
  margin-bottom: 0;
}
.follow-block .footer-social ul li {
  padding: 0;
  margin-right: 60px;
  font-size: 20px;
}
.follow-block .footer-social ul li:last-child {
  margin-right: 0;
}
.recent-block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.recent-img {
  display: inline-block;
  float: left;
  margin-right: 30px;
}
.recent-img img {
  width: 170px;
  height: 125px;
  border-radius: 5px;
}
.recent-post-dtl {
  overflow: hidden;
}
.recent-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.recent-post-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.recent-post-dtl a {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.recent-post-dtl a:hover {
  color: var(--text_purple);
}
.recent-post-dtl p {
  margin-bottom: 0;
}
.blog-page-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.search-block ul li {
  margin-bottom: 20px;
}
.search-block #search-results {
  background-color: var(--bg_dark_grey);
  padding: 20px;
  width: 412px;
  border-radius: 5px;
}
.search-block ul li a {
  display: flex;
  align-items: center;
}
.search-block ul li img {
  border-radius: 5px;
  margin-right: 10px;
  object-fit: cover;
}
.search-block ul li span {
  color: var(--text_black);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-block ul li span:hover {
  color: var(--text_purple);
}
.social-media-share {
  text-align: right;
}
.social-media-share ul li {
  display: inline-block;
  font-size: 18px;
  margin-right: 20px;
}
.social-media-share ul li:last-child {
  margin-right: 0;
}
.share-title {
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
}
#social-links {
  display: inline-block;
}

@media (max-width: 767px) {
  .search-block .form-control {
    width: 225px;
  }
  .search-block label {
    width: 220px;
  }
  .breadcrumb-block {
    padding: 74px 0;
  }
  .breadcrumb-title {
    font-size: 26px;
  }
  .search-block #search-results {
    width: 332px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .search-block .form-control {
    width: 185px;
  }
  .search-block label {
    width: 180px;
  }
  .search-block .search-submit {
    width: 90px;
  }
  .recent-img img {
    width: 100px;
    object-fit: cover;
  }
  .search-block #search-results {
    width: 275px
  }
}
@media (min-width: 1280px) and (max-width: 1400px) {
  .search-block .form-control {
    width: 335px;
  }
  .search-block label {
    width: 330px;
  }
  .search-block .search-submit {
    width: 115px;
  }
}

/* ================================= */
  /*===== Error  =====*/
/* ================================= */
.error-main-block {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.error-block {
  text-align: center;
  padding: 150px 0;
}
.error-title {
  font-size: 300px;
  font-weight: 600;
  position: relative;
}
.error-block-img {
  position: absolute;
  text-align: center;
  top: 38%;
  left: 0;
  right: 0;
}

/* ================================= */
  /*===== Team =====*/
/* ================================= */
.team-main-block {
  background: var(--bg_violet);
  padding: 100px 0;
}
.team-block {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-img img {
  width: 100%;
  border-radius: 5px;
}
.team-dtl {
  position: absolute;
  bottom: -20px;
  left: 10px;
  right: 10px;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  opacity: 0;
  background: var(--linear_gradient_dropdown);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team-block:hover .team-dtl {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-30px, 0);
  transform: translate3d(0,-30px, 0);
}

/* ================================= */
  /*===== Cookies =====*/
/* ================================= */
.cookie-consent {
  position: fixed;
  width: 100%;
  text-align: center;
  z-index: 99;
  bottom: 0;
}
.cookie-consent-block {
  background: var(--linear_gradient_dropdown);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  padding: 20px;
}
.cookie-consent-message-block {
  display: inline-block;
  margin-right: 10px;
}
.cookie-consent-button {
  display: inline-block;
}
.cookie-consent-button .btn-primary:hover {
  background: linear-gradient(247.2deg, #2B193F 10.82%, rgba(43, 25, 63, 0) 116.58%);
  border: 1px solid #60378A;
}
.cookie-consent__message {
  color: #FFF;
  margin-bottom: 0;
}
.cookie-consent__agree {
  padding: 10px 20px;
  background: linear-gradient(247.2deg, #2B193F 10.82%, rgba(43, 25, 63, 0) 116.58%);
  border: 1px solid #60378A;
}

@media (max-width: 576px) {
  .cookie-consent__message {
    margin-bottom: 15px;
  }
}