/* @font-face ตั้งค่า font  setting */

/* @font-face {
  font-family: "GothamBold";
  src: url("/wp-content/themes/themeWyn/assets/fonts/GothamBold.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamMedium";
  src: url("/wp-content/themes/themeWyn/assets/fonts/GothamMedium.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamBook";
  src: url("/wp-content/themes/themeWyn/assets/fonts/Gotham-Book.otf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

/* @font-face {
  font-family: "GothamBold";
  src: url("/wp-content/themes/themeWyn/assets/fonts/GothamBold.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamMedium";
  src: url("/wp-content/themes/themeWyn/assets/fonts/GothamMedium.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamBook";
  src: url("/wp-content/themes/themeWyn/assets/fonts/GothamBook.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

@font-face {
  font-family: "GothamBold";
  src: url("/wp-content/themes/themeWyn/assets/fonts/GothamBold-tight.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamMedium";
  src: url("/wp-content/themes/themeWyn/assets/fonts/GothamMedium-tight.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamBook";
  src: url("/wp-content/themes/themeWyn/assets/fonts/GothamBook-tight.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* end @font-face */

/* variable ค่าตัวเเปร  setting  */

:root {
  --header-font-size: 120px;
  --header-font-size-md: 100px;
  --header-font-size-sm: 80px;
  --header-font-size-xs: 60px;
  --header-font-size-xxs: 40px;

  /* รูป wyn วงกลม animation */
  --font-wyn-circle: 100px;

  --font-bold: "GothamBold", sans-serif;
  --font-medium: "GothamMedium", sans-serif;
  --font-book: "GothamBook", sans-serif;
}

/* end variable setting */

/* ตัวเเปรเริ่มต้น */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  overflow-x: hidden !important;
  width: 100vw;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4 !important;
}

h1 {
  font-family: var(--font-bold);
  font-size: var(--header-font-size);
}

h1.CHOOSE-text {
  display: flex;
  align-items: center;
}

p.text-why-detail {
  line-height: 40px;
  font-size: 20px;
}

p.lorem-wyn-text {
  font-family: "GothamBook", sans-serif;
  font-size: 33px;
  font-weight: 400;
}

.blog-layout {
  display: flex;
  align-items: flex-start;
  column-gap: 5rem;
}

.blog-content {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}

.blog-posts {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding-bottom: 6rem;
}

/* .vertical-line {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: red;
  z-index: 9999;
} */
.lorem-wyn-text {
  font-family: var(--font-book);
  font-size: 30px;
  /* font-weight: 400; */
  /* text-decoration: underline; */
  /* text-underline-offset: 20px; */
  /* text-decoration-thickness: 2px; */
  text-align: start;
}

.lorem-wyn-text a {
  display: inline;
  text-decoration: none;
  position: relative;
}

.lorem-wyn-text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 100%;
  background-color: #000;
}

/* div.wyn-lorem-text {
  font-family: "GothamBook", sans-serif;
  font-size: 25px;
  font-weight: 400;
} */

.menu-active {
  font-family: "GothamBold";
  font-weight: bold;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 0;
}

.menu-other {
  font-family: "GothamMedium";
  font-size: 15px;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 0;
}

.navbar {
  background-color: rgba(26, 26, 26, 255) !important;
  /* background-color: transparent !important; */
  z-index: 2 !important;
}

.navbar-box {
  display: flex;
  gap: 2.3rem !important;
}

.nav-item.dropdown {
  position: relative;
  font-family: "GothamBook", sans-serif;
}

.nav-item.dropdown {
  position: relative;
}

.b-mobile {
  display: none !important;
}

.menu-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  background: linear-gradient(135deg, #1e1e1e, #333);
  border-radius: 8px;
  padding: 12px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  flex-direction: column;
  text-align: right;
}

.nav-item.dropdown:hover .menu-list {
  display: flex;
}

.spacer-our-clients {
  margin-bottom: 20px;
}

.menu-list .dropdown-item {
  padding: 12px 20px;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.3s, padding-right 0.3s;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
}

.menu-list .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.08);
  padding-right: 26px;
  color: #fff;
}

.nav-link {
  padding: 7px 0 !important;
}

.nav-item {
  position: relative;
  /* border: 1px solid salmon; */
  text-align: end;
  margin-right: 10px;
}

.nav-item .nav-link.active {
  position: relative;
}

.nav-item .nav-link.menu-active.active::after,
.nav-item .nav-link.menu-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(
    90deg,
    #ffc502,
    #88d04a,
    #028dfe,
    #425cf8,
    #8336cd,
    #fc7c0b,
    #f93f14
  );
  transition: width 0.4s ease;
}

.navbar-nav > .nav-item > a.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(
    90deg,
    #ffc502,
    #88d04a,
    #028dfe,
    #425cf8,
    #8336cd,
    #fc7c0b,
    #f93f14
  );
  transition: width 0.4s ease;
}

.navbar-nav > .nav-item > a.nav-link:hover::after {
  width: 100%;
}

footer {
  font-family: "GothamMedium";
  font-weight: normal;
  font-style: normal;
  color: white;
  background-color: rgba(26, 26, 26, 255);
  padding: 20px;
  width: 100%;
}

.custom-input {
  background: transparent;
  /* ทำให้พื้นหลังโปร่งใส */
  border: 1px solid #666;
  /* เส้นขอบสีเทา */
  border-radius: 10px;
  /* ทำให้ขอบโค้ง */
  padding: 12px;
  color: white;
}

.custom-input::placeholder {
  color: #888;
}

.custom-input:focus {
  border-color: #bbb;
  outline: none;
}

h1.our-clients {
  font-family: "GothamMedium", sans-serif;
  font-size: var(--header-font-size);
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0px 0;
  justify-content: center;
}

h1.text-clients-win {
  font-family: var(--font-medium);
  font-size: var(--header-font-size-xxs);
}

.our-services-wrapper,
.head-text-logo-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-header-our-services,
.head-text-logo-footer > h1 {
  font-family: var(--font-medium);
  font-size: var(--header-font-size);
  line-height: 1;
  margin: 0;
}

#myImage {
  height: 100px;
  width: auto;
  object-fit: contain;
  display: inline-block;
  position: relative;
}

p.text-not-agency {
  font-family: var(--font-medium);
  font-size: 40px;
  align-items: start;
}

.containers-services {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  gap: 10px;
}

img.wyn-circle-rgb {
  width: var(--font-wyn-circle);
}

div.form-map {
  margin-top: 100px;
}

div.wyn-layout-one {
  background-color: rgba(26, 26, 26, 255);
  color: white;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

div.wyn-layout-two {
  background-color: rgba(237, 235, 222, 255);
  color: black;
  min-height: 70vh;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

div.layout-services {
  width: 100%;
  margin: 0 auto;
  padding: 5px;
}

div.wyn-layout-three {
  background-color: rgba(26, 26, 26, 255);
  color: white;
  min-height: 100vh;
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

div.wyn-layout-four {
  background-color: rgba(237, 235, 222, 255);
  color: black;
  min-height: 100vh;
  /* padding: 5rem 0; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

div.wyn-layout-five {
  background-color: rgba(237, 235, 222, 255);
  color: rgb(0, 0, 0);
  /* padding: 10rem auto; */
  margin: 4rem auto;
  margin-bottom: 0;
  min-height: 100vh;
}

div.wyn-layout-six {
  background-color: rgba(26, 26, 26, 255);
  color: rgb(255, 255, 255);
  min-height: 100vh;
  padding: 5rem 0;
}

.our-clients-container {
  background-color: rgba(237, 235, 222, 255);
  border-radius: 20px;
  color: rgb(0, 0, 0);
}

div.our-clients-box {
  background-color: rgba(237, 235, 222, 255);
  border-radius: 50px;
  color: rgb(0, 0, 0);
  margin: 50px;
}

h1.our-services {
  font-family: var(--font-medium);
  /* font-size: var(--header-font-size); */
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 0;
  justify-content: center;
}

h1.our-works {
  font-family: var(--font-medium);
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 0;
  justify-content: center;
}

.wyn-bold-text {
  margin: 0;
}

h1.outline-text {
  font-family: var(--font-medium);
  color: transparent;
  -webkit-text-stroke: 1px rgb(0, 0, 0);
  font-size: var(--header-font-size);
  font-weight: regular;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: start;
  margin: 0;
}

.div-text-spans {
  font-family: var(--font-medium);
  font-size: 20px;
}

.div-text-spans a {
  display: flex;
  flex-direction: column;
}

.container-logo {
  width: 1590px !important;
}

.box-all {
  width: 150px;
  height: auto;
  background-color: black;
  color: white;
  font-family: "GothamMedium", sans-serif;
  font-size: 25px;
  border-radius: 20px;
}

.notfound {
  font-family: "GothamMedium", sans-serif;
  font-size: 50px;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px 0;
  justify-content: center;
}

img.blink {
  display: flex;
  position: absolute;
  top: -17%;
  right: calc(9% - 3vw);
  width: 150px;
}

swiper-container {
  width: 100%;
  padding-top: 50px;
  background-color: transparent;
  /* padding-bottom: 50px; */
}

swiper-slide {
  width: 320px !important;
  background-color: transparent;
  height: 550px !important;
  overflow: hidden;
  border-radius: 20px !important;
  outline: none !important;
  border: none !important;
}

swiper-slide img {
  display: block;
  background-color: transparent;
  width: 100%;
  outline: none !important;
  border: none !important;
}

swiper-slide .card {
  background-color: transparent;
  object-fit: cover;
  outline: none !important;
  border: none !important;
}

.controlBtn-blog {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  padding: 50px 0;
  align-items: center;
  gap: 10px;
}

.controlBtn-blog div {
  width: 120px;
  display: flex;
  justify-content: end;
}

.controlBtn-blog div:nth-child(1) {
  width: 60px;
}

.controlBtn-blog div:nth-child(2) {
  width: 130px;
}

.controlBtn-blog img {
  max-width: 100%;
  cursor: pointer;
  height: 100%;
}

#graphicBtn:hover {
  color: aquamarine;
  text-decoration: underline;
}

#googleMapBtn:hover {
  color: aquamarine;
  text-decoration: underline;
}

.swiper-pagination {
  display: none !important;
}

.swiper-container-logo-mobile {
  position: relative;
}

.swiper-container-logo-mobile .swiper-pagination-mobile {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

.swiper-pagination-mobile .swiper-pagination-bullet {
  background-color: transparent;
  opacity: 1;
  border: 1px solid #888;
}

/* bullet ที่ถูกเลือก (active) = สีเทา */
.swiper-pagination-mobile .swiper-pagination-bullet-active {
  background-color: #888;
}

.card {
  background-color: transparent;
  /* border-radius: 20px !important; */
}

.mySwiper img {
  filter: grayscale(100%);
  opacity: 1;
  transition: filter 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.mySwiper .swiper-slide-active img {
  filter: grayscale(0%);
}

.head-text-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-text-logo span {
  color: white;
  text-transform: uppercase;
  font-size: var(--header-font-size);
  font-family: var(--font-bold);
}

/* div.spacer-why-choose {
  margin-top: 100px;
} */

div.spacer-not-agency {
  margin-top: 60px;
}

div.spacer-our-works {
  margin-top: 50px;
}

.blog-image-container {
  width: 100%;
  max-width: 450px;
  /* margin: 0 auto; */
  border-radius: 2rem;
  overflow: hidden;
  aspect-ratio: 5 /6;
  position: relative;
}

.blog-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
}

.blog-line {
  height: 1px;
  background-color: white;
  margin-bottom: 0.5rem;
}

.blog-caption {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  color: white;
  font-size: 2rem;
}

.blog-icon {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.blog-title {
  text-decoration: none;
  color: white;
}

.blog-image-header {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

div.mobile-content-services {
  display: none;
}

.blog-text-list {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  gap: 2.5rem;
  padding: 5px 0;
}

.box-black {
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
}

.logo-thumbnail {
  width: 155px;
  height: 155px;
  object-fit: contain;
  transition: filter 0.2s;
}

.map-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 4 / 3;
  /* สัดส่วน 600x450 */
  overflow: hidden;
  border-radius: 12px;
  /* ถ้าอยากให้มน */
}

.map-form {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 1;
}

.frame-map {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: auto;
}

.frame-map img {
  width: 96%;
  height: 96%;
  object-fit: cover;
  border-radius: 25px;
  display: grid;
  place-self: center;
}

.frame-map {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to right,
    #ffc502,
    #88d04a,
    #028dfe,
    #425cf8,
    #8336cd,
    #fc7c0b,
    #f93f14
  );
  display: grid;
}

.description {
  width: 100%;
  height: var(--height-description);
  resize: none;
}

.address-logo img {
  max-width: 100%;
  height: auto;
}

.footer-wyn-logo {
  display: none;
}

.swiper-container-logo-mobile {
  display: none;
}

.desktop-view-services {
  padding: 7rem 0;
}

.our-clients-logo-one {
  display: grid;
  grid-template-columns: repeat(7, 0fr);
  justify-content: center;
  align-items: center;
  /* gap: 35px; */
  /* row-gap: 50px; */
  column-gap: 35px;
}

.swiper-container-logo-mobile {
  display: none;
}

/* Responsive Home wyn  */

@supports (-webkit-touch-callout: none) {
  #myImage {
    /* ค่าที่ใช้อยู่แล้ว */
    /* height: 42px; */
    top: -6px;
  }
}

html.android-device #myImage,
html.ios-mobile-device #myImage {
  position: relative;
  top: -3px !important;
}

.logo-footer-box img {
  transition: filter 0.5s ease;
}

.logo-footer-box img:hover {
  filter: brightness(0) saturate(100%) invert(35%) sepia(2%) saturate(2599%)
    hue-rotate(169deg) brightness(105%) contrast(87%);
  cursor: pointer;
}

.company-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-color: #1a1a1a;
  padding: 20px;
  color: #ffffff;
}

.company-name {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}

.company-logo-wrapper {
  display: grid;
  place-self: end;
}

.company-logo {
  height: 10px;
  width: auto;
}

.our-clients {
  background-color: rgba(237, 235, 222, 255);
  border-radius: 50px;
  color: rgb(0, 0, 0);
  margin: 20px 40px;
}

.logo-marquee {
  display: none;
}

@media (min-width: 1025px) and (max-width: 1420px) {
  div.containers-services {
    display: grid;
    grid-template-columns: repeat(3, 0fr);
    gap: 10px;
    justify-items: center;
    align-items: center;
    row-gap: 50px;
    place-self: center;
  }

  div.containers-services > div {
    padding: 0 50px !important;
  }

  .our-clients-logo-one {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  #myImage {
    /* width: 90px; */
    height: 90px;
  }
}

@media (min-width: 1025px) and(max-width: 1200px) {
  .wyn-bold-text h1,
  h1.US-text {
    font-size: 80px;
    display: flex;
    align-items: center;
    justify-content: start;
  }

  .blog > #myImage {
    /* width: 70px !important; */
    height: 70px !important;
  }

  .margin-why {
    margin-left: 165px;
    width: 75px;
  }

  .CHOOSE-text > #myImage {
    /* width: 65px; */
    height: 65px;
  }

  .our-clients-logo-one {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 1200px) {
  /* .swiper-container-logo-mobile {
    display: block;
  } */
  .logo-marquee {
    display: block;
    overflow: hidden;
    width: 100%;
  }

  .marquee {
    display: grid;
    grid-template-rows: repeat(2, 0.2fr);
    grid-auto-flow: column;
    width: fit-content;
    backface-visibility: hidden;
  }

  .swiper-container-logo {
    /* display: none; */
  }

  p.text-why-detail {
    line-height: 40px;
    font-size: 15px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  h1.text-clients-win {
    /* font-size: 25px; */
  }

  h1.text-header-our-services {
    font-size: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  div.containers-services {
    display: grid;
    grid-template-columns: repeat(3, 0fr);
    /* gap: 20px; */
    row-gap: 50px;
    justify-items: center;
    align-items: center;
    place-self: center;
  }

  div.containers-services > div {
    padding: 0 30px !important;
  }

  .footer-wyn-logo {
    display: block;
  }

  h1.WHY-text {
    font-size: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wyn-bold-text h1,
  h1.US-text {
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: start;
  }

  /* h1.US-text {
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
  } */

  img.margin-why {
    margin-left: 75px;
    width: 50px;
  }

  img.margin-why {
    display: none;
  }

  p.text-why-choose-us {
    text-align: center;
    font-size: 15px;
  }

  p.text-not-agency {
    text-align: center;
    font-size: 25px;
  }

  h1.our-works,
  .head-text-logo-footer h1 {
    font-size: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  h1.outline-text {
    font-family: var(--font-medium);
    color: transparent;
    -webkit-text-stroke: 0.5px rgb(0, 0, 0);
    font-size: var(--header-font-size-xxs);
    font-weight: regular;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 0;
    justify-content: start;
    font-size: 80px;
  }

  .lorem-wyn-text {
    font-family: var(--font-book);
    font-size: 18px;
    font-weight: 400;
    /* text-underline-offset: 10px; */
    text-decoration-thickness: 2px;
  }

  h1.our-clients {
    font-family: "GothamMedium", sans-serif;
    font-size: 80px;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 0;
    justify-content: center;
  }

  div.mobile-content-services {
    display: block;
  }

  /* .box-black {
    width: 95%;
    height: 80%;
  } */

  img.img-our-services {
    width: 70% !important;
  }

  div.swiper-container-logo {
    /* display: none; */
  }

  div.address-logo {
    display: none;
  }

  h6.wyn-bold {
    text-align: center;
  }

  span.wyn-medium {
    text-align: center;
    font-size: 12px;
  }

  /* div.logo-footer-box{
    text-align: center;
  } */

  .controlBtn-blog {
    display: none;
  }

  .controlBtn-blog img {
    display: none;
  }

  .our-clients-logo-one {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1024px) {
  h1.text-clients-win {
    font-size: 22px;
  }

  .blog-image-container {
    max-width: 370px;
  }

  #myImage {
    /* width: 70px; */
    height: 70px;
  }

  .CHOOSE-text > #myImage {
    /* width: 65px; */
    height: 55px;
  }
}

@media (max-width: 992px) {
  .blink {
    /* display: none !important; */
  }

  .swiper-container-logo {
    display: none;
  }

  .swiper-container-logo-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .our-clients-logo-one-our-mobile {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding-bottom: 1rem;
    column-gap: 3px;
  }

  .logo-thumbnail {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 820px) {
  div.controlBtn {
    display: none;
  }

  .blog-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }

  .blog-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .blog-text-list {
    display: flex;
    align-items: center;
    /* gap: 1rem; */
  }

  h1.outline-text {
    font-family: var(--font-medium);
    color: transparent;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    font-size: var(--header-font-size-xxs);
    font-weight: regular;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 0;
    justify-content: center;
  }

  h1.outline-text {
    font-size: 80px;
  }
}

@media (max-width: 768px) {
  /* .our-clients-logo-one {
    grid-template-columns: repeat(4, 1fr);
  } */

  .logo-thumbnail {
    width: 120px;
    height: 120px;
    margin: 20px 0;
    margin-top: 0;
  }

  img.blink {
    top: -7%;
    right: calc(19% - 3vw);
    width: 100px;
  }

  h1.text-clients-win {
    font-size: 20px;
  }

  .marquee {
    will-change: transform;
    backface-visibility: hidden;
  }

  h1.outline-text {
    font-size: 60px;
  }

  #myImage {
    height: 50px;
  }

  .swiper-container-logo-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .b-desktop {
    display: none !important;
  }

  .b-mobile {
    display: block !important;
  }

  .our-clients-logo-one-our-mobile {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding-bottom: 1rem;
    column-gap: 3px;
  }

  div.containers-services > div {
    padding: 0 50px !important;
  }
}

@media (min-width: 375px) and (max-width: 768px) {
  .wyn-medium-text {
    /* border: none !important; */
  }

  .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  h1.text-clients-win {
    /* font-size: 25px; */
  }

  h1.text-header-our-services {
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  div.containers-services {
    display: grid;
    grid-template-columns: repeat(2, 0fr);
    justify-items: center;
    align-items: center;
    place-self: center;
    gap: 0px;
    row-gap: 50px;
  }

  .box-wyn-pic {
    /* width: 155px !important;
    height: 210px !important; */
  }

  .footer-wyn-logo {
    display: block;
  }

  h1.WHY-text {
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wyn-bold-text h1,
  h1.US-text,
  .head-text-logo-footer h1 {
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* h1.US-text {
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  } */

  img.margin-why {
    margin-left: 75px;
    width: 50px;
  }

  img.margin-why {
    display: none;
  }

  p.text-why-choose-us {
    text-align: center;
    font-size: 15px;
  }

  p.text-not-agency {
    text-align: center;
    font-size: 25px;
  }

  h1.our-works {
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lorem-wyn-text {
    font-family: var(--font-book);
    font-size: 25px;
    font-weight: 400;
    /* text-underline-offset: 10px; */
    text-decoration-thickness: 2px;
  }

  h1.our-clients {
    font-family: "GothamMedium", sans-serif;
    font-size: 50px;
    display: flex;
    align-items: center;
    /* height: 100%; */
    padding: 0px 0;
    justify-content: center;
  }

  h1.our-clients > #myImage {
    height: 45px;
  }

  div.mobile-content-services {
    display: block;
  }

  img.img-our-services {
    width: 70% !important;
  }

  div.address-logo {
    display: none;
  }

  h6.wyn-bold {
    text-align: center;
  }

  span.wyn-medium {
    text-align: center;
    font-size: 12px;
  }

  div.logo-footer-box {
    text-align: center;
  }

  .controlBtn-blog {
    display: none;
  }

  .controlBtn-blog img {
    display: none;
  }
}

@media (max-width: 600px) {
  .marquee {
    display: flex;
    width: fit-content;
    backface-visibility: hidden;
  }

  p.text-why-detail {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
  }

  .box-wyn-pic {
    width: 115px !important;
    height: 170px !important;
  }

  div.wyn-layout-three {
    min-height: 90vh;
  }

  .blog-content {
    margin: 0 40px;
  }

  div.containers-services > div {
    padding: 0px 15px !important;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .our-clients-logo-one-our-mobile {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding-bottom: 1rem;
    column-gap: 3px;
  }

  .our-clients-logo-one-our-mobile .logo-thumbnail {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto;
  }

  div.wyn-layout-five {
    min-height: 50vh;
  }

  .mySwiperHomeWork {
    margin-bottom: 5rem;
  }

  .swiper-pagination-mobile .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
  }
}

@media (max-width: 480px) {
  #myImage {
    height: 35px;
  }

  div.wyn-layout-three {
    padding: 5rem 0;
  }

  div.wyn-layout-four {
    min-height: 0;
  }

  img.blink {
    top: -5%;
    right: calc(16% - 3vw);
    width: 60px;
  }

  .blog-image-container {
    max-width: 300px;
  }

  .blog-posts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
  }

  .blog-text-list {
    display: flex;
    gap: 1rem;
  }

  .desktop-view-services {
    padding: 0;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wyn-medium-text {
    /* border: none !important; */
  }

  /* .box-wyn-pic {
    width: 155px !important;
    height: 210px !important;
  } */
  h1.text-clients-win {
    /* font-size: 25px; */
  }

  .event {
    width: 85% !important;
  }

  h1.text-header-our-services {
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .CHOOSE-text > #myImage {
    height: 30px;
  }

  .our-clients > #myImage {
    /* width: 25px; */
    height: 35px;
  }

  div.containers-services {
    /* display: grid;
    grid-template-columns: repeat(1, 0fr);
    justify-items: center;
    justify-content: center;
    gap: 90px;
    place-self: center; */
  }

  .footer-wyn-logo {
    display: block;
  }

  h1.WHY-text {
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .head-text-logo-footer h1 {
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wyn-bold-text h1 {
    font-size: 35px;
  }

  .wyn-bold-text {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }

  /* h1.US-text {
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  } */

  img.margin-why {
    margin-left: 75px;
    width: 50px;
  }

  img.margin-why {
    display: none;
  }

  p.text-why-choose-us {
    text-align: center;
    font-size: 15px;
  }

  p.text-not-agency {
    text-align: center;
    font-size: 20px;
  }

  h1.our-works {
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .arrow-blog {
    width: 15px;
  }

  h1.outline-text {
    font-family: var(--font-medium);
    color: transparent;
    -webkit-text-stroke: 1px rgb(0, 0, 0);
    font-size: var(--header-font-size-xxs);
    font-weight: regular;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 10px 0;
    justify-content: start;
  }

  .lorem-wyn-text {
    font-family: var(--font-book);
    font-size: 16px;
    font-weight: 400;
    /* text-underline-offset: 10px; */
    text-decoration-thickness: 2px;
  }

  h1.our-clients {
    font-family: "GothamMedium", sans-serif;
    font-size: 32px;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 0;
    justify-content: center;
  }

  div.mobile-content-services {
    display: block;
  }

  /* .box-black {
    width: 95%;
    height: 80%;
  } */

  img.img-our-services {
    width: 70% !important;
  }

  div.address-logo {
    display: none;
  }

  h6.wyn-bold {
    text-align: center;
  }

  span.wyn-medium {
    text-align: center;
    font-size: 12px;
  }

  div.logo-footer-box {
    text-align: center;
  }

  .controlBtn-blog {
    display: none;
  }

  .controlBtn-blog img {
    /* display: none; */
  }

  div.wyn-layout-six {
    min-height: 0;
    padding: 10px 0;
  }

  .our-clients {
    margin: 20px;
    border-radius: 20px;
  }
}

@media (max-width: 425px) {
  h1.text-clients-win {
    font-size: 15px;
  }

  .marquee {
    animation: marquee-left 50s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
  }

  div.wyn-layout-one {
    min-height: 85vh;
  }

  .blog-text-list {
    display: flex;
    align-items: center;
  }

  .blog-title {
    font-size: 25px;
  }

  .blog-icon {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 375px) {
  h1.text-clients-win {
    /* font-size: 10px; */
  }

  h1.our-clients {
    font-size: 30px;
  }

  h1.our-clients > #myImage {
    height: 30px;
  }

  div.containers-services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
    gap: 0px;
    row-gap: 50px;
    place-self: center;
  }

  .our-clients-logo-one-our-mobile .logo-thumbnail {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }

  div.containers-services > div {
    width: 170px;
  }
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}
