@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  font-family: "Inter", sans-serif;
  font-display: swap;
}

:root {
  --background-color: #f9fafe;
  --blue: #1e80fe;
  --black-light: #1c2243;
  --white: #fff;
  --black: #050b2d;
}

@font-face {
  font-family: SuisseIntl-Bold;
  src: url(./fonts/SuisseIntl-Bold.ttf?v1);
  font-display: swap;
}

body {
  background: var(--background-color);
}

button:focus,
button:active,
button:focus-visible,
button:focus:not(:focus-visible),
.btn:focus,
.btn:active,
.btn:focus-visible,
.btn:focus:not(:focus-visible) {
  outline: none !important;
  box-shadow: none !important;
}

a {
  text-decoration: none;
}

.custom-container {
  max-width: 1736px;
}

.custom-container .navbar {
  background: var(--white);
  backdrop-filter: blur(100px);
  border-radius: 20px;
}

.bg-primary {
  background: #338bff;
  transition: 0.3s !important;
}

.logo-title {
  font-family: SuisseIntl-Bold;
  font-display: swap;
  font-weight: 700;
  gap: 9.2px;
  color: #222536;
}

.navbar .navbar-ul {
  text-align: center;
}

.navbar .navbar-ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #222536;
  opacity: 0.5;
  transition: 0.3s;
}

.navbar .navbar-ul li a:hover,
.navbar .navbar-ul li a.active {
  opacity: 1;
}

.navbar .navbar-btn {
  color: var(--white);
  border-radius: 12px;
  padding: 11px 18px;
  font-size: 20px;
  gap: 10px;
  transition: 0.3s;
  max-width: 155px;
}

.footer-button a svg path,
.navbar .navbar-btn svg path {
  transition: 0.3s !important;
}

.custom-container .center-header {
  padding-top: 120px;
}

.custom-container .center-header h4 {
  color: #2785fe;
  font-size: 24px;
  font-weight: 600;
}

.custom-container .center-header h1 {
  font-weight: 600;
  font-size: 48px;
  color: var(--black);
}

.custom-container .center-header h1 span {
  position: relative;
  color: var(--blue);
}

.custom-container .center-header h1 span img {
  position: absolute;
  top: -7px;
  left: -11px;
}

.custom-container .center-header p {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
}

.search-input {
  max-width: 100%;
  margin: 20px auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid;
  border-image-source: linear-gradient(0deg, #1e80fe, #1e80fe);
  transition: all 0.4s;
}

.search-input input {
  border: none;
  box-shadow: none;
  background: transparent !important;
  color: var(--black);
  font-weight: 500;
  font-size: 18px;
  caret-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.search-input input:focus {
  outline: none;
  box-shadow: none;
}

.search-input button {
  color: var(--white);
  font-size: 18px;
}

.popular-domain h2,
.live-shop h2 {
  color: var(--black-light);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 32px;
}

.live-shop h2 {
  margin-bottom: 3px;
}

.popular-domain .card {
  border-radius: 16px;
  border: none;
  padding: 30px 0;
  margin-bottom: 10px;
}

.popular-domain a.card {
  text-decoration: none !important;
  background: var(--black-light);
}

.popular-domain a.card h3 {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
}

.popular-domain a.card p {
  color: #d2dcff;
  font-weight: 600;
}

.popular-domain .card h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--black-light);
  margin-bottom: 10px;
}

.popular-domain .card p {
  margin-bottom: 0;
  color: var(--blue);
  font-size: 16px;
  font-weight: 600;
}

.live-shop .swiper-slide {
  background: var(--white);
  border-radius: 12px;
  padding: 24px;
}

.live-shop .swiper-slide .top-swiper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.live-shop .swiper-slide .top-swiper .domain-name,
.live-shop .swiper-slide .top-swiper .domain-price {
  margin-bottom: 12px;
  background: #f9fafe;
  display: flex;
  align-items: center;
  border-radius: 8px;
}

.live-shop .swiper-slide .top-swiper .domain-name h3,
.live-shop .swiper-slide .top-swiper .domain-price p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--black-light);
  padding: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: inline-block;
  opacity: 1 !important;
}

.live-shop .swiper-slide span,
.live-shop .swiper-slide p {
  opacity: 0.5;
  font-size: 16px;
  color: var(--black-light);
  margin-top: 12px;
  margin-bottom: 0;
}

.live-shop .swiper-button-next,
.live-shop .swiper-button-prev {
  top: 15px;
  width: 10px;
  opacity: 0.5;
}

.live-shop .swiper-button-next:hover,
.live-shop .swiper-button-prev:hover {
  opacity: 1;
}

.live-shop .swiper-button-prev {
  left: auto;
  right: 40px;
}

.live-shop .swiper-button-next::after,
.live-shop .swiper-button-prev::after {
  display: none;
}

.live-shop .swiper {
  padding-top: 50px;
  margin-top: -25px;
}

.advantages .card {
  padding: 24px 24px 32px 24px;
}

.advantages .card img,
.advantages .card video {
  width: 32px;
  margin-bottom: 10px;
}

.advantages .card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--black-light);
  margin-bottom: 10px;
}

.advantages .card p {
  font-size: 16px;
  font-weight: 400;
  color: var(--black-light);
  opacity: 0.5;
}

.advantages .card .images {
  position: relative;
  height: 170px;
  margin-top: 30px;
}

.advantages .card .images img {
  width: fit-content;
}

.advantages .card .images img:nth-child(1) {
  top: 0;
  left: 0;
}

.advantages .card .images img:nth-child(2) {
  top: 50px;
  left: 65px;
}

.advantages .card .images img:nth-child(3) {
  top: 80px;
  left: 0;
}

.advantages .card .images img:nth-child(4) {
  top: 0;
  left: 140px;
}

.advantages .card .images img:nth-child(5) {
  top: 80px;
  left: 170px;
}

.advantages .card .images img:nth-child(6) {
  top: 20px;
  left: 300px;
}

.advantages .card .images img:nth-child(7) {
  top: 80px;
  left: 348px;
}

.d-none {
  display: none;
}

.Interesting .card {
  border: none;
}

.Interesting .swiper-slide {
  padding: 15px !important;
}

.toggle-text {
  color: var(--blue) !important;
  opacity: 1 !important;
  padding-top: 12px;
}

.texts {
  background-color: var(--white);
  border-radius: 12px;
  padding: 24px;
  margin-top: 20px;
}

.texts h4 {
  opacity: 0.5;
  font-size: 16px;
  font-weight: 700;
  color: var(--black-light);
  margin-bottom: 10px;
}

.texts p {
  font-size: 16px;
  color: var(--black-light);
  opacity: 0.5;
  font-weight: 400;
  margin-bottom: 30px;
}

.texts h3, .texts h2 {
  font-size: 20px;
  color: var(--black-light);
  opacity: 0.5;
  font-weight: 500;
  margin-bottom: 10px;
}

.texts li {
  font-size: 16px;
  color: var(--black-light);
  opacity: 0.5;
  font-weight: 400;
  margin-left: 20px;
}

.texts p:last-child {
  margin-bottom: 0;
}

.doira {
  width: 30px;
  height: 30px;
  background: radial-gradient(circle at top, rgba(30, 128, 254, 1) 0%, rgb(107, 171, 255) 100%);
  position: absolute;
  top: 40%;
  border-radius: 100%;
  left: 10%;
}

.doira::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  width: 30px;
  height: 60px;
  background: linear-gradient(#d3e4fc, #ffffff);
  z-index: -1;
  transform: rotate(-20deg);
}

.dot-com {
  position: absolute;
  left: 15%;
  top: 44%;
  transform: rotate(-10deg);
  background: transparent;
  color: #007aff;
  border: 1px solid #007bff6a;
  border-radius: 30px;
  padding: 7px 30px;
  box-shadow: 2px 20px 10px #007bff06;
  transition: all 0.3s;
  text-align: center;
}

.dot-com p,
.dot-com-2 p,
.dot-com-3 p,
.dot-com-4 p {
  font-size: 25px;
  margin: 0;
  font-weight: 700;
}

.dot-com-2 {
  position: absolute;
  left: 12%;
  top: 70%;
  transform: rotate(-13deg);
  background: transparent;
  color: #007aff;
  border: 1px solid #007bff6a;
  border-radius: 30px;
  padding: 7px 30px;
  box-shadow: 2px 20px 10px #007bff06;
  transition: all 0.3s;
  text-align: center;
}

.dot-com-3 {
  position: absolute;
  right: 15%;
  top: 50%;
  transform: rotate(10deg);
  background: transparent;
  color: #007aff;
  border: 1px solid #007bff6a;
  border-radius: 30px;
  padding: 7px 30px;
  box-shadow: 2px 20px 10px #007bff06;
  transition: all 0.3s;
  text-align: center;
}

.doira-1 {
  width: 20px;
  height: 20px;
  background: radial-gradient(circle at top, rgba(30, 128, 254, 1) 0%, rgb(107, 171, 255) 100%);
  position: absolute;
  top: 55%;
  border-radius: 100%;
  right: 10%;
}

.doira-1::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 80%;
  width: 20px;
  height: 50px;
  background: linear-gradient(#d3e4fc, #ffffff);
  z-index: -1;
  transform: rotate(35deg);
}

.dot-com-4 {
  position: absolute;
  right: 12%;
  top: 76%;
  transform: rotate(13deg);
  background: transparent;
  color: #007aff;
  border: 1px solid #007bff6a;
  border-radius: 30px;
  padding: 7px 30px;
  box-shadow: 2px 20px 10px #007bff06;
  transition: all 0.3s;
  text-align: center;
}

header .custom-container {
  position: relative;
}

.responsive_off .container {
  margin-top: 100px;
  padding: 30px 0;
  border-top: 1px solid rgba(90, 104, 154, 0.2);
}

.footer {
  display: flex;
  justify-content: space-between;
  width: 70%;
}

footer li {
  list-style: none;
  margin-bottom: 20px;
}

footer .footer-logo p {
  font-weight: 400;
  font-size: 16px;
  color: #1c2243;
  opacity: 0.25;
}

footer ul li b {
  color: #1c2243;
  font-size: 16px;
  font-weight: 600;
}

footer ul li a {
  color: #1c2243;
  opacity: 0.5;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer_bottom {
  opacity: 0.5;
  font-size: 14px;
  font-weight: 400;
  color: #1c2243;
}

.search-input .hover-btn:hover,
.hover-btn:hover {
  background: rgba(30, 128, 254, 0.12) !important;
  color: rgba(30, 128, 254, 1) !important;
}

.navbar-btn {
  transition: 0.3s;
}

.footer-button a {
  display: flex;
  gap: 7px;
  max-width: 125px;
}

.footer-button a:hover svg path,
.navbar .navbar-btn:hover svg path {
  fill: rgba(30, 128, 254, 1);
}

.reviews_title {
  text-align: center;
  margin-top: 50px;
}

.reviews_title h2 {
  font-weight: 600;
  font-size: 48px;
  color: rgba(5, 11, 45, 1);
  margin: 15px 0;
}

.reviews-block .star {
  display: flex;
  align-items: center;
}

.reviews-block .star img {
  height: 100%;
}

.reviews-block .top {
  display: flex;
  justify-content: space-between;
}

.reviews-block .top .right .star svg {
  height: 18px;
  width: 18px;
}

.reviews-block .top .left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviews-block .top .left .user-title h4 {
  color: rgba(28, 34, 67, 1);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}

.reviews-block .top .left .user {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.reviews-block .top .left .user img {
  width: 100%;
  height: 100%;
}

.reviews-block .top .left .user-title p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  opacity: 0.5;
  color: rgba(28, 34, 67, 1);
}

.live-shop .swiper-slide .reviews-block {
  height: auto;
}

.reviews_title p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(5, 11, 45, 1);
  opacity: 0.5;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: #007aff;
  border-radius: 20px;
  border: 3px solid transparent;
}

.breadcrumb-block {
  display: flex;
  justify-content: center;
}

.domain-result {
  border-radius: 16px;
  padding: 12px;
  align-items: center;
  margin-bottom: 24px;
}

.domain-result .btn {
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 20px;
}

.domain-result .domain-name {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  margin-left: 8px;
}

.domain-result .price {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  margin-left: 8px;
}

.domain-result .question {
  margin-top: -25px;
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.badge-trust {
  border-radius: 500px;
  background-color: #1e80fe21;
  color: #1E80FE;
  font-size: 18px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 6px;
}

.badge-available {
  border-radius: 500px;
  background-color: #16AB7621;
  color: #16AB76;
  font-size: 18px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 6px;
}

.badge-taken {
  border-radius: 500px;
  background-color: #FB376621;
  color: #FB3766;
  font-size: 18px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 6px;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border: none;
}

.modal-footer {
  border: none;
}

.close-modal {
  padding: 0;
  border: 0;
  right: -25px;
  top: -22px;
  position: absolute;
  background: none;
}

.modal-content {
  background-color: #fff !important;
  border: none;
  border-radius: 16px;
  padding: 32px;
}

.modal-body {
  padding: 0 !important;
}

.modal-backdrop {
  background-color: #bababa;
}

.modal::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(8px);
  z-index: -1;
}

.navbar {
  z-index: 9999;
  border-radius: 20px;
}

.modal-open {
  overflow-y: auto !important;
}

.btn {
  background: linear-gradient(to bottom, #2785FE, #4D9AFF);
  border-radius: 12px;
  color: #fff;
}

.bg-gradient-primary {
  background-color: #4D9AFF;
}

.purchase-btn {
  color: #fff;
  font-size: 20px;
  padding: 12px 22px;
}

.rounded-20 {
  border-radius: 20px !important
}

.rounded-12 {
  border-radius: 12px !important
}

.blog-card {
  border: none !important;
  border-radius: 16px;
  transition: all 0.4s;
}

.blog-card:hover {
  scale: 1.02;
}

.blog-card .badge-blog-date {
  background-color: #00000049;
  backdrop-filter: blur(4px);
  color: #ebebeb;
  bottom: 35px;
  left: 36px;
  padding: 8px 12px;
  position: absolute;
  font-size: 16px;
}

.blog-card .badge-blog-new {
  background-color: #F9FAFE;
  color: #1C2243;
  top: 35px;
  right: 36px;
  padding: 8px 12px;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.article-title-card {
  background-color: #050B2D;
  padding: 24px;
  border-radius: 12px;
  height: 250px;
  display: flex;
  flex-direction: column;
  background-image: url('/images/article-title-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}

.article-title-card h2, .article-registration {
  opacity: 1 !important;
}

.article-title-card .logo {
  max-width: 139px;
}

.article-title-card .article-name {
  max-width: 350px;
  font-size: 24px;
  color: #fff;
  margin-top: 24px;
}

.article-title-card .badge-date {
  background-color: #D2DCFF33;
  color: #D2DCFF;
  padding: 8px 12px;
  font-size: 16px;
}

.article-title-domain {
  background-color: #F5F7FF;
  padding: 24px;
  border-radius: 12px;
  height: 250px;
  display: flex;
  flex-direction: column;
  border: none;
}

.article-title-domain p {
  max-width: 425px;
}

.fs-64 {
  font-size: 64px !important
}

@media (max-width:1000px) {
  .fs-64 {
    font-size: 48px !important
  }
}

.scale-animation {
  transition: 0.3s !important;
}

.scale-animation:hover {
  scale: 1.05;
}

ul {
  padding: 0 !important;
}

.swiper-slide.new-slide {
  animation: fadeIn 0.3s ease-in-out forwards;
}

.swiper-slide.removed-slide {
  animation: slideOutRight 0.3s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(100%);
  }
}

.search-input:focus-within {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}

#main-text {
  transition: all 0.5s;
}

.search-loader {
  width: 31px;
  padding: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #1E80FE;
  --_m:
    conic-gradient(#0000 10%, #000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

@keyframes l3 {
  to {
    transform: rotate(1turn)
  }
}

.sorting {
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #1C2243;
  display: flex;
  gap: 5px;
  align-items: center;
}

.sorting-menu {
  border-radius: 12px;
  background-color: #1C2243;
  padding: 0;
}

.sorting-menu .dropdown-item {
  color: #fff;
  padding: 14px 16px;
  font-size: 16px;
  transition: all 0.5s;
}

.sorting-menu .dropdown-item:hover {
  background-color: #20274a;
}

.sorting-menu .dropdown-item:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.sorting-menu .dropdown-item:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}


.sorting-separator {
  margin: 0;
  padding: 0;
  border-top: 1px solid #5A689A;
}

#article_content,
#article_content li,
#article_content p,
#article_content h4,
#article_content h3,
#article_content h2 {
  opacity: 1 !important;
}

#article_content img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}

.hdn-txt {
  color: #f9fafe;
  margin-bottom: 0;
  line-height: 0;
}