@import url('https://fonts.googleapis.com/css2?family=Arizonia&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
  scroll-behavior: smooth;
}
body {
  font-family: "Kanit", sans-serif;
  background-color: #141410;
 
}
.wid90{width: 90%;}
.p-t-50{padding-top: 50px;}
.colorBlack{color: black;}
/* ------------------ Scrollbar */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
header.header{
  background: #141410;
}
#circleWhite .before\:border-clr_base::before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255);
}
#hoverID .hover\:border-b-clr_base:hover {   
    border-bottom-color: #38bdf8;
}
#services .hover\:border-b-clr_base:hover{
 border-bottom-color: #38bdf8;
}
#secSkills .hover\:border-clr_base:hover, #secSkills .hover\:border-clr_base:hover{
  border-bottom-color: #38bdf8;
}
#secSkills .hover\:border-clr_base:hover{
border-color:#38bdf8;
}
#services .hover\:first\:border-t-clr_base:first-child:hover{
  border-color:#38bdf8;
}

#secSkills .hover\:after\:bg-clr_base:hover::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(80 219 242 / var(--tw-bg-opacity, 1));
}

#projects .group:hover .group-hover\:bg-clr_base {
    --tw-bg-opacity: 1;
    background-color: #38bdf8;
}
.bor22{border-radius: 22px;}
.wid100radi4{width: 100%; border-radius: 22px;}
.logo {
      font-family: "Arizonia", cursive;
  font-weight: 400;
  font-style: normal;
  color: #50dbf2;
  font-size: 44px;
      color: #38bdf8;
      display: flex;
      align-items: center;
    }

    .cursor {
      display: inline-block;
      width: 3px;
      height: 1.2em;
      background-color: #38bdf8;
      margin-left: 3px;
      animation: blink 0.6s steps(1) infinite;
    }

    @keyframes blink {
      50% { opacity: 0; }
    }
    .ptb120{
      margin: 65px 0;
    }
.logoName{
   font-family: "Arizonia", cursive;
  font-weight: 400;
  font-style: normal;
  color: #50dbf2;
  font-size: 44px;
}
.mb_120{
  margin-bottom: 50px;
}
.text-clr_base{
    color: #50dbf2 !important;
}
.border2{
  border-color: #50dbf2;
  border-width: 1.5px;
  border-radius: .5rem;
  padding-left: 4rem;
  padding-right: 4rem;
}
ul li .hover\:text-clr_base:hover {
    --tw-text-opacity: 1;
    color: #50dbf2 !important;
}
.socialIcon .hover\:bg-clr_base:hover{
  --tw-text-opacity: 1;
    background-color: #50dbf2 !important;
    border-color: #50dbf2 !important;
}
#whtBtn{
  background-color: transparent !important;
    color: #50dbf2 !important;
    border: 2px solid #50dbf2;
}
.bgTestimonials{
  background: url(../img/banner/about-bg.png) no-repeat center center;
    background-size: cover;
    padding: 130px 60px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme-bg);
  border-radius: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #50dbf2;
  border-radius: 10px;
}
.m-l-15{margin-left: 15px;}
/* ----------------- Common css */
.border-radi22{border-radius: 22px;}
#home {
    background: url(../img/banner/banner-bg_new.png) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}
.bg-clr_base:hover{
 background-color: #50dbf2 !important; 
}
.bg-clr_baseBlack{background-color: #ffffff !important; }
.pt_120 {
  padding-top: 120px;
}
.pb_120 {
  padding-bottom: 120px;
}
@media (max-width: 1280px) {
  .pt_120 {
    padding-top: 100px;
  }
  .pb_120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .pt_120 {
    padding-top: 80px;
  }
  .pb_120 {
    padding-bottom: 80px;
  }
}

/* ----------------- Clip pth  */
.clip_bg {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
/* -------------- Animation text */
.designers {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  color: transparent;
  transition: all 0.5s;
  position: relative;
}
.bg-clr_base{
  background-color:#50dbf2 !important;
}
.designers::before {
  content: attr(data-text);
  position: absolute;
  color: #50dbf2;
  width: 0px;
  overflow: hidden;
  animation: pulse-width 3s ease-in infinite;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #50dbf2;
}
@keyframes pulse-width {
  50% {
    width: 100%;
  }
}

/* -------------------- slider dote */
.swiper-pagination3 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: flex-end;
  margin: 20px -20px;
}
.swiper-pagination3 .swiper-pagination-bullet {
  background: #ffffff;
  width: 8px;
  height: 8px;
  opacity: 1;
  position: relative;
}
.swiper-pagination3 .swiper-pagination-bullet-active {
  background: #50dbf2;
  padding: 2px;
  width: 8px;
  height: 8px;
  position: relative;
  opacity: 1;
}

.swiper-pagination-bullet-active::before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #50dbf2 !important;
  border-radius: 50%;
}

.swiper-pagination3 .swiper-pagination-bullet::before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 20px;
  height: 20px;
  content: "";
  border: 1px solid #ffffff;
  border-radius: 50%;
}


/* ------------ Logo slider */
.slide-track {
  width: calc(200px * 16);
  display: flex;
  align-items: center;
  animation: scroll 20s linear infinite;
  justify-content: space-between;
  height: 100%;
  gap: 50px;
}
.slide-track2{
  animation: scroll2 20s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 8));
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(calc(-150px * 8));
  }
  100% {
    transform: translateX(0px);
  }
}
/* typing  */
.intro{
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    gap: .4ch;
    font-weight: 600;
  }

  .prefix {
    opacity: .95;
  }

  .typed{
    display: inline-block;
    min-width: 8ch;       /* will be adjusted by JS to the longest phrase */
    /* monospace-like measuring for predictable width; you'll get better results with a UI font */
  }

  /* caret */
  .cursor{
    display: inline-block;
    width: 1px;
    height: 1em;
    margin-left: var(--accent-gap);
    background: currentColor;
    vertical-align: text-bottom;
    animation: blink 1s steps(1,end) infinite;
    border-radius: 1px;
  }

  @keyframes blink{
    0%, 49% { opacity: 1; }
    50%, 100% { opacity: 0; }
  }

  /* Respect reduced-motion */
  @media (prefers-reduced-motion: reduce) {
    .cursor { animation: none; }
  }

  /* small helper for portability */
  .small {
    font-weight: 500;
    font-size: 0.95em;
    opacity: .9;
  }
@media (max-width: 767px) {
  .about__onethumb.w-fulls {
    width: auto;
    min-width: auto;
    max-width: 80%;
  }
}
  @media (max-width: 767px) {
    .textTitle{
      font-size: 28px !important;
    }
        .border2 {
            padding-left: 1rem;
            padding-right: 1rem;
        }
        .intro {
          display: block;
          align-items: center;
           white-space: unset !important; 
          gap: .4ch;
          font-weight: 600;
          height: 122px;
      }
      #unsetWidth{
        min-width: unset !important;
      }
      #project .mb_120  .gap-20.items-center{
        gap: 1rem;
      }
  }
  