@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  background: #F8FBFF;
  transition: 0.2s;
  overflow-x: hidden;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1.5;
}
.wow {
  visibility: hidden;
  will-change: transform, opacity;
}
.wow.animated {
  visibility: visible;
}
.animated {
  animation-fill-mode: both;
  animation-duration: 1s;
}
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'bai jamjuree';
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
img {
  max-width: 100%;
  height: auto;
  loading: lazy;
  aspect-ratio: attr(width) / attr(height);
  contain: layout;
  will-change: auto;
}
img[width][height] {
  aspect-ratio: attr(width) / attr(height);
  contain: layout;
}
.slider-area {
  min-height: 600px;
  contain: layout;
}
.slider-area img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  contain: layout;
  will-change: auto;
}
.content_box_style1 {
  contain: layout;
}
.content_box_style1 img {
  width: 100%;
  height: auto;
  min-height: 300px;
  object-fit: cover;
  contain: layout;
  will-change: auto;
}
html {
  --primary-text-color: #545454;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #4A90D9;
}
::-webkit-scrollbar-thumb:hover {
  background: #ad61d3;
}
.shadow1 {
  background: #FFFFFF;
  /* DROPDOWN1 */
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.btn {
  transition: 0.2s;
}
.btn:hover {
  transition: 0.2s;
  opacity: 0.8;
}
.btn-default {
  color: #4A90D9;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 25px 0px 25px 5px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 20px;
  transition: 0.2s;
}
.btn-default:hover {
  background: transparent;
  color: #fff;
  transition: 0.2s;
}
.btn-default:hover i {
  margin-left: 40px;
  transition: 0.2s;
}
.btn-default i {
  margin-left: 30px;
  font-size: 30px;
  transition: 0.2s;
}
.btn-default b {
  margin-left: 5px;
}
.btn-purple-solid {
  border: 1px solid #4A90D9;
  background: transparent;
  border-radius: 25px 0px 25px 5px;
  height: 50px;
  display: flex;
  color: #4A90D9;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 20px;
  transition: 0.2s;
}
.btn-purple-solid:hover {
  background: transparent;
  color: #fff;
  background: #4A90D9;
  transition: 0.2s;
}
.btn-purple-solid:hover i {
  margin-left: 40px;
  transition: 0.2s;
}
.btn-purple-solid i {
  margin-left: 30px;
  font-size: 30px;
  transition: 0.2s;
}
.btn-purple-solid b {
  margin-left: 5px;
}
.header-top {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: linear-gradient(90deg, #4EFF5F 0%, #FFCD4E 100%);
  text-transform: uppercase;
  gap: 40px;
  display: flex;
  align-items: center;
}
.header-top ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  animation: marquee 50s linear infinite forwards;
}
.header-top ul li {
  margin: 0 10px;
}
.header-top ul li a {
  font-weight: 800;
  margin: 0;
  white-space: nowrap;
  color: #000;
  font-family: bai jamjuree;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.header-top ul li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.header-top ul li a .bg-white {
  padding: 0 4px;
  height: 30px;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}
.header-top::after,
.header-top::before {
  width: 60px;
  position: absolute;
  height: 40px;
  z-index: 2;
  content: '';
}
.header-top::after {
  right: 0;
  top: 0;
  background: linear-gradient(90deg, #e8d450 0 0%, #FFCD4E 100%);
}
.header-top::before {
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #4EFF5F 0%, #4eff60 1f 100%);
}
@keyframes move-rtl {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-66.59999999999999%);
  }
}
.header-bottom {
  width: 100%;
  height: 40px;
  background: #5821A9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-bottom ul li {
  color: #fff;
  font-family: bai jamjuree;
  font-weight: 600;
  font-size: 14px;
  margin: 0 10px;
  width: max-content;
}
.header-bottom ul .color2 {
  color: #E6D6FF;
  font-weight: 700;
}
.header-top-info {
  background: #2E6BB5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  height: 40px;
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.header-top-info ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-top-info ul li {
  margin-right: 25px;
}
.header-top-info ul li a {
  color: #CFBCEB;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
.header-top-info ul li a:hover {
  opacity: 0.7;
}
header {
  width: 100%;
  height: 100px;
  background: linear-gradient(0deg, #5B9FE8 0%, #2E6BB5 100%);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .header_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 33%;
}
header .header_right .btn-darklight-switch,
header .header_right .btn-lang-switch {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 25px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .header_right .btn-darklight-switch:hover,
header .header_right .btn-lang-switch:hover {
  background: rgba(255, 255, 255, 0.425);
  transition: 0.2s;
}
header .header_right .btn-lang-switch img {
  max-height: 24px;
  width: auto;
}
header .header_right .btn-customer-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  height: 45px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 15px 20px -10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-left: 10px;
}
header .header_right .btn-customer-panel:hover {
  background: rgba(255, 255, 255, 0.425);
  transition: 0.2s;
}
header .header_right .btn-customer-panel i {
  margin-right: 7px;
}
header .header-container .left {
  width: 33%;
}
header .header-container .center {
  width: 33%;
  display: flex;
  justify-content: center;
}
header .container {
  max-width: 95%;
}
header .container .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .top-menu {
  margin-left: 0;
}
header .top-menu ol,
header .top-menu ul {
  margin: 0;
  padding: 0;
}
header .top-menu .menu-section {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  height: 100px;
}
header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .menu ul li {
  display: inline-block;
  margin: 0 8px;
}
header .menu ul li a {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  height: 100px;
  text-decoration: none;
  transition: 0.2s;
  border-bottom: 2px solid transparent;
}
header .menu ul li a:hover {
  transition: 0.2s;
  border-bottom: 2px solid #fff;
  text-shadow: 0 0 50px #ffffff;
}
header .menu ul li a i {
  font-size: 12px;
  margin-right: 5px;
  margin-left: 5px;
}
header .menu ul li li:hover .menu-subs,
header .menu ul li .menu-subs.dropdown-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
header .menu ul li .menu-subs {
  position: absolute;
  z-index: 500;
  background-color: #fff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  margin-top: 11px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  max-width: 1336px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF), linear-gradient(95.34deg, rgba(117, 53, 211, 0.8) 0.38%, rgba(60, 22, 116, 0.8) 46.68%);
  border: 1px solid #5B9FE8;
  box-shadow: 0px 25px 25px -10px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(32px);
  border-radius: 10px;
  padding: 0;
}
header .menu ul li .menu-subs ul li a {
  height: auto;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
header .menu ul li .menu-column-1 {
  min-width: 16rem;
  max-width: 20rem;
}
header .menu ul li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .menu ul li .menu-subs.menu-mega .list-item {
  border-right: 1px solid rgba(74, 144, 217, 0.3);
  padding: 40px 15px !important;
}
header .menu ul li .menu-subs.menu-mega .list-item:last-child {
  border: none;
}
header .menu ul li .menu-subs.menu-mega .list-item .brand_logo {
  background: linear-gradient(95.34deg, rgba(74, 144, 217, 0.8) 0.38%, rgba(46, 107, 181, 0.8) 46.68%);
  box-shadow: 0px 25px 25px -10px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(32px);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  min-width: 80px;
  height: 80px;
  padding: 15px 10px;
  margin-bottom: 40px;
}
header .menu ul li .menu-subs.menu-mega .list-item ul li {
  display: block;
  font-size: 14px;
  color: #65567B;
  line-height: 2;
}
header .menu ul li .menu-subs.menu-mega .list-item ul li a {
  display: inline-block;
  font-size: 22px;
  color: #65567B;
  font-weight: 500;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  font-weight: bold;
  font-family: bai jamjuree;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
}
header .menu ul li .menu-subs.menu-column-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  margin-top: 1.5rem;
}
header .menu ul li .menu-subs.menu-column-4 .list-item {
  -webkit-box-flex: 0;
  padding: 0 1rem;
}
header .menu ul li .menu-subs.menu-column-4 .list-item .title {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-weight: bolder;
  text-rendering: optimizeLegibility;
}
header .menu ul li .menu-subs.menu-column-4 .list-item img.responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
header .menu ul li .menu-subs.menu-column-4 .list-item.text-center .title {
  text-align: center;
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
}
.header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
}
.header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17%;
  flex: 0 0 17%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-item-right .menu-icon {
  font-size: 1.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
  margin-left: 1rem;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-mobile-header {
  display: none;
}
.menu-mobile-trigger {
  display: none;
}
.slider-area {
  background: #4A90D9;
  padding: 50px 0;
  min-height: 600px;
  height: 600px;
  overflow: hidden;
}
.slider-area #carousel-example-generic {
  width: 1280px;
}
.slider-area img {
  user-drag: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  user-select: none;
}
.slider-area .slider-section {
  font-family: montserrat;
}
.slider-area .slider-section .slider-content-image img {
  border-radius: 20px;
}
.slider-area .slider-section .slider-content-left .title {
  text-shadow: 2px 2px 2px #000;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 25px;
  font-family: Poppins;
}
.slider-area .slider-section .slider-content-left .title p {
  margin-top: 15px;
}
.slider-area .slider-section .slider-content-left .text-content {
  color: #fff;
  font-size: 16px;
  width: 80%;
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
}
.slider-area .slider-section .slider-content-left .button-row {
  margin-top: 25px;
}
.slider-area .swiper-slide .slider-section {
  display: none;
}
.slider-area .swiper-slide-active .slider-section {
  display: flex;
}
.slider-area .swiper-backface-hidden .swiper-slide {
  display: flex;
}
.slider_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.slider_bottom svg {
  width: 100%;
  fill: #4A90D9;
}
.slider_bottom svg path,
.slider_bottom svg g {
  width: 100%;
}
.advantage_box .title {
  color: #1E5A8E;
  font-weight: 1000;
  font-size: 30px;
  text-align: center;
}
.advantage_box .content {
  color: #4F5968;
  width: 70%;
  line-height: 2;
  text-align: center;
  margin: 20px auto;
}
.advantage_box .btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.advantage_box .btn-row .btn-purple {
  height: 60px;
  background: linear-gradient(90deg, #2E6BB5 0%, #5B9FE8 100%);
  box-shadow: 0px 20px 35px -20px rgba(40, 58, 121, 0.9);
  border-radius: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  width: max-content;
  transition: 0.3s;
  border: 2px solid transparent;
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  font-weight: 500;
}
.advantage_box .btn-row .btn-purple:hover {
  border: 2px solid #2E6BB5;
  color: #2E6BB5;
  transition: 0.3s;
  background: transparent;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.footer-top-wave {
  display: flex;
  margin-bottom: -5px;
  position: absolute;
  top: 0;
}
.footer-top-wave svg {
  width: 100%;
  height: auto;
}
.footer-top-wave svg g {
  width: 100%;
}
.footer-top-wave svg g path {
  width: 100%;
}
footer {
  background: linear-gradient(180deg, #7334d0 0%, #401282 100%);
  padding-top: 180px;
  font-family: Poppins;
  position: relative;
}
footer .footer_menu_list {
  margin-top: 50px;
}
footer .footer_menu_list .footer_menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer_menu_list .footer_menu .title {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}
footer .footer_menu_list .footer_menu li {
  margin-bottom: 15px;
  color: #D5C9E8;
  text-decoration: none;
  font-size: 14px;
}
footer .footer_menu_list .footer_menu li a {
  color: #D5C9E8;
  text-decoration: none;
  font-size: 14px;
}
footer .footer_menu_list .social_media_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  margin-top: 75px;
}
footer .footer_menu_list .social_media_list li {
  margin-bottom: 15px;
  color: #D5C9E8;
  text-decoration: none;
  font-size: 14px;
  margin-right: 10px;
}
footer .footer_menu_list .social_media_list li a {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 25px;
  color: #501C9A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  border: 2px solid transparent;
  transition: 0.2s;
}
footer .footer_menu_list .social_media_list li a:hover {
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  transition: 0.2s;
}
footer .footer_info_row_1 {
  margin: 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer_info_row_1 .content {
  color: #D5C9E8;
  line-height: 2;
  font-size: 14px;
  width: 60%;
}
footer .footer_info_row_1 .image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .copy_text {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  color: #D5C9E8;
  flex-direction: column;
  text-align: center;
}
footer .copy_text .text1 {
  font-size: 14px;
}
footer .copy_text .text2 {
  font-size: 12px;
}
.content_box_style1 {
  margin: 100px auto;
  font-family: montserrat;
  min-height: 400px;
}
.content_box_style1 .row {
  display: flex;
  align-items: center;
  min-height: 400px;
}
.content_box_style1 .content_box_right_content .title {
  position: relative;
  color: #4F5968;
}
.content_box_style1 .content_box_right_content .title .text-1 {
  font-size: 40px;
  font-weight: 1000;
}
.content_box_style1 .content_box_right_content .title .text-2 {
  font-size: 30px;
  font-weight: 700;
}
.content_box_style1 .content_box_right_content .title::before {
  content: '';
  background-image: url(/assets/img/border_bottom.svg);
  height: 10px;
  position: absolute;
  width: 150px;
  bottom: -10px;
}
.content_box_style1 .content_box_right_content .list_specs {
  color: #7F8289;
  list-style: none;
  padding-left: 0;
}
.content_box_style1 .content_box_right_content .list_specs li {
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  position: relative;
  margin-bottom: 35px;
}
.content_box_style1 .content_box_right_content .list_specs li::before {
  content: '';
  background-size: cover;
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background: #7F8289;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIyMHB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyMCAyMCIgd2lkdGg9IjIwcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgZmlsbD0iIzAwMDAwMCIgaWQ9IkNvcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjguMDAwMDAwLCAtODYuMDAwMDAwKSI+PGcgaWQ9ImNoZWNrLWNpcmNsZS1vdXRsaW5lIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjguMDAwMDAwLCA4Ni4wMDAwMDApIj48cGF0aCBkPSJNNS45LDguMSBMNC41LDkuNSBMOSwxNCBMMTksNCBMMTcuNiwyLjYgTDksMTEuMiBMNS45LDguMSBMNS45LDguMSBaIE0xOCwxMCBDMTgsMTQuNCAxNC40LDE4IDEwLDE4IEM1LjYsMTggMiwxNC40IDIsMTAgQzIsNS42IDUuNiwyIDEwLDIgQzEwLjgsMiAxMS41LDIuMSAxMi4yLDIuMyBMMTMuOCwwLjcgQzEyLjYsMC4zIDExLjMsMCAxMCwwIEM0LjUsMCAwLDQuNSAwLDEwIEMwLDE1LjUgNC41LDIwIDEwLDIwIEMxNS41LDIwIDIwLDE1LjUgMjAsMTAgTDE4LDEwIEwxOCwxMCBaIiBpZD0iU2hhcGUiLz48L2c+PC9nPjwvZz48L3N2Zz4=) left / 16px repeat-y, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIyMHB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyMCAyMCIgd2lkdGg9IjIwcHgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGUvPjxkZXNjLz48ZGVmcy8+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSI+PGcgZmlsbD0iIzAwMDAwMCIgaWQ9IkNvcmUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjguMDAwMDAwLCAtODYuMDAwMDAwKSI+PGcgaWQ9ImNoZWNrLWNpcmNsZS1vdXRsaW5lIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjguMDAwMDAwLCA4Ni4wMDAwMDApIj48cGF0aCBkPSJNNS45LDguMSBMNC41LDkuNSBMOSwxNCBMMTksNCBMMTcuNiwyLjYgTDksMTEuMiBMNS45LDguMSBMNS45LDguMSBaIE0xOCwxMCBDMTgsMTQuNCAxNC40LDE4IDEwLDE4IEM1LjYsMTggMiwxNC40IDIsMTAgQzIsNS42IDUuNiwyIDEwLDIgQzEwLjgsMiAxMS41LDIuMSAxMi4yLDIuMyBMMTMuOCwwLjcgQzEyLjYsMC4zIDExLjMsMCAxMCwwIEM0LjUsMCAwLDQuNSAwLDEwIEMwLDE1LjUgNC41LDIwIDEwLDIwIEMxNS41LDIwIDIwLDE1LjUgMjAsMTAgTDE4LDEwIEwxOCwxMCBaIiBpZD0iU2hhcGUiLz48L2c+PC9nPjwvZz48L3N2Zz4=) right / 16px repeat-y;
}
.content_box_style1 .content_box_right_content .mini-content {
  color: #7F8289;
  line-height: 2;
  margin: 50px 0;
  width: 80%;
}
.content_box_style1 .content_box_right_content .box-item-container {
  margin-top: 30px;
}
.content_box_style1 .content_box_right_content .box-item-container .item {
  background: #FFFFFF;
  box-shadow: 0px 15px 95px 0px #EBF1FF;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
  margin-bottom: 20px;
}
.content_box_style1 .content_box_right_content .box-item-container .item .left {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_box_style1 .content_box_right_content .box-item-container .item .left .icon_box {
  width: 75px;
  height: 75px;
  box-shadow: 0px 15px 35px -20px #2D3182;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_box_style1 .content_box_right_content .box-item-container .item .right {
  width: 80%;
  padding-right: 30px;
}
.content_box_style1 .content_box_right_content .box-item-container .item .right .box_title {
  font-size: 22px;
  color: #7A849C;
  font-weight: bolder;
}
.content_box_style1 .content_box_right_content .box-item-container .item .right .content {
  color: #7F8289;
  font-size: 14px;
  line-height: 2;
}
.content_box_style1 .content_box_right_content .box-item-container .green_box {
  background: #D8F6F2;
}
.content_box_style1 .content_box_right_content .box-item-container .lightpurple_box_2 {
  background: #E0E1F6;
}
.content_box_style1 .content_box_right_content .box-item-container .lightred_box_2 {
  background: #FFE6EA;
}
.content_box_style1 .img_box {
  position: relative;
}
.content_box_style1 .img_box img {
  box-shadow: 0px 15px 95px -20px #EBF1FF;
  border-radius: 25px;
}
.content_box_style1 .img_box .img-solid-bg {
  position: absolute;
  background: #EEF9FF;
  left: -30px;
  top: -30px;
  width: 90%;
  height: 90%;
  z-index: -1;
  border-radius: 20px;
}
.content_box_style1 .no-shadow {
  box-shadow: none !important;
}
.eco_virt_serv {
  margin-top: 100px;
  width: 100%;
  background: linear-gradient(180deg, #FFFFFF 26.5%, #E3F0FC 100%);
  position: relative;
  padding-bottom: 250px;
}
.eco_virt_serv .row {
  display: flex;
  align-items: center;
}
.eco_virt_serv .white_wave_up {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
}
.eco_virt_serv .white_wave_up svg,
.eco_virt_serv .white_wave_up path {
  width: 100%;
  height: auto;
  margin-bottom: -9px;
}
#back-to-top {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 25px;
  z-index: 3;
  font-size: 18px;
  outline: none;
  cursor: pointer;
  padding: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  transition: 0.2s;
  background: transparent;
  border: none;
  backdrop-filter: blur(2px);
  border-radius: 15px;
  color: #4A90D9;
  background: #fff;
  box-shadow: 0px 4px 15px rgba(84, 84, 84, 0.2);
}
#back-to-top:hover {
  color: #fff;
  background: #4A90D9;
}
.page-header {
  width: 100%;
  padding: 100px 0;
}
.page-header .content_box_style1 {
  margin: 0;
}
.page-header .content_box_style1 .img_box {
  display: flex;
  justify-content: flex-end;
}
.page-header .content_box_style1 .img_box .pack_image_box {
  position: relative;
}
.page-header .content_box_style1 .img_box .pack_image_box .img_specs_item_container {
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-header .content_box_style1 .img_box .pack_image_box .img_specs_item_container .item {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 15px 95px -20px #99A4BC;
  backdrop-filter: blur(17px);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  position: relative;
  width: max-content;
}
.page-header .content_box_style1 .img_box .pack_image_box .img_specs_item_container .item .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 15px 35px -20px #000000;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.page-header .content_box_style1 .img_box .pack_image_box .img_specs_item_container .item .right .text1 {
  color: #26303E;
  font-size: 18px;
  font-weight: bolder;
}
.page-header .content_box_style1 .img_box .pack_image_box .img_specs_item_container .item .right .text2 {
  color: #26303E;
  font-size: 14px;
  font-weight: 600;
}
.page-header .content_box_style1 .img_box .pack_image_box .img_specs_item_container .item1 {
  left: -120px;
}
.page-header .content_box_style1 .img_box .pack_image_box .img_specs_item_container .item2 {
  left: -70px;
}
.page-header .content_box_style1 .img_box .pack_image_box .img_specs_item_container .bg-1 {
  background: linear-gradient(180deg, #FFCD4E 0%, #CEFF7D 100%);
}
.page-header .content_box_style1 .img_box .pack_image_box .img_specs_item_container .bg-2 {
  background: linear-gradient(180deg, #EC1C24 0%, #671086 100%);
}
.page-header .content_box_style1 .img_box .pack_image_box img {
  box-shadow: 0px 55px 44px -40px rgba(38, 50, 101, 0.8149999999999999);
  border-radius: 15px;
}
.eco_vir_serv_head {
  background: linear-gradient(0deg, #ffffff 0 0%, #006299 50 100%);
}
.eco_vir_serv_head .content_box_right_content .mini-content {
  color: #000;
}
.eco_vir_serv_head .content_box_right_content .title {
  color: #000;
}
.eco_vir_serv_head .content_box_right_content .btn-purple-solid {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  background: linear-gradient(90deg, #673DE6 0%, #006299 100%);
  box-shadow: 0px 15px 35px -20px #2E1453;
  border-radius: 7px;
  color: #fff;
}
.eco_vir_serv_head .content_box_right_content .btn-purple-solid:active {
  color: #673DE6;
}
.premium_vir_serv_head {
  background: linear-gradient(0deg, #ffffff 0 0%, #FF6900 50 100%);
}
.premium_vir_serv_head .content_box_right_content .mini-content {
  color: #000;
}
.premium_vir_serv_head .content_box_right_content .title {
  color: #000;
}
.premium_vir_serv_head .content_box_right_content .btn-purple-solid {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  background: #FF6900;
  box-shadow: 0px 15px 35px -20px rgba(255, 105, 0, 0.5);
  border-radius: 7px;
  color: #fff;
  border: none;
  font-weight: bold;
}
.dedicated_vir_serv_head {
  background: linear-gradient(0deg, #ffffff 0 0%, #662bbe 50 100%);
}
.dedicated_vir_serv_head .content_box_right_content .mini-content {
  color: #000;
}
.dedicated_vir_serv_head .content_box_right_content .title {
  color: #000;
}
.dedicated_vir_serv_head .content_box_right_content .btn-purple-solid {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  background: #613EB5;
  box-shadow: 0px 15px 35px -20px rgba(97, 62, 181, 0.5);
  border-radius: 7px;
  color: #fff;
  border: none;
  font-weight: bold;
}
.dedicated_pack .packet_list_container .packet_list_item:hover .btn-buy {
  transform: scale(1.05);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
}
.dedicated_pack .packet_list_container .packet_list_item .btn-buy {
  height: 45px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 0 20px;
  border: none;
  border: 2px solid transparent;
  transition: 0.2s;
  background-position: 100%;
  width: 100%;
  background: linear-gradient(-45deg, #3dffff, #5a3dff, #ff3388, #3cf0c5);
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
  animation: anime 16s linear infinite;
  border-radius: 50px;
}
.dedicated_pack .packet_list_container .packet_list_item .btn-buy:hover {
  color: #FF6900;
  transition: 0.2s;
  background-position: 150%;
  color: #fff;
}
.premium_pack .packet_list_container .packet_list_item:hover .btn-buy {
  transform: scale(1.05);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
}
.premium_pack .packet_list_container .packet_list_item .btn-buy {
  height: 45px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 0 20px;
  border: none;
  border: 2px solid transparent;
  transition: 0.2s;
  background-position: 100%;
  width: 100%;
  background: linear-gradient(-45deg, #ffa63d, #ff3d77, #338aff, #3cf0c5);
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
  animation: anime 16s linear infinite;
  border-radius: 50px;
}
.premium_pack .packet_list_container .packet_list_item .btn-buy:hover {
  color: #FF6900;
  transition: 0.2s;
  background-position: 150%;
  color: #fff;
}
.web_hosting_pack .webhosting_packet_list_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}
.web_hosting_pack .webhosting_packet_list_container .item_box {
  background: #ffffff;
  box-shadow: 0px 25px 65px -40px #99A4BC;
  backdrop-filter: blur(17px);
  border-radius: 10px;
  font-family: bai jamjuree;
  margin-bottom: 40px;
}
.web_hosting_pack .webhosting_packet_list_container .item_box .pack_head {
  padding: 50px;
  text-align: center;
}
.web_hosting_pack .webhosting_packet_list_container .item_box .pack_head .pack_title {
  color: #4F5968;
  font-size: 30px;
  font-weight: 1000;
}
.web_hosting_pack .webhosting_packet_list_container .item_box .pack_head .pack_sub_text {
  color: #ACB0C1;
  font-size: 16px;
  margin-top: 5px;
}
.web_hosting_pack .webhosting_packet_list_container .item_box .webhost_pack_specs {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
}
.web_hosting_pack .webhosting_packet_list_container .item_box .webhost_pack_specs li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 15px;
}
.web_hosting_pack .webhosting_packet_list_container .item_box .webhost_pack_specs li .ico {
  margin-right: 10px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web_hosting_pack .webhosting_packet_list_container .item_box .webhost_pack_specs li .text {
  font-size: 16px;
  color: #4F5968;
  font-weight: bold;
}
.web_hosting_pack .webhosting_packet_list_container .item_box .pack_footer {
  border-top: 1px solid #99A4BC 50;
  padding: 25px;
}
.web_hosting_pack .webhosting_packet_list_container .item_box .pack_footer .price_info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.web_hosting_pack .webhosting_packet_list_container .item_box .pack_footer .price_info .old_price {
  color: #ACB0C1;
  font-size: 18px;
  font-weight: 600;
}
.web_hosting_pack .webhosting_packet_list_container .item_box .pack_footer .price_info .price {
  font-size: 28px;
  font-weight: 1000;
  color: #04A0FF;
}
.web_hosting_pack .webhosting_packet_list_container .item_box .pack_footer .price_info .price span {
  font-weight: 400;
}
.web_hosting_pack .webhosting_packet_list_container .item_box .pack_footer .btn_row {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web_hosting_pack .webhosting_packet_list_container .item_box .pack_footer .btn_row .btn-buy {
  background: linear-gradient(266.23deg, #673DE6 13.49%, #00A3FF 89.41%);
  box-shadow: 0px 25px 15px -20px rgba(29, 103, 224, 0.5);
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 55px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  transition: 0.2s;
}
/* Global Styles */
body {
  background: #fff;
  transition: 0.2s;
  overflow-x: hidden;
}
html {
  --primary-text-color: #545454;
  scroll-behavior: smooth;
}
/* Header Styles */
.header-top {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: linear-gradient(90deg, #4EFF5F 0%, #FFCD4E 100%);
  text-transform: uppercase;
  gap: 40px;
  display: flex;
  align-items: center;
}
.header-bottom {
  width: 100%;
  height: 40px;
  background: #5821A9;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Footer Styles */
.footer-top-wave {
  display: flex;
  margin-bottom: -5px;
  position: absolute;
  top: 0;
}
footer {
  background: linear-gradient(180deg, #7334d0 0%, #401282 100%);
  padding-top: 180px;
  font-family: Poppins;
  position: relative;
}
/* Button Styles */
.btn {
  transition: 0.2s;
}
.btn:hover {
  transition: 0.2s;
  opacity: 0.8;
}
.btn-default {
  color: #4A90D9;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 25px 0px 25px 5px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0 20px;
  transition: 0.2s;
}
.btn-default:hover {
  background: transparent;
  color: #fff;
  transition: 0.2s;
}
.btn-default:hover i {
  margin-left: 40px;
  transition: 0.2s;
}
.btn-default i {
  margin-left: 30px;
  font-size: 30px;
  transition: 0.2s;
}
.btn-default b {
  margin-left: 5px;
}
/* Slider Styles */
.slider-area {
  background: #4A90D9;
  padding: 0;
  min-height: 600px;
}
.slider_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.slider_bottom svg {
  width: 100%;
  fill: #4A90D9;
}
.slider_bottom svg path,
.slider_bottom svg g {
  width: 100%;
}
/* Content Box Styles */
.content_box_style1 {
  margin: 100px auto;
  font-family: montserrat;
}
.content_box_style1 .row {
  display: flex;
  align-items: center;
}
.content_box_style1 .content_box_right_content .title {
  position: relative;
  color: #4F5968;
  font-size: 40px;
  font-weight: 1000;
}
.content_box_style1 .content_box_right_content .title .text-1 {
  font-size: 40px;
  font-weight: 1000;
}
.content_box_style1 .content_box_right_content .title .text-2 {
  font-size: 30px;
  font-weight: 700;
}
.content_box_style1 .content_box_right_content .title::before {
  content: '';
  background-image: url(/assets/img/border_bottom.svg);
  height: 10px;
  position: absolute;
  width: 150px;
  bottom: -10px;
}
.content_box_style1 .content_box_right_content .list_specs {
  color: #7F8289;
  list-style: none;
  padding-left: 0;
}
.content_box_style1 .content_box_right_content .list_specs li {
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  position: relative;
  margin-bottom: 35px;
}
.content_box_style1 .content_box_right_content .list_specs li::before {
  content: '';
  background-size: cover;
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background: #7F8289;
}
.content_box_style1 .content_box_right_content .list_specs li::before:hover {
  color: #fff;
  transition: 0.2s;
  background: linear-gradient(266.23deg, #00A3FF 13.49%, #673DE6 89.41%);
}
.packet_specs {
  margin: 50px 0;
}
.packet_specs .title {
  position: relative;
  color: #4F5968;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  font-weight: 1000;
}
.packet_specs .title::before {
  content: '';
  background-image: url(/assets/img/border_bottom.svg);
  height: 10px;
  position: absolute;
  width: 150px;
  bottom: -10px;
}
.packet_specs .sub_text {
  color: #4F5968;
  font-size: 14px;
  width: 30%;
  text-align: center;
  line-height: 2;
  margin: auto;
}
.packet_specs .packet_specs_list {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
.packet_specs .packet_specs_list .green_box {
  background: #00DFAE;
}
.packet_specs .packet_specs_list .yellow_box {
  background: #FFCD4E;
}
.packet_specs .packet_specs_list .green_box {
  background: #00DFAE;
}
.packet_specs .packet_specs_list .red_box {
  background: #E54360;
}
.packet_specs .packet_specs_list .orange_box {
  background: #F79E1B;
}
.packet_specs .packet_specs_list .lightpurple_box {
  background: #C9A5FF;
}
.packet_specs .packet_specs_list .gray_box {
  background: #4F5968;
}
.packet_specs .packet_specs_list li {
  width: 33%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  transition: 0.2s;
  padding: 50px;
}
.packet_specs .packet_specs_list li .ico {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  box-shadow: 0px 15px 35px -20px #000000;
  border-radius: 5px;
  margin-bottom: 40px;
}
.packet_specs .packet_specs_list li .list_title {
  color: #7D8CAC;
  font-size: 18px;
  font-weight: 1000;
  margin-bottom: 30px;
}
.packet_specs .packet_specs_list li .text {
  color: #7D8CAC;
  font-size: 16px;
  text-align: center;
  line-height: 2;
  height: 200px;
}
.packet_specs .packet_specs_list li:hover {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 15px 85px -50px #99A4BC;
  backdrop-filter: blur(17px);
  border-radius: 10px;
  transition: 0.2s;
}
.page_sub_content {
  margin: 75px 0;
}
.page_sub_content .row {
  align-items: center;
}
.page_sub_content .img_box img {
  box-shadow: 0px 75px 45px -49px rgba(6, 24, 64, 0.25);
  border-radius: 25px;
  width: 80%;
}
.page_sub_content .content_box_right_content .title {
  color: #4F5968;
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 20px;
}
.page_sub_content .content_box_right_content .mini-content {
  color: #4F5968;
  font-size: 14px;
  line-height: 2.5;
}
.page_sub_content .mt-10 {
  margin-top: 10rem;
}
.page_sub_content .mb-10 {
  margin-bottom: 10rem;
}
.faq_container {
  margin: 100px 0;
}
.faq_container .faq_container_head {
  font-size: 30px;
  font-weight: 1000;
  color: #4F5968;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}
.faq_container .faq_container_head .sub-text {
  color: #4F5968;
  font-size: 16px;
  margin: 20px 0;
  font-weight: 500;
}
.faq_container body {
  background: #f4f4f4;
  display: flex;
}
.faq_container #faq {
  max-width: 100%;
  margin: auto;
  padding: 0 15px;
  text-align: center;
  box-shadow: 0px 15px 55px -30px #1d212b 41;
}
.faq_container section.faq {
  padding-top: 2em;
  padding-bottom: 3em;
}
.faq_container #faq ul {
  text-align: left;
}
.faq_container .transition,
.faq_container p,
.faq_container ul li i:before,
.faq_container ul li i:after {
  transition: all 0.3s;
}
.faq_container #faq .no-select,
.faq_container #faq h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  user-select: none;
}
.faq_container #faq h1 {
  color: #000;
  margin-bottom: 30px;
  margin-top: 0;
}
.faq_container #faq h2 {
  color: #4A90D9;
  font-family: 'hm_light', sans-serif;
  font-size: 20px;
  line-height: 34px;
  text-align: left;
  padding: 15px 15px 0;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 1px;
  display: block;
  margin: 0;
  cursor: pointer;
  transition: 0.2s;
}
.faq_container #faq p {
  color: #333;
  text-align: left;
  font-family: 'hm_light', sans-serif;
  font-size: 14px;
  line-height: 1.45;
  position: relative;
  overflow: hidden;
  max-height: 250px;
  will-change: max-height;
  contain: layout;
  display: inline-block;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 0 50px 0 15px;
  transition: 0.3s opacity, 0.6s max-height;
  hyphens: auto;
  z-index: 2;
}
.faq_container #faq ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.faq_container #faq ul li {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  /*padding-bottom                                           : 4px;*/
  /*padding-top                                              : 18px;*/
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(17px);
  /* Note                                    : backdrop-filter has minimal browser support */
  border-radius: 10px;
}
.faq_container #faq ul li:last-of-type {
  padding-bottom: 0;
}
.faq_container #faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 28px;
  right: 15px;
}
.faq_container #faq ul li i:before,
.faq_container ul li i:after {
  content: "";
  position: absolute;
  background-color: #cc071e;
  width: 3px;
  height: 9px;
}
.faq_container #faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.faq_container #faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.faq_container #faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  touch-action: manipulation;
}
.faq_container #faq ul li input[type=checkbox]:checked ~ h2 {
  color: #000;
}
.faq_container #faq ul li input[type=checkbox]:checked ~ p {
  /*margin-top: 0;*/
  max-height: 0;
  transition: 0.3s;
  opacity: 0;
  /*transform                            : translate(0, 50%);*/
}
.blog_detail_container_header {
  text-align: center;
}
.blog_detail_container_header .page-tilte {
  justify-content: center;
  text-align: center;
  display: flex;
}
.blog_detail_container_header .breadcrumb {
  background: transparent;
}
.blog_detail_container_header .breadcrumb li {
  font-size: 14px;
}
.blog_detail_container_header .breadcrumb li a {
  font-size: 14px;
  color: #5821a9;
}
.corporate_header,
.bankaccounts_container_header,
.contact_container_header,
.contracts_container_header,
.blog_container_header,
.blog_detail_container_header,
.aboutus_header {
  background: linear-gradient(180deg, #d2e9fa 77 0%, #ffffff 0 72%);
  height: 180px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.corporate_header .page-title,
.bankaccounts_container_header .page-title,
.contact_container_header .page-title,
.contracts_container_header .page-title,
.blog_container_header .page-title,
.blog_detail_container_header .page-title,
.aboutus_header .page-title {
  font-weight: 1000;
  font-size: 30px;
  color: #4F5968;
}
.corporate_container,
.aboutus_container {
  margin: 100px 0;
}
.corporate_container .kurumsal_top,
.aboutus_container .kurumsal_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.corporate_container .kurumsal_top .left-col,
.aboutus_container .kurumsal_top .left-col {
  width: 50%;
}
.corporate_container .kurumsal_top .left-col ul,
.aboutus_container .kurumsal_top .left-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.corporate_container .kurumsal_top .left-col ul li,
.aboutus_container .kurumsal_top .left-col ul li {
  width: 49%;
  margin: 1% 0;
}
.corporate_container .kurumsal_top .left-col ul li a,
.aboutus_container .kurumsal_top .left-col ul li a {
  width: 100%;
  background: linear-gradient(90deg, rgba(237, 237, 237, 0.5) 0%, rgba(213, 213, 213, 0.5) 100%);
  border: 1px solid rgba(237, 237, 237, 0.6);
  box-shadow: 0px 25px 55px -30px rgba(182, 177, 177, 0.4);
  border-radius: 5px;
  display: flex;
  height: 50px;
  align-items: center;
  height: 70px;
  text-decoration: none;
  color: #7F8289;
  font-weight: bold;
  transition: 0.2s;
}
.corporate_container .kurumsal_top .left-col ul li a:hover,
.aboutus_container .kurumsal_top .left-col ul li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.corporate_container .kurumsal_top .left-col ul li a .ico,
.aboutus_container .kurumsal_top .left-col ul li a .ico {
  height: 50px;
  width: 50px;
  background: linear-gradient(90deg, rgba(237, 237, 237, 0.5) 0%, rgba(213, 213, 213, 0.5) 100%);
  border: 1px solid rgba(237, 237, 237, 0.6);
  box-shadow: 0px 25px 55px -30px rgba(182, 177, 177, 0.4);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7F8289;
  margin: 0 10px;
}
.corporate_container .kurumsal_top .right-col,
.aboutus_container .kurumsal_top .right-col {
  width: 49%;
  padding: 25px;
}
.corporate_container .kurumsal_top .right-col .title,
.aboutus_container .kurumsal_top .right-col .title {
  color: #5821A9;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.corporate_container .kurumsal_top .right-col ul,
.aboutus_container .kurumsal_top .right-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.corporate_container .kurumsal_top .right-col ul li,
.aboutus_container .kurumsal_top .right-col ul li {
  width: 49%;
  margin: 5px 0;
}
.corporate_container .kurumsal_top .right-col ul li a,
.aboutus_container .kurumsal_top .right-col ul li a {
  color: #5821A9;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s;
}
.corporate_container .kurumsal_top .right-col ul li a:hover,
.aboutus_container .kurumsal_top .right-col ul li a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
.corporate_container .kurumsal_top .right-col ul li a i,
.aboutus_container .kurumsal_top .right-col ul li a i {
  margin-right: 4px;
}
.corporate_container .tab-content-blok-container,
.aboutus_container .tab-content-blok-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.corporate_container .tab-content-blok-container .box,
.aboutus_container .tab-content-blok-container .box {
  background: url(/assets/img/sociallogintopbg.png), #FBFBFB;
  box-shadow: 0px 25px 55px -30px rgba(108, 47, 197, 0.2);
  width: 48%;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 49%;
  background-size: cover;
}
.corporate_container .tab-content-blok-container .box *,
.aboutus_container .tab-content-blok-container .box * {
  margin: 10px 0;
}
.corporate_container .tab-content-blok-container .box .title,
.aboutus_container .tab-content-blok-container .box .title {
  font-weight: bold;
  color: #4F5968;
  font-size: 25px;
  margin-top: 25px;
}
.corporate_container .tab-content-blok-container .box .cont,
.aboutus_container .tab-content-blok-container .box .cont {
  color: #4F5968;
  font-size: 16px;
}
.corporate_container .tab-content-blok-container .box .btn,
.aboutus_container .tab-content-blok-container .box .btn {
  height: 60px;
  border: 1px solid #5821A9;
  border-radius: 30px;
  color: #5821A9;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: min-content;
  padding: 0 40px;
  margin-bottom: 25px;
}
.corporate_container .tab-content-blok-container .box .btn i,
.aboutus_container .tab-content-blok-container .box .btn i {
  margin-right: 5px;
}
.corporate_container .tab-content-blok-container .box .btn:hover,
.aboutus_container .tab-content-blok-container .box .btn:hover {
  background: #5821A9;
  color: #fff;
  transition: 0.2s;
}
.corporate_container .gallery-container .gallery-block.grid-gallery,
.aboutus_container .gallery-container .gallery-block.grid-gallery {
  padding-bottom: 60px;
  padding-top: 60px;
}
.corporate_container .gallery-container .gallery-block.grid-gallery .heading,
.aboutus_container .gallery-container .gallery-block.grid-gallery .heading {
  margin-bottom: 50px;
  text-align: center;
}
.corporate_container .gallery-container .gallery-block.grid-gallery .heading h2,
.aboutus_container .gallery-container .gallery-block.grid-gallery .heading h2 {
  font-weight: bold;
  font-size: 1.4rem;
}
.corporate_container .gallery-container .gallery-block.grid-gallery a:hover,
.aboutus_container .gallery-container .gallery-block.grid-gallery a:hover {
  opacity: 0.8;
}
.corporate_container .gallery-container .gallery-block.grid-gallery .item img,
.aboutus_container .gallery-container .gallery-block.grid-gallery .item img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}
.corporate_container .gallery-container .gallery-block.grid-gallery .item,
.aboutus_container .gallery-container .gallery-block.grid-gallery .item {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .corporate_container .gallery-container .gallery-block.grid-gallery .scale-on-hover:hover,
  .aboutus_container .gallery-container .gallery-block.grid-gallery .scale-on-hover:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}
.corporate_container .tab-content,
.aboutus_container .tab-content {
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 25px 55px -30px rgba(108, 47, 197, 0.2);
  text-align: justify;
  font-size: 18px;
  margin: 75px 0;
}
.corporate_container h5,
.aboutus_container h5 {
  color: #4F5968;
  font-size: 40px;
  margin-bottom: 20px;
}
.corporate_container p,
.aboutus_container p {
  color: #4F5968;
  line-height: 2.5;
  font-size: 16px;
}
.corporate_container .tabs-left,
.aboutus_container .tabs-left,
.corporate_container .tabs-right,
.aboutus_container .tabs-right {
  border-bottom: none;
  padding-top: 0px;
}
.corporate_container .tabs-left,
.aboutus_container .tabs-left {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 25px 55px -30px rgba(108, 47, 197, 0.2);
}
.corporate_container .tabs-left li,
.aboutus_container .tabs-left li {
  background: #fff;
}
.corporate_container .tabs-left li a,
.aboutus_container .tabs-left li a {
  height: 60px;
  padding-left: 25px;
  display: flex;
  align-items: center;
  transition: 0.2s;
  color: #7F8289;
  text-decoration: none;
  font-weight: bold;
}
.corporate_container .tabs-left li a:hover,
.aboutus_container .tabs-left li a:hover,
.corporate_container .tabs-left li a.active,
.aboutus_container .tabs-left li a.active {
  background: #4A90D9;
  color: #fff;
  transition: 0.2s;
}
.corporate_container .tabs-left .color2,
.aboutus_container .tabs-left .color2 {
  background: #FBF9FF;
}
.corporate_container .tabs-right,
.aboutus_container .tabs-right {
  border-left: 1px solid #ddd;
}
.corporate_container .tabs-left > li,
.aboutus_container .tabs-left > li,
.corporate_container .tabs-right > li,
.aboutus_container .tabs-right > li {
  float: none;
  margin-bottom: 0px;
}
.corporate_container .tabs-left > li,
.aboutus_container .tabs-left > li {
  margin-right: -1px;
}
.corporate_container .tabs-right > li,
.aboutus_container .tabs-right > li {
  margin-left: -1px;
}
.corporate_container .tabs-left > li.active > a,
.aboutus_container .tabs-left > li.active > a,
.corporate_container .tabs-left > li.active > a:hover,
.aboutus_container .tabs-left > li.active > a:hover,
.corporate_container .tabs-left > li.active > a:focus,
.aboutus_container .tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  color: red;
  border-right-color: transparent;
}
.corporate_container .tabs-right > li.active > a,
.aboutus_container .tabs-right > li.active > a,
.corporate_container .tabs-right > li.active > a:hover,
.aboutus_container .tabs-right > li.active > a:hover,
.corporate_container .tabs-right > li.active > a:focus,
.aboutus_container .tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
  color: red;
}
.corporate_container .tabs-left > li > a,
.aboutus_container .tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
}
.corporate_container .tabs-right > li > a,
.aboutus_container .tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.corporate_container .sideways,
.aboutus_container .sideways {
  margin-top: 50px;
  border: none;
  position: relative;
}
.corporate_container .sideways > li,
.aboutus_container .sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.corporate_container .sideways > li > a,
.aboutus_container .sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.corporate_container .sideways > li.active > a,
.aboutus_container .sideways > li.active > a,
.corporate_container .sideways > li.active > a:hover,
.aboutus_container .sideways > li.active > a:hover,
.corporate_container .sideways > li.active > a:focus,
.aboutus_container .sideways > li.active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.corporate_container .sideways.tabs-left,
.aboutus_container .sideways.tabs-left {
  left: -50px;
}
.corporate_container .sideways.tabs-right,
.aboutus_container .sideways.tabs-right {
  right: -50px;
}
.corporate_container .sideways.tabs-right > li,
.aboutus_container .sideways.tabs-right > li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.corporate_container .sideways.tabs-left > li,
.aboutus_container .sideways.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.aboutus_container .about-us-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutus_container .about-us-top ul li {
  width: 24%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  min-height: 200px;
  border-radius: 10px;
}
.aboutus_container .about-us-top ul li .text1 {
  font-weight: bold;
  font-size: 16px;
}
.aboutus_container .about-us-top ul li .text2 {
  color: #000000 80;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  font-size: 14px;
}
.bankaccounts_container {
  margin: 75px 0;
}
.bankaccounts_container .bank_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bankaccounts_container .bank_list .bank_item {
  margin-bottom: 1%;
  width: 49%;
  background: #FFFFFF;
  box-shadow: 0px 25px 35px -30px rgba(108, 47, 197, 0.1);
  padding: 40px;
}
.bankaccounts_container .bank_list .bank_item img {
  border-radius: 10px;
  box-shadow: 0px 25px 55px -30px rgba(108, 47, 197, 0.2);
}
.bankaccounts_container .bank_list .bank_item .text-row {
  margin: 10px 0;
  margin-top: 25px;
}
.bankaccounts_container .bank_list .bank_item .text-row .text1 {
  font-weight: 500;
  color: #4F5968;
  font-size: 16px;
  margin-bottom: -5px;
}
.bankaccounts_container .bank_list .bank_item .text-row .text2 {
  font-size: 25px;
  font-weight: bolder;
  color: #4F5968;
  position: relative;
}
.bankaccounts_container .bank_list .bank_item .text-row .btn-copy {
  position: absolute;
  right: 0;
  font-size: 12px;
  background: #fff;
  color: #000;
  border-color: #000;
  border-radius: 50px;
  transition: 0.2s;
  overflow: hidden;
  top: 0;
  padding: 0 15px;
  height: 30px;
}
.bankaccounts_container .bank_list .bank_item .text-row .btn-copy:hover {
  background: #000;
  color: #fff;
  transition: 0.2s;
}
.bankaccounts_container .bank_list .bank_item .text-row .btn-copy .message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #ffffff;
  font-weight: bold;
  background: #000;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 0 25px;
}
.bankaccounts_container .bank_list .bank_item .text-row .btn-copy.show-message .message {
  opacity: 1;
}
.bankaccounts_container .bank_list .button_row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bankaccounts_container .bank_list .button_row a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  background: #fff;
  border: 1px solid #5821A9;
  border-radius: 30px;
  color: #5821A9;
  padding: 0 25px;
  margin-top: 15px;
  width: fit-content;
  font-size: 14px;
  transition: 0.2s;
  font-weight: 800;
}
.bankaccounts_container .bank_list .button_row a:hover {
  background: #5821A9;
  color: #fff;
  transition: 0.2s;
}
.bankaccounts_container .bank_list .button_row a i {
  margin-left: 50px;
}
.contact_container .contact_item_list {
  display: flex;
  justify-content: space-between;
}
.contact_container .contact_item_list .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: auto;
  width: 30%;
  padding: 50px 20px;
  transition: 0.2s;
}
.contact_container .contact_item_list .item .icon svg {
  width: 70px;
}
.contact_container .contact_item_list .item .text1 {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin: 20px 0;
}
.contact_container .contact_item_list .item .text2 {
  font-size: 18px;
  font-weight: 1000;
  color: #626262;
}
.contact_container .contact_item_list .item .text3,
.contact_container .contact_item_list .item .text4 {
  font-size: 16px;
  font-weight: 400;
  color: #626262;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_container .contact_item_list .item .text3 {
  font-weight: 800 !important;
  font-size: 18px;
}
.contact_container .contact_item_list .item:hover {
  background: #FFFFFF;
  /* DROPDOWN1 */
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: 0.2s;
}
.contracts_container .contracts_list {
  display: flex;
  justify-content: space-between;
}
.contracts_container .contracts_list .item {
  width: 24%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.0588235);
  box-shadow: 0px 25px 35px -30px rgba(0, 0, 0, 0.0588235);
  padding: 15px 25px;
}
.contracts_container .contracts_list .item .title {
  font-size: 18px;
  font-weight: 1000;
  color: #5822A9;
  margin-bottom: 10px;
}
.contracts_container .contracts_list .item .cont {
  color: #808080;
  line-height: 2;
}
.contracts_container .contracts_list .item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  background: #5821A9;
  border: 1px solid #5821A9;
  border-radius: 30px;
  color: #fff;
  padding: 0 25px;
  margin-top: 15px;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  transition: 0.2s;
  font-size: 14px;
  font-weight: 600;
}
.contracts_container .contracts_list .item a:hover {
  padding: 0 35px;
  transition: 0.2s;
}
.contracts_container .contracts_list .item a i {
  margin-left: 25px;
}
.packet_container .title {
  position: relative;
  color: #4F5968;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.packet_container .title::before {
  content: '';
  background-image: url(/assets/img/border_bottom.svg);
  height: 10px;
  position: absolute;
  width: 150px;
  bottom: -10px;
}
.packet_container .sub-text {
  color: #4F5968;
  font-size: 14px;
  width: 30%;
  text-align: center;
  line-height: 2;
  margin: auto;
  margin-bottom: 20px;
}
.packet_container .packet_list_container {
  margin-top: 50px;
}
.packet_container .packet_list_container .packet_list_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 20px;
  top: 0;
  z-index: 999;
  background: #fff;
  position: sticky;
  font-weight: bolder;
}
.packet_container .packet_list_container .packet_list_head div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #acb0c1;
}
.packet_container .packet_list_container .packet_list_head div .ico {
  margin-right: 10px;
}
.packet_container .packet_list_container .packet_list_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #939393;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 25px 65px -20px #99a4bc 87;
  backdrop-filter: blur(17px);
  border-radius: 10px;
  padding: 10px 20px;
  height: 150px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}
.packet_container .packet_list_container .packet_list_item:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0px 35px 80px -15px rgba(42, 195, 159, 0.3), 0px 15px 40px -10px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
  border-color: #2AC39F;
}
.packet_container .packet_list_container .packet_list_item:hover .pack_col_1 {
  color: #2AC39F;
  font-weight: 700;
}
.packet_container .packet_list_container .packet_list_item:hover .text_1 {
  color: #2AC39F !important;
  font-weight: 700;
}
.packet_container .packet_list_container .packet_list_item:hover .price {
  color: #1a9b7a !important;
  font-size: 20px;
}
.packet_container .packet_list_container .packet_list_item:hover .old_price {
  color: #666 !important;
}
.packet_container .packet_list_container .packet_list_item div {
  font-weight: bold;
  font-size: 14px;
  color: #4F5968;
}
.packet_container .packet_list_container .packet_list_item div .text_1 {
  color: #4F5968;
  font-size: 18px;
  font-weight: bold;
}
.packet_container .packet_list_container .packet_list_item div .text_2 {
  color: #ACB0C1;
  font-size: 16px;
  font-weight: 500;
}
.packet_container .packet_list_container .packet_list_item div .old_price {
  font-size: 14px;
  color: #ACB0C1;
  opacity: 0.8;
  text-decoration: line-through;
  position: relative;
  display: inline-block;
}
.packet_container .packet_list_container .packet_list_item div .price {
  font-size: 18px;
  font-weight: bolder;
  color: #2AC39F;
}
.packet_container .packet_list_container .packet_list_item div .discount_badge {
  background: linear-gradient(45deg, #FF6B6B, #FF8E8E);
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
  display: inline-block;
  box-shadow: 0 2px 4px rgba(255, 107, 107, 0.3);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.packet_container .packet_list_container .pack_col_1 {
  width: 10%;
}
.packet_container .packet_list_container .pack_col_2 {
  width: 20%;
}
.packet_container .packet_list_container .pack_col_3 {
  width: 6%;
}
.packet_container .packet_list_container .pack_col_4 {
  width: auto;
}
.packet_container .packet_list_container .pack_col_5 {
  width: 10%;
}
.packet_container .packet_list_container .pack_col_6 {
  width: 10%;
}
.packet_container .packet_list_container .pack_col_7 {
  width: 10%;
}
.eco_vir_server {
  padding: 10px;
}
.eco_vir_server .packet_list_container .btn-buy {
  height: 45px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 0 20px;
  border: none;
  border: 2px solid transparent;
  transition: 0.2s;
  background-position: 100%;
  width: 100%;
  background: linear-gradient(-45deg, #f0dc5d, #819e33, #ff3388, #3cf0c5);
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
  animation: anime 16s linear infinite;
  border-radius: 50px;
}
.eco_vir_server .packet_list_container .packet_list_item:hover .btn-buy {
  transform: scale(1.05);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
}
.datacenter_banner {
  background: #1A2B7A;
  padding: 25px 0;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.datacenter_banner .datacenter_logo {
  margin-right: 25px;
  position: relative;
}
.datacenter_banner .datacenter_logo img {
  height: 50px;
  width: auto;
  filter: brightness(0) invert(1);
}
.datacenter_banner .datacenter_text {
  color: white;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  flex: 1;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .datacenter_banner {
    flex-direction: column;
    text-align: center;
    padding: 30px 0;
  }
  .datacenter_banner .datacenter_logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .datacenter_banner .datacenter_logo img {
    height: 45px;
  }
  .datacenter_banner .datacenter_text {
    font-size: 18px;
  }
}
/* WhatsApp Floating Button */
.whatsapp-float {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 20px;
  right: 20px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: white;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3), 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
  border: none;
  cursor: pointer;
  animation: whatsappPulse 2s infinite;
  overflow: hidden;
}
.whatsapp-float::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s;
}
.whatsapp-float:hover {
  background: linear-gradient(135deg, #128c7e, #25d366);
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.5), 0 6px 20px rgba(0, 0, 0, 0.15);
  animation: none;
}
.whatsapp-float:hover::before {
  left: 100%;
}
.whatsapp-float:hover .whatsapp-icon {
  transform: scale(1.1) rotate(-5deg);
}
.whatsapp-float:active {
  transform: scale(1.05) rotate(2deg);
}
.whatsapp-float .whatsapp-icon {
  width: 40px;
  height: 40px;
  fill: white;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
@media (max-width: 768px) {
  .whatsapp-float {
    width: 65px;
    height: 65px;
    bottom: 15px;
    right: 15px;
    font-size: 25px;
  }
  .whatsapp-float .whatsapp-icon {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  .whatsapp-float {
    width: 60px;
    height: 60px;
  }
  .whatsapp-float .whatsapp-icon {
    width: 32px;
    height: 32px;
  }
}
@keyframes whatsappPulse {
  0% {
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3), 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  50% {
    box-shadow: 0 8px 35px rgba(37, 211, 102, 0.5), 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
  }
  100% {
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.3), 0 4px 15px rgba(0, 0, 0, 0.1);
  }
}
.blog_container .pagination {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.blog_container .pagination button {
  background: #6610f2;
  display: flex;
  height: 35px;
  width: 35px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  transition: 0.3s all ease;
  border: 1px solid transparent;
  font-weight: 500;
  border-radius: 5px;
  margin: 0 5px;
}
.blog_container .filters {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.blog_container .btn-tab {
  background: #6610f2;
  display: flex;
  height: 50px;
  padding: 18px 35px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  transition: 0.3s all ease;
  border: 1px solid transparent;
  font-weight: 500;
  border-radius: 50px;
  margin: 0 5px;
}
.blog_container .item-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog_container .item {
  border: 1px solid #ddd;
  padding: 0;
  margin: 10px;
  display: inline-block;
  width: 30%;
  -webkit-box-shadow: 0 17px 19px -13px #d2cfcf;
  box-shadow: 0 17px 19px -13px #d2cfcf;
}
.blog_container .item .item_bottom {
  padding: 15px;
}
.blog_container .item .item_bottom .item_title {
  font-weight: 700;
  margin-top: 15px;
  font-size: 18px;
  color: #2F1C6A;
}
.blog_container .item .item_bottom .item_mini_cont {
  color: #000;
  font-size: 14px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2;
  max-height: 200px;
  width: 100%;
  color: #586773;
  margin-bottom: 15px;
}
.blog_container .item .item_bottom a {
  background: #6610f2;
  height: 55px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 50px;
  padding: 0 25px;
  margin-right: 0;
  margin-left: auto;
  border-radius: 4px;
}
.blog_container .item .item_bottom a i {
  margin-left: 15px;
}
.blog_container .item.hidden {
  display: none;
}
.blog_detail_container {
  margin: 50px 0;
}
.blog_detail_container .blog-right-quick-link {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #F3F5F7;
}
.blog_detail_container .blog-right-quick-link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog_detail_container .blog-right-quick-link ul .title {
  background: #DFE7E7;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.blog_detail_container .blog-right-quick-link ul li {
  height: auto;
  display: flex;
}
.blog_detail_container .blog-right-quick-link ul li a {
  color: #708080;
  padding: 15px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s;
  border-bottom: 1px solid #F3F5F7;
  width: 100%;
}
.blog_detail_container .blog-right-quick-link ul li a:hover {
  padding-left: 20px;
  transition: 0.2s;
  opacity: 0.7;
}
.blog_detail_container .blog-right-quick-link ul li:last-child a {
  border-bottom: none;
}
.no-shadow {
  box-shadow: none !important;
}
@-webkit-keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* Volum Hosting - Koyu tema (tema değiştirici için) */
body.dark-theme {
  background: #1a1d23;
  --primary-text-color: #e4e4e7;
}
body.dark-theme .content_box_style1 .content_box_right_content .title,
body.dark-theme .advantage_box .title {
  color: #e4e4e7;
}
body.dark-theme .content_box_style1 .content_box_right_content .mini-content,
body.dark-theme .content_box_style1 .content_box_right_content .list_specs,
body.dark-theme .advantage_box .content {
  color: #a1a1aa;
}
body.dark-theme .content_box_style1 .box-item-container .item {
  background: #27272a;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
body.dark-theme .content_box_style1 .box-item-container .right .box_title {
  color: #a1a1aa;
}
body.dark-theme .content_box_style1 .box-item-container .right .content {
  color: #71717a;
}
/* Volum Hosting - Responsive stiller */
@media (max-width: 1200px) {
  .container {
    max-width: 95%;
  }
  header .menu .menu-section li a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .header-container .left,
  .header-container .center,
  .header_right {
    width: auto;
  }
  .content_box_style1 .row {
    flex-direction: column;
    text-align: center;
  }
  .content_box_style1 .content_box_right_content .mini-content {
    margin-left: auto;
    margin-right: auto;
  }
  .content_box_style1 .content_box_right_content .list_specs {
    display: inline-block;
    text-align: left;
  }
  .advantage_box .content {
    width: 90%;
  }
  .slider-area {
    min-height: 400px;
  }
  .slider-area img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .header-top-info ul {
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 0;
  }
  .header-top-info ul li {
    margin-right: 10px;
    margin-bottom: 0;
  }
  header {
    height: auto;
    min-height: 70px;
    padding: 10px 0;
  }
  .menu-mobile-trigger {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
  }
  .top-menu .menu-section {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #5B9FE8 0%, #2E6BB5 100%);
    flex-direction: column;
    height: auto;
    padding: 15px 0;
    z-index: 999;
  }
  .top-menu .menu-section.active {
    display: flex;
  }
  .top-menu .menu-section li {
    display: block;
    margin: 0;
    width: 100%;
  }
  .top-menu .menu-section li a {
    height: auto;
    padding: 12px 20px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .top-menu .menu-subs {
    position: static !important;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border: none;
    background: rgba(0, 0, 0, 0.15);
    margin-top: 0;
    padding: 10px 0 10px 20px;
  }
  .content_box_style1 .content_box_right_content .title .text-1,
  .content_box_style1 .content_box_right_content .title .text-2 {
    font-size: 28px;
  }
  .content_box_style1 .box-item-container .item {
    flex-direction: column;
    text-align: center;
  }
  .content_box_style1 .box-item-container .item .left {
    width: 100%;
  }
  .content_box_style1 .box-item-container .item .right {
    width: 100%;
    padding-right: 0;
  }
  .slider-area {
    min-height: 300px;
  }
  .slider-area img {
    height: 300px;
  }
  .carousel-caption h5 {
    font-size: 18px;
  }
  .carousel-caption p {
    font-size: 14px;
  }
  footer .footer_menu_list .row > div {
    margin-bottom: 30px;
    text-align: center;
  }
  footer .footer_info_row_1 {
    flex-direction: column;
    text-align: center;
  }
  footer .footer_info_row_1 .content {
    width: 100%;
  }
  .btn-customer-panel .text {
    display: none;
  }
}
@media (max-width: 576px) {
  .header_right a.btn-customer-panel {
    padding: 0 12px;
  }
  .content_box_style1 .content_box_right_content .title .text-1 {
    font-size: 22px;
  }
  .content_box_style1 .content_box_right_content .title .text-2 {
    font-size: 20px;
  }
  .advantage_box .title {
    font-size: 22px;
  }
  .page-header .page-title,
  .aboutus_header .page-title {
    font-size: 24px;
  }
  #back-to-top {
    bottom: 90px;
    right: 15px;
    width: 50px;
    height: 50px;
  }
}
.eco_vir_server {
  padding: 10px;
}
.eco_vir_server .packet_list_container .btn-buy {
  height: 45px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 0 20px;
  border: none;
  border: 2px solid transparent;
  transition: 0.2s;
  background-position: 100%;
  width: 100%;
  background: linear-gradient(-45deg, #f0dc5d, #819e33, #ff3388, #3cf0c5);
  background-size: 600%;
  -webkit-animation: anime 16s linear infinite;
  animation: anime 16s linear infinite;
  border-radius: 50px;
}
