/*-----------------------------------------------------------------------------------

    Template Name:  Jamila - Ecommerce HTML5 Template
    Author: Hamina-Themes
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. variables
    03. mixins
    04. common
    05. overlay
    06. header
    07. breadcrumb 
    08. mobile-menu
    09. typography
    10. search
    11. custom-animation
    12. btn
    13. section-title
    14. theme-banner
    15. about
    16. brand
    17. services
    18. price
    19. chose
    20. testimonial
    21. marque
    22. brand
    23. block-style

    36. footer

-----------------------------------------------------------------------------------*/

/* Domain Modern Cards */
.domain-modern-card {
  position: relative;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  overflow: hidden;
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.domain-modern-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.03) 50%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.domain-modern-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.domain-modern-card:hover::before {
  opacity: 1;
}

/* Badges plus petits */
.domain-badge-small {
  position: absolute;
  top: -6px;
  right: -6px;
  background: linear-gradient(135deg, #00d4ff 0%, #0099ff 100%);
  color: white;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 10px;
  font-weight: 700;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 212, 255, 0.3);
  white-space: nowrap;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.domain-badge-small.eco {
  background: linear-gradient(135deg, #00ff88 0%, #00cc66 100%);
  box-shadow: 0 2px 8px rgba(0, 255, 136, 0.3);
  padding: 4px 12px;
}

.domain-badge-small.premium {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
  box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}

.domain-extension {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #fff 0%, #e1e8ed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.domain-price {
  font-size: 20px;
  font-weight: 600;
  color: #00d4ff;
  margin-bottom: 5px;
}

.domain-period {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

/* Drapeaux stylisés */
.domain-flag-icon {
  width: 32px;
  height: 24px;
  border-radius: 4px;
  margin: 0 auto 10px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.domain-modern-card:hover .domain-flag-icon {
  transform: scale(1.1);
}

/* Drapeaux spécifiques */
.flag-fr {
  background: linear-gradient(90deg, #002654 33%, #fff 33% 66%, #ce1126 66%);
}

.flag-global {
  background: linear-gradient(45deg, #0066cc 25%, #0080ff 25% 50%, #0066cc 50% 75%, #0080ff 75%);
  position: relative;
}

.flag-global::after {
  content: '🌍';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.flag-eu {
  background: #003399;
  position: relative;
}

.flag-eu::after {
  content: '⭐';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffcc00;
  font-size: 12px;
}

.flag-be {
  background: linear-gradient(90deg, #000 33%, #ffd90c 33% 66%, #ff0000 66%);
}

.flag-ch {
  background: #ff0000;
  position: relative;
}

.flag-ch::after {
  content: '+';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.flag-de {
  background: linear-gradient(0deg, #ffce00 33%, #ff0000 33% 66%, #000 66%);
}

.flag-es {
  background: linear-gradient(0deg, #ff0000 25%, #ffaa00 25% 75%, #ff0000 75%);
}

.flag-it {
  background: linear-gradient(90deg, #009246 33%, #fff 33% 66%, #ce2b37 66%);
}

.flag-ai {
  background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  position: relative;
}

.flag-ai::after {
  content: '🤖';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}

.flag-boutique {
  background: linear-gradient(45deg, #ff6b6b 0%, #ee5a24 100%);
  position: relative;
}

.flag-boutique::after {
  content: '🛍️';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}

/* Domain Free Offer Card */
.domain-free-offer-card {
  position: relative;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.domain-free-offer-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.05) 50%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.domain-free-offer-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.domain-free-offer-card:hover::before {
  opacity: 1;
}

.offer-badge-small {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%);
  color: white;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 700;
  z-index: 2;
  box-shadow: 0 3px 12px rgba(145, 59, 255, 0.4);
  white-space: nowrap;
}

.offer-icon {
  margin: 20px 0;
}

.offer-icon-wrapper {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.offer-icon-wrapper i {
  font-size: 36px;
  color: #00d4ff;
}

.domain-free-offer-card:hover .offer-icon-wrapper {
  transform: scale(1.1);
  background: linear-gradient(135deg, rgba(0, 212, 255, 0.2) 0%, rgba(0, 153, 255, 0.1) 100%);
}

.offer-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #fff 0%, #e1e8ed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.offer-desc {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
  font-size: 16px;
}

.offer-price {
  margin-bottom: 30px;
}

.price-main {
  font-size: 48px;
  font-weight: 800;
  color: #913BFF;
  background: linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.price-period {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

.offer-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.offer-features li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

.offer-features li i {
  color: #913BFF;
  margin-right: 12px;
  font-size: 16px;
}

.domain-offer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%);
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  gap: 8px;
  box-shadow: 0 4px 15px rgba(145, 59, 255, 0.4);
}

.domain-offer-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(145, 59, 255, 0.5);
  color: #fff;
  text-decoration: none;
}

.domain-offer-btn i {
  transition: transform 0.3s ease;
}

.domain-offer-btn:hover i {
  transform: translateX(3px);
}

/* Features Modern Cards */
.features-modern-card {
  position: relative;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.4s ease;
  overflow: hidden;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.features-modern-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.04) 50%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.features-modern-card:hover {
  transform: translateY(-12px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.features-modern-card:hover::before {
  opacity: 1;
}

.features-icon-wrapper {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(145, 59, 255, 0.2) 0%, rgba(123, 44, 191, 0.1) 100%);
  border: 2px solid rgba(145, 59, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.features-icon-wrapper::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(145, 59, 255, 0.4) 0%, transparent 70%);
  border-radius: 50%;
  transition: all 0.4s ease;
  transform: translate(-50%, -50%);
}

.features-modern-card:hover .features-icon-wrapper {
  transform: scale(1.1);
  border-color: rgba(145, 59, 255, 0.6);
  background: linear-gradient(135deg, rgba(145, 59, 255, 0.3) 0%, rgba(123, 44, 191, 0.2) 100%);
}

.features-modern-card:hover .features-icon-wrapper::before {
  width: 80px;
  height: 80px;
}

.features-icon-wrapper i {
  font-size: 28px;
  color: #913BFF;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease;
}

.features-icon {
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icône de gestion - Grille 2x2 */
.icon-management::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: 
    linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%) 0 0/10px 10px,
    linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%) 14px 0/10px 10px,
    linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%) 0 14px/10px 10px,
    linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%) 14px 14px/10px 10px;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Icône graphique - Barres */
.icon-chart::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: 
    linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%) 2px 16px/3px 8px,
    linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%) 7px 12px/3px 12px,
    linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%) 12px 8px/3px 16px,
    linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%) 17px 14px/3px 10px;
  background-repeat: no-repeat;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Icône bouclier */
.icon-shield::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 24px;
  background: linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Icône support - Casque */
.icon-support::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid;
  border-image: linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%) 1;
  border-radius: 50% 50% 0 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.icon-support::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 8px;
  background: linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%);
  border-radius: 2px;
  left: 3px;
  top: 12px;
  box-shadow: 14px 0 0 0 #913BFF;
}

.features-modern-card:hover .features-icon-wrapper i {
  color: #fff;
  transform: scale(1.1);
}

.features-modern-card:hover .features-icon::before {
  background: #fff !important;
  background-image: none !important;
  transform: translate(-50%, -50%) scale(1.15);
}

.features-modern-card:hover .icon-management::before {
  background: 
    #fff 0 0/10px 10px,
    #fff 14px 0/10px 10px,
    #fff 0 14px/10px 10px,
    #fff 14px 14px/10px 10px;
  background-repeat: no-repeat;
}

.features-modern-card:hover .icon-chart::before {
  background: 
    #fff 2px 16px/3px 8px,
    #fff 7px 12px/3px 12px,
    #fff 12px 8px/3px 16px,
    #fff 17px 14px/3px 10px;
  background-repeat: no-repeat;
}

.features-modern-card:hover .icon-support::before {
  border-color: #fff;
}

.features-modern-card:hover .icon-support::after {
  background: #fff;
  box-shadow: 14px 0 0 0 #fff;
}

.features-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #fff 0%, #e1e8ed 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.3s ease;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

.features-modern-card:hover .features-title {
  background: linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.features-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  flex: 1;
  display: flex;
  align-items: center;
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .domain-modern-card {
    height: auto;
    min-height: 140px;
    padding: 25px 15px;
  }
  
  .domain-extension {
    font-size: 24px;
  }
  
  .domain-price {
    font-size: 18px;
  }
  
  .domain-flag {
    font-size: 20px;
  }
  
  .offer-title {
    font-size: 24px;
  }
  
  .price-main {
    font-size: 36px;
  }
  
  .features-modern-card {
    height: auto;
    min-height: 230px;
    padding: 25px 20px;
  }
  
  .features-icon-wrapper {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  
  .features-icon-wrapper i {
    font-size: 22px;
  }
  
  .features-icon {
    width: 26px;
    height: 26px;
  }
  
  .icon-management::before {
    width: 20px;
    height: 20px;
    background: 
      linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%) 0 0/8px 8px,
      linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%) 12px 0/8px 8px,
      linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%) 0 12px/8px 8px,
      linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%) 12px 12px/8px 8px;
    background-repeat: no-repeat;
  }
  
  .icon-chart::before {
    width: 20px;
    height: 20px;
    background: 
      linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%) 1px 14px/2px 6px,
      linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%) 5px 10px/2px 10px,
      linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%) 9px 6px/2px 14px,
      linear-gradient(135deg, #913BFF 0%, #7B2CBF 100%) 13px 12px/2px 8px;
    background-repeat: no-repeat;
  }
  
  .icon-shield::before {
    width: 16px;
    height: 20px;
  }
  
  .icon-support::before {
    width: 16px;
    height: 16px;
  }
  
  .features-title {
    font-size: 20px;
    height: 48px;
  }
  
  .features-desc {
    font-size: 14px;
  }
}

/*----------------------------------------*/
/*  01. Theme default font
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&amp;display=swap");
/* 1. Theme default css */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 5px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #c1c1c1;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #fd008b;
  outline: none;
}
html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}

body {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
}

.main-page-wrapper {
  overflow-x: hidden;
  background: #050d36;
}

.main-page-wrapper-white {
  overflow-x: hidden;
}

.fix {
  overflow: hidden;
}

.z-indexs {
  z-index: 5;
}

a,
.button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Space Grotesk", sans-serif;
  color: white;
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.list-none {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Space Grotesk", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid rgab(white, 0.1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::selection {
  background: black;
  color: white;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: black;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: black;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.overlay-bg {
  position: relative;
  z-index: 2;
}
.overlay-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup-video {
  color: white;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  border-radius: 50%;
  font-size: 30px;
  line-height: 120px;
  display: inline-block;
  width: 120px;
  height: 120px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
}
.popup-video:hover {
  color: white;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}

.ctn-preloader {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ctn-preloader .icon {
  animation: rotated 8s infinite linear;
}
.ctn-preloader .txt-loading {
  user-select: none;
  margin-top: 30px;
}
.ctn-preloader .txt-loading .letters-loading {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  letter-spacing: 8px;
  display: inline-block;
  color: rgba(253, 0, 139, 0.12);
  position: relative;
  font-size: 50px;
  line-height: 30px;
}
.ctn-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #fd008b;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 30px;
  position: absolute;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
#scrollToTopBtn {
  font-size: 18px;
  display: inline-block;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  position: fixed;
  width: 35px;
  height: 35px;
  right: 7px;
  bottom: 7px;
  border-radius: 6px;
  line-height: 35px;
  text-align: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#scrollToTopBtn i {
  color: #fff;
}

#scrollToTopBtn:hover {
  cursor: pointer;
  background-color: #333;
}

#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*--
    - Overlay
------------------------------------------*/
.overlay-soft {
  position: relative;
  z-index: 1;
}
.overlay-soft::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: white;
}

[data-overlay="dark"]::before {
  background-color: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.main-header-area {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
}

.logo-area img {
  max-width: 100%;
}
.logo-area .front {
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.logo-area .back {
  display: none;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* Hamburger-menu */
.hamburger-menu {
  display: inline-block;
}

.round-menu {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  line-height: 42px;
}
.round-menu i {
  color: white;
}

.offset-sidebar {
  display: block;
  margin-top: 30px;
}

.theme-main-menu .topbar {
  background: rgba(255, 255, 255, 0.03);
}
.theme-main-menu .topbar-content {
  justify-content: space-between;
}
.theme-main-menu .topbar .ht-email a,
.theme-main-menu .topbar .ht-promo a,
.theme-main-menu .topbar .ht-links a {
  color: #fff;
  font-size: 16px;
}
.theme-main-menu .topbar .ht-links .chating img {
  width: 18px;
  filter: invert(1);
}

.main-menu {
  position: relative;
  z-index: 11;
}
.main-menu ul {
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  list-style: none;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.main-menu ul li:last-child a {
  margin-right: 0;
}
.main-menu ul li.active {
  color: #050d36;
}
.main-menu ul li.active a {
  color: #050d36;
}
.main-menu ul li a {
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 50px 0 0;
  padding: 19px 0 20px 0;
}
@media only screen and (max-width: 1200px) {
  .main-menu ul li a {
    margin: 0 33px 0 0;
  }
}
.main-menu ul li a::before {
  content: "\F282";
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 14px;
  right: -16px;
  top: 20px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li a::before {
    display: none;
  }
}
.main-menu ul li a::after {
  display: none;
}
.main-menu ul li a:hover {
  color: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
.main-menu ul li a i {
  font-size: 10px;
}
.main-menu ul li:hover::before {
  width: 100px;
  background-image: -moz-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
  background-image: -webkit-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
  background-image: -ms-linear-gradient(0deg, #086ad8 0%, #378cff 100%);
}
.main-menu ul li:hover > a {
  color: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
.main-menu ul li ul.sub-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border-radius: 0;
  display: block;
  right: 0;
  left: 0;
  padding: 0;
  top: 100%;
  visibility: hidden;
  transform: scaleY(0);
  opacity: 0;
  min-width: 220px;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-menu ul li ul.sub-menu li {
  display: block;
  position: relative;
  z-index: 1;
}
.main-menu ul li ul.sub-menu li ul.sub-menu {
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
}
.main-menu ul li ul.sub-menu li a {
  color: #050d36;
  font-size: 14px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  padding: 14px 25px;
  display: block;
  transition: all 0.3s ease-in-out;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-menu ul li ul.sub-menu li a::before {
  display: none;
}
.main-menu ul li ul.sub-menu li a .sub-menu-arrow {
  float: right;
}
.main-menu ul li ul.sub-menu li a.active {
  background-color: transparent;
}
.main-menu ul li ul.sub-menu li a:hover {
  background-color: transparent;
  transform: translateX(5px);
  text-decoration: underline;
}
.main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* Enhanced Menu Styles */
.enhanced-menu {
  min-width: 320px !important;
  padding: 15px 0;
  border-radius: 8px !important;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden !important;
}

.menu-item-enhanced {
  padding: 0 15px;
  margin-bottom: 8px;
}

.menu-item-enhanced:first-child {
  margin-top: 8px;
}

.menu-item-enhanced:last-child {
  margin-bottom: 8px;
}

.enhanced-link {
  display: flex !important;
  align-items: center;
  padding: 15px 15px !important;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid transparent;
  overflow: hidden;
  position: relative;
}

.enhanced-link:hover {
  background-color: #f8f9fa !important;
  transform: translateX(0) !important;
  text-decoration: none !important;
  border-color: #e9ecef !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}

.menu-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 8px;
  margin-right: 15px;
  flex-shrink: 0;
}

.menu-icon img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.menu-content {
  flex: 1;
}

.menu-title {
  font-size: 14px;
  font-weight: 600;
  color: #050d36 !important;
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.menu-desc {
  font-size: 12px;
  color: #6c757d !important;
  margin: 0;
  line-height: 1.3;
  opacity: 0.8;
}

.enhanced-link:hover .menu-title {
  color: #667eea !important;
}

.enhanced-link:hover .menu-icon {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
  transform: scale(1.05);
}

.enhanced-link:hover .menu-desc {
  color: #495057 !important;
}

/* Supprimer la flèche pour les liens sans sous-menu */
.no-dropdown > a::after,
.no-dropdown > a::before {
  display: none !important;
}

/* Cibler spécifiquement le lien "Offres de jeux" */
.main-menu ul li.no-dropdown > a::after,
.main-menu ul li.no-dropdown > a::before,
a[href="https://fr.jsbgame.com/"]::after,
a[href="https://fr.jsbgame.com/"]::before {
  display: none !important;
  content: none !important;
}

/* Modern VPS Cards Styles */
.modern-vps-card {
  position: relative;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px);
  transition: all 0.4s ease !important;
  overflow: hidden;
  padding: 25px 20px !important;
}

.modern-vps-card:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(103, 126, 234, 0.5) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  box-shadow: none !important;
}

.popular-plan {
  border-color: rgba(255, 193, 7, 0.4) !important;
}

.popular-plan:hover {
  border-color: rgba(255, 193, 7, 0.7) !important;
  box-shadow: none !important;
}

.premium-plan {
  border-color: rgba(220, 53, 69, 0.4) !important;
}

.premium-plan:hover {
  border-color: rgba(220, 53, 69, 0.7) !important;
  box-shadow: none !important;
}

.plan-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  z-index: 2;
}

.promo-badge {
  background: linear-gradient(135deg, #ff006a 0%, #ff4081 100%) !important;
}

.plan-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.modern-vps-card .ht-plan__header {
  padding: 0 !important;
  margin-bottom: 15px !important;
  text-align: center;
}

.modern-vps-card .ht-plan__header-title {
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin-bottom: 8px !important;
}

.plan-subtitle {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 13px;
  margin: 0;
  text-align: center;
}

.modern-feature-list {
  list-style: none !important;
  padding: 0;
}

.modern-feature-list li {
  display: flex !important;
  align-items: center;
  padding: 6px 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 13px;
  position: relative;
}

.modern-feature-list li:last-child {
  border-bottom: none;
}

.modern-feature-list li i {
  color: #667eea;
  margin-right: 10px;
  width: 16px;
  font-size: 16px;
}

.modern-feature-list li a {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
}

.spec-detail {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.6) !important;
  font-weight: 400 !important;
}

.info-tooltip {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.4) !important;
  cursor: help;
  transition: all 0.3s ease;
}

.info-tooltip:hover {
  color: #667eea !important;
}

.info-tooltip i {
  font-size: 12px;
}

/* Améliorer les tooltips Bootstrap */
.tooltip {
  pointer-events: none !important;
}

.tooltip-inner {
  max-width: 250px;
  text-align: left;
  font-size: 12px;
  line-height: 1.4;
  padding: 8px 12px;
}

.modern-feature-list li {
  position: relative;
}

/* Assurer que les tooltips restent visibles pendant le scroll */
.modern-feature-list li:hover .info-tooltip {
  z-index: 1000;
}

/* Masquer les anciennes icônes des features */
.modern-feature-list li a::before,
.modern-feature-list li::before {
  display: none !important;
}

/* Améliorer l'affichage des prix */
.modern-vps-card .ht-plan__header-price {
  margin-bottom: 0;
}

.modern-vps-card .price-title {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin: 0;
  line-height: 1.1;
}

.modern-vps-card .month-title {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 400 !important;
  margin-left: 5px;
}

/* OS Cards Styling for VPS Ryzen */
.os-systems-bg {
  background: transparent;
  position: relative;
}

.os-section-description {
  color: #666 !important;
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.6;
}

.os-card {
  height: 100%;
  perspective: 1000px;
}

.os-card-inner {
  position: relative;
  width: 100%;
  height: 300px;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.1) 0%, 
    rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.os-card:hover .os-card-inner {
  transform: translateY(-10px) scale(1.05);
  border-color: rgba(187, 107, 217, 0.6);
  box-shadow: 0 20px 50px rgba(187, 107, 217, 0.3);
}

.os-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.os-icon {
  margin-bottom: 20px;
  filter: drop-shadow(0 0 25px rgba(187, 107, 217, 0.5));
  transition: all 0.3s ease;
}

.os-icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.os-card:hover .os-icon img {
  transform: scale(1.1) rotate(5deg);
}

.os-name {
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.os-description {
  color: #ddd !important;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.9;
}

/* OS Version Badges */
.os-versions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px;
  padding: 0 10px;
  margin: 8px 0 12px 0;
  max-width: 100%;
}

.version-badge {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 1px 6px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2px;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
  text-shadow: none;
  opacity: 0.9;
  min-width: 20px;
  text-align: center;
  flex-shrink: 0;
}

.version-badge:hover {
  background: rgba(145, 59, 255, 0.4);
  border-color: rgba(145, 59, 255, 0.6);
  opacity: 1;
  box-shadow: 0 2px 8px rgba(145, 59, 255, 0.3);
}

/* Student VPS Styles */
.student-plan {
  background: linear-gradient(145deg, rgba(0, 123, 255, 0.08) 0%, rgba(0, 86, 179, 0.03) 100%);
  border: 2px solid rgba(0, 123, 255, 0.2) !important;
  position: relative;
  overflow: hidden;
}

.student-plan::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0, 123, 255, 0.05) 0%, rgba(40, 167, 69, 0.05) 100%);
  z-index: 0;
}

.student-plan > * {
  position: relative;
  z-index: 1;
}

.student-badge {
  background: linear-gradient(135deg, #007bff 0%, #28a745 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(0, 123, 255, 0.3) !important;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3) !important;
  animation: student-glow 3s ease-in-out infinite alternate !important;
}

@keyframes student-glow {
  from {
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
  }
  to {
    box-shadow: 0 6px 25px rgba(0, 123, 255, 0.5);
  }
}

.student-btn {
  background: linear-gradient(135deg, #007bff 0%, #28a745 100%) !important;
  border: none !important;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3) !important;
  transition: all 0.3s ease !important;
}

.student-btn:hover {
  background: linear-gradient(135deg, #0056b3 0%, #1e7e34 100%) !important;
  box-shadow: 0 6px 25px rgba(0, 123, 255, 0.4) !important;
  transform: translateY(-2px) !important;
}

.student-notice {
  background: rgba(0, 123, 255, 0.1);
  border: 1px solid rgba(0, 123, 255, 0.2);
  border-radius: 8px;
  padding: 8px 12px;
  color: #007bff;
  text-align: center;
}

/* Student Info Card */
.student-info-card {
  background: linear-gradient(145deg, rgba(255, 165, 0, 0.08) 0%, rgba(255, 140, 0, 0.03) 100%);
  border: 2px solid rgba(255, 165, 0, 0.2);
  border-radius: 20px;
  padding: 25px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.student-info-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255, 165, 0, 0.05) 0%, rgba(255, 140, 0, 0.02) 100%);
  z-index: 0;
}

.student-info-card > * {
  position: relative;
  z-index: 1;
}

.student-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255, 165, 0, 0.2);
  border-color: rgba(255, 165, 0, 0.4);
}

.info-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.info-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ffa500 0%, #ff8c00 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  box-shadow: 0 4px 15px rgba(255, 165, 0, 0.3);
}

.info-icon i {
  font-size: 20px;
  color: white;
}

.info-header h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.info-content p {
  color: #ddd;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.info-list li {
  color: #fff;
  font-size: 13px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.info-list li i {
  color: #ffa500;
  margin-right: 8px;
  width: 16px;
  flex-shrink: 0;
}

.info-cta .btn {
  background: linear-gradient(135deg, #ffa500 0%, #ff8c00 100%) !important;
  border: none !important;
  color: white !important;
  font-size: 12px;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.info-cta .btn:hover {
  background: linear-gradient(135deg, #ff8c00 0%, #ff7f00 100%) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 165, 0, 0.4);
}

/* Student Projects Card - Green Theme */
.student-projects-card {
  background: linear-gradient(145deg, rgba(34, 197, 94, 0.08) 0%, rgba(16, 185, 129, 0.03) 100%);
  border: 2px solid rgba(34, 197, 94, 0.2);
  border-radius: 20px;
  padding: 25px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.student-projects-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(34, 197, 94, 0.05) 0%, rgba(16, 185, 129, 0.02) 100%);
  z-index: 0;
}

.student-projects-card > * {
  position: relative;
  z-index: 1;
}

.student-projects-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(34, 197, 94, 0.2);
  border-color: rgba(34, 197, 94, 0.4);
}

.projects-info-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #22c55e 0%, #10b981 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

.projects-info-icon i {
  font-size: 20px;
  color: white;
}

.student-projects-card .info-list li i {
  color: #22c55e;
}

.student-projects-card .info-cta .btn {
  background: linear-gradient(135deg, #22c55e 0%, #10b981 100%) !important;
  border: none !important;
  color: white !important;
}

.student-projects-card .info-cta .btn:hover {
  background: linear-gradient(135deg, #16a34a 0%, #059669 100%) !important;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.4);
}

/* Student cards stack - Compact sizing */
.student-cards-stack .student-info-card,
.student-cards-stack .student-projects-card {
  padding: 22px 18px !important;
  margin-bottom: 18px !important;
}

.student-cards-stack .info-header h4 {
  font-size: 17px !important;
  margin-bottom: 12px;
}

.student-cards-stack .info-content p {
  font-size: 14px !important;
  line-height: 1.5;
  margin-bottom: 14px;
}

.student-cards-stack .info-list li {
  font-size: 13px !important;
  margin-bottom: 7px !important;
}

.student-cards-stack .info-icon,
.student-cards-stack .projects-info-icon {
  width: 45px !important;
  height: 45px !important;
  margin-right: 14px;
}

.student-cards-stack .info-icon i,
.student-cards-stack .projects-info-icon i {
  font-size: 18px !important;
}

/* VPS Card compact sizing */
.modern-vps-card.student-plan {
  padding: 20px 18px !important;
}

.modern-vps-card.student-plan .ht-plan__header {
  padding-top: 15px !important;
  padding-bottom: 8px !important;
  margin-bottom: 15px !important;
}

.modern-vps-card.student-plan .price-title {
  font-size: 28px !important;
}

.modern-vps-card.student-plan .ht-plan__body-feature li {
  margin-bottom: 8px !important;
  font-size: 13px !important;
}

/* Glowing effect for student price */
.modern-vps-card.student-plan .price-title {
  position: relative;
  text-shadow: 
    0 0 10px rgba(103, 126, 234, 0.6),
    0 0 20px rgba(103, 126, 234, 0.4),
    0 0 30px rgba(103, 126, 234, 0.3);
  animation: priceGlow 2s ease-in-out infinite alternate;
}

@keyframes priceGlow {
  from {
    text-shadow: 
      0 0 10px rgba(103, 126, 234, 0.6),
      0 0 20px rgba(103, 126, 234, 0.4),
      0 0 30px rgba(103, 126, 234, 0.3);
  }
  to {
    text-shadow: 
      0 0 15px rgba(103, 126, 234, 0.8),
      0 0 25px rgba(103, 126, 234, 0.6),
      0 0 35px rgba(103, 126, 234, 0.4),
      0 0 45px rgba(103, 126, 234, 0.2);
  }
}

.modern-vps-card.student-plan .price-title::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: radial-gradient(circle, rgba(103, 126, 234, 0.2) 0%, transparent 70%);
  border-radius: 10px;
  z-index: -1;
  animation: priceAura 3s ease-in-out infinite;
}

@keyframes priceAura {
  0%, 100% {
    opacity: 0.3;
    transform: scale(0.95);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.05);
  }
}


.price-promo {
  text-align: center;
}

/* Cloud Intel Cards Styling - Different from Ryzen */
.cloud-intel-card {
  position: relative;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  transition: all 0.4s ease;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(15px);
}

.cloud-intel-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 0%, rgba(100, 150, 255, 0.05) 50%, transparent 100%);
  z-index: 1;
  transition: all 0.4s ease;
}

.cloud-intel-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(187, 107, 217, 0.4);
  box-shadow: 0 20px 60px rgba(187, 107, 217, 0.2);
}

.cloud-intel-card:hover::before {
  background: linear-gradient(135deg, transparent 0%, rgba(187, 107, 217, 0.1) 50%, transparent 100%);
}

.cloud-card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(100, 150, 255, 0.1), transparent);
  opacity: 0;
  transition: all 0.6s ease;
  animation: rotate 8s linear infinite;
  z-index: 1;
}

.cloud-intel-card:hover .cloud-card-glow {
  opacity: 0.2;
}

.premium-glow {
  background: conic-gradient(from 0deg, transparent, rgba(118, 75, 162, 0.15), transparent);
}

.cloud-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 3;
  text-transform: uppercase;
}

.cloud-badge.basic-badge {
  background: linear-gradient(135deg, #bb6bd9 0%, #d199e8 100%);
  color: #fff;
  border: 1px solid rgba(187, 107, 217, 0.5);
}

.cloud-badge.popular-badge {
  background: linear-gradient(135deg, #00d4ff 0%, #0099ff 100%);
  color: #fff;
  border: 1px solid rgba(0, 153, 255, 0.6);
}

.cloud-badge.premium-badge {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border: 1px solid rgba(118, 75, 162, 0.5);
  box-shadow: 0 0 20px rgba(118, 75, 162, 0.3);
}

.cloud-plan-header {
  text-align: center;
  z-index: 2;
  position: relative;
}

.cloud-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, rgba(187, 107, 217, 0.15) 0%, rgba(187, 107, 217, 0.05) 100%);
  border-radius: 20px;
  margin: 0 auto;
  border: 1px solid rgba(187, 107, 217, 0.2);
  backdrop-filter: blur(5px);
}

.cloud-icon img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(85%) saturate(724%) hue-rotate(299deg) brightness(104%) contrast(94%);
}

.cloud-plan-title {
  color: #fff !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  margin: 0;
}

.cloud-subtitle {
  color: #aaa !important;
  font-size: 14px;
  margin: 0;
  font-style: normal;
}

.cloud-price-section {
  text-align: center;
  z-index: 2;
  position: relative;
}

.cloud-price {
  background: linear-gradient(135deg, #bb6bd9 0%, #d199e8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #bb6bd9;
  font-size: 2.2rem !important;
  font-weight: 800 !important;
  margin: 0;
  text-shadow: 0 0 20px rgba(187, 107, 217, 0.3);
  line-height: 1;
  display: inline;
}

.cloud-price .price-unit {
  color: #888 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-left: 3px;
  background: none !important;
  -webkit-text-fill-color: #888 !important;
}

.cloud-features-section {
  z-index: 2;
  position: relative;
}

.cloud-feature-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.cloud-feature-list li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.cloud-feature-list li:last-child {
  border-bottom: none;
}

.cloud-feature-list i {
  background: linear-gradient(135deg, #bb6bd9 0%, #d199e8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #bb6bd9;
  font-size: 16px;
  width: 22px;
  flex-shrink: 0;
  text-shadow: 0 0 8px rgba(187, 107, 217, 0.3);
}

.cloud-feature-list strong {
  color: #fff !important;
  font-weight: 600;
  margin-left: 12px;
  flex-grow: 1;
}

.cloud-plan-footer {
  text-align: center;
  z-index: 2;
  position: relative;
}

.cloud-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid;
  min-width: 200px;
  font-size: 14px;
}

.cloud-btn.basic-btn {
  background: linear-gradient(135deg, #bb6bd9 0%, #d199e8 100%);
  color: #fff;
  border-color: #bb6bd9;
}

.cloud-btn.basic-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(187, 107, 217, 0.4);
}

.cloud-btn.popular-btn {
  background: linear-gradient(135deg, #00d4ff 0%, #0099ff 100%);
  color: #fff;
  border-color: #00d4ff;
}

.cloud-btn.popular-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0, 153, 255, 0.4);
}

.cloud-btn.premium-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border-color: #667eea;
}

.cloud-btn.premium-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(118, 75, 162, 0.4);
}

.price-normal {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 12px;
  margin: 5px 0 0 0;
  text-decoration: none;
}

.modern-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 12px 20px !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px !important;
}

.modern-vps-card .ht-plan__footer {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

.modern-btn:hover {
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: none !important;
}

.promo-btn {
  background: linear-gradient(135deg, #ff006a 0%, #ff4081 100%) !important;
}

.promo-btn:hover {
  background: linear-gradient(135deg, #ff4081 0%, #ff006a 100%) !important;
  box-shadow: none !important;
}

/* Conditions section styling */
.conditions-wrapper {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  backdrop-filter: blur(10px);
}

.conditions-icon {
  width: 40px;
  height: 40px;
  background: rgba(103, 126, 234, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(103, 126, 234, 1);
  font-size: 18px;
}

.conditions-title {
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 18px;
  margin: 0;
}

.quota-card {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px !important;
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.quota-card:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  transform: translateY(-2px);
}

.popular-quota {
  border-color: rgba(255, 193, 7, 0.4) !important;
}

.premium-quota {
  border-color: rgba(220, 53, 69, 0.4) !important;
}

.quota-plan {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}

.quota-value {
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}

.popular-quota .quota-value {
  color: #ffc107 !important;
}

.premium-quota .quota-value {
  color: #dc3545 !important;
}

.quota-desc {
  color: rgba(255, 255, 255, 0.6) !important;
  font-size: 12px;
}

.limitation-notice {
  background: rgba(255, 193, 7, 0.1);
  border: 1px solid rgba(255, 193, 7, 0.3);
  border-radius: 8px;
  padding: 12px 15px;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 14px;
  line-height: 1.4;
}

.limitation-notice i {
  color: #ffc107;
}

/* VPS Ryzen Gaming/Neon Style */
.ryzen-vps-card {
  position: relative;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 16px !important;
  padding: 25px 20px !important;
  margin: 0 15px !important;
  transition: all 0.4s ease !important;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.ryzen-vps-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(145deg, rgba(145, 59, 255, 0.02), rgba(255, 92, 101, 0.02));
  border-radius: 16px;
  z-index: -1;
}

.card-glow {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(45deg, #913bff, #ff5c65, #913bff);
  border-radius: 16px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.ryzen-vps-card:hover .card-glow {
  opacity: 0.15;
}

.popular-glow {
  background: linear-gradient(45deg, #00d4ff, #0099ff, #00d4ff) !important;
}

.premium-glow {
  background: linear-gradient(45deg, #ff4444, #ff0066, #ff4444) !important;
}

.ryzen-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
}

.basic-badge {
  background: linear-gradient(135deg, #bb6bd9 0%, #d199e8 100%);
  color: #fff;
  border: 1px solid rgba(187, 107, 217, 0.5);
}

.popular-badge {
  background: linear-gradient(135deg, #00d4ff 0%, #0099ff 100%);
  color: #fff;
  border: 1px solid rgba(0, 153, 255, 0.6);
}

.premium-badge {
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 100%);
  color: #fff;
  border: 1px solid rgba(255, 92, 101, 0.5);
  box-shadow: 0 0 20px rgba(253, 0, 139, 0.3);
}

.ryzen-plan-header {
  text-align: center;
}

.ryzen-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(255, 107, 157, 0.2) 0%, rgba(196, 69, 105, 0.1) 100%);
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid rgba(255, 107, 157, 0.3);
  backdrop-filter: blur(5px);
}

.ryzen-icon img {
  filter: brightness(0) saturate(100%) invert(60%) sepia(85%) saturate(724%) hue-rotate(299deg) brightness(104%) contrast(94%);
}

.ryzen-plan-title {
  color: #fff !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  margin: 0;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.ryzen-subtitle {
  color: #ccc !important;
  font-size: 14px;
  margin: 0;
  font-style: normal;
}

.ryzen-price-section {
  text-align: center;
}

.ryzen-price {
  background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff6b9d;
  font-size: 2.5rem !important;
  font-weight: 800 !important;
  margin: 0;
  text-shadow: 0 0 20px rgba(255, 107, 157, 0.5);
  line-height: 1;
}

.price-unit {
  font-size: 16px !important;
  color: #888 !important;
  font-weight: 400 !important;
  margin-left: 3px;
}

.price-period {
  color: #888 !important;
  font-size: 13px;
  margin: 5px 0 0 0;
  display: block;
  text-align: center;
}

.price-normal {
  color: #999 !important;
  font-size: 12px;
  margin: 5px 0 0 0;
}

.ryzen-feature-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ryzen-feature-list li {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.ryzen-feature-list li:last-child {
  border-bottom: none;
}

.ryzen-feature-list i {
  background: linear-gradient(135deg, #ff6b9d 0%, #c44569 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ff6b9d;
  font-size: 18px;
  width: 25px;
  flex-shrink: 0;
  text-shadow: 0 0 10px rgba(255, 107, 157, 0.5);
}

.ryzen-feature-list strong {
  color: #fff !important;
  font-weight: 600;
  margin-left: 12px;
  flex-grow: 1;
}

.ryzen-feature-list .spec-detail {
  color: #888 !important;
  font-size: 12px;
  margin-left: 8px;
  margin-right: 15px;
  background: rgba(255, 255, 255, 0.1);
  padding: 2px 8px;
  border-radius: 12px;
}

.ryzen-plan-footer {
  text-align: center;
}

.ryzen-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid;
  min-width: 200px;
}

.basic-btn {
  background: linear-gradient(135deg, #bb6bd9 0%, #d199e8 100%);
  color: #fff;
  border-color: #bb6bd9;
}

.basic-btn:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(187, 107, 217, 0.4);
}

.popular-btn {
  background: linear-gradient(135deg, #00d4ff 0%, #0099ff 100%);
  color: #fff;
  border-color: #00d4ff;
}

.popular-btn:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0, 153, 255, 0.4);
}

.premium-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border-color: #667eea;
}

.premium-btn:hover {
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(118, 75, 162, 0.4);
}

/* Hover effects for Ryzen cards */
.ryzen-basic:hover {
  border-color: rgba(187, 107, 217, 0.5) !important;
  transform: translateY(-5px);
}

.ryzen-popular:hover {
  border-color: rgba(0, 153, 255, 0.6) !important;
  transform: translateY(-5px);
}

.ryzen-premium:hover {
  border-color: rgba(255, 92, 101, 0.5) !important;
  transform: translateY(-5px);
}

/* Bandwidth addon section */
.bandwidth-addon {
  background: rgba(103, 126, 234, 0.1) !important;
  border: 1px solid rgba(103, 126, 234, 0.3) !important;
  border-radius: 12px;
  padding: 20px;
}

.addon-title {
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.addon-title i {
  color: rgba(103, 126, 234, 1);
  font-size: 18px;
}

.addon-desc {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 14px;
  line-height: 1.4;
}

.price-highlight {
  color: #67d4aa !important;
  font-weight: 700;
  background: rgba(103, 212, 170, 0.2);
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 15px;
}

.addon-details {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 12px;
  line-height: 1.4;
  font-style: italic;
}

.addon-badge {
  background: rgba(103, 126, 234, 0.2) !important;
  border: 1px solid rgba(103, 126, 234, 0.4) !important;
  border-radius: 12px;
  padding: 15px 20px;
  text-align: center;
  min-width: 140px;
}

.addon-volume {
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.addon-price {
  color: #67d4aa !important;
  font-size: 14px;
  font-weight: 600;
}

.sticky-menu {
  position: fixed;
  background: #050d36;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
}
.sticky-menu .hamburger-menu {
  top: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-menu .hamburger-menu {
    top: 35px;
  }
}

.theme-menu-one {
  padding-top: 30px;
  padding-bottom: 25px;
}
.theme-menu-one .sticky-menu {
  padding: 10px 0;
}
.theme-menu-one .sticky-menu .hamburger-menu {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (max-width: 991.98px) {
  .theme-menu-one .sticky-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.custom-menu-container {
  max-width: 1520px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 30px 110px 30px 110px;
}
@media only screen and (max-width: 1200px) {
  .custom-menu-container {
    padding: 30px 15px 30px 15px;
  }
}

.theme-menu-three {
  position: absolute;
  z-index: 111;
  left: 0;
  right: 0;
}
.theme-menu-three .top-nav-border .right-nav {
  margin-top: -20px;
}
.theme-menu-three .main-header-area {
  padding-top: 25px;
  padding-bottom: 10px;
}
.theme-menu-three .sticky-menu {
  padding-top: 15px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-three .header__info {
    justify-content: center;
  }
}

.header__info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1111;
}
.header__info .location {
  position: relative;
  z-index: 1;
}
.header__info .location::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 117px;
  background: rgba(255, 255, 255, 0.1);
  left: -76px;
  top: -31px;
  z-index: 1;
}
.header__info .location::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 117px;
  background: rgba(255, 255, 255, 0.1);
  right: -76px;
  top: -31px;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .header__info .location::before {
    display: none;
  }
  .header__info .location::after {
    display: none;
  }
}

.header__info-box {
  display: flex;
  align-items: center;
}
.header__info-box .icon {
  color: white;
  margin-right: 15px;
  font-size: 30px;
}
.header__info-box .info-title {
  color: white;
  font-size: 16px;
  line-height: 1;
}
.header__info-box .info-desc {
  font-size: 18px;
}
@media only screen and (max-width: 1200px) {
  .header__info-box .location {
    margin-left: 20px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .header__info-box .location {
    margin-left: 0;
    padding-left: 0;
  }
  .header__info-box .info-desc {
    font-size: 16px;
    font-weight: 400;
  }
}

.theme-menu-four {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 111;
}
.theme-menu-four .main-header-area {
  background: linear-gradient(135deg, rgba(255, 92, 101, 0.1) 0%, rgba(253, 0, 139, 0.1) 53.13%, rgba(101, 0, 252, 0.1) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 92, 101, 0.1) 0%, rgba(253, 0, 139, 0.1) 53.13%, rgba(101, 0, 252, 0.1) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 92, 101, 0.1) 0%, rgba(253, 0, 139, 0.1) 53.13%, rgba(101, 0, 252, 0.1) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 92, 101, 0.1) 0%, rgba(253, 0, 139, 0.1) 53.13%, rgba(101, 0, 252, 0.1) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 92, 101, 0.1) 0%, rgba(253, 0, 139, 0.1) 53.13%, rgba(101, 0, 252, 0.1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 92, 101, 0.1) 0%, rgba(253, 0, 139, 0.1) 53.13%, rgba(101, 0, 252, 0.1) 100%);
  backdrop-filter: blur(7.5px);
}
.theme-menu-four .main-header-area.sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(135deg, #6500fc 0%, #fd008b 53.13%, #ff5c65 100%);
  background: -moz-linear-gradient(135deg, #6500fc 0%, #fd008b 53.13%, #ff5c65 100%);
  background: -ms-linear-gradient(135deg, #6500fc 0%, #fd008b 53.13%, #ff5c65 100%);
  background: -o-linear-gradient(135deg, #6500fc 0%, #fd008b 53.13%, #ff5c65 100%);
  background: -ms-linear-gradient(135deg, #6500fc 0%, #fd008b 53.13%, #ff5c65 100%);
  background: -webkit-linear-gradient(135deg, #6500fc 0%, #fd008b 53.13%, #ff5c65 100%);
}
.theme-menu-four .header__info .location {
  padding-left: 50px;
  margin-left: 50px;
}
.theme-menu-four .header__info .location::before {
  left: 0;
  top: 22%;
  transform: translateY(-22%);
  background: white;
  width: 2px;
  height: 46px;
}
.theme-menu-four .header__info .location::after {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .theme-menu-four .header__info .location {
    margin-left: 20px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-four .header__info .location {
    margin-left: 0;
    padding-left: 0;
  }
  .theme-menu-four .header__info .info-desc {
    font-size: 16px;
    font-weight: 400;
  }
}

.theme-menu-five .main-header-area {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.theme-menu-five .main-header-area.sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-menu-five .header__info .location {
  margin-left: 50px;
  padding-left: 50px;
}
.theme-menu-five .header__info .location::before {
  width: 3px;
  height: 45px;
  background: white;
  left: 0;
  top: 11%;
}
.theme-menu-five .header__info .location::after {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .theme-menu-five .header__info .location {
    margin-left: 20px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-five .header__info .location {
    margin-left: 0;
    padding-left: 0;
  }
  .theme-menu-five .header__info .info-desc {
    font-size: 16px;
    font-weight: 400;
  }
}

.theme-menu-six {
  position: absolute;
  z-index: 111;
  left: 0;
  right: 0;
  top: 0;
}
.theme-menu-six .header__info .location {
  margin-left: 50px;
  padding-left: 50px;
}
.theme-menu-six .header__info .location::before {
  width: 3px;
  height: 45px;
  background: white;
  left: 0;
  top: 11%;
}
.theme-menu-six .header__info .location::after {
  display: none;
}
.theme-menu-six .main-header-area {
  margin-top: 15px;
}
.theme-menu-six .main-header-area.sticky-menu {
  margin-top: 0;
}

.mega-menu {
  min-width: 600px;
  width: 600px;
  overflow: hidden;
}
.mega-menu li {
  display: inline-block;
  float: left;
  width: 33%;
}
@media only screen and (max-width: 991.98px) {
  .mega-menu li {
    float: none;
    width: 100%;
  }
}

.page-title-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: rgba(19, 15, 15, 0.3);
}
.page-title-area .shape__p1 {
  position: absolute;
  z-index: -1;
  right: 69%;
  top: 31%;
  opacity: 0.3;
}
.page-title-area .shape__p2 {
  position: absolute;
  z-index: -1;
  right: 90%;
  bottom: 80px;
  opacity: 0.3;
}
.page-title-area .shape__p3 {
  position: absolute;
  z-index: -1;
  right: 10%;
  top: 59%;
  opacity: 0.3;
}
.page-title-area .blur__p4 {
  position: absolute;
  z-index: -1;
  width: 387px;
  height: 387px;
  border-radius: 387px;
  opacity: 0.2;
  background: #eb5757;
  filter: blur(150px);
  left: -72px;
  top: -87px;
}
.page-title-area .blur__p5 {
  position: absolute;
  z-index: -1;
  width: 443px;
  height: 443px;
  border-radius: 443px;
  opacity: 0.1;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  filter: blur(150px);
  right: 47%;
  bottom: 0;
}
.page-title-area .blur__p6 {
  position: absolute;
  z-index: -1;
  width: 359px;
  height: 359px;
  border-radius: 359px;
  opacity: 0.15;
  background: #bb6bd9;
  filter: blur(150px);
  right: 8%;
  bottom: -106px;
}
.page-title-area .blur__p7 {
  position: absolute;
  z-index: -1;
  width: 383px;
  height: 383px;
  border-radius: 383px;
  opacity: 0.3;
  background: #104cba;
  filter: blur(150px);
  top: -12px;
  right: -37px;
}
.page-title-area .domain__wrapper__container {
  border: 0;
}

.page-title-wrapper {
  position: relative;
  z-index: 2;
}
.page-title-wrapper .page-title {
  color: white;
  font-size: 55px;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .page-title-wrapper .page-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-title-wrapper .page-title {
    font-size: 32px;
  }
}
.page-title-wrapper .page-title-border {
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  width: 100px;
  height: 3px;
  display: inline-block;
}

ul.breadcrumb {
  display: inline-block;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
  backdrop-filter: blur(7.5px);
  padding: 12px 20px;
}
ul.breadcrumb li {
  display: inline-block;
}
ul.breadcrumb li a {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
ul.breadcrumb li a::before {
  content: "";
  position: absolute;
  background: white;
  width: 5px;
  height: 2px;
  right: -4px;
  top: 7px;
  z-index: 1;
}
@media only screen and (max-width: 991.98px) {
  ul.breadcrumb li a {
    font-size: 16px;
  }
}
ul.breadcrumb li.active {
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page__title__img__wrapper {
  position: relative;
  z-index: 1;
}
.page__title__img__wrapper .main__2 {
  position: absolute;
  right: 6%;
  top: 34%;
  animation: float-bob-y 5s infinite linear;
}

.page-area2 ul.breadcrumb li a {
  padding-right: 0;
  margin-right: 0;
}
.page-area2 ul.breadcrumb li a::before {
  display: none;
}

.page__title__img__wrapper2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page__title__img__wrapper2 .img-01 {
  position: absolute;
  left: 8%;
  top: 47%;
  animation: float-bob-y infinite 4s linear;
}
.page__title__img__wrapper2 .img-03 {
  position: absolute;
  top: 47%;
  right: 8%;
  animation: float-bob-y infinite 6s linear;
}
@media only screen and (max-width: 991.98px) {
  .page__title__img__wrapper2 .img-01,
  .page__title__img__wrapper2 .img-03 {
    width: 20%;
  }
  .page__title__img__wrapper2 .img-01 {
    width: 20%;
    left: 0;
    top: 55%;
  }
  .page__title__img__wrapper2 .img-03 {
    width: 20%;
    right: 0;
    top: 55%;
  }
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: none;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: none;
  margin-top: 0;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav ul li {
  list-style-type: none !important;
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  font-size: 16px;
  display: block;
  float: left;
  width: 90%;
  padding: 0.5em 5% 0.5em 0;
  margin: 0;
  text-align: left;
  color: #fff;
  /* border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5); */
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  font-size: 15px;
  width: 80%;
  padding: 0.4em 5%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.8;
  /* filter: alpha(opacity=75);
  text-shadow: none !important; */
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 4px 8px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  /* border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -370px;
  width: 350px;
  padding: 25px 30px;
  height: 100%;
  display: block;
  background-color: #050d36;
  z-index: 1900;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slide-bar {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .slide-bar {
    width: 310px;
    padding: 25px 20px;
  }
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  width: 50px;
  height: 50px;
  background: #212121;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
}
.open-mobile-menu a:hover {
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
.open-mobile-menu a.active {
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}

.close-mobile-menu a {
  color: white;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
}
.offset-widget .info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
  color: white;
}
.offset-widget .info-widget p {
  color: white;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: white;
}

.fw-exbold {
  font-weight: 800 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semi {
  font-weight: 600 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-thin {
  font-weight: 100 !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f7f7f7;
}

.white-grey-bg {
  background: rgba(255, 255, 255, 0.03);
}

.white-bg {
  background: white;
}

.black-bg {
  background: #050d36;
}

.black-bg-2 {
  background: #0c143c;
}

.heding-bg {
  background: #050d36;
}

.theme-bg {
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}

.prime-bg {
  background: #cf7a15;
}

/*--
    - color
-----------------------------------------*/
.text-white {
  color: white;
}

.text-pink {
  color: #fd008b !important;
}

.text-prime {
  color: #cf7a15;
}

.text-black {
  color: black;
}

.text-theme {
  color: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%) !important;
}

.text-body {
  color: rgba(255, 255, 255, 0.7) !important;
}

.text-body-grey {
  color: #777c90 !important;
}

.text-heding {
  color: #050d36 !important;
}

/*--
    - fonts
-----------------------------------------*/
.body-font {
  font-family: "Space Grotesk", sans-serif;
}

.heding-font {
  font-family: "Space Grotesk", sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.capitalize {
  text-transform: lowercase;
}

.bg-none {
  background: none;
}

/* search-area */
.search-area .search_input {
  color: white;
  font-size: 25px;
}

/* Full screen search
-------------------------------------------------------*/
.offcanvas-top {
  min-height: 150px;
}
.offcanvas-top .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.search-wrap {
  padding-bottom: 100px;
}
.search-wrap input {
  color: white;
  font-size: 80px;
  width: 100%;
  background: transparent;
  border: 0;
  text-align: center;
  display: inline-block;
  height: auto;
  padding: 0;
  display: inline-block;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 2px solid white;
}
.search-wrap input::placeholder {
  color: white;
  padding-bottom: 80px;
  font-size: 80px;
  font-family: "Space Grotesk", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .search-wrap input::placeholder {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-wrap input::placeholder {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap input::placeholder {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .search-wrap input::placeholder {
    font-size: 20px;
  }
}
.search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
  color: white;
  padding-bottom: 80px;
  font-size: 80px;
  font-family: "Space Grotesk", sans-serif;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}

/*domain__search__area*/
.domain-select {
  border-radius: 5px;
  max-width: 622px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(7.5px);
  width: 97%;
  height: 60px;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 25px;
  position: relative;
  z-index: 11;
}
.domain-select option {
  color: #000;
}
@media only screen and (max-width: 991.98px) {
  .domain-select {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .domain-select {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 0;
  }
}

.domain__search__area {
  position: relative;
  z-index: 1;
}
.domain__search__area::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.03);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.domain__search-wrapper {
  text-align: center;
  position: relative;
  z-index: 3;
}
.domain__search-title {
  font-size: 32px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .domain__search-title {
    font-size: 26px;
  }
}

.domain__shape {
  position: absolute;
}
.domain__shape.one {
  left: 7.81%;
}
.domain__shape.two {
  right: 7.81%;
}
.domain__shape.three {
  right: 78.85%;
}
.domain__shape.four {
  right: 32%;
}

.domain__search-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.domain__search-box .nice-select.domain-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  height: 60px;
  width: 100%;
  display: block;
  border-radius: 5px;
  color: #777c90;
  line-height: 58px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  margin-right: 10px;
}
.domain__search-box .nice-select.domain-select::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  border-bottom: unset;
  border-right: unset;
  transform: rotate(0);
  top: 7px;
  right: 30px;
  transform-origin: unset;
  color: #ff5c65;
}
.domain__search-box .nice-select.domain-select .list {
  width: 100%;
}
.domain__search-box button {
  padding: 21px 40px;
  border: 0;
  border-radius: 5px;
  width: 225px;
}
@media only screen and (max-width: 1200px) {
  .domain__search-box button {
    padding: 21px 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .domain__search-box {
    display: block;
  }
  .domain__search-box button {
    margin-top: 20px;
  }
}

/* Modern domain pricing - inline style */
.domain-pricing-modern {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 15px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 45px 0 10px 0;
}

.domain-pricing-modern::-webkit-scrollbar {
  display: none;
}

.domain-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
  position: relative;
  flex-shrink: 0;
  white-space: nowrap;
  min-width: 110px;
}

.domain-link:hover {
  color: white;
  text-decoration: none;
  background: rgba(253, 0, 139, 0.1);
  border-color: #fd008b;
  transform: translateY(-3px);
  z-index: 10;
}

.domain-ext {
  font-weight: 700;
  color: #fd008b;
}

.domain-price {
  color: rgba(255, 255, 255, 0.9);
}

.domain-link.popular {
  background: rgba(37, 99, 235, 0.15);
  border-color: #2563eb;
}

.domain-link.popular:hover {
  background: rgba(37, 99, 235, 0.25);
  border-color: #3b82f6;
}

.domain-link.promo {
  background: rgba(34, 197, 94, 0.15);
  border-color: #22c55e;
}

.domain-link.promo:hover {
  background: rgba(34, 197, 94, 0.25);
  border-color: #16a34a;
}

/* Tooltip hover */
.domain-link[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #fd008b 0%, #ff5c65 100%);
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 12px;
  border-radius: 8px;
  white-space: nowrap;
  z-index: 20;
  opacity: 0;
  box-shadow: 0 4px 12px rgba(253, 0, 139, 0.4);
  animation: tooltipFadeIn 0.3s ease forwards;
}

.domain-link[data-tooltip]:hover::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fd008b;
  z-index: 20;
  opacity: 0;
  animation: tooltipFadeIn 0.3s ease forwards;
}

@keyframes tooltipFadeIn {
  to {
    opacity: 1;
  }
}

/* Legacy support - hide old styles */
.domain__search-list {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .domain-pricing-modern {
    gap: 15px;
  }
  
  .domain-link {
    font-size: 16px;
    padding: 10px 16px;
    gap: 6px;
  }
}

@media only screen and (max-width: 575.98px) {
  .domain-pricing-modern {
    gap: 10px;
    justify-content: flex-start;
    padding: 0 10px;
  }
  
  .domain-link {
    font-size: 15px;
    padding: 8px 14px;
    min-width: 120px;
    justify-content: center;
  }
}

.domain__wrapper__container {
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

/* Datacenter page modernization */
.datacenter-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  transition: all 0.3s ease;
}

.feature-card:hover {
  background: rgba(253, 0, 139, 0.08);
  border-color: rgba(253, 0, 139, 0.3);
  transform: translateY(-2px);
}

.feature-icon {
  background: linear-gradient(135deg, #fd008b, #ff5c65);
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.feature-content h5 {
  color: white;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.feature-content p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}

/* Modern image containers */
.modern-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.modern-image {
  transition: transform 0.3s ease;
}

.modern-image-container:hover .modern-image {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modern-image-container:hover .image-overlay {
  opacity: 1;
}

.overlay-content {
  text-align: center;
  color: white;
}

.overlay-content i {
  font-size: 24px;
  margin-bottom: 8px;
  display: block;
}

.overlay-content span {
  font-size: 14px;
  font-weight: 500;
}

/* Datacenter stats */
.datacenter-stats {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.stat-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
}

.stat-item:hover {
  background: rgba(255, 255, 255, 0.05);
  transform: translateX(5px);
}

.stat-item.highlight {
  background: rgba(253, 0, 139, 0.08);
  border-color: rgba(253, 0, 139, 0.2);
}

.stat-item.highlight:hover {
  background: rgba(253, 0, 139, 0.12);
}

.stat-icon {
  background: #fd008b;
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  flex-shrink: 0;
}

.stat-content .info__label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
  display: block;
}

.stat-content .info__title {
  color: white;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .datacenter-features {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .feature-card {
    padding: 15px;
  }
  
  .feature-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.domain__wrapper__container .domain__search-box .domain-select {
  position: relative;
  z-index: 11;
}

.domain__wrapper__container .domain__search-box .nice-select.domain-select {
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  position: relative;
  z-index: 11;
  font-size: 17px;
  padding-left: 30px;
}
.domain__wrapper__container .domain__search-box .nice-select.domain-select .current {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 767.98px) {
  .domain__wrapper__container .domain__search-box .nice-select.domain-select {
    padding-left: 10px;
  }
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.5;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.5;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }

  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }

  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 0px;
    top: 0px;
  }

  25% {
    right: 100px;
    top: 0px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 0px;
    top: 200px;
  }

  100% {
    right: 0px;
    top: 0px;
  }
}
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
  }

  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
.scaleUp1 {
  -webkit-animation-name: scaleUp1;
  animation-name: scaleUp1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-webkit-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-moz-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-o-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
    opacity: 0.8;
  }
}
@-webkit-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
    opacity: 0.8;
  }
}
@-moz-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
    opacity: 0.8;
  }
}
@keyframes squareMove {
  0% {
    transform: translateX(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-100px) rotate(180deg);
  }

  66% {
    transform: translateX(200px) rotate(-90deg);
  }

  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }

  33% {
    transform: translateY(-100px);
  }

  66% {
    transform: translateX(200px);
  }

  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }

  33% {
    transform: translateY(-100px);
  }

  66% {
    transform: translateX(200px);
  }

  100% {
    transform: translateX(0px);
  }
}
@keyframes float-bob {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }

  50% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(40deg);
  }

  100% {
    transform: rotate(0);
  }
}
/*--
	-theme-btn
----------------------------------------*/
.ht_btn {
  overflow: hidden;
  color: white;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  font-size: 14px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  line-height: 18px;
  padding: 16px 27px 16px 27px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  transition: all;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-transform: uppercase;
}
.ht_btn::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #fd008b;
}
.ht_btn:hover {
  color: white;
}
.ht_btn:hover::before {
  top: -40%;
}

.ht-blog-btn .ht_btn {
  font-size: 16px;
  line-height: 21px;
  padding: 10px 20px 10px 20px;
}

.more__btn {
  color: white;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  font-size: 22px;
  line-height: 50px;
}
.more__btn:hover {
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}

.ht_black_btn {
  color: white;
  background: #050d36;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht_black_btn::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #fd008b;
}
.ht_black_btn:hover {
  color: white;
}
.ht_black_btn:hover::before {
  top: -40%;
}

.blog_btn2 {
  color: white;
  background: linear-gradient(0deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(0deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(0deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(0deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  background: -o-linear-gradient(0deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  line-height: 18px;
  padding: 16px 30px 16px 30px;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog_btn2:hover {
  color: white;
  background: linear-gradient(180deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(180deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(180deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(180deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  background: -o-linear-gradient(180deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}

/*section__title*/
.section__title-sub {
  background: linear-gradient(2.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(2.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(2.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(2.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(2.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 25px;
  display: inline-block;
}

.section__title-sub-two {
  font-size: 20px;
  font-weight: 500;
  background: linear-gradient(20deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(20deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(20deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(202deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(20deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.section__title-sub-two::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  top: -5px;
  left: 0;
  background: white;
  opacity: 0.05;
  border-radius: 6px;
  z-index: -1;
}

.section__title-main {
  color: white;
  font-size: 48px;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .section__title-main {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section__title-main {
    font-size: 28px;
  }
}

.sub__title__three {
  color: white;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(7.5px);
  display: inline-block;
  padding: 8px 14px;
  text-transform: uppercase;
}

.sec-border-two {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.section__title p {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
}
.section__title .sub__description {
  color: white;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  line-height: 34px;
}
.section__title .sub__description::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #913bff;
  left: 0;
  top: 9px;
  width: 4px;
  height: 54px;
  border-radius: 4px;
}

.blog-title {
  color: white;
  font-size: 28px;
}
@media only screen and (max-width: 1200px) {
  .blog-title {
    font-size: 20px;
  }
}

.choose-title {
  font-size: 24px;
}
@media only screen and (max-width: 991.98px) {
  .choose-title {
    font-size: 20px;
  }
}

.section__title-sub-four {
  background: linear-gradient(360deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(360deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(360deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(360deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(360deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}

.section__title-main-two {
  background: unset;
  color: #050d36;
  font-size: 48px;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .section__title-main-two {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991.98px) {
  .section__title-main-two {
    font-size: 28px;
  }
}

.sub__title__bg {
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(255, 92, 101, 0.05) 0%, rgba(253, 0, 139, 0.05) 53.13%, rgba(101, 0, 252, 0.05) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 92, 101, 0.05) 0%, rgba(253, 0, 139, 0.05) 53.13%, rgba(101, 0, 252, 0.05) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 92, 101, 0.05) 0%, rgba(253, 0, 139, 0.05) 53.13%, rgba(101, 0, 252, 0.05) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 92, 101, 0.05) 0%, rgba(253, 0, 139, 0.05) 53.13%, rgba(101, 0, 252, 0.05) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 92, 101, 0.05) 0%, rgba(253, 0, 139, 0.05) 53.13%, rgba(101, 0, 252, 0.05) 100%);
  display: inline-block;
  padding: 5px 23px 1px 23px;
}

.sub__border {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 11px 15px;
  text-align: center;
}
.sub__border .border__shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}
.sub__border .border__shape.faq_bs {
  left: -17px;
  top: 6px;
}

.semi__title {
  font-size: 32px;
}
@media only screen and (max-width: 1200px) {
  .semi__title {
    font-size: 22px;
  }
}

.blog__title__big {
  color: white;
  font-size: 48px;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .blog__title__big {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__title__big {
    font-size: 28px;
  }
}

.cta__title__three {
  font-size: 64px;
}
@media only screen and (max-width: 1600px) {
  .cta__title__three {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cta__title__three {
    font-size: 28px;
  }
}

.theme__main__banner-one {
  /*main__title*/
}
.theme__main__banner-one .shapes__1 {
  position: absolute;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  left: 7.55%;
  top: 3rem;
  background: linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  background: -webkit-linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  background: -moz-linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  background: -o-linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  background: -ms-linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  opacity: 0.1;
}
.theme__main__banner-one .shapes__2 {
  position: absolute;
  border-radius: 50%;
  width: 61px;
  height: 61px;
  right: 61.6%;
  bottom: 8rem;
  background: linear-gradient(180deg, #913bff 0%, rgba(145, 59, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, #913bff 0%, rgba(145, 59, 255, 0) 100%);
  background: -moz-linear-gradient(180deg, #913bff 0%, rgba(145, 59, 255, 0) 100%);
  background: -o-linear-gradient(180deg, #913bff 0%, rgba(145, 59, 255, 0) 100%);
  background: -ms-linear-gradient(180deg, #913bff 0%, rgba(145, 59, 255, 0) 100%);
  opacity: 0.2;
}
.theme__main__banner-one .shapes__3 {
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  right: 21%;
  top: 5.5rem;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.05;
}
.theme__main__banner-one .shapes__4 {
  position: absolute;
  top: 1rem;
  right: 44%;
}
.theme__main__banner-one .shapes__5 {
  position: absolute;
  top: 64%;
  left: 5%;
}
.theme__main__banner-one .shapes__6 {
  position: absolute;
  top: 2%;
  right: 2.5%;
}
.theme__main__banner-one .shapes__7 {
  position: absolute;
  top: 24rem;
  right: 2.5%;
}
.theme__main__banner-one .main__title {
  display: block;
  color: white;
  font-size: 74px;
  line-height: 1.21;
  position: relative;
}
.theme__main__banner-one .main__title::before {
  content: attr(data-text);
  position: absolute;
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  width: 100%;
  height: 0;
  transition: 0.5s;
  overflow: hidden;
}
.theme__main__banner-one .main__title:hover::before {
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner-one .main__title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme__main__banner-one .main__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme__main__banner-one .main__title {
    font-size: 32px;
  }
}
.theme__main__banner-one .theme__subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -o-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  width: max-content;
  margin-bottom: 25px;
  display: inline-block;
}
.theme__main__banner-one .theme__content {
  position: relative;
  z-index: 2;
}
.theme__main__banner-one .theme__content p {
  color: white;
  margin-top: 21px;
  margin-bottom: 60px;
  margin-right: 22px;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner-one .theme__content p {
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.theme__main__banner-one .hero__img {
  margin-left: -50px;
  padding-top: 4px;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner-one .hero__img {
    margin-left: 0;
  }
  .theme__main__banner-one .hero__img img {
    max-width: 100%;
  }
}

/*theme__content__two*/
.theme__content__two {
  position: relative;
  z-index: 3;
}
.theme__content__two-desc {
  max-width: 80%;
  margin: 0 auto;
}
.theme__content__two-desc p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .theme__content__two-desc {
    max-width: 100%;
  }
  .theme__content__two-desc p {
    font-size: 16px;
  }
}

.theme__main__banner-two {
  position: relative;
  z-index: 1;
}
.theme__main__banner-two .shapes__1 {
  background: linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  background: -webkit-linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  background: -moz-linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  background: -o-linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  background: -ms-linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  opacity: 0.2;
  width: 239px;
  height: 239px;
  border-radius: 50%;
  right: 81%;
  top: 19%;
  z-index: 1;
  display: inline-block;
}
.theme__main__banner-two .shapes__2 {
  background: linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  background: -webkit-linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  background: -moz-linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  background: -o-linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  background: -ms-linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  opacity: 0.2;
  width: 149px;
  height: 149px;
  border-radius: 50%;
  right: 87%;
  top: 28%;
  z-index: 2;
  display: inline-block;
  animation: float-bob-y infinite linear 5s;
}
.theme__main__banner-two .shapes__3 {
  background: linear-gradient(180deg, #ff3874 0%, rgba(128, 0, 233, 0) 100%);
  background: -webkit-linear-gradient(180deg, #ff3874 0%, rgba(128, 0, 233, 0) 100%);
  background: -moz-linear-gradient(180deg, #ff3874 0%, rgba(128, 0, 233, 0) 100%);
  background: -o-linear-gradient(180deg, #ff3874 0%, rgba(128, 0, 233, 0) 100%);
  background: -ms-linear-gradient(180deg, #ff3874 0%, rgba(128, 0, 233, 0) 100%);
  opacity: 0.2;
  width: 229px;
  height: 229px;
  border-radius: 50%;
  right: 132px;
  top: 106px;
  z-index: 1;
  display: inline-block;
  animation: float-bob-y infinite linear 5s;
}
.theme__main__banner-two .shapes__4 {
  background: linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  background: -webkit-linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  background: -moz-linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  background: -o-linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  background: -ms-linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  opacity: 0.2;
  width: 122px;
  height: 122px;
  border-radius: 50%;
  right: 103px;
  top: 98px;
  z-index: 3;
  display: inline-block;
}
.theme__main__banner-two .shapes {
  position: absolute;
}
.theme__main__banner-two .shapes__5 {
  width: 100%;
  bottom: 90px;
}
.theme__main__banner-two .shapes__6 {
  right: 69.3%;
  top: 50%;
  z-index: 1;
  animation: zoomIn 5s infinite linear;
}
.theme__main__banner-two .shapes__7 {
  left: 233px;
  bottom: 100px;
}
.theme__main__banner-two .shapes__8 {
  right: 250px;
  bottom: 292px;
  animation: rotation infinite linear 30s;
}
.theme__main__banner-two .domain__search-box {
  position: relative;
  z-index: 3;
}
.theme__main__banner-two .domain__search-box .domain-select {
  background: #fff;
  color: #777c90;
}
@media only screen and (max-width: 991.98px) {
  .theme__main__banner-two .domain__search-box .domain-select {
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme__main__banner-two .domain__search-box button {
    margin: 20px auto 0 auto;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .theme__main__banner-two .domain__search-box .nice-select.domain-select {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .theme__main__banner-two .domain__search-box .nice-select.domain-select {
    width: 100%;
  }
  .theme__main__banner-two .domain__search-box .ht_btn {
    width: 100%;
  }
}
.theme__main__banner-two .main__title {
  font-size: 88px;
  line-height: 1.24;
  margin-bottom: 18px;
}
.theme__main__banner-two .hero__img__two {
  position: relative;
  z-index: 1;
}
.theme__main__banner-two .hero__img__two .rain-ilus-1 {
  position: absolute;
  z-index: 1;
  top: 42%;
  left: 18%;
  animation: float-bob-y infinite 4s linear;
}
.theme__main__banner-two .hero__img__two .rain-ilus-2 {
  position: absolute;
  z-index: 1;
  right: 17%;
  top: 36%;
  animation: float-bob-y infinite 3s linear;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner-two .hero__img__two .rain-ilus-1 {
    left: 12%;
  }
  .theme__main__banner-two .hero__img__two .rain-ilus-2 {
    right: 12%;
  }
}
@media (max-width: 767px) {
  .theme__main__banner-two .hero__img__two .rain-ilus-1 {
    left: 12%;
    width: 50px;
  }
  .theme__main__banner-two .hero__img__two .rain-ilus-2 {
    right: 12%;
    width: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner-two .main__title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme__main__banner-two .main__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme__main__banner-two .main__title {
    font-size: 32px;
  }
}

.theme__main__banner-three {
  position: relative;
  z-index: 1;
}
.theme__main__banner-three .blur__h1 {
  width: 387px;
  height: 387px;
  border-radius: 387px;
  opacity: 0.2;
  background: #eb5757;
  filter: blur(150px);
  position: absolute;
  z-index: -1;
  left: -72px;
  top: -87px;
}
.theme__main__banner-three .blur__h2 {
  width: 359px;
  height: 359px;
  border-radius: 359px;
  opacity: 0.15;
  background: #bb6bd9;
  filter: blur(150px);
  position: absolute;
  z-index: -1;
  bottom: 60px;
  right: 7.71%;
}
.theme__main__banner-three .blur__h3 {
  width: 383px;
  height: 383px;
  border-radius: 383px;
  opacity: 0.3;
  background: #104cba;
  filter: blur(150px);
  position: absolute;
  z-index: -1;
  top: -12px;
  right: -37px;
}
.theme__main__banner-three .blur__h4 {
  width: 443px;
  height: 443px;
  border-radius: 443px;
  opacity: 0.2;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  filter: blur(150px);
  position: absolute;
  z-index: -1;
  right: 33.85%;
  top: 25.5%;
}
.theme__main__banner-three .shapes {
  position: absolute;
  z-index: 1;
}
.theme__main__banner-three .shapes.shapes__1 {
  right: 74.58%;
  top: 27%;
  animation: rotation infinite linear 35s;
}
.theme__main__banner-three .shapes.shapes__2 {
  right: 26.6%;
  top: 24%;
  animation: rotation infinite linear 35s;
}
.theme__main__banner-three .shapes.shapes__3 {
  left: 164px;
  bottom: 100px;
  animation: rotation infinite linear 35s;
}
.theme__main__banner-three .shapes.shapes__4 {
  right: 250px;
  bottom: 217px;
  opacity: 0.1;
  animation: rotation infinite linear 35s;
}
.theme__main__banner-three .theme__content__three {
  position: relative;
  z-index: 1;
}
.theme__main__banner-three .theme__content__three .sub__title {
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 14px;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(7.5px);
}
.theme__main__banner-three .theme__content__three .hero__desc {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 36px;
}
.theme__main__banner-three .theme__content__three .style-arrow {
  position: absolute;
  z-index: 1;
  right: -6px;
  bottom: -73px;
  animation: float-bob-y infinite 5s linear;
}
.theme__main__banner-three .main__title {
  font-size: 68px;
  line-height: 1.3;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner-three .main__title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme__main__banner-three .main__title {
    font-size: 32px;
  }
}
.theme__main__banner-three .hero__img__three {
  position: relative;
  z-index: 1;
}
.theme__main__banner-three .hero__img__three .main-img-3c {
  margin-left: 27px;
}
.theme__main__banner-three .hero__img__three .icon-1c {
  position: absolute;
  z-index: 1;
  top: 3%;
  left: 46px;
}
.theme__main__banner-three .hero__img__three .icon-2c {
  position: absolute;
  z-index: 1;
  top: 59%;
  left: -14px;
}
.theme__main__banner-three .hero__img__three .icon-3c {
  position: absolute;
  z-index: 1;
  right: 8%;
  top: 17%;
}
@media only screen and (max-width: 991.98px) {
  .theme__main__banner-three .hero__img__three .main-img-3c {
    margin-left: 0;
  }
}

.theme__main__banner-four {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.theme__main__banner-four .shapes__1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.theme__main__banner-four .hero__desc {
  max-width: 740px;
  margin: 0 auto;
}
.theme__main__banner-four .nice-select.domain-select {
  color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(7.5px);
  border: 0;
}
.theme__main__banner-four .nice-select.domain-select::after {
  color: white;
}
.theme__main__banner-four .nice-select.domain-select .list {
  color: #050d36;
}
.theme__main__banner-four .main__title {
  font-size: 88px;
  line-height: 1.24;
  margin-bottom: 18px;
}
.theme__main__banner-four .main__title .hightlight__one {
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.theme__main__banner-four .main__title .hightlight__two {
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner-four .main__title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme__main__banner-four .main__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme__main__banner-four .main__title {
    font-size: 32px;
  }
}

.theme__main__banner-five .hero__shape__bg {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.theme__main__banner-five .theme_subtitle {
  color: white;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 6px;
  padding: 14px 20px;
  display: inline-block;
  background: linear-gradient(135deg, rgba(255, 92, 101, 0.3) 0%, rgba(253, 0, 139, 0.2) 53.13%, rgba(101, 0, 252, 0.1) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 92, 101, 0.3) 0%, rgba(253, 0, 139, 0.2) 53.13%, rgba(101, 0, 252, 0.1) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 92, 101, 0.3) 0%, rgba(253, 0, 139, 0.2) 53.13%, rgba(101, 0, 252, 0.1) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 92, 101, 0.3) 0%, rgba(253, 0, 139, 0.2) 53.13%, rgba(101, 0, 252, 0.1) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 92, 101, 0.3) 0%, rgba(253, 0, 139, 0.2) 53.13%, rgba(101, 0, 252, 0.1) 100%);
  backdrop-filter: blur(7.5px);
}
.theme__main__banner-five span img {
  border-radius: 50px;
  margin-top: -25px;
}
.theme__main__banner-five .nice-select.domain-select {
  color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(7.5px);
  border: 0;
}
.theme__main__banner-five .nice-select.domain-select::after {
  color: white;
}
.theme__main__banner-five .nice-select.domain-select .list {
  color: #050d36;
}
.theme__main__banner-five .main__title {
  font-size: 96px;
  text-transform: uppercase;
  line-height: 1.5;
}
@media only screen and (max-width: 1600px) {
  .theme__main__banner-five .main__title {
    font-size: 50px;
    line-height: 2;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme__main__banner-five .main__title {
    font-size: 38px;
    line-height: 1.5;
  }
  .theme__main__banner-five .main__title span img {
    display: inline-block;
    margin: 10px 0;
  }
}

.page__banner__one {
  position: relative;
  z-index: 1;
}
.page__banner__one .shape__p1 {
  position: absolute;
  z-index: -1;
  right: 69%;
  top: 31%;
  opacity: 0.3;
}
.page__banner__one .shape__p2 {
  position: absolute;
  z-index: -1;
  right: 90%;
  top: 59%;
  opacity: 0.3;
  animation: rotation infinite 5s linear;
}
.page__banner__one .shape__p3 {
  position: absolute;
  z-index: -1;
  right: 10%;
  top: 59%;
  opacity: 0.3;
}
.page__banner__one .blur__p4 {
  position: absolute;
  z-index: -1;
  width: 387px;
  height: 387px;
  border-radius: 387px;
  opacity: 0.2;
  background: #eb5757;
  filter: blur(150px);
  left: -72px;
  top: -87px;
}
.page__banner__one .blur__p5 {
  position: absolute;
  z-index: -1;
  width: 443px;
  height: 443px;
  border-radius: 443px;
  opacity: 0.1;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  filter: blur(150px);
  right: 47%;
  bottom: 0;
}
.page__banner__one .blur__p6 {
  position: absolute;
  z-index: -1;
  width: 359px;
  height: 359px;
  border-radius: 359px;
  opacity: 0.15;
  background: #bb6bd9;
  filter: blur(150px);
  right: 8%;
  bottom: -106px;
}
.page__banner__one .blur__p7 {
  position: absolute;
  z-index: -1;
  width: 383px;
  height: 383px;
  border-radius: 383px;
  opacity: 0.3;
  background: #104cba;
  filter: blur(150px);
  top: -12px;
  right: -37px;
}
.page__banner__one .theme__subtitle {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 6px;
  display: inline-block;
  backdrop-filter: blur(15px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.page__banner__one .main__title__two {
  color: white;
  font-size: 68px;
}
.page__banner__one p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  line-height: 36px;
  max-width: 98%;
}
.page__banner__one .banner__img {
  animation: float-bob-y infinite 5s reverse;
}
.page__banner__one .banner__img img {
  margin-left: 34px;
}
@media only screen and (max-width: 1600px) {
  .page__banner__one .main__title__two {
    font-size: 42px;
  }
  .page__banner__one .banner__img .main_img {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .page__banner__one .main__title__two {
    font-size: 32px;
  }
  .page__banner__one p {
    font-size: 16px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .page__banner__one.pb_five .banner__img img {
    margin-left: 0;
    width: 100%;
  }
}

.pb_two .banner__img img {
  margin-left: 0;
}
.pb_two .banner__img .shape-1 {
  position: absolute;
  left: 5%;
  top: 33%;
}

.pb_four .banner__img {
  animation: unset;
}
.pb_four .banner__img img {
  margin-left: 0;
}
.pb_four .banner__img .shape-1 {
  position: absolute;
  left: 13%;
  top: 3%;
  animation: float-bob-y infinite 7s linear;
}
.pb_four .banner__img .shape-2 {
  position: absolute;
  right: 14%;
  top: 25%;
  animation: float-bob-y infinite 5s linear;
}
@media only screen and (max-width: 1600px) {
  .pb_four .banner__img .shape-1 {
    left: 15%;
  }
  .pb_four .banner__img .shape-2 {
    right: 6%;
  }
}
@media only screen and (max-width: 1200px) {
  .pb_four .banner__img .shape-1 {
    left: 13%;
  }
  .pb_four .banner__img .shape-2 {
    right: 4%;
  }
}
@media only screen and (max-width: 991.98px) {
  .pb_four .banner__img .shape-1 {
    left: 15%;
  }
  .pb_four .banner__img .shape-2 {
    right: 6.5%;
  }
}
@media only screen and (max-width: 767.98px) {
  .pb_four .banner__img .shape-1 {
    left: 9%;
  }
  .pb_four .banner__img .shape-2 {
    right: 0.5%;
  }
}

.pb_three .banner__imgs {
  max-width: 612px;
}
.pb_three .banner__imgs .shape-1 {
  position: absolute;
  top: -14%;
  left: 13%;
  animation: float-bob-y infinite 5s linear;
}
.pb_three .banner__imgs .shape-2 {
  position: absolute;
  right: 12%;
  top: -14%;
  animation: float-bob-y infinite 7s linear;
}
@media only screen and (max-width: 1600px) {
  .pb_three .banner__imgs {
    width: 100%;
    max-width: 100%;
  }
  .pb_three .banner__imgs .main_img {
    width: 100%;
  }
  .pb_three .banner__imgs .shape-1 {
    top: -10%;
    left: 11%;
    width: 20%;
  }
  .pb_three .banner__imgs .shape-2 {
    right: 10%;
    top: -10%;
    width: 20%;
  }
}

.page__banner__one.pb_six .banner__img {
  animation: unset;
}
.page__banner__one.pb_six .banner__img img {
  margin-left: 0;
}
.page__banner__one.pb_six .banner__img .shape-1 {
  position: absolute;
  right: 6%;
  top: 76%;
}
.page__banner__one.pb_six .banner__img .shape-2 {
  position: absolute;
  right: 1%;
  top: 51%;
  animation: float-bob-y infinite 5s;
}
@media only screen and (max-width: 1600px) {
  .page__banner__one.pb_six .banner__img .main_img {
    width: 100%;
  }
}

/*about__area*/
.about__img {
  position: relative;
  z-index: 1;
}
.about__img .about__shapes-one {
  position: absolute;
  width: 155px;
  height: 155px;
  right: 31%;
  top: 2%;
  background: linear-gradient(180deg, #104cba 0%, rgba(16, 76, 186, 0) 100%);
  opacity: 0.1;
  border-radius: 50%;
}
.about__img .about__shapes-two {
  position: absolute;
  right: 76%;
  top: 91%;
  animation: rotation infinite linear 25s;
}
.about__img .about__shapes-three {
  position: absolute;
  right: 9.63%;
  top: 6%;
  animation: rotation infinite linear 30s;
}
.about__img .about__shapes-four {
  position: absolute;
  right: 95.5%;
  top: 31%;
  animation: rotation infinite linear 25s;
}
.about__img .about__main {
  max-width: 100%;
  animation: float-bob-y infinite 3s linear;
}

.about__wrapper .para-border {
  width: 78px;
  height: 2px;
  background: #fff;
  margin: 20px 0;
}

.about__img__two {
  position: relative;
  z-index: 1;
}
.about__img__two .about__shapes-two {
  position: absolute;
  right: 43%;
  top: 90%;
  animation: float-bob-y infinite 6s;
}
.about__img__two .about__shapes-three {
  position: absolute;
  right: 12.3%;
  top: 4%;
  z-index: 2;
  animation: float-bob-y infinite linear 7s;
}
.about__img__two .about__shapes-four {
  position: absolute;
  left: 6%;
  top: 29%;
  animation: float-bob-y infinite 5s;
}
.about__img__two .about__shapes-five {
  position: absolute;
  right: 9%;
  top: 10.5%;
  z-index: 1;
  animation: float-bob-y infinite linear 4s;
}
.about__img__two .about__shapes-six {
  position: absolute;
  left: 9%;
  top: 8%;
  z-index: 1;
  animation: rotation infinite 6s;
}
.about__img__two .about__shapes-seven {
  position: absolute;
  right: 1%;
  top: 20%;
  z-index: 1;
}
.about__img__two .about__shapes-eight {
  position: absolute;
  right: 27%;
  top: 94%;
  z-index: 1;
}

.about__area__three {
  position: relative;
  z-index: 1;
}
.about__area__three .bg-shape-2 {
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  width: 290px;
  height: 290px;
  position: absolute;
  z-index: -1;
  right: 41%;
  top: 40%;
  border-radius: 290px;
  opacity: 0.5;
  filter: blur(150px);
}

.about__img__three {
  position: relative;
  z-index: 1;
}
.about__img__three .bg-shape-1 {
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  opacity: 0.1;
  width: 228px;
  height: 228px;
  border-radius: 50%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  position: absolute;
  z-index: -1;
  left: 30px;
  top: 30px;
}
.about__img__three .about__shapes-one {
  top: 30%;
  position: absolute;
  right: -79px;
  z-index: -1;
}
.about__img__three .about__shapes-two {
  position: absolute;
  left: 7px;
  bottom: 233px;
  animation: rotation infinite linear 30s;
}
.about__img__three .about__shapes-three {
  position: absolute;
  right: 59%;
  top: 0%;
  animation: rotation infinite linear 30s;
}

.about__img__wrapper {
  position: relative;
  z-index: 1;
}
.about__img__wrapper .about__shapes-one {
  position: absolute;
  right: 37px;
  top: 34%;
  z-index: 1;
  animation: float-bob-y infinite 4s;
}
.about__img__wrapper .about__shapes-two {
  position: absolute;
  bottom: 40px;
  left: 104px;
  z-index: 1;
  animation: float-bob-y infinite 6s;
}
.about__img__wrapper .about__shapes-three {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 1;
  animation: rotation infinite linear 30s;
}
.about__img__wrapper .about__shapes-four {
  position: absolute;
  bottom: 35px;
  right: 46%;
  z-index: 1;
}
.about__img__wrapper .about__shapes-five {
  position: absolute;
  right: 172px;
  top: 118px;
  z-index: 1;
  animation: rotation infinite linear 30s;
}

.about__wrapper__four {
  position: relative;
  z-index: 1;
}
.about__wrapper__four .author__name {
  color: #050d36;
  font-size: 20px;
  line-height: 1;
  padding-left: 118px;
  position: relative;
  z-index: 1;
}
.about__wrapper__four .author__name::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 10px;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  height: 2px;
  width: 103px;
}
.about__wrapper__four .about__shapes-one {
  position: absolute;
  left: 15px;
  bottom: -82px;
}

.author__quote {
  color: #050d36;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.4;
}

.about__img__five {
  position: relative;
  z-index: 1;
  text-align: center;
}
.about__img__five .about__shapes-one {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.about__img__five .about__shapes-two {
  position: absolute;
  left: 0;
  top: 67px;
  z-index: -1;
}
.about__img__five .about__shapes-three {
  position: absolute;
  top: 13px;
  right: 126px;
  z-index: -1;
}
.about__img__five .about__shapes-four {
  position: absolute;
  right: 72px;
  bottom: 16px;
  z-index: -1;
}

.about__img__six {
  position: relative;
  z-index: 1;
}
.about__img__six .blur__a1 {
  width: 413px;
  height: 413px;
  border-radius: 413px;
  opacity: 0.3;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  filter: blur(150px);
  position: absolute;
  z-index: -1;
  left: 74px;
  bottom: 80px;
}

.text-list {
  list-style: none;
}
.text-list li {
  color: white;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.text-list li::before {
  content: "\F26B";
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 20px;
  text-align: center;
  left: 0;
  top: 1px;
  z-index: 1;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.about__wrapper .text-list {
  display: flex;
  flex-wrap: wrap;
}
.about__wrapper .text-list li {
  margin-bottom: 12px;
  padding-left: 35px;
  width: 50%;
}
@media only screen and (max-width: 767.98px) {
  .about__wrapper .text-list li {
    width: 100%;
  }
}

.brand__logo {
  text-align: center;
}
.brand__logo img {
  display: inline-block;
}
.brand__logo img:hover {
  opacity: 0.7;
}

.brand-bg {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  background: linear-gradient(95.84deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -webkit-linear-gradient(95.84deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -moz-linear-gradient(95.84deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -o-linear-gradient(95.84deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -ms-linear-gradient(95.84deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(12.5px);
  border-radius: 12px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  margin-top: -335px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1200px) {
  .brand-bg {
    margin-top: 0;
  }
}

.brand__bg__three {
  padding-top: 630px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -588px;
}
.brand__bg__three .blur__b1 {
  display: inline-flex;
  width: 387px;
  height: 387px;
  border-radius: 387px;
  position: absolute;
  z-index: -1;
  left: -72px;
  top: -87px;
  opacity: 0.2;
  border-radius: 6px;
  border-radius: 387px;
  background: #eb5757;
  filter: blur(150px);
}
.brand__bg__three .blur__b2 {
  display: inline-flex;
  width: 359px;
  height: 359px;
  position: absolute;
  z-index: -1;
  right: 75%;
  bottom: 203px;
  border-radius: 359px;
  opacity: 0.2;
  background: #bb6bd9;
  filter: blur(150px);
}
.brand__bg__three .blur__b3 {
  border-radius: 383px;
  opacity: 0.3;
  background: #104cba;
  filter: blur(150px);
  width: 383px;
  height: 383px;
  position: absolute;
  z-index: -1;
  right: -37px;
  top: 0;
}
.brand__bg__three .blur__b4 {
  border-radius: 359px;
  opacity: 0.2;
  background: #bb6bd9;
  filter: blur(150px);
  width: 359px;
  height: 359px;
  position: absolute;
  z-index: -1;
  right: 148px;
  top: 61px;
}
.brand__bg__three .blur__b5 {
  width: 495px;
  height: 495px;
  border-radius: 495px;
  opacity: 0.2;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  filter: blur(150px);
  position: absolute;
  z-index: -1;
  right: 32.5%;
  top: 27%;
}
.brand__bg__three .shapes__1 {
  position: absolute;
  z-index: -1;
  left: 164px;
  bottom: 102px;
  animation: rotation infinite linear 30s;
}
.brand__bg__three .shapes__2 {
  position: absolute;
  right: 14.85%;
  bottom: 220px;
  z-index: -1;
  animation: rotation infinite linear 30s;
}
@media only screen and (max-width: 1200px) {
  .brand__bg__three {
    margin-top: 0;
    padding-top: 60px;
  }
}

.brand__bg__four {
  background: linear-gradient(135deg, rgba(255, 92, 101, 0.03) 0%, rgba(253, 0, 139, 0.03) 53.13%, rgba(101, 0, 252, 0.03) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 92, 101, 0.03) 0%, rgba(253, 0, 139, 0.03) 53.13%, rgba(101, 0, 252, 0.03) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 92, 101, 0.03) 0%, rgba(253, 0, 139, 0.03) 53.13%, rgba(101, 0, 252, 0.03) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 92, 101, 0.03) 0%, rgba(253, 0, 139, 0.03) 53.13%, rgba(101, 0, 252, 0.03) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 92, 101, 0.03) 0%, rgba(253, 0, 139, 0.03) 53.13%, rgba(101, 0, 252, 0.03) 100%);
  position: relative;
  z-index: 1;
  margin-top: -485px;
  padding-top: 505px;
}
.brand__bg__four .brand__shape__1b {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.brand__bg__four .brand__shape__2b {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  transform: rotateX(180deg);
}
@media only screen and (max-width: 1200px) {
  .brand__bg__four {
    margin-top: 0;
    padding-top: 60px;
  }
}

.brand__five {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.brand__five .brand__slider__one {
  width: calc(100% - 440px);
  margin: 0 auto;
}
@media only screen and (max-width: 1600px) {
  .brand__five .brand__slider__one {
    width: 100%;
  }
}

/*services__area*/
.services__area {
  position: relative;
  z-index: 1;
}
.services__area::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.03);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.services__area .shapes__one {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.services__area .shapes__two {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*services*/
.ht-services {
  background: #050d36;
  border-radius: 5px;
  padding: 50px 30px 30px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.ht-services::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-services__icon {
  display: block;
  background: rgba(255, 255, 255, 0.03);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 23px;
  line-height: 80px;
  margin-left: 16px;
}
.ht-services__icon::before {
  content: "";
  position: absolute;
  width: 102px;
  height: 102px;
  left: -17px;
  top: -19px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 1;
}
.ht-services__icon-front {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.ht-services__icon-back {
  opacity: 0;
  transform: scale(0);
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-services__title {
  color: white;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1200px) {
  .ht-services__title {
    font-size: 24px;
  }
}
.ht-services p {
  margin-bottom: 25px;
}
.ht-services__btn {
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: inline-block;
  border-radius: 5px;
  padding: 10px 24px;
  border: 2px solid #fd008b;
}
.ht-services:hover::before {
  width: 100%;
  right: 0;
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
}
.ht-services:hover .ht-services__btn {
  color: #fd008b;
  background: white;
  border: 2px solid white;
}
.ht-services:hover p {
  color: white;
}
.ht-services:hover .ht-services__icon {
  background: white;
}
.ht-services:hover .ht-services__icon::before {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ht-services:hover .ht-services__icon-front {
  opacity: 0;
  transform: scale(0);
  display: none;
}
.ht-services:hover .ht-services__icon-back {
  opacity: 1;
  transform: scale(1);
  display: inline-block;
}
@media only screen and (max-width: 767.98px) {
  .ht-services {
    padding: 50px 15px 30px 15px;
  }
}

.ht-services-two {
  padding: 28px 0 28px 0;
  background: linear-gradient(142.79deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%, rgba(255, 255, 255, 0.05) 100%);
  background: -webkit-linear-gradient(142.79deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%, rgba(255, 255, 255, 0.05) 100%);
  background: -moz-linear-gradient(142.79deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0.5) 100%);
  background: -ms-linear-gradient(142.79deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%, rgba(255, 255, 255, 0.05) 100%);
  background: -o-linear-gradient(142.79deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%, rgba(255, 255, 255, 0.05) 100%);
  border-radius: 5px;
  border: 2px solid transparent;
}
.ht-services-two .ht-services__icon {
  margin-left: 0;
  width: 102px;
  height: 102px;
  line-height: 100px;
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.ht-services-two .ht-services__icon::before {
  border: 0;
  left: -2px;
  top: 0;
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-services-two .ht-services__icon-front {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.ht-services-two .ht-services__icon-back {
  opacity: 0;
  transform: scale(0);
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-services-two p {
  margin-bottom: 20px;
}
.ht-services-two:hover {
  background: transparent;
  border: 2px solid #fd008b;
}
.ht-services-two:hover .ht-services__icon {
  border-color: transparent;
}
.ht-services-two:hover .ht-services__icon::before {
  border: 0;
  background: white;
  transform: scale(1);
  z-index: -1;
}
.ht-services-two:hover .ht-services__icon-front {
  display: none;
}
.ht-services-two:hover .ht-services__icon-back {
  opacity: 1;
  transform: scale(1);
  display: inline-block;
}

.data__center__area {
  background: #0c143c;
  position: relative;
  z-index: 1;
}
.data__center__area .shapes__one {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.data__center__area .shapes__two {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}

.ht-pagination-area .next_t1,
.ht-pagination-area .prev_t1 {
  display: inline-block;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0);
}
.ht-pagination-area .next_t1 {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  margin-right: 20px;
}
.ht-pagination-area .next_t1:hover {
  background: #fd008b;
  border-color: #fd008b;
}
.ht-pagination-area .prev_t1 {
  background: #fd008b;
}
.ht-pagination-area .prev_t1:hover {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.ht-services-three {
  align-items: center;
  list-style: none;
  border-radius: 12px;
  padding: 0;
  margin: 0;
  padding: 30px 50px 30px 50px;
  position: relative;
  z-index: 1;
}
.ht-services-three::before {
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0.05);
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-services-three li {
  display: inline-block;
}
.ht-services-three .number {
  color: white;
  font-size: 30px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.ht-services-three .ht-services__icon-front {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-services-three .ht-services__icon-back {
  opacity: 0;
  transform: scale(0);
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-services-three .ht-services__icon {
  width: 102px;
  height: 102px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  line-height: 96px;
  margin-left: 40px;
  margin-right: 30px;
  margin-bottom: 0;
}
.ht-services-three .ht-services__icon::before {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .ht-services-three .ht-services__icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 19px;
  }
}
.ht-services-three .ht-services__title {
  font-size: 36px;
  margin-bottom: 0;
}
.ht-services-three p {
  color: white;
  margin-bottom: 0;
  max-width: 364px;
}
.ht-services-three .more__btn {
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 80px;
  height: 80px;
  font-size: 30px;
  line-height: 80px;
  background: transparent;
}
.ht-services-three .services-bottom-content {
  overflow: hidden;
}
.ht-services-three .services-bottom-content p {
  float: left;
  margin-top: 11px;
}
.ht-services-three .services-bottom-content .more__btn {
  float: right;
}
@media only screen and (max-width: 1200px) {
  .ht-services-three .services-bottom-content .more__btn {
    width: 60px;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ht-services-three .services-bottom-content p {
    float: none;
  }
  .ht-services-three .services-bottom-content .more__btn {
    float: none;
    margin-top: 20px;
  }
}
.ht-services-three:hover::before {
  height: 100%;
  border-radius: 12px;
}
.ht-services-three:hover .ht-services__icon {
  background: white;
}
.ht-services-three:hover .ht-services__icon-front {
  display: none;
}
.ht-services-three:hover .ht-services__icon-back {
  opacity: 1;
  transform: scale(1);
  display: inline-block;
}
@media only screen and (max-width: 1200px) {
  .ht-services-three {
    padding-left: 0;
    padding-right: 0;
  }
  .ht-services-three .ht-services__title {
    font-size: 24px;
  }
}

.ht-services-four {
  background: #f7f8f9;
  position: relative;
  z-index: 1;
  padding: 30px 20px 20px 20px;
  border-radius: 12px;
}
.ht-services-four::before {
  content: " ";
  position: absolute;
  background: url(../img/shape/ht-snake-line-3d.svg) no-repeat;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-services-four .ht-services__icon-front {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-services-four .ht-services__icon-back {
  opacity: 0;
  transform: scale(0);
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-services-four .ht-services__icon {
  width: 102px;
  height: 102px;
  background: white;
  line-height: 96px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ht-services-four .ht-services__icon::before {
  display: none;
}
.ht-services-four .ht-services__btn {
  color: #050d36;
  border: 0;
  text-transform: uppercase;
}
.ht-services-four:hover {
  background: #050d36;
}
.ht-services-four:hover .ht-services__icon {
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
}
.ht-services-four:hover .ht-services__icon::before {
  display: none;
}
.ht-services-four:hover .ht-services__icon-front {
  display: none;
}
.ht-services-four:hover .ht-services__icon-back {
  opacity: 1;
  transform: scale(1);
  display: inline-block;
}
.ht-services-four:hover .ht-services__btn,
.ht-services-four:hover p,
.ht-services-four:hover .ht-services__title {
  color: white !important;
}

.ht-services-five {
  overflow: hidden;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 27px 20px 17px 20px;
}
.ht-services-five .ht-services__icon {
  width: 102px;
  height: 102px;
  line-height: 102px;
  margin: 0;
  float: left;
  margin-right: 30px;
  margin-top: 5px;
}
.ht-services-five .ht-services__icon::before {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .ht-services-five .ht-services__icon {
    float: none;
    margin-bottom: 15px;
  }
}
.ht-services-five .ht-services__icon-front {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-services-five .ht-services__icon-back {
  opacity: 0;
  transform: scale(0);
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-services-five:hover {
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(7.5px);
}
.ht-services-five:hover .ht-services__icon {
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
}
.ht-services-five:hover .ht-services__icon-front {
  display: none;
}
.ht-services-five:hover .ht-services__icon-back {
  opacity: 1;
  transform: scale(1);
  display: inline-block;
}
.ht-services-five:hover p {
  color: white !important;
}
@media only screen and (max-width: 767.98px) {
  .ht-services-five {
    padding: 27px 15px 17px 15px;
  }
}

.service__img__wrapper {
  position: relative;
  z-index: 1;
}
.service__img__wrapper .shapes__1 {
  position: absolute;
  left: 49px;
  top: 20px;
  z-index: -1;
}
.service__img__wrapper .shapes__2 {
  position: absolute;
  right: 37px;
  top: 18%;
  z-index: -1;
}
.service__img__wrapper .shapes__3 {
  position: absolute;
  right: 65px;
  bottom: 11px;
  z-index: -1;
}

.hosting__feature__section {
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  padding: 25px 0 15px 0;
}
@media only screen and (max-width: 1200px) {
  .hosting__feature__section .ht-hosting-service-name {
    text-align: center;
  }
}

.hosting__name__title {
  color: white;
  font-size: 40px;
  text-transform: uppercase;
}
.hosting__name__title span {
  margin-left: 15px;
}
@media only screen and (max-width: 1800px) {
  .hosting__name__title {
    font-size: 32px;
  }
}

.service__wrapper__bg {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service__wrapper__bg .blur__s1 {
  position: absolute;
  z-index: -1;
  width: 387px;
  height: 387px;
  border-radius: 387px;
  opacity: 0.2;
  background: #eb5757;
  filter: blur(150px);
  left: -72px;
  top: -87px;
}
.service__wrapper__bg .blur__s2 {
  position: absolute;
  z-index: -1;
  width: 359px;
  height: 359px;
  border-radius: 359px;
  opacity: 0.2;
  background: #bb6bd9;
  filter: blur(150px);
  right: 72.5%;
  top: 44%;
}
.service__wrapper__bg .blur__s3 {
  position: absolute;
  z-index: -1;
  width: 359px;
  height: 359px;
  border-radius: 359px;
  opacity: 0.2;
  background: #bb6bd9;
  filter: blur(150px);
  right: 7.71%;
  bottom: 114px;
}
.service__wrapper__bg .blur__s4 {
  position: absolute;
  z-index: -1;
  width: 383px;
  height: 383px;
  border-radius: 383px;
  opacity: 0.3;
  background: #104cba;
  filter: blur(150px);
  top: -12px;
  right: -37px;
}
.service__wrapper__bg .blur__s5 {
  position: absolute;
  z-index: -1;
  width: 495px;
  height: 495px;
  border-radius: 495px;
  opacity: 0.2;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  filter: blur(150px);
  right: 32.5%;
  top: 25%;
}

.service__details__content p {
  color: white;
  margin-bottom: 30px;
}

.service__img__box img {
  border-radius: 12px;
}

.service__video {
  position: relative;
  z-index: 1;
}
.service__video img {
  border-radius: 12px;
}
.service__video .popup-video {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  background: white;
  color: #fd008b;
}
.service__video .popup-video:hover {
  background: #fd008b;
  color: white;
}

.text-list-two {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text-list-two li {
  color: white;
  font-size: 18px;
  line-height: 30px;
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.text-list-two li::before {
  content: "\F272";
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 20px;
  text-align: center;
  left: 0;
  top: 1px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.progressbar__content .chart {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
}
.progressbar__content .chart span {
  color: white;
  font-size: 32px;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .progressbar__content .chart span {
    font-size: 20px;
  }
}
.progressbar__content .progress__title {
  font-size: 24px;
}

.process-wrapper {
  justify-content: space-between;
  flex-wrap: wrap;
  width: Calc(100% - 470px);
  margin: 0 auto;
}
.process-wrapper .transfer-process .shape-1 {
  position: absolute;
  right: -81%;
  top: 25%;
}
@media only screen and (max-width: 1600px) {
  .process-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .process-wrapper .transfer-process .shape-1 {
    display: none;
  }
}

.process-box {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid #fd008b;
  text-align: center;
  line-height: 140px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.process-box::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  display: inline-block;
  background: linear-gradient(135deg, #ff5c65, #fd008b 53.125%, #6500fc 100%);
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.process-box .step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #913bff;
  line-height: 39px;
  left: 0;
  top: 0;
}
.process-box:hover {
  border-color: transparent;
}
.process-box:hover::before {
  height: 100%;
}

.knowledgebase-tab-list {
  background: rgba(255, 255, 255, 0.05);
  padding-top: 35px;
  padding-bottom: 25px;
  border-radius: 12px;
}
.knowledgebase-tab-list h3 {
  font-size: 32px;
  padding-bottom: 15px;
  margin-left: 40px;
  margin-right: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.knowledgebase__content {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 12px;
}
.knowledgebase__content h5 {
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.knowledgebase__content h5 .text-file {
  color: #fd008b;
}
@media only screen and (max-width: 991.98px) {
  .knowledgebase__content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .knowledgebase__content h5 {
    font-size: 18px;
  }
}

.category-title-tab {
  border: 0;
  background: 0;
  border-radius: 0;
  justify-content: center;
  padding: 2px 0;
}
.category-title-tab li {
  display: block;
  width: 100%;
}
.category-title-tab .nav-link {
  border: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  padding: 5px 0 5px 40px;
  margin: 15px 0;
  border-left: 2px solid transparent;
}
.category-title-tab .nav-link .text-file {
  color: #fd008b;
  opacity: 0.6;
}
.category-title-tab .nav-link.active, .category-title-tab .nav-link:hover {
  border-left: 2px solid #fd008b;
  font-weight: 700;
  color: #fd008b;
  background-color: transparent;
}
.category-title-tab .nav-link.active .text-file, .category-title-tab .nav-link:hover .text-file {
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  .category-title-tab .nav-link {
    padding-left: 15px;
    font-size: 18px;
  }
}

/*plan*/
.ht-plan {
  padding: 30px 35px 30px 35px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.ht-plan::before {
  content: "";
  position: absolute;
  width: 96%;
  height: 298px;
  left: 10px;
  top: 10px;
  background: #ffffff;
  opacity: 0.05;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-plan__icon {
  display: inline-block;
  text-align: center;
  line-height: 80px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.ht-plan__icon::before {
  content: "";
  position: absolute;
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.15;
  border-radius: 5px;
  z-index: -1;
}
.ht-plan__icon-front {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-plan__icon-back {
  opacity: 0;
  transform: scale(0);
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-plan__header {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  position: relative;
  z-index: 1;
}
.ht-plan__header-title {
  font-size: 30px;
  line-height: 1.1;
  margin-top: 23px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1200px) {
  .ht-plan__header-title {
    font-size: 26px;
  }
}
.ht-plan__header-desc {
  color: white;
}
.ht-plan__header-price {
  margin-top: 18px;
}
.ht-plan__header-price .price-title {
  display: inline-block;
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 60px;
  line-height: 1.1;
}
.ht-plan__header-price span {
  display: inline-block;
  color: white;
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .ht-plan__header-price .price-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .ht-plan__header-price .price-title {
    font-size: 30px;
  }
}
.ht-plan__body-feature {
  padding: 0;
}
.ht-plan__body-feature li {
  padding-left: 26px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  z-index: 1;
}
.ht-plan__body-feature li::before {
  content: "\f00c";
  position: absolute;
  color: #050d36;
  font-size: 11px;
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  line-height: 16px;
  left: 0;
  top: 7px;
  background: white;
  height: 16px;
  width: 16px;
  border-radius: 50%;
}
.ht-plan__body-feature li a {
  color: white;
  font-size: 16px;
  line-height: 18px;
}
.ht-plan__footer .ht_btn {
  color: #050d36;
  background: white;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.ht-plan:hover, .ht-plan.active {
  border-color: rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0.1);
}
.ht-plan:hover::before, .ht-plan.active::before {
  height: 0;
}
.ht-plan:hover .ht-plan__header, .ht-plan.active .ht-plan__header {
  border-color: rgba(255, 255, 255, 0.1);
}
.ht-plan:hover .ht-plan__icon::before, .ht-plan.active .ht-plan__icon::before {
  opacity: 1;
}
.ht-plan:hover .ht-plan__icon-front, .ht-plan.active .ht-plan__icon-front {
  transform: rotate(360deg);
  opacity: 0;
  transform: scale(0);
  display: none;
}
.ht-plan:hover .ht-plan__icon-back, .ht-plan.active .ht-plan__icon-back {
  opacity: 1;
  transform: scale(1);
  display: inline-block;
}
.ht-plan:hover .ht-plan__footer .ht_btn, .ht-plan.active .ht-plan__footer .ht_btn {
  color: white;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
}
@media only screen and (max-width: 1200px) {
  .ht-plan {
    padding: 30px 25px 20px 25px;
  }
  .ht-plan::before {
    width: 100%;
    height: 308px;
    left: 0;
    top: 0;
  }
}

.price-tab {
  border: 0;
  padding: 5px;
  background: rgba(217, 217, 217, 0.1);
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  margin: 0 auto;
  text-align: center;
}
.price-tab .nav-item {
  display: inline-block;
  border: 0;
}
.price-tab .nav-item .nav-link {
  color: white;
  font-size: 20px;
  line-height: 26px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  padding: 12px 34px;
  display: inline-block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 0;
}
.price-tab .nav-item .nav-link.active {
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}

.ht-plan-2 {
  background: #050d36;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}
.ht-plan-2::before {
  display: none;
}
.ht-plan-2 .ht-plan__wrapper {
  display: flex;
  align-items: center;
}
.ht-plan-2 .ht-plan__header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.ht-plan-2 .ht-plan__icon {
  width: 66px;
  height: 66px;
  line-height: 65px;
  margin-right: 16px;
}
.ht-plan-2 .ht-plan__icon::before {
  background: rgba(217, 217, 217, 0.1);
}
.ht-plan-2 .ht-plan__header-title {
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 7px;
}
.ht-plan-2 .ht-plan__header-desc {
  font-weight: 500;
  margin-bottom: 0;
}
.ht-plan-2.active {
  background: #050d36;
  border-color: #fd008b;
}
.ht-plan-2:hover {
  background: #050d36;
  border-color: #fd008b;
}

.price__wrapper__bg {
  position: relative;
  z-index: 1;
}
.price__wrapper__bg::before {
  content: "";
  position: absolute;
  background: #0c143c;
  z-index: -2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  height: 68.5%;
}
.price__wrapper__bg .pr-shape-one {
  position: absolute;
  left: 0;
  top: 14.3%;
  z-index: -1;
}

.ht-plan-3 {
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 12px;
  border: 0;
}
.ht-plan-3::before {
  display: none;
}
.ht-plan-3 .ht-plan__wrapper {
  display: flex;
  align-items: center;
}
.ht-plan-3 .price__inner__content {
  padding: 0 45px 2px 45px;
}
@media only screen and (max-width: 1200px) {
  .ht-plan-3 .price__inner__content {
    padding: 0 20px 2px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ht-plan-3 .price__inner__content {
    padding: 0 15px 2px 15px;
  }
}
.ht-plan-3 .ht-plan__tag {
  color: white;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1;
  font-size: 24px;
  padding: 17px 0 14px 0;
  display: block;
  width: 100%;
  text-align: center;
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-plan-3 .ht-plan__header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-top: 30px;
  border-radius: 12px 12px 0 0;
  margin-left: 15px;
  margin-right: 15px;
}
.ht-plan-3 .ht-plan__icon {
  margin-right: 16px;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(12.5px);
}
.ht-plan-3 .ht-plan__header-title {
  font-size: 32px;
}
.ht-plan-3 .ht-plan__header-price .price-title-white {
  color: #fff;
  display: inline-block;
  font-size: 54px;
}
.ht-plan-3 .ht_btn {
  color: #050d36;
  background: white;
}
.ht-plan-3.active {
  background: #050d36;
}
.ht-plan-3:hover {
  background: #050d36;
}
.ht-plan-3:hover .ht_btn {
  color: white;
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
}

.price__tab__area {
  position: relative;
  z-index: 1;
}
.price__tab__area::before {
  content: "";
  border-radius: 12px 12px 0px 0px;
  position: absolute;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
  backdrop-filter: blur(12.5px);
  width: 100%;
  height: 96%;
  left: 0;
  top: 55px;
  z-index: -1;
}

.price__wrapper__three {
  position: relative;
  z-index: 3;
}
.price__wrapper__three .ht-plan-4 {
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
  backdrop-filter: blur(12.5px);
  border: 0;
}
.price__wrapper__three .ht-plan-4 .ht-plan__tag {
  background: #050d36;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.price__wrapper__three .ht-plan-4 .ht-plan__tag span {
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 1200px) {
  .price__wrapper__three .ht-plan-4 .ht-plan__header-price .price-title-white {
    font-size: 32px;
  }
}
.price__wrapper__three .ht-plan-4 .price__border {
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 3px;
  margin-top: 16px;
  display: block;
}
.price__wrapper__three .ht-plan-4:hover .ht-plan__tag, .price__wrapper__three .ht-plan-4.active .ht-plan__tag {
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
}
.price__wrapper__three .ht-plan-4:hover .ht-plan__tag span, .price__wrapper__three .ht-plan-4.active .ht-plan__tag span {
  opacity: 1;
}
@media only screen and (max-width: 1200px) {
  .price__wrapper__three .ht-plan-4 .price__inner__content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .price__wrapper__three .ht-plan-4 .ht-plan__body-feature {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .price__wrapper__three .ht-plan-4 .ht-plan__header-title {
    font-size: 26px;
  }
}

.ht-plan-4 {
  padding: 0;
  border: 0;
}
.ht-plan-4::before {
  display: none;
}
.ht-plan-4 .ht-plan__tag {
  color: white;
  font-weight: 700;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1;
  font-size: 24px;
  padding: 17px 0 14px 0;
  display: block;
  width: 100%;
  border-radius: 12px 12px 0 0;
  text-align: center;
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}
.ht-plan-4 .price__inner__content {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 21px;
}
@media only screen and (max-width: 1200px) {
  .ht-plan-4 .price__inner__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ht-plan-4 .ht-plan__body-feature {
  padding-left: 20px;
}
.ht-plan-4 .ht-plan__header {
  border: 0;
  margin: 0;
}
.ht-plan-4 .ht-plan__header-title {
  font-size: 32px;
  text-transform: uppercase;
  margin-top: 34px;
}
@media only screen and (max-width: 1200px) {
  .ht-plan-4 .ht-plan__header-title {
    font-size: 26px;
  }
}
.ht-plan-4 .ht-plan__header-price .price-title-white {
  color: white;
  display: inline-block;
  font-size: 54px;
}
@media only screen and (max-width: 991.98px) {
  .ht-plan-4 .ht-plan__header-price .price-title-white {
    font-size: 40px;
  }
}
.ht-plan-4 .ht_btn {
  color: white;
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
}
.ht-plan-4:hover, .ht-plan-4.active {
  border-radius: 12px;
  background: transparent;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
  backdrop-filter: blur(12.5px);
  border: 0;
}
.ht-plan-4:hover .ht-plan__tag, .ht-plan-4.active .ht-plan__tag {
  opacity: 1;
}

.hover-none:hover, .hover-none.active {
  background: transparent;
  backdrop-filter: unset;
}

.price__wrapper__four {
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  z-index: 3;
}
.price__wrapper__four .price-tab {
  background: linear-gradient(135deg, rgba(255, 92, 101, 0.05) 0%, rgba(253, 0, 139, 0.05) 53.13%, rgba(101, 0, 252, 0.05) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 92, 101, 0.05) 0%, rgba(253, 0, 139, 0.05) 53.13%, rgba(101, 0, 252, 0.05) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 92, 101, 0.05) 0%, rgba(253, 0, 139, 0.05) 53.13%, rgba(101, 0, 252, 0.05) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 92, 101, 0.05) 0%, rgba(253, 0, 139, 0.05) 53.13%, rgba(101, 0, 252, 0.05) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 92, 101, 0.05) 0%, rgba(253, 0, 139, 0.05) 53.13%, rgba(101, 0, 252, 0.05) 100%);
}
.price__wrapper__four .price-tab .nav-item .nav-link {
  color: #050d36;
}
.price__wrapper__four .price-tab .nav-item .nav-link.active {
  color: white;
}

.price__wrapper__five {
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  z-index: 3;
}
.price__wrapper__five .blur__p1 {
  width: 540px;
  height: 540px;
  border-radius: 540px;
  opacity: 0.15;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  filter: blur(150px);
  position: absolute;
  z-index: -1;
  left: 103px;
  bottom: 158px;
}
.price__wrapper__five .blur__p2 {
  width: 563px;
  height: 563px;
  border-radius: 563px;
  opacity: 0.15;
  background: #913bff;
  filter: blur(150px);
  position: absolute;
  z-index: -1;
  top: 66px;
  right: 0;
}
.price__wrapper__five .shape__p3 {
  position: absolute;
  z-index: -1;
  opacity: 0.05;
  bottom: 0;
}
.price__wrapper__five .shape__p4 {
  position: absolute;
  z-index: -1;
  right: 71%;
  top: 18%;
}
.price__wrapper__five .shape__p5 {
  position: absolute;
  z-index: -1;
  right: 25%;
  top: 80px;
}
.price__wrapper__five .shape__p6 {
  position: absolute;
  z-index: -1;
  bottom: 126px;
  right: 87%;
}

.ht-plan-5 {
  border: none;
  padding: 10px 35px 15px 35px;
}
.ht-plan-5::before {
  display: none;
}
.ht-plan-5::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  opacity: 0.3;
  border-image-source: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ht-plan-5 .ht-plan__header-title {
  font-size: 20px;
  font-weight: 500;
}
.ht-plan-5 .price-title {
  background: unset;
  background-clip: unset;
  -webkit-text-fill-color: unset;
  color: white;
  font-size: 60px;
}
.ht-plan-5 .month-title {
  font-size: 20px;
  font-weight: 400;
}
.ht-plan-5 .ht-plan__body-feature li::before {
  color: white;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  background: -o-linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
.ht-plan-5 .ht-plan__footer .ht_btn {
  color: white;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  background: -o-linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
.ht-plan-5:hover, .ht-plan-5.active {
  background: transparent;
}
.ht-plan-5:hover::after, .ht-plan-5.active::after {
  opacity: 1;
}
.ht-plan-5:hover .ht-plan__header, .ht-plan-5.active .ht-plan__header {
  border-color: transparent;
}
@media only screen and (max-width: 1200px) {
  .ht-plan-5 {
    padding: 10px 15px 15px 15px;
  }
}

.price__wrapper__six {
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  z-index: 3;
}
.price__wrapper__six .shape__p1,
.price__wrapper__six .shape__p2 {
  position: absolute;
  z-index: -1;
}
.price__wrapper__six .shape__p1 {
  left: 0;
  bottom: 0;
}
.price__wrapper__six .shape__p2 {
  right: 0;
  top: 0;
}
.price__wrapper__six .price__tab__area::before {
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.round-style {
  border-radius: 40px;
  backdrop-filter: blur(15px);
  background: rgba(121, 74, 255, 0.1);
  position: relative;
  z-index: 1;
}
.round-style::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px !important;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: -1;
}
.round-style .nav-item .nav-link {
  border-radius: 40px;
  height: 50px;
}

.ht-plan-6 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ht-plan-6 ul li {
  padding-left: 70px;
}
.ht-plan-6 .price-title {
  color: white;
  font-size: 18px;
  font-weight: 500;
}
.ht-plan-6 .price-header {
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.ht-plan-6 .ht_btn {
  min-width: 200px;
}
.ht-plan-6 .feature-list li {
  color: white;
  font-size: 20px;
  font-weight: 400;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  padding-bottom: 25px;
}
.ht-plan-6 .feature-available li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
  padding-bottom: 27px;
  display: block;
}
.ht-plan-6 .price-available {
  color: white;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}

ul.price-right {
  width: 65%;
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.price-left {
  width: 35%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.price-left .pr-feature-title {
  font-size: 24px;
  font-weight: 700;
}
.price-left ul {
  list-style: none;
  margin-top: 112px;
}
.price-left ul li {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ht-plan-7 {
  border-radius: 12px;
  backdrop-filter: blur(25px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
  padding: 5px 40px 20px 40px;
  position: relative;
  z-index: 3;
}
.ht-plan-7 .ht-plan__header-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.ht-plan-7 .ht-plan__header-price .price-title {
  font-size: 46px;
  color: white;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  margin-top: 10px;
  margin-bottom: 30px;
}
.ht-plan-7 p {
  color: white;
  font-size: 18px;
  font-weight: 700;
}
.ht-plan-7 .divider {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 35px;
}
.ht-plan-7 .ht_btn {
  min-width: 190px;
  margin-bottom: 20px;
}
.ht-plan-7 .pr-feature-title {
  color: white;
  font-size: 20px;
  margin-bottom: 20px;
}
.ht-plan-7 .ht-plan__body-feature li::before {
  background: linear-gradient(20deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(20deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(20deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(202deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(20deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
}
.ht-plan-7 .ht-plan__body-feature li a {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 991.98px) {
  .ht-plan-7 {
    padding: 5px 15px 20px 15px;
  }
  .ht-plan-7 .ht-plan__header-price .price-title {
    font-size: 32px;
  }
}

.domain__price__card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01) 100%);
  border: 2px solid rgba(255, 255, 255, 0.1) rgba(255, 255, 255, 0.02);
  padding: 30px;
  position: relative;
  z-index: 1;
}
.domain__price__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 100%);
}
.domain__price__card h3 {
  color: white;
  font-size: 32px;
  margin-bottom: 28px;
}
.domain__price__card h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.domain__price__card a {
  color: white;
  font-size: 16px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  border-radius: 6px;
  padding: 10px 20px;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .domain__price__card {
    padding: 30px 20px;
  }
  .domain__price__card h3 {
    font-size: 26px;
  }
}

.price-container {
  width: 100%;
  max-width: 1290px;
  margin: 0 auto;
}
.price-container .container-inners {
  border-radius: 12px;
  backdrop-filter: blur(25px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
  position: relative;
  width: 100%;
  min-width: 1100px;
  z-index: 3;
}
.price-container .container-inners .price__tab__area::before {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .price-container .container-inners {
    min-width: 900px;
  }
}
@media (max-width: 1366px) {
  .price-container .price-inners-container {
    overflow-x: auto;
  }
}

/*ht__choose__area*/
.ht__choose__area {
  position: relative;
  z-index: 1;
}
.ht__choose__area .ch-shape-one {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}

/*chose__feature*/
.chose__feature a {
  color: white;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  display: block;
  padding: 20px 30px 20px 25px;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}
.chose__feature a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.chose__feature a:last-child {
  border-bottom: none;
}
.chose__feature a img {
  margin-right: 15px;
}
.chose__feature a i {
  line-height: 2;
}
.chose__feature a:hover::before {
  top: auto;
  height: 100%;
  bottom: 0;
}
@media only screen and (max-width: 575.98px) {
  .chose__feature a {
    font-size: 18px;
    padding: 20px 10px 20px 10px;
  }
  .chose__feature a img {
    margin-right: 5px;
  }
}

.chose__img {
  margin-top: 35px;
  position: relative;
  z-index: 1;
}
.chose__img-top-1 {
  animation: float-bob-y 5s infinite linear;
  position: absolute;
  right: 8%;
  top: -50px;
}
.chose__img-top {
  position: absolute;
  left: 9%;
  top: 6%;
}
.chose__img-shapes-two {
  position: absolute;
  left: 9%;
  bottom: 30px;
}
.chose__img-shapes-three {
  position: absolute;
  right: 0;
  top: 19%;
}
.chose__img-shapes-four {
  position: absolute;
  left: 24%;
  top: -2px;
}

.ht__choose {
  background: #050d36;
  border-radius: 12px;
  padding: 40px 28px 20px 28px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht__choose-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 95px;
  background: rgba(235, 87, 87, 0.1);
  border-radius: 50%;
  margin-bottom: 21px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht__choose .choose-title {
  margin-bottom: 13px;
}
.ht__choose:hover {
  transform: translateY(5px);
}
.ht__choose:hover .ht__choose-icon {
  border-radius: 6px;
}
@media only screen and (max-width: 1200px) {
  .ht__choose {
    padding: 40px 15px 20px 15px;
  }
}

.ht__choose__box-icon {
  background: #fff;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.ht__choose__box-icon::before {
  content: " ";
  position: absolute;
  z-index: -1;
  right: 3px;
  bottom: 0;
  clip-path: polygon(70% 0, 0 70%, 100% 100%);
  width: 24px;
  height: 24px;
  background: white;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht__choose__box-content {
  padding: 30px 28px;
  border-radius: 0px 12px 12px 12px;
  background: rgba(255, 255, 255, 0.05);
}
.ht__choose__box:hover .ht__choose__box-icon::before {
  right: 30px;
  bottom: 30px;
}

.chose__bg__three {
  background: url(../img/bg/chose-bg-three.svg) no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 0 0;
  position: relative;
  z-index: 1;
}
.chose__bg__three .shapes {
  position: absolute;
  z-index: 1;
}
.chose__bg__three .shapes.shapes.shapes__1 {
  bottom: 83px;
  left: 164px;
  animation: rotation infinite linear 30s;
}
.chose__bg__three .shapes.shapes.shapes__2 {
  top: 117px;
  right: 64.58%;
  animation: rotation infinite linear 30s;
}
.chose__bg__three .shapes.shapes.shapes__3 {
  right: 13.02%;
  top: 472px;
  animation: rotation infinite linear 30s;
}

.ht__choose__two {
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
  backdrop-filter: blur(12.5px);
  padding: 30px 20px 30px 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ht__choose__two .ht__choose-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  float: left;
  margin-right: 12px;
  margin-bottom: 0;
}
.ht__choose__two .choose-title {
  margin-top: 15px;
}
@media only screen and (max-width: 1600px) {
  .ht__choose__two {
    padding: 30px 15px 30px 15px;
  }
  .ht__choose__two .choose-title {
    font-size: 22px;
  }
}

.botom__style {
  overflow: visible;
}
.botom__style::before {
  content: " ";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  bottom: -5px;
  width: 120px;
  height: 10px;
  margin: 0 auto;
  border-radius: 12px;
  background: #eb5757;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.botom__style.st-2::before {
  background: #f2994a;
}
.botom__style.st-3::before {
  background: #56ccf2;
}
.botom__style.st-4::before {
  background: #9b51e0;
}
.botom__style:hover::before {
  width: 100%;
}

.chose__img__wrapper__two {
  position: relative;
  z-index: 1;
}
.chose__img__wrapper__two .shapes__1 {
  position: absolute;
  right: 72%;
  top: 2%;
}
.chose__img__wrapper__two .shapes__2 {
  position: absolute;
  right: 50px;
  top: 15%;
}
.chose__img__wrapper__two .shapes__3 {
  position: absolute;
  left: 70px;
  bottom: 16px;
}

.chose__img__wrapper__three {
  position: absolute;
  max-width: 38%;
  right: 0;
  left: 46.7%;
  z-index: 1;
}
.chose__img__wrapper__three .blur__c1 {
  border-radius: 438px;
  opacity: 0.15;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  filter: blur(150px);
  width: 438px;
  height: 438px;
  position: absolute;
  top: 48px;
  right: 21%;
  z-index: -1;
}
.chose__img__wrapper__three .shapes__1 {
  position: absolute;
  left: 9%;
  top: 50%;
  z-index: -1;
  opacity: 0.3;
}
.chose__img__wrapper__three .shapes__2 {
  position: absolute;
  right: 52px;
  top: 9%;
  z-index: -1;
  opacity: 0.3;
}
.chose__img__wrapper__three .shapes__3 {
  position: absolute;
  right: 55%;
  bottom: 7px;
  z-index: -1;
  opacity: 0.3;
}
@media only screen and (max-width: 1600px) {
  .chose__img__wrapper__three {
    max-width: 50%;
  }
}
@media only screen and (max-width: 991.98px) {
  .chose__img__wrapper__three {
    max-width: 100%;
    position: relative;
    left: 0;
  }
}

.chose__feature__two {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.chose__feature__two li {
  display: block;
  width: 50%;
}
.chose__feature__two li:first-child a {
  margin-right: 20px;
}
.chose__feature__two li:last-child a {
  margin-left: 20px;
}
.chose__feature__two li a {
  color: white;
  font-size: 18px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  display: block;
  padding: 10px;
  margin-bottom: 20px;
}
.chose__feature__two li a span {
  background: linear-gradient(135deg, rgba(255, 92, 101, 0.15) 0%, rgba(253, 0, 139, 0.15) 53.13%, rgba(101, 0, 252, 0.15) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 92, 101, 0.15) 0%, rgba(253, 0, 139, 0.15) 53.13%, rgba(101, 0, 252, 0.15) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 92, 101, 0.15) 0%, rgba(253, 0, 139, 0.15) 53.13%, rgba(101, 0, 252, 0.15) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 92, 101, 0.15) 0%, rgba(253, 0, 139, 0.15) 53.13%, rgba(101, 0, 252, 0.15) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 92, 101, 0.15) 0%, rgba(253, 0, 139, 0.15) 53.13%, rgba(101, 0, 252, 0.15) 100%);
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  margin-right: 5px;
}
@media only screen and (max-width: 1200px) {
  .chose__feature__two li a {
    font-size: 16px;
    padding: 10px 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .chose__feature__two li {
    width: 100%;
  }
  .chose__feature__two li:first-child a {
    margin-right: 0;
  }
  .chose__feature__two li:last-child a {
    margin-left: 0;
  }
}

.vps-hostings .chose__img__wrapper__three {
  right: auto;
  left: 6%;
}
@media only screen and (max-width: 1600px) {
  .vps-hostings .chose__img__wrapper__three {
    left: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .vps-hostings .chose__img__wrapper__three {
    left: 0;
    right: 0;
    width: 100%;
  }
}

.ch-bg3 {
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01) 100%);
  padding: 40px 25px 20px 25px;
}
.ch-bg3::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.ch-bg3 .icon-link {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01) 100%);
  line-height: 50px;
  margin-top: 10px;
}
.ch-bg3 .icon-link:hover {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.125%, #6500fc 100%);
}
.ch-bg3:hover .ht__choose-icon {
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.125%, #6500fc 100%);
}

/*testimonial__area*/
.testimonial__area {
  position: relative;
  z-index: 1;
}
.testimonial__area::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.03);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.testimonial__area .shapes {
  position: absolute;
  z-index: -1;
}
.testimonial__area .shapes__one {
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial__area .shapes__two {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*testimonial__wrapper*/
.testimonial__wrapper {
  text-align: center;
  background: #050d36;
  border-radius: 5px;
  padding: 40px 25px;
  margin-left: 20px;
  margin-right: 20px;
}
.testimonial__wrapper .rating {
  margin-bottom: 15px;
}
.testimonial__wrapper p {
  color: white;
}
.testimonial__wrapper .author__avatar {
  border-radius: 50%;
  margin-top: 8px;
  margin-bottom: 20px;
  display: inline-block;
}
.testimonial__wrapper .author__name {
  font-size: 30px;
  margin-bottom: 13px;
}
.testimonial__wrapper .author__designation {
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {
  .testimonial__wrapper {
    padding: 40px 15px;
  }
  .testimonial__wrapper .author__name {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial__wrapper {
    padding: 40px 0;
  }
}

.rating a {
  color: #f2c94c;
  font-size: 25px;
}

.testimonial__area__two {
  position: relative;
  z-index: 1;
}
.testimonial__area__two .shapes__one {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.testimonial__area__two .shapes__two {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.testimonial__wrapper__two {
  background: #050d36;
  border-radius: 12px;
  padding: 40px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}
.testimonial__wrapper__two .rating {
  margin-bottom: 23px;
}
.testimonial__wrapper__two p {
  color: white;
}
.testimonial__wrapper__two .author__avatar {
  border-radius: 50%;
}
.testimonial__wrapper__two .quote-icon {
  position: absolute;
  right: 40px;
  bottom: 68px;
  z-index: -1;
}
@media (max-width: 767px) {
  .testimonial__wrapper__two {
    padding: 40px 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .testimonial__wrapper__two .quote-icon {
    right: 0;
  }
}
.testimonial__wrapper__two.ts-bg {
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 100%);
}

.rating a {
  font-size: 20px;
  margin: 0 2px;
}

.testimonial-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 19px;
}

.author__text {
  margin-left: 20px;
}
.author__text .author__name {
  font-size: 24px;
  margin-top: 12px;
}
.author__text .author__designation {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .author__text .author__name {
    font-size: 18px;
  }
  .author__text .author__designation {
    font-size: 16px;
  }
}

.testimonial__slider__two .slick-dots {
  margin-top: 36px;
}

.testimonial__slider__three .author__img {
  margin-left: 15px;
}
.testimonial__slider__three .author__img img {
  border-radius: 50%;
}

.testimonial__wrapper__three .testimonial__content {
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 5px 15px 60px 0px rgba(5, 13, 54, 0.05);
  padding: 40px 30px 10px 30px;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}
.testimonial__wrapper__three .testimonial__content::before {
  content: "";
  position: absolute;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: rgba(255, 255, 255, 0.03);
  top: -26px;
  left: 30px;
  width: 29px;
  height: 26px;
  z-index: 1;
}
.testimonial__wrapper__three .testimonial__content .description {
  color: white;
}
.testimonial__wrapper__three .testimonial__content .author__text {
  margin-left: 0;
}
.testimonial__wrapper__three .testimonial__content .author__text .author__designation {
  font-size: 17px;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media only screen and (max-width: 767.98px) {
  .testimonial__wrapper__three .testimonial__content {
    padding: 40px 15px 10px 15px;
    margin-left: 0;
    margin-right: 0;
  }
}

.testimonial__wrapper__four {
  background: white;
  border-radius: 12px;
  box-shadow: 5px 4px 27px 0px rgba(119, 124, 144, 0.05);
  padding: 50px 40px 21px 40px;
  margin: 20px 15px 60px 15px;
}
.testimonial__wrapper__four .author__avatar {
  border-radius: 50%;
}
.testimonial__wrapper__four .author__img {
  position: relative;
  z-index: 1;
}
.testimonial__wrapper__four .quote-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  right: -10px;
  top: -10px;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  position: absolute;
  z-index: 1;
}
.testimonial__wrapper__four .quote-icon img {
  display: inline-block;
}
.testimonial__wrapper__four .author__text {
  margin-left: 30px;
}
.testimonial__wrapper__four .author__text .author__name {
  margin-top: 15px;
  margin-bottom: 5px;
}
.testimonial__wrapper__four .author__text .author__designation {
  color: #777c90;
}
.testimonial__wrapper__four p {
  color: #777c90;
}
@media only screen and (max-width: 1200px) {
  .testimonial__wrapper__four {
    padding: 50px 20px 21px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial__wrapper__four {
    padding: 50px 15px 21px 15px;
  }
  .testimonial__wrapper__four .testimonial-title {
    font-size: 20px;
  }
}

.testimonial__wrapper__five {
  border-radius: 12px;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 40px 40px 0 40px;
  margin-left: 105px;
  margin-right: 105px;
}
.testimonial__wrapper__five .testimonial-title {
  margin-bottom: 30px;
}
.testimonial__wrapper__five .description {
  color: white;
  line-height: 1.8;
}
@media only screen and (max-width: 991.98px) {
  .testimonial__wrapper__five {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .testimonial__wrapper__five {
    padding-left: 0;
    padding-right: 0;
  }
}

.testimonial__thumbs__slider .author__thumbs {
  position: relative;
  z-index: 1;
}
.testimonial__thumbs__slider .author__thumbs .author__avatar {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.testimonial__thumbs__slider .author__thumbs .author__avatar::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #050d36;
  opacity: 0.5;
  left: 0;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.testimonial__thumbs__slider .author__thumbs .author__avatar img {
  border-radius: 50%;
  display: inline-block;
  transform: scale(0.8);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767.98px) {
  .testimonial__thumbs__slider .author__thumbs .author__avatar {
    transform: scale(1);
  }
  .testimonial__thumbs__slider .author__thumbs .author__avatar::before {
    display: none;
  }
  .testimonial__thumbs__slider .author__thumbs .author__avatar img {
    border: 4px solid white;
  }
}
.testimonial__thumbs__slider .slick-current.slick-active.slick-center {
  width: 170px;
}
.testimonial__thumbs__slider .slick-current.slick-active.slick-center .author__avatar {
  transform: scale(1.1);
  margin-top: -5px;
}
.testimonial__thumbs__slider .slick-current.slick-active.slick-center .author__avatar::before {
  display: none;
}
.testimonial__thumbs__slider .slick-current.slick-active.slick-center .author__avatar img {
  border: 4px solid white;
}

.slick-arrow {
  font-size: 0;
  color: white;
  background: #cf7a15;
  border: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slick-arrow::before {
  content: " ";
  font-family: "bootstrap-icons";
  font-size: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.slick-arrow:hover {
  color: white;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}

.slick-nav,
.slick-nav-two {
  position: relative;
  z-index: 1;
}
.slick-nav .slick-next.slick-arrow,
.slick-nav-two .slick-next.slick-arrow {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slick-nav .slick-next.slick-arrow::before,
.slick-nav-two .slick-next.slick-arrow::before {
  content: "\F285";
}
.slick-nav .slick-prev.slick-arrow,
.slick-nav-two .slick-prev.slick-arrow {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slick-nav .slick-prev.slick-arrow::before,
.slick-nav-two .slick-prev.slick-arrow::before {
  content: " \F284";
}

ul.slick-dots {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  margin-top: 60px;
}
ul.slick-dots li {
  text-indent: -100000px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 7px;
  cursor: pointer;
}
ul.slick-dots li.slick-active {
  background: -webkit-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
}

.testimonial-slider-container {
  position: relative;
  max-width: 1358px;
  margin-left: 30px;
  margin-right: 60px;
  margin: 0 auto;
}
.testimonial-slider-container .testimonial__slider {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.next_t1,
.prev_t1 {
  color: white;
  font-size: 20px;
  text-align: center;
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}

.pagination-area .next_t1,
.pagination-area .prev_t1 {
  position: absolute;
  z-index: 11;
}
.pagination-area .next_t1 {
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}
.pagination-area .prev_t1 {
  left: auto;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
}

.testimonial__main__wrapper .pagination-area .next_t1,
.testimonial__main__wrapper .pagination-area .prev_t1 {
  top: 50%;
  transform: translateY(-50%);
}

.pagination__section__four {
  position: relative;
  z-index: 1;
}
.pagination__section__four .slick-arrow {
  position: absolute;
  z-index: 11;
}
.pagination__section__four .next_t1 {
  color: #fd008b;
  background: transparent;
  left: auto;
  right: 32%;
  border-radius: 12px;
  border: 2px solid #fd008b;
}
.pagination__section__four .next_t1:hover {
  color: white;
  background: #fd008b;
  border: 2px solid #fd008b;
}
@media only screen and (max-width: 1200px) {
  .pagination__section__four .next_t1 {
    right: 25%;
  }
}
@media only screen and (max-width: 991.98px) {
  .pagination__section__four .next_t1 {
    right: 17%;
  }
}
.pagination__section__four .prev_t1 {
  color: #fd008b;
  background: transparent;
  left: 32%;
  right: auto;
  border-radius: 12px;
  border: 2px solid #fd008b;
}
.pagination__section__four .prev_t1:hover {
  color: white;
  background: #fd008b;
  border: 2px solid #fd008b;
}
@media only screen and (max-width: 1200px) {
  .pagination__section__four .prev_t1 {
    left: 25%;
  }
}
@media only screen and (max-width: 991.98px) {
  .pagination__section__four .prev_t1 {
    left: 17%;
  }
}

/*ht-blog*/
.ht-blog {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  padding: 20px 20px 0 20px;
  box-shadow: 5px 15px 30px rgba(22, 27, 45, 0.05);
  border-radius: 5px;
  margin-right: 15px;
  margin-left: 15px;
}
.ht-blog .ht-blog__date {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
}
.ht-blog .ht-blog__thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
  float: left;
}
.ht-blog .ht-blog__thumb img {
  border-radius: 7px;
  position: relative;
  z-index: 1;
}
.ht-blog .ht-blog__thumb .popup-video {
  width: 70px;
  height: 70px;
  line-height: 73px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ht-blog .ht-blog__meta {
  margin-bottom: 6px;
}
.ht-blog .ht-blog__meta span {
  color: white;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  margin-right: 20px;
}
.ht-blog .ht-blog__meta span:last-child {
  margin-right: 0;
}
.ht-blog .ht-blog__meta span img {
  display: inline-block;
  margin-right: 6px;
  margin-top: -2px;
}
.ht-blog .blog-title {
  margin-bottom: 7px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-blog .blog-title:hover {
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ht-blog .ht-blog__content {
  overflow: hidden;
}
@media only screen and (max-width: 1600px) {
  .ht-blog .ht-blog__thumb {
    float: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .ht-blog {
    padding: 20px 15px 0 15px;
  }
}

.ht-blog__date {
  color: white;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 27px;
  padding: 6px 20px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
}

.ht-blog-two {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 12px;
}
.ht-blog-two .ht-blog__thumb {
  overflow: hidden;
  z-index: 1;
}
.ht-blog-two .ht-blog__thumb img {
  border-radius: 6px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-blog-two .ht-blog__date {
  position: absolute;
  z-index: 1;
  right: 40px;
  top: 40px;
}
.ht-blog-two .ht-blog__meta {
  display: inline-block;
  background: linear-gradient(92.23deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: -moz-linear-gradient(92.23deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: -webkit-linear-gradient(92.23deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: -o-linear-gradient(92.23deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: -ms-linear-gradient(92.23deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(12.5px);
  border-radius: 6px;
  padding: 8px 15px;
}
.ht-blog-two .ht-blog__meta a {
  margin-right: 5px;
  font-size: 14px;
}
.ht-blog-two .ht-blog__meta a img {
  margin-top: -2px;
}
.ht-blog-two .ht-blog__content {
  margin-top: -44px;
  position: relative;
  z-index: 3;
}
.ht-blog-two .blog-title {
  margin-top: 12px;
  margin-bottom: 20px;
}
.ht-blog-two .blog-title:hover {
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ht-blog-two .ht-blog-btn .ht_btn {
  border: 2px solid #fd008b;
  background: transparent;
  text-transform: capitalize;
}
.ht-blog-two .ht-blog-btn .ht_btn:hover {
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  border-color: transparent;
}
.ht-blog-two:hover .ht-blog__thumb img {
  transform: scale(1.3) rotate(5deg);
}
@media (max-width: 767px) {
  .ht-blog-two {
    padding: 20px 15px;
  }
}

.ht-blog-three {
  position: relative;
  z-index: 1;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
}
.ht-blog-three .ht-blog__thumb {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.ht-blog-three .ht-blog__thumb::before {
  content: "";
  border-radius: 6px;
  position: absolute;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -moz-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
}
.ht-blog-three .ht-blog__thumb img {
  border-radius: 6px;
}
.ht-blog-three .ht-blog__date {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.ht-blog-three .ht-blog__content {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 15px;
  z-index: 1;
}
.ht-blog-three .blog-title:hover {
  color: #fd008b;
}
.ht-blog-three .ht-blog__meta {
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(12.5px);
  display: inline-block;
  padding: 9px 15px;
  color: white;
  text-transform: uppercase;
}
.ht-blog-three .ht-blog__meta img {
  margin-top: -4px;
}
.ht-blog-three .ht-blog__meta span:last-child {
  margin-right: 0;
}
.ht-blog-three .ht-blog__meta a {
  font-size: 14px;
  margin-right: 15px;
}
.ht-blog-three .ht-blog-btn .ht_btn {
  font-size: 14px;
  border: 2px solid #fd008b;
  background: transparent;
  text-transform: capitalize;
}
.ht-blog-three:hover .ht-blog__thumb::before {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -moz-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media only screen and (max-width: 1200px) {
  .ht-blog-three .ht-blog__content {
    left: 15px;
    right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ht-blog-three .ht-blog__meta {
    font-size: 16px;
  }
  .ht-blog-three .ht-blog__content {
    left: 15px;
    right: 0;
  }
}

.ht-blog-four {
  border-radius: 12px;
  background: white;
  box-shadow: 5px 15px 45px 0px rgba(5, 13, 54, 0.05);
  /* Shine */
}
.ht-blog-four .ht-blog__thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ht-blog-four .ht-blog__thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.ht-blog-four .ht-blog__date {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}
.ht-blog-four .ht-blog__content {
  padding: 0 20px 20px 20px;
}
.ht-blog-four .ht-blog__content .ht-blog__meta__two {
  border-bottom: 2px solid rgba(253, 0, 139, 0.1);
}
.ht-blog-four .ht-blog__content .ht-blog__meta__two img {
  margin-top: -4px;
}
.ht-blog-four .ht-blog__content .blog-title a:hover {
  text-decoration: underline;
}
.ht-blog-four .ht-blog__content p {
  color: #777c90;
}
.ht-blog-four:hover .ht-blog__thumb::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.ht-blog__meta__two span {
  color: #050d36;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  margin-right: 20px;
}

.ht-blog-five .ht-blog__date {
  border-radius: 27px;
  background: linear-gradient(180deg, rgba(253, 80, 92, 0.3) 0%, rgba(253, 80, 92, 0.1) 100%);
  background: -moz-linear-gradient(180deg, rgba(253, 80, 92, 0.3) 0%, rgba(253, 80, 92, 0.1) 100%);
  background: -ms-linear-gradient(180deg, rgba(253, 80, 92, 0.3) 0%, rgba(253, 80, 92, 0.1) 100%);
  background: -o-linear-gradient(180deg, rgba(253, 80, 92, 0.3) 0%, rgba(253, 80, 92, 0.1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(253, 80, 92, 0.3) 0%, rgba(253, 80, 92, 0.1) 100%);
  backdrop-filter: blur(10px);
  position: absolute;
  z-index: 1;
  left: 20px;
  bottom: 20px;
  top: auto;
  right: auto;
}
.ht-blog-five .ht-blog__thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 12px 12px 0 0;
}
.ht-blog-five .ht-blog__thumb::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.ht-blog-five .ht-blog__thumb img {
  border-radius: 12px 12px 0 0;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht-blog-five .ht-blog__meta a {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}
.ht-blog-five .ht-blog__meta a:first-child {
  margin-right: 15px;
}
.ht-blog-five .ht-blog__meta a img {
  margin-top: -2px;
  margin-right: 3px;
}
.ht-blog-five .ht-blog__content {
  border-radius: 0px 0px 12px 12px;
  background: linear-gradient(180deg, rgba(253, 80, 92, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -moz-linear-gradient(180deg, rgba(253, 80, 92, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -o-linear-gradient(180deg, rgba(253, 80, 92, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -ms-linear-gradient(180deg, rgba(253, 80, 92, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -webkit-linear-gradient(180deg, rgba(253, 80, 92, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  padding: 18px 20px 10px 20px;
}
.ht-blog-five .blog-title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.ht-blog-five:hover .ht-blog__thumb img {
  transform: scale(1.1);
}
.ht-blog-five:hover .ht-blog__thumb::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
.ht-blog-five:hover .blog-title {
  color: #fd008b;
}

.blog__classic__wrapper .ht-blog {
  padding: 30px 30px 10px 30px;
}
@media only screen and (max-width: 1200px) {
  .blog__classic__wrapper .ht-blog {
    padding: 30px 15px 10px 15px;
  }
}

.blog__classic__gallery__wrapper {
  position: relative;
  z-index: 1;
}
.blog__classic__gallery__wrapper .prev_t1,
.blog__classic__gallery__wrapper .next_t1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.blog__classic__gallery__wrapper .next_t1 {
  right: 0;
}

.blog__details__wrapper .ht-blog {
  padding: 0;
  background: transparent;
  margin-left: 0;
  margin-right: 0;
}
.blog__details__wrapper .ht-blog .blog__thumb img {
  border-radius: 12px;
}
.blog__details__wrapper .ht-blog__meta {
  border-radius: 6px;
  background: linear-gradient(92deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: -moz-linear-gradient(92deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: -ms-linear-gradient(92deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: -o-linear-gradient(92deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  background: -webkit-linear-gradient(92deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(12.5px);
  display: inline-block;
  padding: 6px 25px;
}
.blog__details__wrapper p {
  margin-bottom: 25px;
}
.blog__details__wrapper .blog__details__video {
  position: relative;
  z-index: 1;
}
.blog__details__wrapper .blog__details__video .blog__video__bg {
  border-radius: 12px;
}
.blog__details__wrapper .blog__details__video .popup-video {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.blog__details__wrapper .img-box img {
  border-radius: 12px;
}
.blog__details__wrapper .text-list {
  list-style: inherit;
}
.blog__details__wrapper .text-list li {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 23px;
}
.blog__details__wrapper .text-list li::before {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .blog__details__wrapper .text-list li {
    font-size: 18px;
  }
}

.author__blockquote {
  background: rgba(255, 255, 255, 0.03);
  padding: 40px;
  border-radius: 12px;
}
.author__blockquote .blockquote {
  margin-bottom: 26px;
}
.author__blockquote .blockquote p {
  color: white;
  font-weight: 500;
  font-size: 18px;
}
.author__blockquote .blockquote__footer {
  color: white;
  font-size: 32px;
  text-decoration: underline;
}

.author__social__media {
  border-radius: 12px;
}

.media-tag a {
  color: white;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 5px;
}

.media-social a {
  color: white;
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.media-social a:last-child {
  margin-right: 0;
}
.media-social a:hover {
  color: white;
  background: linear-gradient(93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
}

.author__profile {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}
.author__profile .author-avatar img {
  border-radius: 50%;
}
.author__profile .author-info .author-name {
  font-size: 40px;
}
@media only screen and (max-width: 991.98px) {
  .author__profile .author-info .author-name {
    font-size: 28px;
  }
}
.author__profile .author-info .author-desig {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.comment__title,
.reply__title {
  font-size: 40px;
}
@media only screen and (max-width: 1200px) {
  .comment__title,
  .reply__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .comment__title,
  .reply__title {
    font-size: 22px;
  }
}

.comment-box {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}
.comment-box .comment-avatar {
  float: left;
  margin-right: 30px;
  margin-top: -15px;
}
.comment-box .comment-avatar img {
  border-radius: 6px;
}
@media (max-width: 767px) {
  .comment-box .comment-avatar {
    float: none;
    margin-right: 0;
    margin-top: 0;
  }
}
.comment-box .comment-content {
  overflow: hidden;
  margin-top: 15px;
}
.comment-box .comment-content p i {
  margin-right: 5px;
}
.comment-box .comment-content h5 {
  margin-bottom: 3px;
}
.comment-box .reply {
  color: white;
  font-size: 14px;
  border: 1px solid #f3f3f3;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  padding: 10px 22px;
  line-height: 1;
  position: absolute;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  z-index: 1;
  right: 0;
  top: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
@media (max-width: 767px) {
  .comment-box .reply {
    float: none;
    margin-right: 0;
    margin-top: 0;
  }
}
.comment-box .reply:hover {
  color: white;
  background: #050d36;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list li {
  padding-bottom: 20px;
  margin-bottom: 45px;
}

.faq-que-list .accordion-item {
  border: 0;
  background-color: transparent;
  margin-bottom: 40px;
}
.faq-que-list .accordion-item button:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item textarea,
.faq-que-list .accordion-item textarea:focus {
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button {
  transition: unset;
  color: white;
  font-size: 20px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1.875rem;
  border: 0;
  box-shadow: none;
  text-decoration: 1px solid white;
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  border-radius: 6px;
  padding: 0;
  padding: 19px 25px 20px 25px;
  position: relative;
  box-shadow: 0;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  word-wrap: normal;
  display: inline-block;
}
.faq-que-list .accordion-item .accordion-button.collapsed {
  padding-bottom: 24px;
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 10px;
    font-size: 18px;
  }
}
.faq-que-list .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button::before {
  content: "\F2EA";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 20px;
  font-weight: 300;
  color: white;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s linear;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
.faq-que-list .accordion-item .accordion-button::after {
  display: none;
}
.faq-que-list .accordion-item .collapsed {
  border: 0;
}
.faq-que-list .accordion-item .collapsed::before {
  content: "\F4FE";
  color: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  transform: translateY(-50%) rotate(0deg);
}
.faq-que-list .accordion-item .accordion-body {
  background: rgba(255, 255, 255, 0.05);
  padding: 0;
  padding: 24px 30px 10px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-body {
    padding: 0 20px 24px 20px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-body {
    padding: 0 15px 24px 15px;
  }
  .faq-que-list .accordion-item .accordion-body p {
    margin-top: 15px;
  }
}
.faq-que-list .accordion-item .accordion-body p {
  color: white;
}

.faq__img__wrapper {
  position: relative;
  z-index: 1;
}
.faq__img__wrapper .fa-img-2 {
  position: absolute;
  right: 20%;
  top: 20%;
  z-index: 1;
  animation: float-bob-y infinite 5s linear;
}
.faq__img__wrapper .fa-img-3 {
  position: absolute;
  right: 0%;
  top: 77%;
  z-index: 1;
}
.faq__img__wrapper .fa-img-4 {
  position: absolute;
  left: 3%;
  top: 86%;
  z-index: 1;
}
.faq__img__wrapper .fa-img-5 {
  position: absolute;
  right: 43%;
  top: 3%;
  z-index: 1;
}

.faq-que-two .accordion-item {
  border-radius: 12px;
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
}
.faq-que-two .accordion-item .accordion-button {
  color: white;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  background: none;
  position: relative;
  z-index: 1;
}
.faq-que-two .accordion-item .accordion-button::before {
  content: "\F237";
}
.faq-que-two .accordion-item .accordion-button.collapsed {
  color: #050d36;
  background: white;
}
.faq-que-two .accordion-item .accordion-button.collapsed::before {
  content: "\F22B";
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.faq__warpper__two {
  background: linear-gradient(135deg, rgba(255, 92, 101, 0.03) 0%, rgba(253, 0, 139, 0.03) 53.13%, rgba(101, 0, 252, 0.03) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 92, 101, 0.03) 0%, rgba(253, 0, 139, 0.03) 53.13%, rgba(101, 0, 252, 0.03) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 92, 101, 0.03) 0%, rgba(253, 0, 139, 0.03) 53.13%, rgba(101, 0, 252, 0.03) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 92, 101, 0.03) 0%, rgba(253, 0, 139, 0.03) 53.13%, rgba(101, 0, 252, 0.03) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 92, 101, 0.03) 0%, rgba(253, 0, 139, 0.03) 53.13%, rgba(101, 0, 252, 0.03) 100%);
  position: relative;
  z-index: 1;
}
.faq__warpper__two .faq__shape__1b {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.faq__warpper__two .faq__shape__2b {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}

.faq__img__wrapper__two {
  position: relative;
  z-index: 1;
}
.faq__img__wrapper__two .fa-img-3b {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -6px;
  animation: float-bob-y 5s infinite linear;
}
.faq__img__wrapper__two .fa-img-4b {
  position: absolute;
  z-index: 1;
  top: 10%;
  right: 13%;
  animation: rotation 5s infinite linear;
}
.faq__img__wrapper__two .fa-img-5b {
  position: absolute;
  z-index: 1;
  bottom: 4%;
  right: 4%;
}

.faq__warpper__three {
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  z-index: 1;
}
.faq__warpper__three .shapes__1 {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0;
}
.faq__warpper__three .shapes__2 {
  position: absolute;
  z-index: -1;
  right: 73.17%;
  top: 80px;
}
.faq__warpper__three .shapes__3 {
  right: 27.96%;
  top: 198px;
  position: absolute;
  z-index: -1;
}
.faq__warpper__three .shapes__4 {
  position: absolute;
  z-index: -1;
  right: 11.21%;
  bottom: 35px;
}
.faq__warpper__three .blur__shape__f3 {
  border-radius: 563px;
  opacity: 0.15;
  background: #913bff;
  filter: blur(150px);
  position: absolute;
  left: 22px;
  top: 66px;
  z-index: -2;
  width: 563px;
  height: 563px;
}
.faq__warpper__three .blur__shape__f3 {
  border-radius: 540px;
  opacity: 0.1;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  filter: blur(150px);
  position: absolute;
  right: 67px;
  bottom: 115px;
  z-index: -2;
  width: 540px;
  height: 540px;
}

.faq-que-three .accordion-item {
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -o-linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -ms-linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(7.5px);
  margin-bottom: 20px;
}
.faq-que-three .accordion-item .accordion-button {
  padding: 19px 30px 20px 30px;
  background: none;
}
.faq-que-three .accordion-item .accordion-button::before {
  content: "\F282";
}
.faq-que-three .accordion-item .accordion-body {
  background: none;
  padding: 0;
  padding: 0 30px 10px;
}
@media only screen and (max-width: 767.98px) {
  .faq-que-three .accordion-item .accordion-button {
    padding: 19px 15px 20px 15px;
  }
  .faq-que-three .accordion-item .accordion-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.faq-que-four .accordion-item {
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  border-radius: 6px;
}
.faq-que-four .accordion-item .accordion-button,
.faq-que-four .accordion-item .accordion-body {
  background: transparent;
}

.fig-custom {
  text-align: center;
  display: none;
}
.fig-custom .figure-caption {
  color: #fff;
  font-size: 14px;
}

.form__wrapper__bg {
  background: rgba(255, 255, 255, 0.03);
  padding: 60px 60px 30px 60px;
  border-radius: 12px;
}
.form__wrapper__bg .signup__right__content {
  background: white;
  border-radius: 12px;
  padding: 90px 0;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .form__wrapper__bg {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .form__wrapper__bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .form__wrapper__bg {
    padding-left: 0;
    padding-right: 0;
  }
}

.signup-form .input-box {
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 0px solid rgba(216, 216, 216, 0);
  background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
  backdrop-filter: blur(7.5px);
  position: relative;
  z-index: 1;
}
.signup-form .input-box span {
  display: inline-block;
  padding: 15px;
  position: relative;
  z-index: 1;
}
.signup-form .input-box span::before {
  content: " ";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 18%;
  width: 2px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
}
.signup-form .input-box input {
  border: 0;
  background: transparent;
  height: 60px;
  display: inline-block;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  padding-left: 30px;
}
.signup-form .input-box input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.signup-form .input-box input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.signup-form .input-box input::-ms-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.signup-form .input-box input::-webkit-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.signup-form .input-box input::-o-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.signup-form .input-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  background: transparent;
}
.signup-form .input-check span {
  color: white;
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: -4px;
}
.signup-form button {
  width: 100%;
  display: block;
  border: 0;
  text-align: center;
}
.signup-form .signup-btn {
  color: #777c90;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  display: block;
  width: 100%;
  border: 0;
  padding: 15px;
}
.signup-form .divider {
  color: white;
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-align: center;
  margin: 30px auto;
  position: relative;
  z-index: 1;
}
.signup-form .divider::before {
  content: " ";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
}

.contact-form .label {
  color: white;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 10px;
}
.contact-form input,
.contact-form textarea {
  border-radius: 6px;
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  backdrop-filter: blur(7.5px);
  border: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  line-height: 60px;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form input::-ms-placeholder,
.contact-form textarea::-ms-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form input::-webkit-placeholder,
.contact-form textarea::-webkit-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form input::-o-placeholder,
.contact-form textarea::-o-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-form textarea {
  height: 300px;
}

.contact__info__section .contact__info__wrapper {
  border-radius: 12px;
  position: relative;
  z-index: 10;
  margin-bottom: -232px;
}
@media only screen and (max-width: 1200px) {
  .contact__info__section .contact__info__wrapper {
    margin-bottom: 0;
  }
}
.contact__info__section .single__info__box {
  text-align: center;
  padding: 33px 0 32px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact__info__section .single__info__box .icon {
  color: white;
  font-size: 35px;
  background: linear-gradient(93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  width: 70px;
  height: 70px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 74px;
  margin-bottom: 28px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact__info__section .single__info__box span {
  color: #050d36;
  font-size: 24px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  display: block;
  line-height: 30px;
}
.contact__info__section .single__info__box span:first-child {
  margin-bottom: 10px;
}
.contact__info__section .single__info__box:hover {
  border-radius: 12px;
  background: white;
  box-shadow: 5px 15px 40px 0px rgba(24, 24, 24, 0.05);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.contact__info__section .single__info__box:hover .icon {
  color: white;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact__info__section .single__info__box span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contact__info__section .single__info__box span {
    font-size: 18px;
  }
}

.contact__map iframe {
  width: 100%;
  height: 550px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 1200px) {
  .contact__map iframe {
    height: 400px;
  }
}

.suprt-form input,
.suprt-form textarea {
  font-size: 16px;
  height: 50px;
  line-height: 52px;
}
.suprt-form textarea {
  height: 150px;
}

.footer__contact {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.footer-cta {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-cta li {
  max-width: 33%;
  position: relative;
  z-index: 1;
  padding-right: 55px;
  display: block;
}

.footer__info-box {
  display: flex;
  align-items: center;
}
.footer__info-box.emails {
  position: relative;
  z-index: 1;
}
.footer__info-box.emails::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 157px;
  background: rgba(255, 255, 255, 0.1);
  left: -84px;
  top: -50px;
  z-index: 1;
}
.footer__info-box.emails::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 157px;
  background: rgba(255, 255, 255, 0.1);
  right: -84px;
  top: -50px;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .footer__info-box.emails::before {
    display: none;
  }
  .footer__info-box.emails::after {
    display: none;
  }
}
.footer__info-box .icon {
  color: white;
  font-size: 30px;
  margin-right: 15px;
  margin-top: 10px;
}
.footer__info-box .text-content .info-title {
  color: white;
  font-size: 18px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
}
.footer__info-box .text-content .info-desc {
  font-size: 24px;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .footer__info-box .text-content .info-desc {
    font-size: 18px;
  }
}

.cta__wrapper__two {
  border-radius: 12px;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  margin-bottom: -140px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1200px) {
  .cta__wrapper__two {
    margin-bottom: 60px;
  }
}

.cta__title__two {
  font-size: 48px;
}
@media only screen and (max-width: 1200px) {
  .cta__title__two {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cta__title__two {
    font-size: 28px;
  }
}

.subscribe__form {
  position: relative;
  z-index: 1;
}
.subscribe__form input {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  height: 80px;
  width: 100%;
  max-width: 570px;
  padding-left: 30px;
  border-radius: 12px;
  border-color: rgba(17, 29, 59, 0.08);
}
.subscribe__form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}
.subscribe__form input::-o-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}
.subscribe__form input::-ms-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}
.subscribe__form input::-webkit-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}
@media only screen and (max-width: 991.98px) {
  .subscribe__form input {
    max-width: 100%;
  }
}
.subscribe__form .submit-btn {
  position: absolute;
  right: 0;
  top: 10px;
  right: 10px;
  height: 62px;
  border: 0;
  padding: 0 40px;
}
@media only screen and (max-width: 1200px) {
  .subscribe__form .submit-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .subscribe__form .submit-btn {
    position: relative;
    right: 0;
    top: 20px;
    width: 100%;
  }
}

/*cta__wrapper*/
.cta__wrapper {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 2;
}
.cta__wrapper::before {
  content: "";
  position: absolute;
  width: 632px;
  height: 211px;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  opacity: 0.3;
  filter: blur(150px);
  z-index: -1;
}
.cta__wrapper .cta__title {
  color: white;
  font-size: 64px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
  .cta__wrapper .cta__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .cta__wrapper .cta__title {
    font-size: 30px;
  }
}
.cta__wrapper .cta__shape {
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.cta__wrapper .cta__bubble {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}
.cta__wrapper .cta__divider {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.03);
  position: relative;
  top: 100px;
  z-index: 1;
}

.widget {
  padding: 30px 40px 40px 40px;
  border-radius: 12px;
}
@media (max-width: 1199.98px) {
  .widget {
    padding: 25px 15px 25px 15px;
  }
}

.widget__title__two {
  color: white;
  font-size: 40px;
}
@media only screen and (max-width: 1200px) {
  .widget__title__two {
    font-size: 22px;
  }
}

.widget__title__three {
  color: white;
  font-size: 24px;
}
@media only screen and (max-width: 1200px) {
  .widget__title__three {
    font-size: 22px;
  }
}

.footer__widget .widget-title {
  margin-bottom: 33px;
}
.footer__widget ul {
  padding-left: 0;
}
.footer__widget ul li {
  list-style: none;
}
.footer__widget ul li a {
  color: white;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 18px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer__widget ul li a:hover {
  color: #fd008b;
}
.footer__widget p {
  color: white;
}
.footer__widget .ht-footer-subscribe-form {
  position: relative;
  z-index: 1;
}
.footer__widget .ht-footer-subscribe-form input {
  border: 0;
  color: white;
  font-size: 16px;
  background: #050d36;
  height: 50px;
  padding-left: 20px;
  width: 100%;
}
.footer__widget .ht-footer-subscribe-form input::placeholder {
  color: white;
  font-size: 16px;
}
.footer__widget .ht-footer-subscribe-form input::-moz-placeholder {
  color: white;
  font-size: 16px;
}
.footer__widget .ht-footer-subscribe-form input::-o-placeholder {
  color: white;
  font-size: 16px;
}
.footer__widget .ht-footer-subscribe-form input::-ms-placeholder {
  color: white;
  font-size: 16px;
}
.footer__widget .ht-footer-subscribe-form input::-webkit-placeholder {
  color: white;
  font-size: 16px;
}
.footer__widget .ht-footer-subscribe-form button {
  color: white;
  border: 0;
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
}

.social-links a {
  color: white;
  font-size: 20px;
  margin-right: 25px;
}
.social-links a:last-child {
  margin-right: 0;
}
.social-links a:hover {
  background: linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(93.42deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.category-widget {
  list-style: none;
}
.category-widget li a {
  color: white;
  font-size: 24px;
  line-height: 30px;
  font-family: "Space Grotesk", sans-serif;
  padding: 20px 30px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 1;
}
.category-widget li a::before {
  content: "";
  position: absolute;
  border-radius: 6px;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.category-widget li a:hover::before {
  width: 100%;
}
@media (max-width: 1200px) {
  .category-widget li a {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.widget-form {
  border-radius: 6px;
  padding: 50px 35px;
  background: rgba(255, 255, 255, 0.03);
}
.widget-form p {
  color: white;
}
.widget-form input,
.widget-form textarea {
  background: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: white;
  font-size: 16px;
  display: block;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 20px;
}
.widget-form input:focus,
.widget-form textarea:focus {
  outline: none;
  border-color: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
.widget-form input::placeholder,
.widget-form textarea::placeholder {
  color: white;
  font-size: 16px;
}
.widget-form input::-moz-placeholder,
.widget-form textarea::-moz-placeholder {
  color: white;
  font-size: 16px;
}
.widget-form input::-webkit-placeholder,
.widget-form textarea::-webkit-placeholder {
  color: white;
  font-size: 16px;
}
.widget-form input::-o-placeholder,
.widget-form textarea::-o-placeholder {
  color: white;
  font-size: 16px;
}
.widget-form input::-ms-placeholder,
.widget-form textarea::-ms-placeholder {
  color: white;
  font-size: 16px;
}
.widget-form textarea {
  height: 146px;
  resize: none;
  padding-top: 10px;
}
.widget-form .widget-btn {
  color: white;
  font-size: 16px;
  line-height: 19px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: linear-gradient(5deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(5deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(5deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(5deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(5deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  width: 100%;
  padding: 21px 0 20px 0;
}
.widget-form .widget-btn:hover {
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
}
@media (max-width: 1200px) {
  .widget-form {
    padding: 40px 15px;
  }
}

.widget-categories ul li a {
  color: #999999;
  font-size: 16px;
  padding: 15px 0;
  display: block;
  line-height: 1;
  font-weight: 700;
}
.widget-categories ul li a:hover {
  color: #050d36;
  text-decoration: underline;
}

.widget-file-download {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px 30px 30px;
}
.widget-file-download button {
  border: 0;
  color: white;
  background: #cf7a15;
  font-size: 24px;
  font-family: "Space Grotesk", sans-serif;
  display: block;
  width: 100%;
  padding: 30px 30px;
  text-align: start;
}
.widget-file-download button i {
  float: right;
}
.widget-file-download button:first-child {
  margin-bottom: 30px;
}
@media (max-width: 1599.98px) {
  .widget-file-download button {
    font-size: 20px;
    padding: 40px 15px 30px;
  }
}
@media (max-width: 767px) {
  .widget-file-download button {
    padding: 30px 15px;
  }
}

.page-navigation .page-link {
  display: inline-block;
  color: white;
  background: transparent;
  font-size: 16px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 20px;
  padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.page-navigation .page-link i {
  font-size: 24px;
}
.page-navigation .page-link:focus {
  z-index: 2;
  color: white;
  border-color: unset;
  outline: none;
  box-shadow: none;
}
.page-navigation .page-link:hover {
  color: white;
  background: #fd008b;
  border-color: #fd008b;
}

.widget__post {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
}
.widget__post .recent__post {
  display: flex;
  align-items: center;
}
.widget__post .recent__post img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 15px;
}
.widget__post .post-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget__post .post-list li {
  border-bottom: 2px solid rgba(253, 0, 139, 0.2);
  margin-bottom: 20px;
}
.widget__post .post-list li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.widget__post .post__content h5 {
  font-size: 20px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
}
.widget__post .post__content h5 a {
  color: white;
}
.widget__post .post__content h5 a:hover {
  color: #fd008b;
}
.widget__post .post__content span {
  font-size: 17px;
  background: linear-gradient(5deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(5deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(5deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(5deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(5deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1599.98px) {
  .widget__post .post__content h5 {
    font-size: 18px;
  }
}

.widget__search {
  background: rgba(255, 255, 255, 0.03);
}
.widget__search .search__form {
  position: relative;
  z-index: 1;
}
.widget__search .search__form input {
  color: white;
  font-size: 16px;
  height: 60px;
  width: 100%;
  line-height: 50px;
  padding-left: 22px;
  border: 0;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 6px;
}
.widget__search .search__form input::placeholder {
  color: white;
}
.widget__search .search__form input::-moz-placeholder {
  color: white;
}
.widget__search .search__form input::-webkit-placeholder {
  color: white;
}
.widget__search .search__form input::-o-placeholder {
  color: white;
}
.widget__search .search__form .widget-btn {
  border: 0;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  width: 54px;
  height: 50px;
  line-height: 50px;
  color: white;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 6px;
  z-index: 1;
}
.widget__search .search__form .widget-btn i {
  font-size: 16px;
}

.widget-categories-list {
  background: rgba(255, 255, 255, 0.03);
}
.widget-categories-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-categories-list ul li:last-child a {
  margin-bottom: 0;
}
.widget-categories-list ul li a {
  color: white;
  width: 100%;
  display: block;
  padding: 18px 20px 17px 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 21px;
  border-radius: 6px;
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  z-index: 1;
}
.widget-categories-list ul li a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: linear-gradient(93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  width: 2px;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.widget-categories-list ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: linear-gradient(-93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -moz-linear-gradient(-93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -ms-linear-gradient(-93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -o-linear-gradient(-93px, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  background: -webkit-linear-gradient(-93deg, #ff5c65 0%, #fd008b 53.12%, #6500fc 100%);
  width: 2px;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.widget-categories-list ul li a span {
  font-weight: 500;
  float: right;
}
.widget-categories-list ul li a:hover::before {
  border-radius: 6px;
  width: 100%;
}
.widget-categories-list ul li a:hover::after {
  width: 0;
}

.widget-categories-tag {
  background: rgba(255, 255, 255, 0.03);
}

.tag-list a {
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.03);
  display: inline-block;
  padding: 15px 21px;
  margin: 5px 5px;
  border-radius: 6px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.tag-list a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: white;
  width: 0px;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.tag-list a:hover {
  color: white;
}
.tag-list a:hover::before {
  width: 100%;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .tag-list a {
    padding: 16px 16px;
    margin: 5px 2px;
  }
}
@media (max-width: 767px) {
  .tag-list a {
    padding: 16px 10px;
    margin: 5px 2px;
  }
}

.contact-form-one .widget-form {
  background: rgba(255, 255, 255, 0);
  padding: 0;
}
.contact-form-one .widget-form .label {
  margin-bottom: 10px;
  font-size: 18px;
  color: white;
}
.contact-form-one .widget-form input,
.contact-form-one .widget-form textarea {
  background: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.7);
}
.contact-form-one .widget-form input::placeholder,
.contact-form-one .widget-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form-one .widget-form input::-moz-placeholder,
.contact-form-one .widget-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form-one .widget-form input::-o-placeholder,
.contact-form-one .widget-form textarea::-o-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form-one .widget-form input::-ms-placeholder,
.contact-form-one .widget-form textarea::-ms-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form-one .widget-form input::-webkit-placeholder,
.contact-form-one .widget-form textarea::-webkit-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.contact-form-one .widget-form textarea {
  height: 240px;
}

.counter__box {
  color: white;
  font-size: 32px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}
.counter__box h3 {
  font-size: 32px;
  display: inline-block;
}

.para-border-four {
  border-bottom: 2px dashed rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
}

.counter__container__two .counter__box {
  font-size: 48px;
}
.counter__container__two .counter__box .counter__number {
  font-size: 48px;
}
.counter__container__two .counter__box .counter__desc {
  font-size: 18px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .counter__container__two .counter__box {
    font-size: 32px;
  }
  .counter__container__two .counter__box .counter__number {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .counter__container__two .counter__box {
    font-size: 24px;
  }
  .counter__container__two .counter__box .counter__number {
    font-size: 24px;
  }
}

.cart-list-form {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cart-list-form .table th {
  font-weight: 400;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 30px;
  text-align: start;
  color: white;
}
.cart-list-form .table .product-thumbnails {
  padding-left: 20px;
  width: 100px;
}
.cart-list-form .table .product-thumbnails img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form .table .product-img {
  display: block;
  max-width: 100px;
  max-height: 100px;
  overflow: hidden;
}
.cart-list-form .table tbody td {
  border: none;
  vertical-align: middle;
  text-align: center;
  padding: 30px 0;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .product-thumbnails {
    padding-left: 10px;
  }
}

.cart-list-form .table-responsive {
  margin-bottom: 30px;
}
.cart-list-form .table-responsive::-webkit-scrollbar {
  width: 0.3em;
  height: 10px;
}
.cart-list-form .table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.cart-list-form .table-responsive::-webkit-scrollbar-thumb {
  background-color: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
.cart-list-form .table .product-info {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form .table .product-info ul.style-none {
  padding: 0;
  margin: 0;
}
.cart-list-form .table .product-info ul.style-none li {
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  color: white;
  padding-right: 15px;
}
.cart-list-form .table .product-info .product-name {
  font-weight: 500;
  letter-spacing: -0.5px;
  font-size: 20px;
  color: white;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .product-info .product-name {
    font-size: 18px;
  }
}
.cart-list-form .table .product-info .serial {
  font-size: 15px;
  color: white;
  padding-bottom: 6px;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .product-info {
    padding-left: 15px;
  }
}
.cart-list-form .table .quantity .product-value {
  font-weight: 500;
  font-size: 18px;
  color: white;
  max-width: 55px;
  background: 0 0;
  border: none;
  text-align: center;
  padding-left: 12px;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .quantity .product-value {
    max-width: 20px;
    padding-left: 0;
  }
}
.cart-list-form .table .quantity .order-box {
  padding: 0;
  margin: 0;
}
.cart-list-form .table .quantity li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form .table .quantity li .btn {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #050d36;
  background: #f7f7f7;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .quantity li .btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.cart-list-form .table .remove-product {
  color: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  font-size: 22px;
}
.cart-list-form .table tbody tr {
  padding: 10px 0;
  border-bottom: 1px solid rgba(119, 124, 144, 0.2);
}

.cart-list-form .table .price,
.cat__section .cart-footer .cart-total-table tr td {
  font-size: 18px;
  color: white;
  font-weight: 500;
}

.cart-footer .coupon-form {
  position: relative;
  z-index: 1;
}
.cart-footer .coupon-form input {
  width: 275px;
  border: none;
  background: #f7f7f7;
  font-size: 16px;
  color: #050d36;
  padding-left: 14px;
  height: 40px;
  border-radius: 6px;
}
.cart-footer .coupon-form input::placeholder {
  font-size: 16px;
  color: #050d36;
}
.cart-footer .coupon-form input::-moz-placeholder {
  font-size: 16px;
  color: #050d36;
}
.cart-footer .coupon-form input::-o-placeholder {
  font-size: 16px;
  color: #050d36;
}
.cart-footer .coupon-form input::-webkit-placeholder {
  font-size: 16px;
  color: #050d36;
}
.cart-footer .coupon-form input::-ms-placeholder {
  font-size: 16px;
  color: #050d36;
}
.cart-footer .coupon-form .coupon_btn {
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  height: 40px;
  padding: 0;
  width: 130px;
  text-transform: capitalize;
}
.cart-footer .coupon-form .coupon_btn:hover {
  color: white;
}
.cart-footer .coupon-form .coupon_btn:hover::before {
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
.cart-footer .update-section p {
  color: white;
  margin-bottom: 10px;
  cursor: pointer;
}
.cart-footer .update-cart-button {
  color: white;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  background: #050d36;
  width: max-content;
  height: 40px;
  display: inline-block;
  margin-top: -3px;
}

.cart-total-section {
  padding: 40px 30px;
  border-radius: 6px;
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -moz-linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -ms-linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -o-linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -webkit-linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  backdrop-filter: blur(7.5px);
}
.cart-total-section .checkout-process {
  width: 100%;
  text-align: center;
  background: #050d36;
  color: white;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 10px 25px;
}
@media only screen and (max-width: 767.98px) {
  .cart-total-section {
    padding: 40px 15px;
  }
}

.cart-total-table tbody tr {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(119, 124, 144, 0.2);
  margin-bottom: 25px;
}
.cart-total-table tbody tr:last-child {
  border-bottom: 0;
}
.cart-total-table tbody th,
.cart-total-table tbody td {
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0px;
}

.checkout-form label {
  color: white;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
}
.checkout-form .single-input-wrapper,
.checkout-form textarea {
  width: 100%;
  border-radius: 6px;
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -moz-linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -ms-linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -o-linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -webkit-linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  backdrop-filter: blur(7.5px);
  border: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  line-height: 60px;
  margin-bottom: 25px;
}
.checkout-form .single-input-wrapper::placeholder,
.checkout-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}
.checkout-form .single-input-wrapper::-ms-placeholder,
.checkout-form textarea::-ms-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
.checkout-form .single-input-wrapper::-o-placeholder,
.checkout-form textarea::-o-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
.checkout-form .single-input-wrapper::-moz-placeholder,
.checkout-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
.checkout-form .single-input-wrapper::-webkit-placeholder,
.checkout-form textarea::-webkit-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}
.checkout-form .ht-select-menu {
  width: 100%;
  border-radius: 6px;
  background: linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -moz-linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -ms-linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -o-linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -webkit-linear-gradient(91deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  backdrop-filter: blur(7.5px);
  border: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  line-height: 60px;
  position: relative;
  z-index: 10;
}
.checkout-form .nice-select {
  position: relative;
  z-index: 10;
}
.checkout-form .nice-select .option {
  color: #050d36;
}
.checkout-form textarea {
  padding-top: 20px;
  height: 200px;
}
.checkout-form .checkbox-list {
  list-style: none;
  padding: 0;
}

.payment-list {
  padding: 0;
  list-style: none;
}
.payment-list p {
  color: white;
}
.payment-list .credit-card-form h6 {
  font-size: 16px;
}
.payment-list .credit-card-form input {
  width: 100%;
  border: 1px solid rgba(119, 124, 144, 0.15);
  padding-left: 10px;
  display: block;
  margin-bottom: 15px;
}

.checkout__section {
  overflow: hidden;
}

.shopping-cart {
  color: white;
  display: inline-block;
  position: relative;
  font-size: 24px;
  margin-right: 30px;
}
.shopping-cart span {
  position: absolute;
  background: #ef6f31;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  padding: 0;
  line-height: 17px;
  top: -12px;
  right: -18px;
  left: auto;
  font-size: 14px;
}
.shopping-cart:hover {
  color: white;
}

.shopping-cart {
  color: white;
  display: inline-block;
  position: relative;
  font-size: 20px;
  margin-right: 30px;
}
.shopping-cart span {
  position: absolute;
  background: #ef6f31;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  padding: 0;
  line-height: 17px;
  top: -12px;
  right: -16px;
  left: auto;
}
.shopping-cart:hover {
  color: white;
}

.sidebar__title h4 {
  color: white;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .sidebar__title h4 {
    font-size: 22px;
  }
}

.categories-accordion .accordion-item {
  background-color: transparent;
  border: 0;
}
.categories-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.categories-accordion .accordion-button {
  border-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 16px;
  color: white;
  font-weight: 400;
  border: 0;
  background-color: rgba(255, 255, 255, 0.03);
  padding: 5px 8px;
  border-radius: 6px;
}
.categories-accordion .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.categories-accordion .accordion-button::after {
  content: "\f078";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  background: none;
  transition: transform 0.2s ease-in-out;
  height: unset;
  width: unset;
}
.categories-accordion .accordion-button:not(.collapsed)::after {
  content: "\f078";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  background: none;
  transform: rotate(180deg);
  height: unset;
  width: unset;
}
.categories-accordion .accordion-button:not(.collapsed) {
  color: white;
}
.categories-accordion .accordion-item .accordion-collapse {
  list-style: none;
  border: 0;
  border-width: 0;
  background-color: rgba(255, 255, 255, 0.03);
  padding-left: 0;
}
.categories-accordion .accordion-item .accordion-collapse li {
  padding: 13px 0 0 22px;
}
.categories-accordion .accordion-item .accordion-collapse li:last-child {
  padding-bottom: 20px;
}
.categories-accordion .accordion-item .accordion-collapse li a {
  color: white;
  font-size: 15px;
  line-height: 1;
}

.highlight_content li:first-child {
  margin-bottom: 8px;
}
.highlight_content li a {
  color: white;
  font-size: 15px;
  font-weight: 300;
}

.price_range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.price_range .filter {
  border: 0;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 13px;
}
.price_range label {
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.price_range #amount {
  background: 0;
  color: white !important;
  display: inline-block;
}

.ui-widget.ui-widget-content {
  position: relative;
  border: 0;
}

.ui-widget-content {
  border: 1px solid white;
  background: #cf7a15;
  color: white;
  border: 0;
  border-radius: 4px;
}

.ui-slider-horizontal {
  height: 6px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 50%;
  border: 3px solid white;
  top: -4px;
  background: #fff;
}

.ui-widget-header {
  border: 0;
  background: #e6e6e6;
  color: white;
  font-weight: bold;
  position: absolute;
  height: 100%;
}

.ui-state-active,
.ui-state-hover:hover,
.ui-state-active:focus {
  border-color: red;
  background-color: white;
}

.widget_review .form-check .form-check-input {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  width: 20px;
  height: 20px;
  background: white;
  margin-right: 8px;
}
.widget_review .form-check .form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.widget_review .form-check input[type="checkbox"] {
  color: #fbb807;
}
.widget_review .form-check input {
  color: #fbb807;
}
.widget_review .products_rating a {
  color: #fbb807;
}
.widget_review .products_rating span {
  color: white;
}

.color_picker a {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 13px;
  margin-bottom: 10px;
}

.product__wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 12px;
}
.product__wrapper:hover .action-btn {
  right: 16px;
}

.action-btn {
  position: absolute;
  top: 20px;
  right: -50px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.action-btn a {
  color: #050d36;
  font-size: 15px;
  display: block;
  line-height: 35px;
  background: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  text-align: center;
  margin-bottom: 5px;
}
.action-btn a:nth-child(2) {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.action-btn a:nth-child(3) {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.action-btn a:nth-child(4) {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.action-btn a:hover {
  color: white;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}

.figure-caption {
  padding: 3px 20px 15px 20px;
}
.figure-caption .product-tag {
  color: #fd008b;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
  border-bottom: 1px solid #cf7a15;
  display: inline-block;
  margin-bottom: 13px;
}
.figure-caption .product__title {
  color: #161b2d;
  margin-bottom: 4px;
  display: inline-block;
}
.figure-caption .product__title:hover {
  color: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
.figure-caption .price {
  color: #050d36;
  font-size: 16px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 15px;
}
.figure-caption .price .old-price {
  margin-right: 12px;
}
.figure-caption .price .new-price {
  color: rgba(5, 13, 54, 0.5);
}
@media (max-width: 991.98px) {
  .figure-caption .semi-title {
    font-size: 20px;
  }
}

.cart-btn {
  overflow: hidden;
  color: white;
  font-size: 16px;
  line-height: 1;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  width: 100%;
  display: block;
  text-align: center;
  padding: 18px 0;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.cart-btn::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #fd008b;
}
.cart-btn:hover {
  color: white;
}
.cart-btn:hover::before {
  top: -40%;
}

.sort-item {
  color: white;
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif;
}
.sort-item .sort-btn {
  line-height: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 0;
  padding: 16px 25px;
  margin-left: 25px;
}
.sort-item .sort-btn i {
  margin-left: 16px;
}
.sort-item .sort-btn::after {
  display: none;
}
.sort-item .sort-btn:hover {
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}

.product__item__slider .product-item img {
  display: block;
  padding: 10px;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .product__item__slider .product-item img {
    width: 100%;
    padding: 0;
  }
}

.product__thumb__slider .product-item img {
  display: inline-block;
  padding: 10px;
  padding-left: 0;
  width: 100%;
}

.cart-plus-minus {
  position: relative;
  display: inline-block;
}
.cart-plus-minus input {
  color: white;
  background: rgba(255, 255, 255, 0.07);
  border: 0;
  height: 50px;
  width: 130px;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  margin-top: 1px;
  border-radius: 12px;
}
.cart-plus-minus .qtybutton {
  background: white;
  width: 35px;
  height: 35px;
  line-height: 30px;
  position: absolute;
  border-radius: 50%;
  font-size: 25px;
  color: #111d5e;
  left: 7px;
  top: 18%;
  z-index: 1;
  cursor: pointer;
}
.cart-plus-minus .inc {
  left: auto;
  right: 7px;
  line-height: 35px;
}

.product__details .product-title {
  color: white;
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product__details .product-title {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .product__details .product-title {
    font-size: 24px;
  }
}
.product__details .price-list .old-price {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 10px;
}
.product__details .price-list .new-price {
  font-size: 22px;
  color: white;
  font-family: "Space Grotesk", sans-serif;
}
.product__details .add-to-cart {
  overflow: hidden;
  color: #050d36;
  font-size: 16px;
  line-height: 20px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  background: white;
  padding: 14px 40px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.product__details .add-to-cart::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #fd008b;
}
.product__details .add-to-cart:hover {
  color: white;
}
.product__details .add-to-cart:hover::before {
  top: -40%;
}
@media (max-width: 767px) {
  .product__details .add-to-cart {
    text-align: center;
    width: 100%;
    padding: 16px 23px;
  }
}
.product__details .cart-btn {
  width: unset;
  padding: 16px 133px;
  line-height: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .product__details .cart-btn {
    width: 100%;
    padding: 16px 23px;
  }
}

.product-rating a {
  color: #f7c600;
  font-size: 24px;
  margin-right: 5px;
}
.product-rating a:last-child {
  color: white;
}

.color-mode {
  display: flex;
  align-items: center;
}
.color-mode p {
  color: white;
  margin-bottom: 0;
}
.color-mode .color-cus {
  background: white;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 7px;
}

.product-tab {
  border: 0;
  background: 0;
  border-radius: 0;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 2px 0;
}
.product-tab .nav-link {
  border: 0;
  border-radius: 0;
  color: white;
  font-size: 17px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  padding: 15px 0;
  margin: 0 30px;
}
.product-tab .nav-link.active, .product-tab .nav-link:hover {
  color: #fd008b;
  background-color: transparent;
  border-bottom: 2px solid #fd008b;
}

.cart-menu-right {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right.cart-info {
  right: 0;
  opacity: 1;
  visibility: visible;
  display: block;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right .close-icon a {
  color: #222222;
  padding-left: 10px;
  position: absolute;
  top: 36px;
  border: 1px solid red;
  padding-left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-menu-right .close-icon a i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-menu-right .close-icon a:hover {
  color: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
.cart-menu-right .close-icon a:hover i {
  transform: rotate(180deg);
}

.cart-style-1 {
  padding: 100px 30px 30px 20px;
  position: fixed;
  z-index: 1200;
  width: 450px;
  height: 100%;
  left: auto;
  right: -450px;
  top: 0;
  background: white;
  box-shadow: 0 1px 21px 0 rgba(43, 43, 43, 0.08);
  transition: all 0.5s ease-in-out;
}
.cart-style-1 .dropdown-cart-products {
  overflow-y: auto;
}
.cart-style-1 .product {
  display: flex;
  align-items: flex-start;
  padding: 10px 20px 25px 10px;
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
.cart-style-1 .product__cart-details {
  margin-bottom: 0;
}
.cart-style-1 .product__cart-details .product-title {
  color: #050d36;
  font-weight: 400;
  margin-bottom: 10px;
}
.cart-style-1 .product__cart-details .product-title a:hover {
  color: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
.cart-style-1 .product .cart-product-info {
  color: #050d36;
}
.cart-style-1 .product figure {
  margin-bottom: 0;
}
.cart-style-1 .product .product-img {
  display: block;
  width: 132px;
  height: auto;
}
.cart-style-1 .product .remove-btn {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-100%);
}
.cart-style-1 .product .remove-btn i {
  color: #050d36;
  font-size: 14px;
  line-height: 1;
}
.cart-style-1 .cart-total {
  display: flex;
  align-items: flex-end;
  color: #050d36;
  text-transform: uppercase;
}
.cart-style-1 .cart-total .cart-total-price {
  margin-left: auto;
}
.cart-style-1 .cart-action .btn {
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  border-radius: 0;
  padding: 6px 20px;
  border: 0;
}
.cart-style-1 .cart-action .btn-outline-primary-2 {
  background: transparent;
  border: 1px solid linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 6px 30px 6px 20px;
  margin-left: 10px;
}
.cart-style-1 .cart-action .btn-outline-primary-2 i {
  transform: translateX(10px);
  line-height: 1;
}
.cart-style-1 .cart-action .btn-outline-primary-2:hover {
  color: white;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
@media only screen and (max-width: 767.98px) {
  .cart-style-1 {
    width: 315px;
  }
  .cart-style-1 .product .product-img {
    width: 88px;
  }
  .cart-style-1 .product .product-img img {
    width: 100%;
  }
}

.social-style-two a {
  color: white;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social-style-two a:hover {
  color: #fd008b;
  transform: scale(1.1);
}

.product__review__section .description-content p {
  color: white;
}

.ch__feature2 a {
  background: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-left: 0;
  padding-right: 0;
}
.ch__feature2 a:last-child {
  border: 0;
}
.ch__feature2 a::before {
  display: none;
}
.ch__feature2 a span {
  display: inline-block;
  border: 2px solid rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ch__feature2 a:hover span {
  border-color: #fd008b;
  color: #fd008b;
}

.ht__feature__two {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 28px 30px 28px;
  position: relative;
  z-index: 1;
}
.ht__feature__two .ht__feature-icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: -37px;
  left: 0;
  right: 0;
  margin: 0 auto 21px auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht__feature__two .ht_btn_two {
  color: white;
  font-size: 23px;
  width: 50px;
  height: 50px;
  line-height: 49px;
  border: 2px solid #fd008b;
  display: inline-block;
  border-radius: 50%;
}
.ht__feature__two:hover .ht__feature-icon {
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
}
@media only screen and (max-width: 1200px) {
  .ht__feature__two {
    padding: 100px 15px 30px 15px;
  }
}

.ht__feature__three {
  padding-left: 28px;
  padding-right: 28px;
  border-radius: 12px;
  display: inline-block;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01) 100%);
  position: relative;
  z-index: 1;
}
.ht__feature__three::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 2px solid;
  border-image-slice: 1;
  border-width: 2px;
  border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 100%);
}
.ht__feature__three .ht__feature-icon {
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 100%);
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 94px;
  border-radius: 50%;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.ht__feature__three:hover .ht__feature-icon {
  top: -55px;
}

.ht-feature-title {
  font-size: 26px;
}
@media only screen and (max-width: 1200px) {
  .ht-feature-title {
    font-size: 22px;
  }
}

.comingsoon__wrapper .comingsoon__title {
  font-size: 64px;
}
@media only screen and (max-width: 1600px) {
  .comingsoon__wrapper .comingsoon__title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991.98px) {
  .comingsoon__wrapper .comingsoon__title {
    font-size: 28px;
  }
}
.comingsoon__wrapper p {
  max-width: 662px;
  margin: 0 auto;
}

.website__timer {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  max-width: 450px;
  display: flex;
  justify-content: center;
  justify-content: space-between;
}
.website__timer .timer__content .timer__number {
  font-size: 48px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .website__timer .timer__content .timer__number {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .website__timer .timer__content .timer__number {
    font-size: 24px;
  }
}
.website__timer .timer__content .timer__days {
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.video__bg__one {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
}

.video__container {
  max-width: 1520px;
}

.teams__style__one {
  position: relative;
  z-index: 1;
}
.teams__style__one .teams__thumb img {
  border-radius: 12px;
}
.teams__style__one .teams__content {
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 77, 108, 0.3) 0%, rgba(143, 0, 221, 0.1) 100%);
  background: linear-gradient(180deg, rgba(255, 77, 108, 0.3) 0%, rgba(143, 0, 221, 0.1) 100%);
  background: linear-gradient(180deg, rgba(255, 77, 108, 0.3) 0%, rgba(143, 0, 221, 0.1) 100%);
  background: linear-gradient(180deg, rgba(255, 77, 108, 0.3) 0%, rgba(143, 0, 221, 0.1) 100%);
  background: linear-gradient(180deg, rgba(255, 77, 108, 0.3) 0%, rgba(143, 0, 221, 0.1) 100%);
  backdrop-filter: blur(12.5px);
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -50px;
  z-index: 3;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}
.teams__style__one .teams__content .member__name {
  color: white;
  font-size: 28px;
}
.teams__style__one .teams__content .member__designation {
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.teams__style__one .teams__content .member__desc {
  height: 0px;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.teams__style__one .teams__content .member__description {
  color: white;
}
.teams__style__one:hover .teams__content .member__desc {
  height: 100%;
  display: inline-block;
}
@media only screen and (max-width: 767.98px) {
  .teams__style__one:hover .teams__content .member__desc {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .teams__style__one .teams__content {
    left: 10px;
    right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .teams__style__one .teams__content .member__name {
    font-size: 22px;
  }
}

.teams__social__links a {
  display: inline-block;
  color: #050d36;
  font-size: 18px;
  width: 40px;
  height: 40px;
  background: white;
  line-height: 40px;
  border-radius: 6px;
  margin: 0 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.teams__social__links a i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.teams__social__links a:hover {
  color: white;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
}
.teams__social__links a:hover i {
  transform: rotate(360deg);
}

.style__2 .teams__content {
  position: absolute;
}
.style__2 .teams__content::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  border-radius: 0 0 12px 12px;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.style__2:hover .teams__content::before {
  height: 100%;
  border-radius: 12px;
  z-index: -1;
}

.team__details__section .team__details__wrapper {
  background: rgba(255, 255, 255, 0.05);
  padding: 55px 50px 25px 50px;
  border-radius: 12px;
}
@media only screen and (max-width: 767.98px) {
  .team__details__section .team__details__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.team__details__section .team__name {
  font-size: 40px;
}
@media only screen and (max-width: 1200px) {
  .team__details__section .team__name {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  .team__details__section .team__name {
    font-size: 24px;
  }
}
.team__details__section .team__tags a {
  color: white;
  font-size: 20px;
  display: inline-block;
  font-weight: 400;
}
.team__details__section .team__info__list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
.team__details__section .team__info__list li {
  display: block;
  width: 50%;
}
@media only screen and (max-width: 767.98px) {
  .team__details__section .team__info__list li {
    width: 100%;
  }
}
.team__details__section .team__info__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.team__details__section .team__info__box .team__icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50px;
  margin-right: 15px;
  border: 2px solid #fd008b;
}
.team__details__section .team__info__box .team__info__content .info__label {
  color: white;
  font-size: 20px;
  display: block;
  font-weight: 700;
  margin-bottom: 2px;
}
.team__details__section .team__info__box .team__info__content .info__title {
  color: white;
  font-size: 18px;
  font-weight: 400;
}
.team__details__section .social-links h4 {
  font-size: 24px;
}
.team__details__section .social-links a {
  color: #fd008b;
  font-size: 18px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  margin-right: 20px;
  background: linear-gradient(93deg, rgba(255, 92, 101, 0.1) 0%, rgba(253, 0, 139, 0.1) 53.12%, rgba(101, 0, 252, 0.1) 100%);
  background: -moz-linear-gradient(93deg, rgba(255, 92, 101, 0.1) 0%, rgba(253, 0, 139, 0.1) 53.12%, rgba(101, 0, 252, 0.1) 100%);
  background: -ms-linear-gradient(93deg, rgba(255, 92, 101, 0.1) 0%, rgba(253, 0, 139, 0.1) 53.12%, rgba(101, 0, 252, 0.1) 100%);
  background: -o-linear-gradient(93deg, rgba(255, 92, 101, 0.1) 0%, rgba(253, 0, 139, 0.1) 53.12%, rgba(101, 0, 252, 0.1) 100%);
  background: -webkit-linear-gradient(93deg, rgba(255, 92, 101, 0.1) 0%, rgba(253, 0, 139, 0.1) 53.12%, rgba(101, 0, 252, 0.1) 100%);
}
.team__details__section .social-links a:last-child {
  margin-right: 0;
}
.team__details__section .social-links a:hover {
  color: white;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
@media only screen and (max-width: 767.98px) {
  .team__details__section .social-links a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.team__details__section .team__details__img__wrapper img {
  border-radius: 12px;
}
.team__details__section p {
  color: white;
  margin-bottom: 20px;
}

.project__details__section p {
  color: white;
  margin-bottom: 30px;
}
.project__details__section .project__details__thumb img {
  border-radius: 12px;
}

.project__wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project__wrapper .project__thumb img {
  border-radius: 14px;
  width: 100%;
}
.project__wrapper .project__content {
  position: absolute;
  z-index: 1;
  left: 5%;
  top: 100%;
  right: 5%;
  bottom: -100%;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
  backdrop-filter: blur(20px);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__wrapper .project__content h5 {
  font-size: 20px;
  font-weight: 500;
}
.project__wrapper .project__content .project__title {
  font-size: 36px;
}
@media only screen and (max-width: 1200px) {
  .project__wrapper .project__content .project__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .project__wrapper .project__content .project__title {
    font-size: 22px;
  }
}
.project__wrapper .project__content .more__btn {
  width: 80px;
  height: 80px;
  background: white;
  line-height: 76px;
}
.project__wrapper .project__content .more__btn:hover {
  background: #050d36;
}
.project__wrapper:hover .project__content {
  top: 5%;
  bottom: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 991.98px) {
  .project__wrapper .project__content {
    left: 15px;
    right: 15px;
  }
}

.portfolio-menu .gf_btn {
  color: white;
  font-size: 18px;
  font-size: 500;
  line-height: 18px;
  padding: 16px 23px;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}
.portfolio-menu .gf_btn::before {
  content: "";
  position: absolute;
  z-index: 1;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(5deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(5deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(5deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(5deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(5deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  -webkit-transform: 0.3s;
  -ms-transform: 0.3s;
  transform: 0.3s;
}
.portfolio-menu .gf_btn:hover::before {
  height: 100%;
  border-radius: 6px;
  z-index: -1;
}

.project__info__content {
  border: 2px solid #fd008b;
  border-radius: 12px;
  padding: 40px;
}
.project__info__content .project__info__title {
  font-size: 24px;
}
.project__info__content .project__info {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.project__info__content .project__info li {
  width: 50%;
}
@media only screen and (max-width: 767.98px) {
  .project__info__content .project__info li {
    width: 100%;
  }
}
.project__info__content .project__info__box {
  margin-bottom: 17px;
}
.project__info__content .project__info__box .info__label {
  color: white;
  font-size: 16px;
}
.project__info__content .project__info__box .info__title {
  color: white;
  font-size: 18px;
}
.project__info__content .project__tag .project__tag__title {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.project__info__content .project__tag a {
  color: white;
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .project__info__content {
    padding: 40px 10px;
  }
}

.shopping-cart {
  color: white;
  display: inline-block;
  position: relative;
  font-size: 20px;
  margin-right: 30px;
}
.shopping-cart span {
  position: absolute;
  background: #ef6f31;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  padding: 0;
  line-height: 17px;
  top: -12px;
  right: -16px;
  left: auto;
}
.shopping-cart:hover {
  color: white;
}

.sidebar__title h4 {
  color: white;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 1200px) {
  .sidebar__title h4 {
    font-size: 22px;
  }
}

.categories-accordion .accordion-item {
  background-color: transparent;
  border: 0;
}
.categories-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.categories-accordion .accordion-button {
  border-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 16px;
  color: white;
  font-weight: 400;
  border: 0;
  background-color: rgba(255, 255, 255, 0.03);
  padding: 5px 8px;
  border-radius: 6px;
}
.categories-accordion .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.categories-accordion .accordion-button::after {
  content: "\f078";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  background: none;
  transition: transform 0.2s ease-in-out;
  height: unset;
  width: unset;
}
.categories-accordion .accordion-button:not(.collapsed)::after {
  content: "\f078";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  background: none;
  transform: rotate(180deg);
  height: unset;
  width: unset;
}
.categories-accordion .accordion-button:not(.collapsed) {
  color: white;
}
.categories-accordion .accordion-item .accordion-collapse {
  list-style: none;
  border: 0;
  border-width: 0;
  background-color: rgba(255, 255, 255, 0.03);
  padding-left: 0;
}
.categories-accordion .accordion-item .accordion-collapse li {
  padding: 13px 0 0 22px;
}
.categories-accordion .accordion-item .accordion-collapse li:last-child {
  padding-bottom: 20px;
}
.categories-accordion .accordion-item .accordion-collapse li a {
  color: white;
  font-size: 15px;
  line-height: 1;
}

.highlight_content li:first-child {
  margin-bottom: 8px;
}
.highlight_content li a {
  color: white;
  font-size: 15px;
  font-weight: 300;
}

.price_range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.price_range .filter {
  border: 0;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 13px;
}
.price_range label {
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.price_range #amount {
  background: 0;
  color: white !important;
  display: inline-block;
}

.ui-widget.ui-widget-content {
  position: relative;
  border: 0;
}

.ui-widget-content {
  border: 1px solid white;
  background: #cf7a15;
  color: white;
  border: 0;
  border-radius: 4px;
}

.ui-slider-horizontal {
  height: 6px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 50%;
  border: 3px solid white;
  top: -4px;
  background: #fff;
}

.ui-widget-header {
  border: 0;
  background: #e6e6e6;
  color: white;
  font-weight: bold;
  position: absolute;
  height: 100%;
}

.ui-state-active,
.ui-state-hover:hover,
.ui-state-active:focus {
  border-color: red;
  background-color: white;
}

.widget_review .form-check .form-check-input {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  width: 20px;
  height: 20px;
  background: white;
  margin-right: 8px;
}
.widget_review .form-check .form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.widget_review .form-check input[type="checkbox"] {
  color: #fbb807;
}
.widget_review .form-check input {
  color: #fbb807;
}
.widget_review .products_rating a {
  color: #fbb807;
}
.widget_review .products_rating span {
  color: white;
}

.color_picker a {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 13px;
  margin-bottom: 10px;
}

.product__wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 12px;
}
.product__wrapper:hover .action-btn {
  right: 16px;
}

.action-btn {
  position: absolute;
  top: 20px;
  right: -50px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.action-btn a {
  color: #050d36;
  font-size: 15px;
  display: block;
  line-height: 35px;
  background: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  text-align: center;
  margin-bottom: 5px;
}
.action-btn a:nth-child(2) {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.action-btn a:nth-child(3) {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.action-btn a:nth-child(4) {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.action-btn a:hover {
  color: white;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}

.figure-caption {
  padding: 3px 20px 15px 20px;
}
.figure-caption .product-tag {
  color: #fd008b;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
  border-bottom: 1px solid #cf7a15;
  display: inline-block;
  margin-bottom: 13px;
}
.figure-caption .product__title {
  color: #161b2d;
  margin-bottom: 4px;
  display: inline-block;
}
.figure-caption .product__title:hover {
  color: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
.figure-caption .price {
  color: #050d36;
  font-size: 16px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  margin-bottom: 15px;
}
.figure-caption .price .old-price {
  margin-right: 12px;
}
.figure-caption .price .new-price {
  color: rgba(5, 13, 54, 0.5);
}
@media (max-width: 991.98px) {
  .figure-caption .semi-title {
    font-size: 20px;
  }
}

.cart-btn {
  overflow: hidden;
  color: white;
  font-size: 16px;
  line-height: 1;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  width: 100%;
  display: block;
  text-align: center;
  padding: 18px 0;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.cart-btn::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #fd008b;
}
.cart-btn:hover {
  color: white;
}
.cart-btn:hover::before {
  top: -40%;
}

.sort-item {
  color: white;
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif;
}
.sort-item .sort-btn {
  line-height: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 0;
  padding: 16px 25px;
  margin-left: 25px;
}
.sort-item .sort-btn i {
  margin-left: 16px;
}
.sort-item .sort-btn::after {
  display: none;
}
.sort-item .sort-btn:hover {
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}

.product__item__slider .product-item img {
  display: block;
  padding: 10px;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .product__item__slider .product-item img {
    width: 100%;
    padding: 0;
  }
}

.product__thumb__slider .product-item img {
  display: inline-block;
  padding: 10px;
  padding-left: 0;
  width: 100%;
}

.cart-plus-minus {
  position: relative;
  display: inline-block;
}
.cart-plus-minus input {
  color: white;
  background: rgba(255, 255, 255, 0.07);
  border: 0;
  height: 50px;
  width: 130px;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  margin-top: 1px;
  border-radius: 12px;
}
.cart-plus-minus .qtybutton {
  background: white;
  width: 35px;
  height: 35px;
  line-height: 30px;
  position: absolute;
  border-radius: 50%;
  font-size: 25px;
  color: #111d5e;
  left: 7px;
  top: 18%;
  z-index: 1;
  cursor: pointer;
}
.cart-plus-minus .inc {
  left: auto;
  right: 7px;
  line-height: 35px;
}

.product__details .product-title {
  color: white;
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product__details .product-title {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .product__details .product-title {
    font-size: 24px;
  }
}
.product__details .price-list .old-price {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-right: 10px;
}
.product__details .price-list .new-price {
  font-size: 22px;
  color: white;
  font-family: "Space Grotesk", sans-serif;
}
.product__details .add-to-cart {
  overflow: hidden;
  color: #050d36;
  font-size: 16px;
  line-height: 20px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  background: white;
  padding: 14px 40px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.product__details .add-to-cart::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #fd008b;
}
.product__details .add-to-cart:hover {
  color: white;
}
.product__details .add-to-cart:hover::before {
  top: -40%;
}
@media (max-width: 767px) {
  .product__details .add-to-cart {
    text-align: center;
    width: 100%;
    padding: 16px 23px;
  }
}
.product__details .cart-btn {
  width: unset;
  padding: 16px 133px;
  line-height: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .product__details .cart-btn {
    width: 100%;
    padding: 16px 23px;
  }
}

.product-rating a {
  color: #f7c600;
  font-size: 24px;
  margin-right: 5px;
}
.product-rating a:last-child {
  color: white;
}

.color-mode {
  display: flex;
  align-items: center;
}
.color-mode p {
  color: white;
  margin-bottom: 0;
}
.color-mode .color-cus {
  background: white;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 7px;
}

.product-tab {
  border: 0;
  background: 0;
  border-radius: 0;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  padding: 2px 0;
}
.product-tab .nav-link {
  border: 0;
  border-radius: 0;
  color: white;
  font-size: 17px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  padding: 15px 0;
  margin: 0 30px;
}
.product-tab .nav-link.active, .product-tab .nav-link:hover {
  color: #fd008b;
  background-color: transparent;
  border-bottom: 2px solid #fd008b;
}

.cart-menu-right {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right.cart-info {
  right: 0;
  opacity: 1;
  visibility: visible;
  display: block;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right .close-icon a {
  color: #222222;
  padding-left: 10px;
  position: absolute;
  top: 36px;
  border: 1px solid red;
  padding-left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-menu-right .close-icon a i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-menu-right .close-icon a:hover {
  color: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
.cart-menu-right .close-icon a:hover i {
  transform: rotate(180deg);
}

.cart-style-1 {
  padding: 100px 30px 30px 20px;
  position: fixed;
  z-index: 1200;
  width: 450px;
  height: 100%;
  left: auto;
  right: -450px;
  top: 0;
  background: white;
  box-shadow: 0 1px 21px 0 rgba(43, 43, 43, 0.08);
  transition: all 0.5s ease-in-out;
}
.cart-style-1 .dropdown-cart-products {
  overflow-y: auto;
}
.cart-style-1 .product {
  display: flex;
  align-items: flex-start;
  padding: 10px 20px 25px 10px;
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
.cart-style-1 .product__cart-details {
  margin-bottom: 0;
}
.cart-style-1 .product__cart-details .product-title {
  color: #050d36;
  font-weight: 400;
  margin-bottom: 10px;
}
.cart-style-1 .product__cart-details .product-title a:hover {
  color: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
.cart-style-1 .product .cart-product-info {
  color: #050d36;
}
.cart-style-1 .product figure {
  margin-bottom: 0;
}
.cart-style-1 .product .product-img {
  display: block;
  width: 132px;
  height: auto;
}
.cart-style-1 .product .remove-btn {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-100%);
}
.cart-style-1 .product .remove-btn i {
  color: #050d36;
  font-size: 14px;
  line-height: 1;
}
.cart-style-1 .cart-total {
  display: flex;
  align-items: flex-end;
  color: #050d36;
  text-transform: uppercase;
}
.cart-style-1 .cart-total .cart-total-price {
  margin-left: auto;
}
.cart-style-1 .cart-action .btn {
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  border-radius: 0;
  padding: 6px 20px;
  border: 0;
}
.cart-style-1 .cart-action .btn-outline-primary-2 {
  background: transparent;
  border: 1px solid linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 6px 30px 6px 20px;
  margin-left: 10px;
}
.cart-style-1 .cart-action .btn-outline-primary-2 i {
  transform: translateX(10px);
  line-height: 1;
}
.cart-style-1 .cart-action .btn-outline-primary-2:hover {
  color: white;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
@media only screen and (max-width: 767.98px) {
  .cart-style-1 {
    width: 315px;
  }
  .cart-style-1 .product .product-img {
    width: 88px;
  }
  .cart-style-1 .product .product-img img {
    width: 100%;
  }
}

.social-style-two a {
  color: white;
  font-size: 18px;
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social-style-two a:hover {
  color: #fd008b;
  transform: scale(1.1);
}

.product__review__section .description-content p {
  color: white;
}

/*footer-area */
.footer-area {
  position: relative;
  z-index: 1;
}

/*footer-bg-one*/
.footer-bg-one {
  background: rgba(255, 255, 255, 0.03);
  position: relative;
  z-index: 1;
}
.footer-bg-one .foot-pattern {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.footer-bg-one .foot-pattern-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.footer-bg-wrapper,
.footer-cta-info {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.footer__widget iframe {
  width: 100%;
  height: 264px;
  border-radius: 5px;
}

.footer__menu {
  padding: 0;
}
.footer__menu li {
  list-style: none;
  display: inline-block;
}
.footer__menu li:last-child a {
  margin-right: 0;
}
.footer__menu li a {
  color: white;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  display: inline-block;
  margin-right: 50px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 1200px) {
  .footer__menu li a {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  .footer__menu li a {
    margin-right: 8px;
  }
}
.footer__menu li a:hover {
  color: #fd008b;
}

.copyright__text p {
  color: white;
}

.right-language .language-btn {
  color: white;
  font-size: 24px;
  font-weight: 700;
}
.right-language .language-btn i {
  color: white;
  font-size: 14px;
  font-weight: 300;
}
.right-language .language-btn::after {
  color: #050d36;
  display: none;
}
.right-language .dropdown-menu {
  min-width: 170px;
  padding: 10px 0;
  background: white;
  box-shadow: 0px 25px 50px 0px rgba(213, 216, 223, 0.5);
  border: 1px solid #f8f8f8;
  border-radius: 0;
  top: 20px;
  text-align: left;
}
.right-language .dropdown-menu li {
  display: block;
}
.right-language .dropdown-menu li a {
  display: block;
  padding: 0 15px;
  font-size: 15px;
  color: #050d36;
  line-height: 35px;
  text-transform: uppercase;
}
.right-language .dropdown-menu li a:hover {
  color: white;
  background: linear-gradient(93.42deg, #ff5c65 0%, rgba(253, 0, 139, 0.9) 53.12%, #6500fc 100%);
}
@media only screen and (max-width: 1200px) {
  .right-language .language-btn {
    font-size: 18px;
  }
}

.footer__two .footer__widget .footer-logo {
  margin-bottom: 35px;
  display: inline-block;
}
.footer__two .footer__widget .social-links {
  margin-top: 32px;
}
.footer__two .footer__widget .social-links a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  background: rgba(253, 0, 139, 0.1);
  text-align: center;
  line-height: 45px;
  color: #fd008b;
}
.footer__two .footer__widget .social-links a:hover {
  color: white;
  -webkit-text-fill-color: unset;
}
.footer__two .footer__widget ul li:last-child a::after {
  display: none;
}
.footer__two .footer__widget ul li a {
  padding-bottom: 16px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
}
.footer__two .footer__widget ul li a::before {
  content: "\F285";
  font-family: "bootstrap-icons";
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  left: -2px;
  top: 0;
  z-index: 1;
}
.footer__two .footer__widget ul li a::after {
  content: " ";
  background: rgba(255, 255, 255, 0.2);
  width: 160px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer__two .footer__widget ul li a:hover {
  color: #fd008b;
}
.footer__two .footer__widget ul li a:hover::after {
  background: #fd008b;
}
.footer__two .footer__widget .ht-footer-subscribe-form input {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  padding-left: 20px;
  margin-bottom: 20px;
}
.footer__two .footer__widget .ht-footer-subscribe-form button {
  position: relative;
  width: 100%;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 13px 0;
  top: unset;
  right: unset;
  height: max-content;
}
.footer__two .footer__widget .ht-footer-subscribe-form button:hover {
  background: linear-gradient(0deg, #6500fc 0%, #fd008b 53.12%, #ff5c65 100%);
  background: -moz-linear-gradient(0deg, #6500fc 0%, #fd008b 53.12%, #ff5c65 100%);
  background: -o-linear-gradient(0deg, #6500fc 0%, #fd008b 53.12%, #ff5c65 100%);
  background: -ms-linear-gradient(0deg, #6500fc 0%, #fd008b 53.12%, #ff5c65 100%);
  background: -webkit-linear-gradient(0deg, #6500fc 0%, #fd008b 53.12%, #ff5c65 100%);
}
.footer__two .links-list a {
  color: white;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  display: block;
  margin-top: 18px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer__two .links-list a span {
  background: rgba(253, 0, 139, 0.2);
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.thumb-gallery {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.thumb-gallery .thumb-gallery-img {
  display: inline-block;
  margin: 8px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.thumb-gallery .thumb-gallery-img::before {
  content: "\F470";
  font-family: bootstrap-icons;
  color: white;
  font-size: 30px;
  text-align: center;
  line-height: 100px;
  position: absolute;
  background: rgba(253, 0, 139, 0.3);
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  visibility: hidden;
}
.thumb-gallery .thumb-gallery-img img {
  border-radius: 5px;
}
.thumb-gallery .thumb-gallery-img:hover::before {
  visibility: visible;
  height: 100%;
}

.footer__three {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer__three .shapes__1,
.footer__three .shapes__2,
.footer__three .shapes__3 {
  position: absolute;
  z-index: -1;
}
.footer__three .shapes__1 {
  bottom: 48px;
  left: 164px;
}
.footer__three .shapes__2 {
  right: 200px;
  bottom: 255px;
}
.footer__three .shapes__3 {
  top: 67px;
  right: 65.2%;
}
.footer__three .blur__f1 {
  width: 387px;
  height: 387px;
  border-radius: 387px;
  opacity: 0.2;
  background: #eb5757;
  filter: blur(150px);
  position: absolute;
  z-index: -1;
  left: -72px;
  top: -87px;
}
.footer__three .blur__f2 {
  position: absolute;
  z-index: -1;
  width: 359px;
  height: 359px;
  border-radius: 359px;
  opacity: 0.2;
  background: #bb6bd9;
  filter: blur(150px);
  bottom: -140px;
  right: 75%;
}
.footer__three .blur__f3 {
  position: absolute;
  z-index: -1;
  width: 383px;
  height: 383px;
  border-radius: 383px;
  opacity: 0.3;
  background: #104cba;
  filter: blur(150px);
  right: -37px;
  top: 0;
}
.footer__three .blur__f4 {
  position: absolute;
  z-index: -1;
  width: 495px;
  height: 495px;
  border-radius: 495px;
  opacity: 0.2;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  filter: blur(150px);
  right: 32.5%;
  bottom: 0;
}
.footer__three .footer-logo {
  display: inline-block;
  margin-bottom: 30px;
}
.footer__three .social-links {
  margin-top: 25px;
}
.footer__three .footer__widget ul li a span {
  background: rgba(253, 0, 139, 0.3);
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-right: 5px;
}

.footer-wrapper-three {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}
.footer-wrapper-three .foot-pattern {
  position: absolute;
  left: 0;
  bottom: -130px;
  z-index: -1;
}
.footer-wrapper-three .foot-pattern-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.footer__four {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.footer__four::before {
  content: " ";
  background: #050d36;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.footer__four .foot_shape__1d {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.footer__four .foot_shape__2d {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.footer__four .copyright__area__two {
  border-radius: 12px 12px 0px 0px;
  background: linear-gradient(135deg, rgba(255, 92, 101, 0.1) 0%, rgba(253, 0, 139, 0.1) 53.13%, rgba(101, 0, 252, 0.1) 100%);
  backdrop-filter: blur(7.5px);
}

.footer__five .footer__blur1 {
  position: absolute;
  z-index: -1;
  border-radius: 540px;
  opacity: 0.15;
  background: linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -ms-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -moz-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -o-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  background: -webkit-linear-gradient(135deg, #ff5c65 0%, #fd008b 53.13%, #6500fc 100%);
  filter: blur(150px);
  width: 540px;
  height: 540px;
  left: 120px;
  bottom: 0;
}
.footer__five .footer__blur2 {
  position: absolute;
  z-index: -1;
  border-radius: 563px;
  opacity: 0.15;
  background: #913bff;
  filter: blur(150px);
  width: 563px;
  height: 563px;
  right: 20px;
  top: 66px;
}
.footer__five .contact__wrapper__five .footer__info-box.emails::before {
  width: 3px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  left: -68px;
  top: 0;
}
.footer__five .contact__wrapper__five .footer__info-box.emails::after {
  width: 3px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  top: 0;
}
.footer__five .contact__wrapper__five .icon {
  margin-top: 0;
}
.footer__five .copyright__area__two {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

/* Web Hosting Cards Styles */
.web-hosting-card {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 2px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    padding: 30px;
}

.web-hosting-card:hover {
    transform: translateY(-10px);
    border-color: rgba(147, 59, 255, 0.3);
    box-shadow: 0 20px 40px rgba(147, 59, 255, 0.15);
}

.web-card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(147, 59, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.web-hosting-card:hover .web-card-glow {
    opacity: 1;
}

.web-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    z-index: 2;
}

.basic-badge {
    background: linear-gradient(135deg, #bb6bd9 0%, #d199e8 100%);
    color: white;
    border: 1px solid rgba(187, 107, 217, 0.5);
}

.popular-badge {
    background: linear-gradient(135deg, #00d4ff 0%, #0099ff 100%);
    color: white;
}

.premium-badge {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: 1px solid rgba(118, 75, 162, 0.5);
}

.web-plan-header {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.web-icon img {
    filter: drop-shadow(0 4px 8px rgba(147, 59, 255, 0.3));
}

.web-plan-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 8px;
}

.web-subtitle {
    color: #aaa;
    font-size: 0.95rem;
    margin: 0;
}

.web-price-section {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.web-price {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
    display: inline-flex;
    align-items: baseline;
}

.web-popular .web-price {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.web-premium .web-price {
    background: linear-gradient(135deg, #bb6bd9 0%, #d199e8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.web-price .price-unit {
    font-size: 1rem;
    font-weight: 600;
    margin-left: 3px;
    color: #888 !important;
    -webkit-text-fill-color: #888 !important;
}

.price-period {
    color: #bbb;
    font-size: 0.9rem;
    margin-bottom: 5px;
}

.price-normal {
    color: #999;
    font-size: 0.85rem;
}

.web-features-section {
    padding: 20px 0;
}

.web-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.web-feature-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.web-feature-list li:hover {
    background: rgba(255, 255, 255, 0.03);
    padding-left: 10px;
    border-radius: 8px;
}

.web-feature-list li:last-child {
    border-bottom: none;
}

.web-feature-list li i {
    color: #22c55e;
    font-size: 1.1em;
    margin-right: 12px;
    min-width: 20px;
}

.web-popular .web-feature-list li i {
    color: #f59e0b;
}

.web-premium .web-feature-list li i {
    color: #bb6bd9;
}

.web-feature-list strong {
    color: white;
    font-weight: 600;
}

.info-tooltip {
    color: #bb6bd9;
    cursor: help;
    transition: all 0.3s ease;
    margin-left: auto;
}

.info-tooltip:hover {
    color: #d199e8;
    transform: scale(1.1);
}

.web-plan-footer {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.web-btn {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border: none;
    padding: 14px 28px;
    border-radius: 12px;
    color: white;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    width: 100%;
    justify-content: center;
    font-size: 1rem;
}

.web-btn:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.3);
    color: white;
}

.web-btn:focus {
    color: white;
    outline: none;
}

.popular-btn {
    background: linear-gradient(135deg, #00d4ff 0%, #0099ff 100%) !important;
}

.popular-btn:hover {
    background: linear-gradient(135deg, #0099ff 0%, #0077cc 100%) !important;
    box-shadow: 0 8px 25px rgba(0, 153, 255, 0.4) !important;
}

.premium-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
}

.premium-btn:hover {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%) !important;
    box-shadow: 0 8px 25px rgba(118, 75, 162, 0.4) !important;
}

/* Reseller Web Cards Styling */
.reseller-web-card {
  position: relative;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 20px;
  transition: all 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

.reseller-web-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.reseller-card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  border-radius: 50%;
  filter: blur(40px);
}

.reseller-web-card:hover .reseller-card-glow {
  opacity: 0.1;
}

.basic-glow {
  background: conic-gradient(from 0deg, transparent, rgba(187, 107, 217, 0.15), transparent);
}

.popular-glow {
  background: conic-gradient(from 0deg, transparent, rgba(0, 153, 255, 0.15), transparent);
}

.premium-glow {
  background: conic-gradient(from 0deg, transparent, rgba(118, 75, 162, 0.15), transparent);
}

.reseller-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  z-index: 3;
  text-transform: uppercase;
}

.reseller-badge.basic-badge {
  background: linear-gradient(135deg, #bb6bd9 0%, #d199e8 100%);
  color: #fff;
  border: 1px solid rgba(187, 107, 217, 0.5);
}

.reseller-badge.popular-badge {
  background: linear-gradient(135deg, #00d4ff 0%, #0099ff 100%);
  color: #fff;
  border: 1px solid rgba(0, 153, 255, 0.6);
}

.reseller-badge.premium-badge {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border: 1px solid rgba(118, 75, 162, 0.5);
}

.reseller-plan-header {
  text-align: center;
  z-index: 2;
  position: relative;
}

.reseller-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  border-radius: 20px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.reseller-plan-title {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.reseller-subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  text-align: center;
  margin: 0;
}

.reseller-price-section {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}

.reseller-price {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
}

.price-unit {
  font-size: 1rem;
  font-weight: 400;
  opacity: 0.8;
}

.price-period {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.price-normal {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
}

.reseller-features-section {
  padding: 0;
}

.reseller-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reseller-feature-list li {
  display: flex;
  align-items: center;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.reseller-feature-list li:last-child {
  border-bottom: none;
}

.reseller-feature-list li i {
  color: #bb6bd9;
  margin-right: 12px;
  width: 16px;
  text-align: center;
}

.reseller-popular .reseller-feature-list li i {
  color: #00d4ff;
}

.reseller-premium .reseller-feature-list li i {
  color: #667eea;
}

.reseller-plan-footer {
  text-align: center;
  padding-top: 20px;
}

.reseller-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
}

.reseller-btn i {
  margin-right: 8px;
}

.reseller-btn.basic-btn {
  background: linear-gradient(135deg, #bb6bd9 0%, #d199e8 100%);
  color: #fff;
  border-color: #bb6bd9;
}

.reseller-btn.basic-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(187, 107, 217, 0.4);
}

.reseller-btn.popular-btn {
  background: linear-gradient(135deg, #00d4ff 0%, #0099ff 100%);
  color: #fff;
  border-color: #00d4ff;
}

.reseller-btn.popular-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0, 153, 255, 0.4);
}

.reseller-btn.premium-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  border-color: #667eea;
}

.reseller-btn.premium-btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(118, 75, 162, 0.4);
}

/* Hide red blur elements */
.blur__p4,
.blur__p1,
.blur__p5 {
    display: none !important;
}

[class*="blur__p"] {
    display: none !important;
}

.price__area [class*="blur"],
.page__banner__one [class*="blur"] {
    display: none !important;
}

/* Web Plesk Table Styles */
.web-table-container {
    padding: 0;
    border-radius: 20px;
    overflow-x: auto;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    margin-top: -50px;
    width: 100%;
    max-width: 100%;
}

.web-comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    table-layout: fixed;
}

.web-comparison-table colgroup col:first-child {
    width: 25%;
}

.web-comparison-table colgroup col {
    width: 25%;
}

.web-comparison-table thead th {
    padding: 0;
    border: none;
    position: relative;
}

.feature-header {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    color: #bb6bd9;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: left;
    padding: 70px 15px 18px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: bottom;
}

.plan-header {
    text-align: center;
    padding: 15px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    vertical-align: middle;
}

.plan-header:last-child {
    border-right: none;
}

.plan-popular {
    background: transparent;
}


.plan-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    padding: 15px 0;
}

.plan-price {
    font-size: 1.6rem;
    font-weight: 800;
    background: linear-gradient(135deg, #bb6bd9 0%, #d199e8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.plan-popular .plan-price {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Blue button for Cloud Intel */
.blue-btn {
    background: linear-gradient(135deg, #00d4ff 0%, #0099ff 100%);
    color: white;
    border-color: #00d4ff;
}

.blue-btn:hover {
    background: linear-gradient(135deg, #0099ff 0%, #0077cc 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 153, 255, 0.4);
    color: white;
    border-color: #0099ff;
}

/* Web Plesk specific colors */
.btn-web-popular {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
    color: white;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
}

.btn-web-popular:hover {
    background: linear-gradient(135deg, #db2777 0%, #be185d 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(236, 72, 153, 0.3);
    color: white;
}

.web-comparison-table .plan-popular .plan-price {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.web-comparison-table .btn-popular {
    background: linear-gradient(135deg, #ec4899 0%, #db2777 100%);
}

.web-comparison-table .btn-popular:hover {
    background: linear-gradient(135deg, #db2777 0%, #be185d 100%);
    box-shadow: 0 8px 25px rgba(236, 72, 153, 0.3);
}

.plan-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: white;
    margin: 0;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 
                 0 0 20px rgba(255, 255, 255, 0.3), 
                 0 0 30px rgba(255, 255, 255, 0.2);
}

.plan-btn {
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
}

.btn-basic {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: white;
}

.btn-basic:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.3);
    color: white;
}

.btn-popular {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
}

.btn-popular:hover {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.3);
    color: white;
}

.btn-premium {
    background: linear-gradient(135deg, #bb6bd9 0%, #d199e8 100%);
    color: white;
}

.btn-premium:hover {
    background: linear-gradient(135deg, #a855f7 0%, #9333ea 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(187, 107, 217, 0.3);
    color: white;
}

.web-comparison-table tbody tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.web-comparison-table tbody tr:last-child {
    border-bottom: none;
}

.web-comparison-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.03);
}

.feature-name {
    padding: 18px 15px;
    color: #e0e0e0;
    font-weight: 500;
    text-align: left;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
}

.feature-value {
    padding: 18px 20px;
    color: #e0e0e0;
    font-weight: 500;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.feature-value:last-child {
    border-right: none;
}

.feature-value.highlight {
    background: linear-gradient(135deg, #bb6bd9 0%, #d199e8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.check-icon {
    color: #22c55e;
    font-size: 1.2rem;
    font-weight: 700;
}

.plan-popular .check-icon {
    color: #f59e0b;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .web-comparison-table {
        font-size: 0.9rem;
    }
    
    .plan-price {
        font-size: 1.4rem;
    }
    
    .plan-btn {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
    
    .feature-name, .feature-value {
        padding: 12px 10px;
    }
}

.web-btn i {
    font-size: 1.1em;
}

/*# sourceMappingURL=main.css.map */

/* Tailwind-like utility classes for CGU page */
.text-gray-600 {
  color: #6b7280;
}

.text-blue-600 {
  color: #2563eb;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.space-y-6 > * + * {
  margin-top: 1.5rem;
}

.space-y-1 > * + * {
  margin-top: 0.25rem;
}

.list-disc {
  list-style-type: disc;
}

.list-inside {
  list-style-position: inside;
}

.ml-4 {
  margin-left: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}
