/* .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  background: #fff;
} */

html {
  scroll-behavior: smooth;
}

.top-strip {
  min-height: 48px;
  height: 100%;
  padding: 12px 0px 0px 0px;
  background: #0167bb;
  letter-spacing: 0.5px;
  font-size: 13px;
}

.contact {
  background: url(../img/Asset1.png);
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0px;
}

.contact .contact-information {
  background: linear-gradient(180deg, #0074cb29, #ffffff00);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}

.contact .contact-icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0074cb;
  border-radius: 50px;
}

.contact .contact-text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #006e27;
  padding-top: 10px;
}

.top-strip .icon-facebook i {
  color: #00a2f3;
}

.top-strip .icon-twitter {
  color: #1dc4fb;
}

.top-strip .icon-instagram {
  color: #057cc3;
}

.top-strip .icon-g-plus {
  color: #f51717;
}

.top-down {
  background: url(../img/Asset1.png);
  background-size: contain;
  background-attachment: fixed;
}

/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.team .team-item {
  position: relative;
  margin-bottom: 30px;
  background: #ed845000;
  border-radius: 20px;
}

.team .team-img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.team .team-img img {
  position: relative;
  width: 100%;
  margin-top: 15px;
  transform: scale(1.1);
  transition: 0.3s;
}

.team .team-item:hover img {
  margin-top: 0;
  margin-bottom: 15px;
}

.team .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.team .team-social a {
  position: relative;
  margin: 0 3px;
  margin-top: 100px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-size: 16px;
  color: #ffffff;
  background: #ed8450;
  opacity: 0;
}

.team .team-social a:hover {
  color: #ffffff;
  background: #719a0a;
}

.team .team-item:hover .team-social {
  background: rgba(256, 256, 256, 0.5);
}

.team .team-item:hover .team-social a:first-child {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
  opacity: 1;
  margin-top: 0;
  transition: 0.3s 0.3s;
}

.team .team-text {
  position: relative;
  padding: 25px 15px;
  text-align: center;
  background: radial-gradient(white, transparent);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-top: none;
  border-radius: 6%;
  margin-top: -1px;
}

.team .team-text h2 {
  font-size: 22px;
  font-weight: 700;
}

.team .team-text p {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 2560px) {
  .taab img {
    width: 60%;
  }
  .top-down h1 {
    font-size: 146px;
    margin-top: -31px;
    margin-bottom: -34px;
    text-align: end;
    color: #763e19;
  }
  .de {
    display: none;
  }
  .about {
    padding-top: 75px;
    padding-bottom: 26px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .about .abt {
    border: 6px solid #763e19;
    margin: 5px;
    background: linear-gradient(181deg, #f6a415, transparent);
    /* margin-top: 40px; */
  }

  .pricing-column .inner-box .pricing-header {
    text-align: center;
    margin-top: -106px;
  }

  .sec1 p {
    margin: 35px 0px;
    font-size: 17px;
  }

  .image-container {
    position: relative;
    overflow: hidden;
    /* width: 300px;
    height: 200px; */
    cursor: pointer;
    border-radius: 20px 20px 0px 0px;
  }

  .image-container img {
    width: 100%;
    height: 100%;
    transition: filter 0.5s ease;
  }

  .image-container:hover img {
    filter: brightness(50%);
  }

  .image-container .foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: white;
    font-size: 18px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.5s ease, background-color 0.5s ease;
  }

  .image-container:hover .foreground {
    opacity: 1;
    background-color: #831d5270;
    border-radius: 20px 20px 0px 0px;
    /* 50% transparent blue background on hover */
  }

  .frserv {
    border-radius: 20px 20px 0px 0px;
  }

  .image-container .foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: white;
    font-size: 18px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.5s ease, background-color 0.5s ease;
  }

  .image-container:hover .foreground {
    opacity: 1;
    background-color: #07aaf336;
    border-radius: 20px 20px 0px 0px;
    /* 50% transparent blue background on hover */
  }

  .imgt h4 {
    font-weight: bold;
    font-size: 26px;
    margin-top: 10px;
    color: rgb(255, 255, 255);
  }

  .imgt {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0269b6;
    border-radius: 0px 0px 10px 10px;
    background: #0269b6;
  }

  .pricing-column .inner-box .pricing-header .title {
    position: relative;
    top: -29px;
    /* width: 450px; */
    margin: 0 auto;
    line-height: 66px;
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #0074cbfa;
    /* border-radius: 16px; */
    z-index: 1;
    border: 6px solid #0074cb;
    /* -webkit-box-shadow: 2px 3px 5px 1px rgb(0 0 0 / 7%); */
    -ms-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.07);
    /* box-shadow: 2px 3px 5px 1px rgb(0 0 0 / 7%); */
  }

  .contact h2 {
    padding-top: 10px;
    color: #0074cb;
    font-family: "Kanit", sans-serif;
  }

  .pages {
    padding: 30px 0;
  }

  .pages h2 {
    padding-top: 10px;
    color: #0577cc;
    font-family: "Kanit", sans-serif;
  }

  .footer {
    position: relative;
    /* margin-top: 33px; */
    padding-top: 48px;
    background: url(../img/ddd1.jpg);
    /* background-size: contain; */
    background-attachment: fixed;
    background-position: top;
  }

  .footer h4 {
    color: #ffcb08;
  }

  .footer .footer-contact,
  .footer .footer-link,
  .footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #ffffff;
    text-align: center;
  }

  .footer .footer-contact h2,
  .footer .footer-link h2,
  .footer .footer-newsletter h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
  }

  /* .footer .footer-contact h2::after,
    .footer .footer-link h2::after,
    .footer .footer-newsletter h2::after {
        position: absolute;
        content: "";
        width: 59px;
        height: 2px;
        bottom: 0;
        left: 90px;
        background: #4bb2f7;
    } */

  .footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: 0.3s;
    text-align: start;
  }

  .footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 6px;
    color: #f41d24;
  }

  .footer .footer-link a:hover {
    color: #fbaf32;
    letter-spacing: 1px;
  }

  .footer .footer-contact p i {
    width: 28px;
    color: #f41d24;
  }

  .footer .footer-social {
    position: relative;
    margin-top: 20px;
    display: flex;
  }

  .jdo {
    background: linear-gradient(180deg, #f1f1f1, transparent);
  }

  .sfess {
    border-radius: 20px;
    background: white;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer .footer-social a {
    display: inline-block;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0468afa8;
    border-radius: 35px;
    font-size: 16px;
    color: #ffffff;
  }

  .footer .footer-social a:hover {
    background: #ed8450;
  }

  .footer .footer-social a:last-child {
    margin: 0;
  }

  .footer .footer-newsletter .form {
    position: relative;
    width: 100%;
  }

  .footer .footer-newsletter input {
    height: 60px;
    background: transparent;
    border: 1px solid #4bc9ff;
    border-radius: 5px;
  }

  .footer .footer-newsletter .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
  }

  .footer .copyright {
    position: relative;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #0d66aa;
  }

  .footer .copyright p {
    margin: 0;
    display: inline-block;
    color: #ffffff;
  }

  .footer .copyright p a {
    color: #ffffff;
  }

  .footer .copyright p a:hover {
    color: #763e19;
    text-decoration: none;
    font-weight: 700;
  }

  /* footer{
        background:#0d3374;
        padding: 30px 0px;
    } */
  .why-choose {
    background: url(../img/Asset1.png);
    /* background-size: cover; */
    background-attachment: fixed;
    padding: 30px 0px;
  }

  .why-choose h2 {
    padding-top: 10px;
    color: #763e19;
    font-family: "Kanit", sans-serif;
  }

  .why-choose h5 {
    color: #763e19;
  }

  .why-choose img {
    animation-name: gg;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-timing-function: linear;
  }

  @keyframes gg {
    0% {
      transform: scale(0.9);
    }

    50% {
      transform: scale(1.1);
    }

    100% {
      transform: scale(0.9);
    }
  }

  .part {
    background: url(../img/Asset1.png);
    /* background-size: cover; */
    background-attachment: fixed;
    padding: 30px 0px;
  }
}

.part .container {
  background: linear-gradient(180deg, #ed845059, #ffffff00);
  border-radius: 20px;
  padding: 20px;
}

.part h2 {
  padding-top: 10px;
  color: #ed8450;
  font-family: "Kanit", sans-serif;
}

.pro .card {
  background: #ffffff2b;
  box-shadow: 0px 0px 5px 3px #ffffff87;
}

.zoom {
  transition: transform 0.2s;
}

.zoom:hover {
  transform: scale(1.1);
}

.pro {
  padding: 30px 0px;
  background: url(../img/bg1.png);
  background-size: cover;
  background-attachment: fixed;
}

.itms {
  padding: 10px;
  box-shadow: 3px 1px 12px -5px black;
  margin: 10px;
  border-radius: 8px;
}

.itms:hover {
  box-shadow: 6px 3px 17px -3px black;
  transition: all 0.2s ease;
}

.pro h2 {
  color: #fff;
  /* color: #ed8450; */
  font-family: "Kanit", sans-serif;
}

.pro h5 {
  color: #fff;
}

/* li.nav-item {
  margin-left: 30px;
  margin-right: 30px;
} */

/* .navbar-brand {
  display: block;
} */

/* p {
        text-align: justify;
    } */

.abt {
  background: url(../img/fegerg.jpg);
  background-size: contain;
  background-attachment: fixed;
  padding: 40px 0;
}

.vieo {
  width: 100%;
  object-fit: cover;
  filter: brightness(0.9);
  height: 85vh;
}

.ban-animate {
  position: relative;
  height: 85vh;
}

.testimonial-title {
  position: relative;
  display: inline-block;
  /* font-size: 20px; */
  color: red;
  font-weight: bold;
  padding: 10px 20px;
  /* Add padding for spacing */
}

.testimonial-title::before,
.testimonial-title::after {
  content: "";
  position: absolute;
  border: 2px solid red;
}

.testimonial-title::before {
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  border-right: none;
  border-bottom: none;
  transform: translate(-15px, -5px);
  /* Adjust position */
}

.testimonial-title::after {
  bottom: 0;
  right: 0;
  width: 30%;
  height: 100%;
  border-left: none;
  border-top: none;
  transform: translate(15px, 5px);
  /* Adjust position */
}

.testih2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #111111;
}

.abt h2 {
  padding: 5px 0px 5px 0px;
  color: #f01b22;
  font-family: "Kanit", sans-serif;
  /* background: #006e27; */
  margin-bottom: 30px;
}

.desn-img {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-bdr {
  border: 1px dashed gray;
  border-radius: 10px;
}

.desn-img img {
  border-radius: 10px;
  padding: 5px;
}

.top-down h2 {
  color: #ea1f29;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: none;
}
.iii {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-img {
  background-image: url(../img/allpage.jpg);
  display: flex;
  align-items: center;
  height: 300px;
}

.abttxt h2 {
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: bolder;
  font-family: "Merriweather";
  font-size: 55px;
  text-transform: capitalize;
}

.counter-number {
  background: #3ec1ff;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
}

.fw-bold {
  font-weight: bold;
}

.team-item {
  position: relative;
  /* background: #ebebeb; */
  background: linear-gradient(2deg, #3ec1ffad, #00000012);
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: 0.3s ease;
}

.team-item:hover {
  transform: translateY(-10px);
}

.team-bio h5 {
  margin-top: 10px;
  color: #ffffff;
}
.team-img img {
  border-radius: 8px;
}

.abbbt {
  padding: 80px 0px;
}

.counter-border {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: 2px solid #ffcb06;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}

.counter p {
  margin-top: 20px;
}

.redirects {
  display: flex;
  align-items: center;
}

.home {
  text-decoration: none;
  color: white;
}

.redirects p {
  color: white;
  margin: 0px;
}

.redirects p span {
  color: white;
  font-size: 13px;
  margin: 0px 10px;
}

.top-down h4 {
  font-size: 32px;
  color: #0082b1;
  font-family: emoji;
}

.top-down h3 {
  font-size: 22px;
  font-family: "Kanit", sans-serif;
  color: #331603;
}

.top-down {
  /* width: 80%; */
  padding: 10px 0px;
}

.top-down img {
  width: 100% !important;
}

/* nav {
  background: #3ec1ff;
}

nav .nav-link {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 20px;
}

nav .navbar-brand {
  color: #fff !important;
  font-weight: 600;
} */

@media (max-width: 1920px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1024px) {
  /* .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
  }
  nav .nav-link {
    color: #000 !important;
    font-weight: 600;
    font-size: 19px;
  } */
  .top-down h2 {
    font-size: 34px;
    padding-top: 4px;
  }

  .top-down h3 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .ban-animate {
    position: relative;
    height: 100%;
  }
  .vieo {
    width: 100%;
    object-fit: cover;
    filter: brightness(0.9);
    height: 100%;
  }
  .top-down h2 {
    font-size: 30px;
    padding-top: 13px;
  }
  /* .navbar-brand {
    display: block;
  } */
}

@media (max-width: 576px) {
  .testih2 {
    font-size: 28px;
  }
  .taab img {
    width: 100%;
  }
  .top-down .iii {
    margin-top: 20px;
  }
  .top-strip .a {
    padding-right: 0px !important;
  }
  .top-strip .a {
    padding-left: 0px !important;
  }

  .de {
    display: block;
  }
  .pricing-column .inner-box .pricing-header .title {
    top: 23px;
    line-height: 27px;
  }
  .about .abt {
    margin-top: 51px !important;
    border-radius: 9px;
  }
  .about {
    padding-top: 0px !important;
    padding-bottom: 26px;
  }

  .top-down h2 {
    font-size: 31px;
    padding-top: 0px;
    margin-top: 10px;
    /* display: none; */
  }

  .top-down h3 {
    font-size: 21px;
  }
}

@media (max-width: 425px) {
  .sec1 p {
    margin: 22px 0px;
    font-size: 17px;
  }
  .top-down h2 {
    font-size: 23px;
    padding-top: 0px;
    margin-top: 0px;
  }
  .top-down h1 {
    font-size: 105px;
    margin-top: -31px;
    margin-bottom: -34px;
    text-align: end;
    color: #763e19;
  }

  .top-down h3 {
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .top-down h2 {
    font-size: 21px;
    padding-top: 0px;
    margin-top: 0px;
  }

  .top-down h3 {
    font-size: 15px;
  }
}

@media (max-width: 320px) {
  .top-down h1 {
    font-size: 87px;
    margin-top: -31px;
    margin-bottom: -34px;
    text-align: end;
    color: #763e19;
  }
  .top-down h2 {
    font-size: 17px;
    padding-top: 0px;
    margin-top: -1px;
  }
}

/*==================== BANNER MEDIA QUERRY =========================*/
@media (min-width: 2560px) {
  .mobile {
    display: none;
  }
}

@media (min-width: 1440px) {
  .mobile {
    display: none;
  }
}

@media (min-width: 1024px) {
  .mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 576px) {
  .desktop {
    display: none;
  }
}

@media (max-width: 425px) {
  .desktop {
    display: none;
  }
}

@media (max-width: 375px) {
  .desktop {
    display: none;
  }
}

@media (max-width: 320px) {
  .desktop {
    display: none;
  }
}
