/*
! tailwindcss v3.2.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

html,body {
  font-family: Roboto, sans-serif;
}

html {
  scroll-behavior: smooth;
}

.container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 475px) {
  .container {
    max-width: 475px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}

header {
  position: fixed;
  top: 0px;
  z-index: 1111;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-top {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .margin-top {
    margin-top: 50px;
  }
}

.header-grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: unset;
}

@media (min-width: 1024px) {
  .header-grid {
    flex-direction: row;
    align-items: center;
  }
}

nav {
  padding-top: 15px;
  padding-bottom: 15px;
}

.sidemenu ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  padding-top: 30px;
}

@media (min-width: 1024px) {
  .sidemenu ul {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding-top: 0px;
  }
}

.sidemenu ul li a {
  margin-bottom: 15px;
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .sidemenu ul li a {
    margin-bottom: 0px;
  }
}

.side-menu-icon {
  display: block;
  max-width: 40px;
}

@media (min-width: 1024px) {
  .side-menu-icon {
    display: none;
  }
}

.side-menu-icon img{
  filter: invert();
}

.logo {
  display: flex;
  justify-content: space-between;
}

/* ===========================================GIF SEC ================================================= */

.avelato-rocket {
  position: absolute;
  top: 40%;
  left: 50%;
  margin: auto;
  width: 100%;
  max-width: 320px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px) {
  .avelato-rocket {
    max-width: 450px;
  }
}

@media (min-width: 1024px) {
  .avelato-rocket {
    max-width: 600px;
  }
}

@media (min-width: 1280px) {
  .avelato-rocket {
    max-width: 700px;
  }
}

@media (min-width: 1600px) {
  .avelato-rocket {
    max-width: 800px;
  }
}

.gif-home-sec {
  position: relative;
  height: 400px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 7 26 / var(--tw-bg-opacity));
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .gif-home-sec {
    height: 600px;
  }
}

@media (min-width: 1024px) {
  .gif-home-sec {
    height: 700px;
  }
}

@media (min-width: 1280px) {
  .gif-home-sec {
    height: 800px;
  }
}

@media (min-width: 1600px) {
  .gif-home-sec {
    height: 950px;
  }
}

.gif-home-sec video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .gif-home-sec video {
    height: auto;
  }
}

.avelato-logo {
  margin: auto;
  width: 100%;
  max-width: 250px;
}

@media (min-width: 768px) {
  .avelato-logo {
    max-width: 300px;
  }
}

@media (min-width: 1024px) {
  .avelato-logo {
    max-width: 400px;
  }
}

@media (min-width: 1280px) {
  .avelato-logo {
    max-width: 450px;
  }
}

@media (min-width: 1600px) {
  .avelato-logo {
    max-width: 540px;
  }
}

.rocket-images {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .rocket-images {
    padding-top: 50px;
  }
}

@media (min-width: 1024px) {
  .rocket-images {
    padding-top: 80px;
  }
}

@media (min-width: 1280px) {
  .rocket-images {
    padding-top: 100px;
  }
}

@media (min-width: 1600px) {
  .rocket-images {
    padding-top: 140px;
  }
}

.gif-home-sec span {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, #00071A 0%, rgba(0, 0, 0, 0) 100%);
  transform: rotate(-180deg);
}

/* =============================================HOW IT WORK============================================================ */

.how-it-holder {
  margin: auto;
  width: 100%;
  max-width: 1130px;
}

.how-it-holder h1 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.how-it-holder h1 span {
  font-weight: 800;
}

.left-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

@media (min-width: 1024px) {
  .left-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
  }
}

@media (min-width: 1280px) {
  .left-list {
    gap: 100px;
    padding-top: 50px;
  }
}

.how-it-works-list li {
  list-style-type: disc;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .how-it-works-list li {
    padding-bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .how-it-works-list li {
    padding-bottom: 25px;
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .how-it-works-list li {
    padding-bottom: 40px;
  }
}

.hover-image-grid {
  display: grid;
  cursor: pointer;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  padding-top: 40px;
}

@media (min-width: 768px) {
  .hover-image-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 60px;
  }
}

@media (min-width: 1024px) {
  .hover-image-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding-top: 80px;
  }
}

@media (min-width: 1280px) {
  .hover-image-grid {
    padding-top: 90px;
  }
}

@media (min-width: 1600px) {
  .hover-image-grid {
    padding-top: 110px;
  }
}

.ship-image {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 200px;
}

.ship-image span {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  transition-duration: 500ms;
  background: rgba(48, 53, 128, 0.8);
  mix-blend-mode: multiply;
}

.ship-image:hover.ship-image span {
  display: block;
}

.image-holder {
  overflow: hidden;
}

.ship-image img {
  width: 100%;
  transition-duration: 1000ms;
}

.ship-image:hover.ship-image img {
  --tw-scale-x: 1.4;
  --tw-scale-y: 1.4;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ship-image p {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 111;
  display: none;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .ship-image p {
    font-size: 25px;
  }
}

@media (min-width: 1280px) {
  .ship-image p {
    font-size: 30px;
  }
}

.ship-image:hover.ship-image p {
  display: block;
}

.how-it-work-sec {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 7 26 / var(--tw-bg-opacity));
  padding-top: 30px;
}

/* ===========================================SETELITE BANER ============================================ */

.founded {
  margin: auto;
  width: 100%;
  max-width: 685px;
  text-align: center;
}

.founded p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  letter-spacing: 0.15em;
}

@media (min-width: 1024px) {
  .founded p {
    font-size: 20px;
    line-height: 35px;
  }
}

@media (min-width: 1280px) {
  .founded p {
    font-size: 25px;
    line-height: 40px;
  }
}

.satelite-container {
  margin: auto;
  width: 100%;
  max-width: 1035px;
}

.walt-image {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 390px;
  justify-content: center;
}

.walt-intro {
  width: 100%;
  max-width: 540px;
}

.andreson-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-top: 70px;
}

@media (min-width: 768px) {
  .andreson-grid {
    gap: 50px;
    padding-top: 180px;
  }
}

@media (min-width: 1024px) {
  .andreson-grid {
    flex-direction: row;
    gap: 70px;
    padding-top: 250px;
  }
}

@media (min-width: 1280px) {
  .andreson-grid {
    gap: 80px;
    padding-top: 280px;
  }
}

@media (min-width: 1600px) {
  .andreson-grid {
    gap: 100px;
    padding-top: 320px;
  }
}

.sideicon {
  position: absolute;
  top: -50px;
  left: -50px;
}

.walt-intro h2 {
  max-width: 100%;
  padding-bottom: 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .walt-intro h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .walt-intro h2 {
    max-width: 350px;
    padding-bottom: 25px;
    font-size: 35px;
  }
}

@media (min-width: 1280px) {
  .walt-intro h2 {
    padding-bottom: 35px;
    font-size: 40px;
  }
}

.walt-intro h2 span {
  font-weight: 900;
}

.walt-intro p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .walt-intro p {
    font-size: 20px;
  }
}

.walt-intro a {
  margin-top: 35px;
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(92 187 255 / var(--tw-text-opacity));
  text-decoration: underline;
}

.setalite-baner {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 7 26 / var(--tw-bg-opacity));
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .setalite-baner {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .setalite-baner {
    padding-top: 180px;
    padding-bottom: 110px;
  }
}

@media (min-width: 1280px) {
  .setalite-baner {
    padding-top: 200px;
    padding-bottom: 130px;
  }
}

@media (min-width: 1600px) {
  .setalite-baner {
    padding-top: 255px;
    padding-bottom: 175px;
  }
}

/* ======================================YOUTUBE VIDEO============================== */

.video-holder {
  margin: auto;
  width: 100%;
  max-width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  .video-holder {
    max-width: 900px;
  }
}

@media (min-width: 1280px) {
  .video-holder {
    max-width: 1200px;
  }
}

.youtube-video {
  --tw-bg-opacity: 1;
  background-color: rgb(0 7 26 / var(--tw-bg-opacity));
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .youtube-video {
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .youtube-video {
    padding-bottom: 90px;
  }
}

@media (min-width: 1280px) {
  .youtube-video {
    padding-bottom: 130px;
  }
}

@media (min-width: 1600px) {
  .youtube-video {
    padding-bottom: 170px;
  }
}

.video-holder video {
  width: 100%;
}

/* ==============================================CONTACT PAGE ====================================== */

/* .contact-us-sec{
    @apply 
} */

.conact-us-title h2 {
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .conact-us-title h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .conact-us-title h2 {
    font-size: 35px;
  }
}

@media (min-width: 1280px) {
  .conact-us-title h2 {
    font-size: 40px;
  }
}

.conact-us-title h2 span {
  font-weight: 900;
}

.conact-us-title p {
  font-size: 20px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .conact-us-title p {
    font-size: 25px;
  }
}

.conact-us-title {
  width: 100%;
  max-width: 565px;
  text-align: center;
}

.contact-us-container {
  margin: auto;
  width: 100%;
  max-width: 1320px;
}

.contact-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .contact-grid {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .contact-grid {
    flex-direction: row;
    gap: 130px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1280px) {
  .contact-grid {
    gap: 170px;
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

@media (min-width: 1600px) {
  .contact-grid {
    gap: 200px;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.contact-grid ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding-top: 40px;
}

.conact-us-form input {
  margin-bottom: 30px;
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 7 26 / var(--tw-bg-opacity));
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.conact-us-form input:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.conact-us-form input::-webkit-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.conact-us-form {
  width: 100%;
  max-width: 525px;
}

.contact-us-sec .container {
  background-repeat: no-repeat;
}

.contact-us-sec {
  --tw-bg-opacity: 1;
  background-color: rgb(0 7 26 / var(--tw-bg-opacity));
}

input.sbmt-btn {
  cursor: pointer;
  border-radius: 5px;
  border-bottom-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(48 53 128 / var(--tw-bg-opacity));
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 900;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* =====================================FOOTER======================================================== */

.foter-logo {
  margin: auto;
  width: 100%;
  max-width: 200px;
  text-align: center;
}

@media (min-width: 1024px) {
  .foter-logo {
    max-width: 300px;
  }
}

.call-us {
  margin-bottom: 20px;
  width: 100%;
  max-width: 300px;
  text-align: center;
}

@media (min-width: 1024px) {
  .call-us {
    margin-bottom: 0px;
  }
}

.call-image {
  margin: auto;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-bottom: 30px;
}

.call-us a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .call-us a {
    font-size: 20px;
  }
}

.contact-grid-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}

@media (min-width: 1024px) {
  .contact-grid-new {
    flex-direction: row;
    align-items: flex-start;
    gap: 110px;
    padding-top: 110px;
  }
}

@media (min-width: 1280px) {
  .contact-grid-new {
    gap: 150px;
    padding-top: 150px;
  }
}

@media (min-width: 1600px) {
  .contact-grid-new {
    gap: 185px;
    padding-top: 175px;
  }
}

.footer-container {
  margin: auto;
  width: 100%;
  max-width: 1200px;
}

footer {
  --tw-bg-opacity: 1;
  background-color: rgb(0 7 26 / var(--tw-bg-opacity));
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  footer {
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  footer {
    padding-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  footer {
    padding-bottom: 80px;
  }
}

@media (min-width: 1600px) {
  footer {
    padding-bottom: 100px;
  }
}

.footer-copy-right p {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-copy-right {
  --tw-bg-opacity: 1;
  background-color: rgb(0 7 26 / var(--tw-bg-opacity));
}

/* =================================slider====================================================== */

.slider-container {
  margin: auto;
  width: 100%;
  max-width: 1275px;
}

.slidere-sec {
  padding-bottom: 175px;
}

/* poup css */

section.poupup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  width: 100%;
  background-color: #050505c5;
}

section.poupup span {
  position: absolute;
  height: 100%;
  width: 100%;
}

.img-poup {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.dataatr {
  position: relative;
}

.dataatr .img-poup {
  margin: auto;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* ===========================================INSIGHT PAGE ======================================= */

.insight-sec {
  position: relative;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
}

.insight h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .insight h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media (min-width: 1280px) {
  .insight h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 1600px) {
  .insight h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

.insight p {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .insight p {
    padding-top: 20px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .insight p {
    padding-top: 30px;
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .insight p {
    padding-top: 40px;
    font-size: 25px;
    line-height: 35px;
  }
}

@media (min-width: 1600px) {
  .insight p {
    padding-top: 50px;
    font-size: 30px;
  }
}

.insight {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.news-letter-sec {
  --tw-bg-opacity: 1;
  background-color: rgb(48 53 128 / var(--tw-bg-opacity));
}

.news-letter-title h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 400;
  line-height: 60px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .news-letter-title h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .news-letter-title h2 {
    font-size: 35px;
  }
}

@media (min-width: 1280px) {
  .news-letter-title h2 {
    font-size: 40px;
  }
}

@media (min-width: 1600px) {
  .news-letter-title h2 {
    font-size: 50px;
  }
}

.insight-pdf-content h2 {
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .insight-pdf-content h2 {
    padding-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .insight-pdf-content h2 {
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .insight-pdf-content h2 {
    padding-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
  }
}

.insight-pdf-content p {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .insight-pdf-content p {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .insight-pdf-content p {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .insight-pdf-content p {
    font-size: 25px;
  }
}

.insight-pdf-content a {
  display: block;
  font-size: 16px;
  line-height: 19px;
  --tw-text-opacity: 1;
  color: rgb(92 187 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .insight-pdf-content a {
    margin-top: ;
  }
}

@media (min-width: 1024px) {
  .insight-pdf-content a {
    margin-top: 20px;
  }
}

@media (min-width: 1280px) {
  .insight-pdf-content a {
    margin-top: 30px;
  }
}

.insight-letter-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}

@media (min-width: 768px) {
  .insight-letter-grid {
    gap: 30px;
  }
}

@media (min-width: 1024px) {
  .insight-letter-grid {
    flex-direction: row;
    place-items: start;
    gap: 50px;
  }
}

@media (min-width: 1280px) {
  .insight-letter-grid {
    gap: 65px;
  }
}

@media (min-width: 1600px) {
  .insight-letter-grid {
    gap: 75px;
  }
}

.insight-pdf-content {
  width: 100%;
}

@media (min-width: 1024px) {
  .insight-pdf-content {
    width: 73%;
  }
}

@media (min-width: 1600px) {
  .insight-pdf-content {
    width: 75%;
  }
}

.insight-pdf {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (min-width: 1024px) {
  .insight-pdf {
    width: 20%;
  }
}

.letter-pdf-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}

.podcast-holder {
  margin: auto;
  height: auto;
  width: 100%;
  max-width: 350px;
}

@media (min-width: 1024px) {
  .podcast-holder {
    height: 450px;
  }
}

.podcast-holder iframe {
  width: 100%;
  max-width: 350px;
}

.podcast-holder h3 {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgb(48 53 128 / var(--tw-text-opacity));
}

.podcast-holder p {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.poadcast-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 50px;
}

@media (min-width: 1024px) {
  .poadcast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .poadcast-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.podcast-sec {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .podcast-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (min-width: 1024px) {
  .podcast-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1280px) {
  .podcast-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1600px) {
  .podcast-sec {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.podcast-audio {
  padding-bottom: 20px;
}

/* ==============================================NEWS LETTER================================================ */

.news-letter-content {
  width: 100%;
  max-width: 955px;
}

.news-letter-image {
  margin: auto;
  max-width: 575px;
}

.news-letter-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 1024px) {
  .news-letter-grid {
    flex-direction: row;
    gap: 40px;
  }
}

.news-letter-content h2 {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  --tw-text-opacity: 1;
  color: rgb(48 53 128 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .news-letter-content h2 {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .news-letter-content h2 {
    font-size: 25px;
  }
}

@media (min-width: 1280px) {
  .news-letter-content h2 {
    font-size: 30px;
  }
}

.news-letter-content h3 {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .news-letter-content h3 {
    padding-bottom: 20px;
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .news-letter-content h3 {
    padding-bottom: 30px;
    font-size: 25px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .news-letter-content h3 {
    padding-bottom: 35px;
    font-size: 30px;
    line-height: 35px;
  }
}

@media (min-width: 1600px) {
  .news-letter-content h3 {
    padding-bottom: 40px;
  }
}

.news-letter-content p {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .news-letter-content p {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .news-letter-content p {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .news-letter-content p {
    font-size: 25px;
  }
}

.news-letter-content a {
  margin-top: 20px;
  display: block;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 7 26 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .news-letter-content a {
    margin-top: 40px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .news-letter-content a {
    margin-top: 50px;
    font-size: 25px;
  }
}

@media (min-width: 1280px) {
  .news-letter-content a {
    margin-top: 70px;
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  .news-letter-content a {
    margin-top: 90px;
  }
}

.news-letter-secs {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .news-letter-secs {
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .news-letter-secs {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .news-letter-secs {
    padding-top: 50px;
    padding-bottom: 75px;
  }
}

@media (min-width: 1600px) {
  .news-letter-secs {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.sbmt-comment-holder {
  --tw-bg-opacity: 1;
  background-color: rgb(48 53 128 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

@media (min-width: 1024px) {
  .sbmt-comment-holder {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
}

.sbmt-comment-holder h2 {
  font-size: 20px;
  line-height: 35px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .sbmt-comment-holder h2 {
    font-size: 25px;
  }
}

@media (min-width: 1280px) {
  .sbmt-comment-holder h2 {
    font-size: 30px;
  }
}

.contact-sbmt-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .contact-sbmt-grid {
    gap: 30px;
  }
}

@media (min-width: 1024px) {
  .contact-sbmt-grid {
    flex-direction: row;
    gap: 50px;
  }
}

@media (min-width: 1280px) {
  .contact-sbmt-grid {
    gap: 60px;
  }
}

@media (min-width: 1600px) {
  .contact-sbmt-grid {
    gap: 75px;
  }
}

.contact-sbmt-grid input {
  height: 60px;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}

.contact-sbmt-grid input:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.news-letter-container {
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

.contact-sec-sbmt h3 {
  padding-bottom: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 29px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.news-letter-container textarea:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.news-letter-container textarea {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}

.sbmt-newsleter {
  margin-top: 20px;
  width: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 7 26 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .sbmt-newsleter {
    margin-top: 25px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .sbmt-newsleter {
    margin-top: 30px;
    font-size: 25px;
  }
}

@media (min-width: 1280px) {
  .sbmt-newsleter {
    margin-top: 35px;
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  .sbmt-newsleter {
    margin-top: 40px;
  }
}

.contact-sec-sbmt {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .contact-sec-sbmt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .contact-sec-sbmt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1280px) {
  .contact-sec-sbmt {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* ============================TEAM==================================================== */

.news-letter-title-team h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .news-letter-title-team h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media (min-width: 1280px) {
  .news-letter-title-team h2 {
    font-size: 30px;
  }
}

.news-team-sec {
  --tw-bg-opacity: 1;
  background-color: rgb(48 53 128 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1024px) {
  .news-team-sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1280px) {
  .news-team-sec {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.list-first h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(0 7 26 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .list-first h2 {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .list-first h2 {
    left: 30px;
    font-size: 25px;
  }
}

@media (min-width: 1280px) {
  .list-first h2 {
    font-size: 29px;
    line-height: 35px;
  }
}

.list-first li {
  margin-left: 20px;
  list-style-type: disc;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(0 7 26 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .list-first li {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .list-first li {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .list-first li {
    font-size: 22px;
  }
}

.list-first {
  width: 100%;
  max-width: 760px;
}

.list-first ul {
  padding-top: 20px;
}

.grid-team-intro {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 768px) {
  .grid-team-intro {
    gap: 30px;
  }
}

@media (min-width: 1024px) {
  .grid-team-intro {
    flex-direction: row;
    gap: 45px;
  }
}

@media (min-width: 1280px) {
  .grid-team-intro {
    gap: 60px;
  }
}

@media (min-width: 1600px) {
  .grid-team-intro {
    gap: 75px;
  }
}

.grid-team-intro.bottom {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .grid-team-intro.bottom {
    padding-top: 40px;
  }
}

@media (min-width: 1024px) {
  .grid-team-intro.bottom {
    padding-top: 60px;
  }
}

@media (min-width: 1280px) {
  .grid-team-intro.bottom {
    padding-top: 80px;
  }
}

@media (min-width: 1600px) {
  .grid-team-intro.bottom {
    padding-top: 100px;
  }
}

.team-people-intro-sec {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .team-people-intro-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .team-people-intro-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .team-people-intro-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  .team-people-intro-sec {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.founder-sec {
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;
  background-attachment: fixed;
}

@media (min-width: 768px) {
  .founder-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .founder-sec {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1280px) {
  .founder-sec {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}

@media (min-width: 1600px) {
  .founder-sec {
    padding-top: 180px;
    padding-bottom: 130px;
  }
}

.founder-image-team {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 360px;
}

.side-image-founder {
  position: absolute;
  top: -20px;
  left: -15px;
  max-width: 60px;
}

@media (min-width: 1024px) {
  .side-image-founder {
    left: -25px;
    top: -35px;
    max-width: 90px;
  }
}

@media (min-width: 1280px) {
  .side-image-founder {
    top: -60px;
    left: -50px;
    max-width: 140px;
  }
}

.founder-right-side-details {
  width: 100%;
  max-width: 765px;
}

.founder-right-side-details ul li {
  margin-left: 30px;
  list-style-type: disc;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .founder-right-side-details ul li {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .founder-right-side-details ul li {
    font-size: 20px;
  }
}

@media (min-width: 1280px) {
  .founder-right-side-details ul li {
    font-size: 22px;
  }
}

.founder-right-side-details h2 {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 100;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .founder-right-side-details h2 {
    padding-bottom: 20px;
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .founder-right-side-details h2 {
    padding-bottom: 30px;
    font-size: 30px;
  }
}

@media (min-width: 1280px) {
  .founder-right-side-details h2 {
    padding-bottom: 40px;
    font-size: 35px;
  }
}

@media (min-width: 1600px) {
  .founder-right-side-details h2 {
    padding-bottom: 50px;
    font-size: 40px;
  }
}

.founder-container {
  margin: auto;
  width: 100%;
  max-width: 1200px;
}

.founder-team-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 768px) {
  .founder-team-grid {
    gap: 30px;
  }
}

@media (min-width: 1024px) {
  .founder-team-grid {
    flex-direction: row;
    gap: 40px;
  }
}

@media (min-width: 1280px) {
  .founder-team-grid {
    gap: 60px;
  }
}

@media (min-width: 1600px) {
  .founder-team-grid {
    gap: 80px;
  }
}

.founder-right-side-details a {
  margin-top: 60px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(92 187 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.nell-sec {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .nell-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .nell-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1280px) {
  .nell-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1600px) {
  .nell-sec {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

/* ===========================WALT=============================================== */

.walt-baner-sec h1 {
  font-size: 22px;
  font-weight: 900;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .walt-baner-sec h1 {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .walt-baner-sec h1 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .walt-baner-sec h1 {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (min-width: 1600px) {
  .walt-baner-sec h1 {
    font-size: 40px;
    line-height: 40px;
  }
}

.walt-baner-sec p {
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .walt-baner-sec p {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .walt-baner-sec p {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .walt-baner-sec p {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (min-width: 1600px) {
  .walt-baner-sec p {
    font-size: 40px;
    line-height: 40px;
  }
}

.walt-baner-sec {
  position: absolute;
  top: 50%;
  right: 155px;
  margin-left: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.walt-page-main-content p {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgb(0 7 26 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .walt-page-main-content p {
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .walt-page-main-content p {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .walt-page-main-content p {
    font-size: 20px;
  }
}

.walti-page-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 768px) {
  .walti-page-grid {
    gap: 40px;
  }
}

@media (min-width: 1024px) {
  .walti-page-grid {
    flex-direction: row;
    gap: 50px;
  }
}

@media (min-width: 1280px) {
  .walti-page-grid {
    gap: 60px;
  }
}

@media (min-width: 1600px) {
  .walti-page-grid {
    gap: 70px;
  }
}

.walt-page-main-image {
  margin: auto;
  width: 100%;
  max-width: 485px;
}

.walt-page-main-content {
  margin: auto;
  width: 100%;
  max-width: 1050px;
}

.walt-founder-main-page {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .walt-founder-main-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .walt-founder-main-page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1280px) {
  .walt-founder-main-page {
    padding-top: 50px;
  }
}

@media (min-width: 1600px) {
  .walt-founder-main-page {
    padding-top: 60px;
  }
}

.walt-media-link h2 {
  font-size: 22px;
  font-weight: 900;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .walt-media-link h2 {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .walt-media-link h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .walt-media-link h2 {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (min-width: 1600px) {
  .walt-media-link h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

.walt-media-link p {
  font-size: 22px;
  font-weight: 200;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .walt-media-link p {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .walt-media-link p {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .walt-media-link p {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (min-width: 1600px) {
  .walt-media-link p {
    font-size: 40px;
    line-height: 40px;
  }
}

.walt-media-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

@media (min-width: 768px) {
  .walt-media-grid {
    flex-direction: row;
  }
}

.social-icon {
  display: flex;
  align-items: center;
  gap: 35px;
}

section.news-letter-sec.walt {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1024px) {
  section.news-letter-sec.walt {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1280px) {
  section.news-letter-sec.walt {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.walt-page-main-content.btm {
  width: 100%;
  max-width: 1475px;
}

.walt-andreson-last-sec {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .walt-andreson-last-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .walt-andreson-last-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* =====================================PRESS============================================ */

.content-press h2 {
  margin-bottom: 25px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .content-press h2 {
    font-size: 25px;
  }
}

.content-press h3 {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .content-press h3 {
    font-size: 20px;
  }
}

.content-press p {
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.content-press a {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  --tw-text-opacity: 1;
  color: rgb(92 187 255 / var(--tw-text-opacity));
}

.press-read-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .press-read-more {
    flex-direction: row;
  }
}

.hold-content {
  width: 100%;
  max-width: 689px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .hold-content {
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .hold-content {
    padding-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .hold-content {
    padding-bottom: 70px;
  }
}

@media (min-width: 1600px) {
  .hold-content {
    padding-bottom: 80px;
  }
}

.bisnis-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (min-width: 1024px) {
  .bisnis-grid {
    flex-direction: row;
  }
}

.image-logo {
  margin: auto;
  max-width: 250px;
  padding-bottom: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .image-logo {
    padding-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .image-logo {
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-bottom: 30px;
  }
}

@media (min-width: 1280px) {
  .image-logo {
    padding-bottom: 40px;
  }
}

.load-more-div {
  text-align: center;
}

.load-more {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  --tw-text-opacity: 1;
  color: rgb(48 53 128 / var(--tw-text-opacity));
}

.bisnis-sec {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  .bisnis-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* ==========================================DEVELOPMENT & TESTING========================== */

.testing-title {
  margin: auto;
  width: 100%;
  max-width: 990px;
  padding-bottom: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .testing-title {
    padding-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .testing-title {
    padding-bottom: 30px;
  }
}

@media (min-width: 1280px) {
  .testing-title {
    padding-bottom: 45px;
  }
}

.testing-title h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .testing-title h2 {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .testing-title h2 {
    font-size: 25px;
  }
}

.testing-sec {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .testing-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .testing-sec {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  .testing-sec {
    padding-top: 50px;
    padding-bottom: 65px;
  }
}

.video-holder-testing-sec video {
  width: 100%;
}

.testing-title-heading {
  margin: auto;
  max-width: 100%;
  padding-bottom: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .testing-title-heading {
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .testing-title-heading {
    padding-bottom: 40px;
  }
}

@media (min-width: 1280px) {
  .testing-title-heading {
    padding-bottom: 50px;
  }
}

@media (min-width: 1600px) {
  .testing-title-heading {
    padding-bottom: 70px;
  }
}

.testing-title-heading h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 47px;
  --tw-text-opacity: 1;
  color: rgb(48 53 128 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .testing-title-heading h2 {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .testing-title-heading h2 {
    font-size: 30px;
  }
}

@media (min-width: 1280px) {
  .testing-title-heading h2 {
    font-size: 35px;
  }
}

@media (min-width: 1600px) {
  .testing-title-heading h2 {
    font-size: 40px;
  }
}

.grid-inner-sec {
  display: grid;
  max-width: 700px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media (min-width: 768px) {
  .grid-inner-sec {
    gap: 30px;
  }
}

@media (min-width: 1024px) {
  .grid-inner-sec {
    gap: 40px;
  }
}

@media (min-width: 1280px) {
  .grid-inner-sec {
    gap: 50px;
  }
}

.thumbnail-preview {
  width: 100%;
  max-width: 845px;
}

.testing-grid {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .testing-grid {
    gap: 30px;
  }
}

@media (min-width: 1024px) {
  .testing-grid {
    flex-direction: row;
    padding-bottom: 30px;
  }
}

@media (min-width: 1280px) {
  .testing-grid {
    gap: 50px;
    padding-bottom: 50px;
  }
}

section.poupimg {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11111111;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 7 26 / var(--tw-bg-opacity));
}

.mainpoup {
  margin: auto;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: center;
  justify-content: center;
}

.closepoup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 40;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hap-coverage {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .hap-coverage {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .hap-coverage {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .hap-coverage {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1600px) {
  .hap-coverage {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

section.search-bar-sec {
  position: fixed;
  top: -150%;
  z-index: 111111;
  height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-duration: 500ms;
}

.modal-body {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

.modal-body input {
  height: 50px;
  width: 100%;
  border-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(0 7 26 / var(--tw-text-opacity));
  border-bottom: 2px solid #00071A;
}

.modal-body input:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px) {
  .form-modal {
    width: 700px;
  }
}

.serach-btn-modal {
  width: 100%;
  max-width: 30px;
}

@media (min-width: 1024px) {
  .serach-btn-modal {
    max-width: 50px;
  }
}

.hold-form-data {
  display: flex;
  align-items: center;
}

.close-modal {
  position: absolute;
  right: 5%;
  top: 2%;
  width: 100%;
  max-width: 30px;
}

@media (min-width: 1024px) {
  .close-modal {
    max-width: 50px;
  }
}

/* ============================search-bar======================================================== */

section.poupimg span.closeme {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* ===========================changes =================== */

.sidemenu .main-menu {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .sidemenu .main-menu {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}

.flag-icon {
  padding: 0;
}

ul.flag-icon {
  padding-top: 0px;
}

.block {
  display: block;
}